- 11 Dec, 2019 1 commit
-
-
Vinicius Jarina authored
* Related with #340 it seems .NET Core is crashing the process when there is a exception with native/manage frames.
-
- 14 Sep, 2019 1 commit
-
-
Vinicius Jarina authored
-
- 11 Sep, 2019 1 commit
-
-
Vinicius Jarina authored
-
- 21 Aug, 2019 1 commit
-
-
Vinicius Jarina authored
* Cache invalid method call * Fixed array of byte, sbyte, uint, ulong, short, ushort * Fixed explicity interface calling.
-
- 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`.
-
- 10 Feb, 2019 1 commit
-
-
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
-
- 05 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* The default parameter check was after typecheck * Fixes https://github.com/NLua/NLua/issues/273
-
- 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.
-