Akeit0
|
cb9ac66e01
Change: LuaState to LuaGlobalState, LuaThread to LuaState
|
4 months ago |
Akeit0
|
48411ed9c6
refactor: change editorconfig and cleanup code
|
4 months ago |
Akeit0
|
0e8e56d427
change : close file with async
|
6 months ago |
Akeit0
|
014b453cb2
Support file:read("*n") and fix apis.
|
6 months ago |
Akeit0
|
2626e45d7b
revert allows bytes
|
6 months ago |
Akeit0
|
a76a768f64
refactor: LuaFileMode and ILuaIOStream
|
6 months ago |
Akeit0
|
4e7b4c1588
add: stdio and os abstractions
|
6 months ago |
Akeit0
|
db8b4f74bf
change: rename ByteArrayData to BinaryData and change binary data handling
|
6 months ago |
Akeit0
|
8690ab63e1
change: add ByteArrayData for binary mode
|
6 months ago |
Akeit0
|
1b4b0a2e69
remove FileHandle TODO comment about optimization
|
6 months ago |
Akeit0
|
b480c11ae0
improve: error message (function name)
|
6 months ago |
Akeit0
|
fd686dafaf
fix : ILuaIOStream open mode behavior
|
7 months ago |
Akeit0
|
f499aef923
feat: implement enum LuaFileBufferingMode for SetVBuf method
|
7 months ago |
Akeit0
|
299ab4d3fb
rename: rename IStream to ILuaIOStream
|
7 months ago |
Akeit0
|
5199f2f83b
fix: FileHandle.Read
|
7 months ago |
Akeit0
|
89d6ce76fa
reformat
|
7 months ago |
Akeit0
|
3ef61e3ae6
refactor: update file opening methods to use LuaFileMode and simplify access handling
|
7 months ago |
Akeit0
|
f25d1aa670
refactor: simplify FileHandle by removing reader/writer and using IStream directly
|
7 months ago |
Akeit0
|
95e1c80b1f
refactor: update ReadByteAsync to ReadStringAsync and simplify Seek method
|
7 months ago |
Akeit0
|
527898279b
refactor: rename SystemStream references to StreamWrapper
|
7 months ago |
Akeit0
|
2403e5bd65
change: move file systems to Lua.IO
|
7 months ago |
Akeit0
|
39be24e2c7
change: abstract async file and stream system
|
7 months ago |
Akeit0
|
8e600ba7d2
fix: io.write
|
7 months ago |
Akeit0
|
5dda75ce23
Lazy stack trace
|
7 months ago |
Akeit0
|
168994dc18
make apis LuaThread Centered
|
7 months ago |
Akeit0
|
5210c37ad1
Change: Return values on LuaStack
|
7 months ago |
Akeit0
|
0f0a81e800
typo: CSharpClosure to CSharpClosure
|
8 months ago |
Akeit0
|
27e348b0a7
Rename: Closure to LuaClosure, CsClosure toCSharpClosure
|
8 months ago |
Akeit0
|
dee257d154
Add: CsClosure
|
9 months ago |
AnnulusGames
|
a828a9d309
Change: use GetArgument<int>() more aggressively
|
11 months ago |