Skip to content

0.3.0

Compare
Choose a tag to compare
@gilzoide gilzoide released this 01 Nov 14:50
· 228 commits to main since this release

Added

  • EditorExportPlugin for minifying Lua scripts with LuaSrcDiet on
    release exports. Minification may be turned off with the
    lua_pluginscript/export/minify_on_release_export project setting.

Changed

  • Release builds' init Lua script are minified with LuaSrcDiet and libraries
    are now striped, resulting in smaller dynamic libraries
  • HGDN functions are now compiled with static visibility and unused GDNative
    extensions are excluded, also resulting in smaller dynamic libraries
  • Makefile targets for cross-compiling for Windows were renamed from
    cross-windows* to mingw-windows*

Fixed

  • PoolByteArray.extend when called with a string argument