Commit History

Author SHA1 Message Date
  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
  Akeit0 dd03393c2a Merge pull request #188 from nuskey8/fix-tab-remove-and-initial-size 5 months ago
  Akeit0 a20cc28927 fix: adjust LuaTable initialization and fix remove method argument validation 5 months ago
  Akeit0 10af33ca8c Merge pull request #187 from nuskey8/fix-clear-results 5 months ago
  Akeit0 fd6c2f9432 fix: the results stored memory was also Cleared 5 months ago
  Akeit0 44beb9d308 change: rename RentUseThread to RentUserThread (typo) 5 months ago
  Akeit0 1a44155835 refactor: simplify search logic in StringLibrary by removing redundant SimplePatternSearch method 5 months ago
  Akeit0 35e2c6e385 Merge pull request #180 from nuskey8/return-values-to-top-values 5 months ago
  Akeit0 f1ae1f8118 change: rename ReadReturnValues to ReadTopValues and update references 5 months ago
  Akeit0 d8213be371 Merge pull request #179 from nuskey8/execute-api 5 months ago
  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