Defold 1.2.54 has been released

Defold 1.2.54 has been released.

New features

  • Multitouch and accelerometer input support for Android

Bug fixes

  • Improved the Wifi connectivity reliability between engine and editor
  • Reworked mouse emulation for iOS to make it behave as on Android and support multi touch better.
  • Fix for a freeze that could occur when an app entered its iconified state.
  • Proxy collections no longer deleted before their spawning collection.
  • Whitespace stripping added for headers that could cause issues when using http.request().

Documentation updates

  • GUI Atlas support is documented
  • Updates to the render API documentation
  • The new forum has been linked to from the home page.

Enjoy!

http://doc.defold.com/release_notes/release_1_2_54_multitouch_and_wifi_connectivity

2 Likes

Multitouch now works fine on Android - but single touch has been broken. When I simply tap the screen I receive a proper message_id but with message set to nil. In order for the touch to be recognized I need to move the finger slightly while touching.

Only tested on a HTC One so far.

Thanks, I have filed a bug report on this.