Defold 1.2.126
This sprint we’ve added a new SDK function for iOS, which enables users to hook into the life cycle functions of an UIApplicationDelegate.
We’ve also renamed some internal functions, in order to avoid future clashes when building extensions using libcrypto.
We have also added a side-by-side editing mode in the editor.
Engine
-
DEF-3137
- Added: AddeddmExtension::RegisteriOSUIApplicationDelegate()
to Native Extension SDK -
DEF-3024
- Fixed: Renamed (internal) AxTls symbols with a namespace to avoid libcrypto/libssl clashes -
DEF-3146
- Fixed: Fix win32 accumulating error in dt when “variable_dt” checked in game.project -
DEF-3161
- Fixed: Set content length explicitly to zero for 204 (no content) responses -
DEF-3237
- Fixed: Improved error handling for extension errors on Win32 -
DEF-3216
- Fixed:factory.create()
now allowsnil
for the properties argument -
DEF-3218
- Fixed: Fixed rare assert when adding and deleting many objects during the same frame -
DEF-3238
- Fixed: Reenabled logging when using lldb
Editor
In this release we’ve added the ability to edit two resources side-by-side. Simply right-click on an editor tab and choose Move to Other Tab Pane from the context menu to move the selected tab to a new pane beside the existing tab pane. You can now move tabs between the two tab panes using the same command.
To return to a single all-encompassing tab pane, simply select Join Tab Panes from the same context menu. There is also a Swap With Other Tab Pane command if you prefer to switch the left-right order of the two visible tabs.
-
DEFEDIT-1312
- Added: Side-by-side editing -
DEFEDIT-1345
- Fixed: Defold 1.2.124 not launching on macOS High Sierra 10.13.4 -
DEFEDIT-1348
- Fixed: Add exception printing & logging during application startup -
DEFEDIT-1349
- Fixed: Add util directory to reflection check build step -
DEFEDIT-1350
- Fixed: The debugger is no longer working -
DEFEDIT-1351
- Fixed: Shift+Enter from the Find field should Find Previous in code editor and console -
DEFEDIT-1352
- Fixed: Undo after auto-complete no longer removes the whole line -
DEFEDIT-1353
- Fixed: Text selection almost invisible when searching -
DEFEDIT-1355
- Fixed: Error when syncing new project from editor -
DEFEDIT-1356
- Fixed: Error when changed a value (scale) on a template node and then tried to reset it -
DEFEDIT-1357
- Fixed: AssertionError when trying to attach to a running engine while building -
DEFEDIT-1358
- Fixed: Breakpoints no longer get copied when you make new lines on a line with a breakpoint -
DEFEDIT-1359
- Fixed: You can now mouse click to select autocomplete result -
DEFEDIT-1360
- Fixed: Correctly syntax-highlight numbers inside all-caps Lua constants -
DEFEDIT-1361
- Fixed: Lua keywords inside strings will no longer trigger indentation changes
Work in progress
We are currently working on a new Lua module name timer
, which will add in engine support for timed callbacks.
We are continuing work on the live update feature to add more useful features, coming soon.
Also, we’re adding a resource and game object profiler to the engine, for easier debugging of the memory consumption on lower end devices.