Releases: pangweiwei/slua
slua v1.7.0 Release
Remove luajit support and editor tools for compiling luajit bytecode ;
Using Raw Lua 5.1.5 to support arm64 on Android;
Change to cmake make file, build slua library conveniently;
slua v1.6.2 Release
fix code for support Unity 2018.3
fix gc if pushed reflected ud
slua v1.6.1 Release
Add SLUA_TRY_PUSHBASE push mode for search base if exported
Add rawset for luatable
Fix build error in Unity2018.2.15f
Fix #254
Fix SLUA_STANDALONE error
some fix for debug IDE
slua v1.6.0 Release
csharp coroutine can return values to lua coroutine
profile lua code in DEBUG mode
fix for unity 2018
fix require socket
fix export error on .net 4.6
fix gc alloc on dispose
filter the unsafe api export
ignore dictionary to export
add UnityEngine.AudioModule to export
minor fix
slua v1.5.5 Release
fix timer gc
fix byte[] can pass userdata as parameter
fix pcall behaviour on lua 5.3
other minor fixs
slua v1.5.4 Release
fix some mistake on old version
slua v1.5.3 Release
add module selector in unity 2017.2 or newer
fix exporting error in unity 2017.2 or newer
fix dll building in unity 2017.2 or newer
fix pushTry error in coroutine, this bug may cause crash
fix push vector3 error if switch to lua5.3
slua v1.5.2 Release
fix for unity 2017.2 to export UnityEngine interface
*** This version can't export all class of UnityEngine, see this push 81a636d for more class to export.
slua v1.5.1 Release
upgrade lua vm to luajit-2.0-beta3
add luafunction.cast function to cast lua function to delegate
add support to create multi state, see multistate demo
add support for simulator for iOS
add support to export interface
auto generate bytecode for all platform
add lua console to run lua code on-fly
add byte array to handle byte[] data instead of lua string
add byteshelper to optimize gc alloc on write data to byte array
integrate luasocket(minimize) to support tcp debugger
dump stack when error report in Editor
fix out/ref parameter of delegate
some fix for unity 5.6x
some fix for unity 4.x
fix null reference in il2cpp
much minor fix
slua v1.3.3 Release
fix progress update mistake