Defold 1.2.156
This release adds support for joint constraints in 2D physics. You can now create joint constraints between collision object components in runtime, we are planning to add support for this in editor in the future as well.
Engine
-
DEF-3025
- Added: Support for 2D physics joints in runtime. -
#4144
- Changed: Both armv7 and arm64 are included by default when building Android custom engines. -
#3128
- Changed: Changed precision for the position value in shaders tohighp
. -
#3114
- Fixed: Crash when playing flipbook animations. -
#4149
- Fixed: Crash on Win32 when closing engine window. -
#4146
- Fixed: Android debug bundles are now always debuggable in Android Studio. -
#3118
- Fixed: Crash inares_addrinfo_callback
. -
#4114
- Fixed: Profiler stringtable deadlock. -
#3116
- Fixed: Font outline disappeared when anti-aliasing was turned off. -
#4119
- Fixed: Hot-reload didn’t work when redirect server port was in use. -
#4099
- Fixed:go.set_parent()
ignored keep world transform when removing parent.
Editor
-
DEFEDIT-1626
- Added: The Evaluate Lua field in the Debugger now has history you can access using Up / Down. -
DEFEDIT-1645
- Added: Modernized look of some dialog boxes. This work is ongoing. -
DEFEDIT-1678
- Fixed: Partial path not clickable when full path exists on the same Console line. -
DEFEDIT-1682
- Fixed: Search in Files frames match incorrectly on Linux. -
DEFEDIT-4102
- Fixed: Show nicer error message when debugger failed to connect. -
DEFEDIT-4106
- Removed: Removed non-working Scene settings tab from Preferences. It will return in a future release.