nuskey8
|
71a50c43ca
chore: bump up JitInspect package
|
1 month ago |
nuskey8
|
212150465f
fix: compilation error in Unity sandbox
|
1 month ago |
nuskey8
|
bb3d078d33
refactor: add sealed, static, etc.
|
1 month ago |
Akeit0
|
f79a61813c
rename: add async suffix to operator apis
|
1 month ago |
Akeit0
|
bfe9016e84
rename: LuaUnDumpException to LuaUndumpException
|
1 month ago |
Akeit0
|
0d9e1d23ee
rename: TopValues to Stack
|
1 month ago |
Akeit0
|
c2c5bfb64d
rename: UnDump to Undump
|
1 month ago |
Akeit0
|
0129b55e81
rename: ByteCode to Bytecode
|
1 month ago |
Akeit0
|
639a08bdb4
refactor: reuse LuaPlatform.Default
|
1 month ago |
nuskey8
|
ec7842f885
chore: format source code
|
1 month ago |
Akeit0
|
ff51891894
fix: utf8 bom skip
|
3 months ago |
Akeit0
|
41eb3a8469
Merge pull request #211 from nuskey8/string-intern-pool
|
3 months ago |
Akeit0
|
2d77780e64
introduce StringInternPool.cs to reduce allocation and seq comp
|
3 months ago |
Akeit0
|
d2eef68426
Merge pull request #203 from nuskey8/simplyfy-lua-state
|
3 months ago |
Akeit0
|
2a78b994b0
Change: change GlobalState to internal
|
4 months ago |
Akeit0
|
e69387c67a
fix: enable benchmarking for MoonSharp and NLua file execution
|
4 months ago |
Akeit0
|
098db5c484
revert README.md
|
4 months ago |
Akeit0
|
b9821f4b8a
change: simplify platform access api
|
4 months ago |
Akeit0
|
d07bd4de91
feat: add methods to create threads and coroutines in LuaState
|
4 months ago |
Akeit0
|
dd64efe084
refactor: rename LuaState parameter to improve clarity
|
4 months ago |
Akeit0
|
ceec70223c
change: remove LuaThreadAccess and Rename LuaThread to LuaState LuaState to LuaGlobalState
|
4 months ago |
Akeit0
|
cb9ac66e01
Change: LuaState to LuaGlobalState, LuaThread to LuaState
|
4 months ago |
Akeit0
|
48411ed9c6
refactor: change editorconfig and cleanup code
|
4 months ago |
Akeit0
|
ec9783b2e3
fix: unintended stack clear
|
5 months ago |
Akeit0
|
71d1ea456a
Merge pull request #190 from nuskey8/fix-error-level
|
5 months ago |
Akeit0
|
e991752898
fix: add separator to formatted output in Tracebacks
|
5 months ago |
Akeit0
|
b2e7cd2d6a
fix: format WriteLastLuaTrace method parameters for consistency
|
5 months ago |
Akeit0
|
5260a3a0db
fix: update CreateMessage and WriteLastLuaTrace to use error level parameter
|
5 months ago |
Akeit0
|
b42ad7e88f
Merge pull request #189 from nuskey8/clear-array
|
5 months ago |
Akeit0
|
6254785cec
fix: array clearing in LuaTable.Clear
|
5 months ago |