- 26 Nov, 2022 1 commit
-
-
Mathyn authored
* Moved Lua _globals to a separate class (this class includes a fix for #468) * Added unit tests and made a small tweak to LuaGlobals * bin and obj for test .net6.0 project are now correctly ignored * Removed Assert.Contains calls because these are not supported on iOS and tvOS
-
- 11 Nov, 2021 2 commits
-
-
-
Vinicius Jarina authored
-
- 09 Nov, 2021 1 commit
-
-
MegaPiggy authored
* Added Threads * Allowed userdata to be pushed. * Added a few more methods XMove: Exchange values between different threads of the same state (i.e. threads and interpreters). NewThread: basically just coroutine.create Reset: removes function from the thread * Added Thread Test * Added UserData Test. * remove optional index * Add thread properties * Added Operators & Overrides * Added 2 more methods * improve * Add thread equality test * Remove hash code override that I added. Added this earlier. I realized it shouldn't have been because LuaBase returns reference here. * Add base hash code * base equals
-
- 18 Oct, 2020 1 commit
-
-
Vinicius Jarina authored
-
- 03 May, 2020 1 commit
-
-
Vinicius Jarina authored
* Fixes #375 Possible bug not detecting constructor(.ctor) argument match
-
- 19 Apr, 2020 2 commits
-
-
Vinicius Jarina authored
-
Thomas Nind authored
* Made RegisterGlobal maximum recursion level user configurable * Added test for MaximumRecursion field * Added reference to System.Data * Revert "Added test for MaximumRecursion field" This reverts commit d04299638765cdb73111a61288b7654ef51781ec. * Re added test (after fixing accidental whitespace changes) * Revert "Added reference to System.Data" This reverts commit 3e8838383a8d4f3e883bd3209614060fc1c755d1. * Changed TestMaximumRecursion to use NLuaTest.TestTypes.TestClass * Fix for NUnitLite not having `Greater` assertion
-
- 18 Jan, 2020 1 commit
-
-
Vinicius Jarina authored
* Lua.Error() will call setjmp and this can cause a crash with CLR on Linux, it seems that calling the setjmp longjmp twice will crash on *nix systems. This should make this issue work a bit better: https://github.com/NLua/NLua/issues/344
-
- 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 3 commits
-
-
Vinicius Jarina authored
* better performance with GetExtensionMethod.
-
Vinicius Jarina authored
LuaState.ToString calls luaL_tolstring which can add something to the stack. using lua_tostring.
-
Vinicius Jarina authored
-
- 08 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* WIP cleanup * Trying fixing iPhoneSimTests. * More cleanups * Minified initLua loadCLRpackage
-
- 30 Jan, 2019 1 commit
-
-
Vinicius Jarina authored
-
- 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.
-