Akeit0
|
c49122d48d
add: implement LuaThreadAssetExtensions for executing Lua assets
|
5 months ago |
Akeit0
|
0ab6270386
change: rename some Do*Async methods to ExecuteAsync
|
5 months ago |
Akeit0
|
82c72fdaee
Merge pull request #178 from nuskey8/byte-code-api-to-proto
|
5 months ago |
Akeit0
|
e3fb1a09a8
refactor: rename LuaCompiler.UnDump to Prototype.FromByteCode and move bytecode conversion methods
|
5 months ago |
Akeit0
|
0f179ffd2f
Merge pull request #177 from nuskey8/dummy-input-stream-internal
|
5 months ago |
Akeit0
|
ca600640d2
change: update class visibility of DummyInputStream from public to internal
|
5 months ago |
Akeit0
|
1712b45b86
Merge pull request #175 from nuskey8/api-internal
|
5 months ago |
Akeit0
|
f150f12239
change: update class visibility from public to internal in BomUtility and LuaPlatformUtility
|
5 months ago |
Akeit0
|
6ea0a15beb
remove: simulated console read methods from UnityStandardIO
|
5 months ago |
Akeit0
|
40a1893bad
Merge pull request #173 from nuskey8/lua-unity-better-path
|
6 months ago |
Akeit0
|
f37fdcf32f
change: loaded module returns better chunk name
|
6 months ago |
Akeit0
|
2d53c89fb7
update: lua.unity dependencies
|
6 months ago |
Akeit0
|
88ea493737
Fix: missing TimeProvider type.
|
6 months ago |
Akeit0
|
e3c3ef1611
fix: FileSystem.GetFullPath
|
6 months ago |
Akeit0
|
f8bb5328fb
add : FileSystem.BaseDirectory
|
6 months ago |
Akeit0
|
2fb499d28a
add: Traceback.CreateTracebackMessage
|
6 months ago |
Akeit0
|
4d47f8754c
change : rename and make CreateTracebackMessage public
|
6 months ago |
Akeit0
|
9977863cab
change: update Traceback skip behavior
|
6 months ago |
Akeit0
|
0a9bbfc660
add: luac asset
|
6 months ago |
Akeit0
|
9280fca3fb
Merge remote-tracking branch 'origin/v0.5-dev' into v0.5-dev
|
6 months ago |
Akeit0
|
82eb4ee573
fix : update Exists method to use logical OR for module checks
|
6 months ago |
Akeit0
|
ca2582a221
Merge pull request #171 from nuskey8/unity-lua-v0.5
|
6 months ago |
Akeit0
|
6ca736d3c2
update : Lua.Unity reference v0.5
|
6 months ago |
Akeit0
|
0e8e56d427
change : close file with async
|
6 months ago |
Akeit0
|
b4b9c29c6e
reformat
|
6 months ago |
Akeit0
|
e7d70904fd
change : move time abstractions to TimeProvider
|
6 months ago |
Akeit0
|
014b453cb2
Support file:read("*n") and fix apis.
|
6 months ago |
Akeit0
|
f023db39d5
Merge pull request #169 from nuskey8/revert-bytes
|
6 months ago |
Akeit0
|
2626e45d7b
revert allows bytes
|
6 months ago |
Akeit0
|
8ea87b5bb5
refactor: update return type of LoadAsync in ILuaFileLoader
|
6 months ago |