Table Of Contents

Previous topic

31.7. Turbulenz SDK 0.24.0

Next topic

31.9. Turbulenz SDK 0.23.0

This Page

31.8. Turbulenz SDK 0.23.1

31.8.1. Summary

Turbulenz SDK 0.23.1 is an update for both the Turbulenz Engine Installer and SDK components.

31.8.2. Change List

31.8.2.1. New Features

0.23.0

  • Support for Internet Explorer 10 has now been added.
  • Support has been added in Turbulenz Services for play before sign-in. Games that are built with this version of the SDK will automatically support play before sign-in, when available on turbulenz.com

31.8.2.2. Fixed

0.23.1

  • Fix for cases where game could make calls to InputDevice which should fail, but resulted in mouse cursor being hidden outside of the plugin window.
  • Issue where listeners were being called multiple times on Firefox canvas after going fullscreen (T1234).
  • InputApp canvas configuration now runs in WebGL. Allows fullscreen mode to be set.

0.23.0

  • In previous versions, calls to Turbulenz.setInterval() in plugin mode could generate callbacks at 60Hz independent of the interval value passed in. This has been fixed.
  • The previous version of the Turbulenz Engine installer (0.22.0) for Mac OS X unconditionally replaces parts of existing plugins, even if a newer plugin is already installed. This has been fixed, but users installing 0.22.0 after later versions of the engine should be aware of this behavior and should ensure that they (re)install the newest Turbulenz Engine after 0.22.0 if they wish to continue using the 0.22.0 engine alongside newer versions.
  • Callbacks from the NetworkDevice are now called asynchronously, fixing an inconsistency between the canvas and plugin versions.
  • Sending of websocket data >8kb was being incorrectly buffered in the plugin (T1221)

31.8.3. Known Issues

31.8.3.1. New

  • An implementation difference between canvas and plugin GraphicsDevice implementations has been observed:

    • WebGL clears the back buffer after a present.
    • WebGL clears all created buffers.

    Not all platforms will demonstrate the same behaviour in the plugin. To ensure consistent behaviour you should clear all relevant buffers and not rely on the WebGL behaviour.

    For more information see Graphics Device

  • SVG sample fails to run in Internet Explorer 10

31.8.3.2. Unchanged

For a list of current known issues see the known issues section.