- 27 Jul, 2019 1 commit
-
-
Vinicius Jarina authored
-
- 29 Mar, 2019 1 commit
-
-
Vinicius Jarina authored
* Added support to Lua integers. * Operator [] and `GetNumber` will still return the `double` regardless of the value for backward compatibility LuaTable.GetObject may have breaks if your code is assuming the value will be always a double boxed. To get long from Lua object use `GetLong` and to get an integer `GetInteger`.
-
- 13 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* Fixed cleanup of Lua objects on LuaBase finalizer.
-
- 10 Feb, 2019 2 commits
-
-
Vinicius Jarina authored
* weak ref * Dont dispose LuaBase on Finalizer.
-
Vinicius Jarina authored
* Avoid call GetExtensionMethod twice. * `LuaMethodWrapper.Call` cleanup.
-
- 09 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
LuaState.ToString calls luaL_tolstring which can add something to the stack. using lua_tostring.
-
- 08 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* WIP cleanup * Trying fixing iPhoneSimTests. * More cleanups * Minified initLua loadCLRpackage
-
- 28 Jan, 2019 1 commit
-
-
Vinicius Jarina authored
* * Giant cleanup/reshuffle of all files. * * Update upstream `KeraLua` to `0.1.14` * Fixed .NET Core build. * Add runsettings file * * Fixed nuspec `dependencies` node * Ignore _ in branch names for package names. * * Fixed nuspec.
-