Skip to content

Releases: X-Plane/XLua

1.3.0r1

31 Aug 21:54
Compare
Choose a tag to compare
  • Improved logging of lua errors
  • Lua print() and other log lines go to both console and X-Plane log file, tagged as ?/LUA:
  • Add ability to query a timer's time remaining XLuaGetTimerRemaining(). Pass in a timer reference created by XLuaCreateTimer(), returns a Number.

Update 11/sep/2023. Reuploaded the zip file with the correct file structure, closing #20.

1.2.0r1

10 Mar 19:25
Compare
Choose a tag to compare
  • Adds script reload support:
    • Via menu item under the aircraft menu
    • Via command laminar/xlua/reload_all_scripts
    • Via a new instruction XLuaReloadOnFlightChange() that flags the aircraft for reload when flight conditions change (engines running / engines off)

1.1.0r1

16 Feb 13:32
Compare
Choose a tag to compare
  • Upgraded to LuaJIT 2.1
  • LuaJIT GC64 support is now enabled so that custom allocator is no longer necessary.
  • Mac arm64 support
  • Logging improvements
  • Raw table workaround for global tables

1.0.0r1

08 Nov 03:42
Compare
Choose a tag to compare

Stable release of XLua 1.0 - bug fixes for unicode and pausing the sim, debug support.