1. 19 Apr, 2020 1 commit
    • Thomas Nind's avatar
      Use configurable MaximumRecursion (#368) · 7ff6e7c5
      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
      7ff6e7c5
  2. 24 Feb, 2020 2 commits
  3. 23 Feb, 2020 1 commit
  4. 19 Jan, 2020 1 commit
  5. 18 Jan, 2020 1 commit
  6. 17 Jan, 2020 1 commit
  7. 13 Dec, 2019 1 commit
  8. 11 Dec, 2019 1 commit
  9. 02 Dec, 2019 1 commit
  10. 18 Oct, 2019 1 commit
  11. 14 Sep, 2019 1 commit
  12. 11 Sep, 2019 1 commit
  13. 23 Aug, 2019 1 commit
  14. 22 Aug, 2019 2 commits
  15. 21 Aug, 2019 1 commit
    • Vinicius Jarina's avatar
      * Fixed array index (#317) · a6721a31
      Vinicius Jarina authored
      * Cache invalid method call
      * Fixed array of byte, sbyte, uint, ulong, short, ushort
      * Fixed explicity interface calling.
      a6721a31
  16. 27 Jul, 2019 1 commit
  17. 30 Mar, 2019 2 commits
  18. 29 Mar, 2019 1 commit
    • Vinicius Jarina's avatar
      Lua integer support (#290) · e51e3598
      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`.
      e51e3598
  19. 07 Mar, 2019 1 commit
    • Vinicius Jarina's avatar
      Update nuget (#285) · f493fd06
      Vinicius Jarina authored
      * Update Nugets
      
      * Updated NuGet packages.
      
      * Renamed NLua.Core.projitems -> NLua.Shared.projitems
      f493fd06
  20. 13 Feb, 2019 1 commit
  21. 10 Feb, 2019 2 commits
  22. 09 Feb, 2019 3 commits
  23. 08 Feb, 2019 1 commit
    • Vinicius Jarina's avatar
      WIP cleanup (#275) · 5e9a190a
      Vinicius Jarina authored
      * WIP cleanup
      
      * Trying fixing iPhoneSimTests.
      
      * More cleanups
      
      * Minified initLua loadCLRpackage
      5e9a190a
  24. 05 Feb, 2019 1 commit
  25. 30 Jan, 2019 1 commit
  26. 28 Jan, 2019 1 commit
    • Vinicius Jarina's avatar
      * Giant cleanup/reshuffle of all files. (#265) · 1cc74393
      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.
      1cc74393