1. 02 Dec, 2019 1 commit
  2. 18 Oct, 2019 1 commit
  3. 14 Sep, 2019 2 commits
  4. 11 Sep, 2019 1 commit
  5. 31 Aug, 2019 1 commit
  6. 23 Aug, 2019 4 commits
  7. 22 Aug, 2019 5 commits
  8. 21 Aug, 2019 2 commits
  9. 27 Jul, 2019 1 commit
  10. 26 Jul, 2019 3 commits
  11. 30 May, 2019 1 commit
  12. 23 Apr, 2019 2 commits
  13. 22 Apr, 2019 1 commit
  14. 21 Apr, 2019 2 commits
  15. 31 Mar, 2019 1 commit
  16. 30 Mar, 2019 1 commit
  17. 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
  18. 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
  19. 13 Feb, 2019 1 commit
  20. 10 Feb, 2019 2 commits
  21. 09 Feb, 2019 2 commits
  22. 05 Feb, 2019 1 commit
  23. 04 Feb, 2019 2 commits
  24. 03 Feb, 2019 1 commit
    • Vinicius Jarina's avatar
      Added iOS tests. (#270) · b6d3b8a2
      Vinicius Jarina authored
      * Added iOS tests.
      
      * Added `tvOS` tests.
      
      * Added `NUNIT_ENABLE_XML_OUTPUT` flag
      
      * Added Touch.Server to run iOS/tvOS tests on VSTS.
      
      * Update Touch.Sever nuget.
      
      * Fixed iOS test results XML.
      
      * Bump Touch.Server.
      
      * Fixed windows build.
      
      * .
      b6d3b8a2