Releases: X-Plane/XLua
Releases · X-Plane/XLua
1.3.0r1
- 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 byXLuaCreateTimer()
, returns aNumber
.
Update 11/sep/2023. Reuploaded the zip file with the correct file structure, closing #20.
1.2.0r1
- 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
- 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
Stable release of XLua 1.0 - bug fixes for unicode and pausing the sim, debug support.