Skip to content

Releases: timschumi/gmod-lua-runner

Version 0.2.0

05 Mar 12:11
Compare
Choose a tag to compare
  • Implement SysTime
  • Improve correctness of string.Right
  • Implement table.Copy
  • Properly garbage collect tracked coroutines
  • Use the current Git version in package names
  • Improve handling for custom base directories

Version 0.1.0

11 Dec 03:30
Compare
Choose a tag to compare
  • Fix a few path handling bugs on Windows
  • Allow specifying a custom return value via the Lua API
  • Allow keeping the runner alive via the Lua API
  • Delegate many functions to the LuaJIT builtins instead of reimplementing the whole standard library
  • Track created coroutines automatically

Version 0.0.0

17 Nov 18:54
Compare
Choose a tag to compare

The initial testing revision.