1. 08 Mar, 2020 1 commit
  2. 24 Feb, 2020 1 commit
    • Vinicius Jarina's avatar
      Fixed #355 new Guid · 35dcffb0
      Vinicius Jarina authored
      * Guid has a lot of ctor overload, the `byte[]` was being used instead the `string`.
      Reorder ctor info before trying to match the parameters.
      35dcffb0
  3. 23 Feb, 2020 1 commit
  4. 31 Jan, 2020 1 commit
  5. 30 Jan, 2020 1 commit
  6. 18 Jan, 2020 1 commit
  7. 17 Jan, 2020 1 commit
  8. 13 Dec, 2019 1 commit
  9. 11 Dec, 2019 1 commit
  10. 02 Dec, 2019 1 commit
  11. 18 Oct, 2019 1 commit
  12. 14 Sep, 2019 2 commits
  13. 11 Sep, 2019 1 commit
  14. 31 Aug, 2019 1 commit
  15. 23 Aug, 2019 4 commits
  16. 22 Aug, 2019 5 commits
  17. 21 Aug, 2019 2 commits
  18. 27 Jul, 2019 1 commit
  19. 26 Jul, 2019 3 commits
  20. 30 May, 2019 1 commit
  21. 23 Apr, 2019 2 commits
  22. 22 Apr, 2019 1 commit
  23. 21 Apr, 2019 2 commits
  24. 31 Mar, 2019 1 commit
  25. 30 Mar, 2019 1 commit
  26. 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
  27. 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