Skip to content

Releases: pangweiwei/slua

slua v1.7.0 Release

30 Jul 03:00
c1b60ba
Compare
Choose a tag to compare

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

13 Mar 10:37
Compare
Choose a tag to compare

fix code for support Unity 2018.3
fix gc if pushed reflected ud

slua v1.6.1 Release

09 Jan 10:20
Compare
Choose a tag to compare

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

15 Aug 08:35
Compare
Choose a tag to compare

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

15 Jan 10:46
Compare
Choose a tag to compare

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

05 Dec 02:37
Compare
Choose a tag to compare

fix some mistake on old version

slua v1.5.3 Release

10 Nov 09:47
Compare
Choose a tag to compare

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

18 Oct 07:45
Compare
Choose a tag to compare
slua v1.5.2 Release Pre-release
Pre-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

26 Sep 03:44
Compare
Choose a tag to compare

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

21 Jul 04:11
Compare
Choose a tag to compare

fix progress update mistake