v1.10.0 Jul. 19, 2026
This update introduces a new Ffi module that enables direct calls to C functions from external .dll/.so/.dylib dynamic libraries within Lua, making it easier to integrate third-party SDKs. It also includes numerous bug fixes and usability enhancements. The beGUI lib has also been updated to v1.10.0 to support the latest Bitty Engine: https://github.com/paladin-t/begui
- Added a simple
Ffimodule to call C functions in external shared libraries from Lua directly - Improved console panel resizing for bigger edit viewport
- Fixed a reading bug in
bytes:readLine()when the last line were not ended with a newline - Fixed a reading bug in
file:readLine()when the last line were not ended with a newline - Fixed a calculation bug in
vec2:cross(num) - Fixed a calculation bug in
vec3:cross(...) - Fixed a few potential stability issues of the utilities modules
- Fixed a scaling bug for map rendering
- Fixed a text encoding issue in the "read-log" API of the automation server plugin on Windows