1. 19 Apr, 2020 4 commits
  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. 18 Jan, 2020 1 commit
  4. 17 Jan, 2020 1 commit
  5. 13 Dec, 2019 1 commit
  6. 11 Dec, 2019 1 commit
  7. 02 Dec, 2019 1 commit
  8. 18 Oct, 2019 1 commit
  9. 14 Sep, 2019 2 commits
  10. 11 Sep, 2019 1 commit
  11. 23 Aug, 2019 3 commits
  12. 22 Aug, 2019 3 commits
  13. 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
  14. 27 Jul, 2019 1 commit
  15. 26 Jul, 2019 1 commit
  16. 30 May, 2019 1 commit
  17. 30 Mar, 2019 1 commit
  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. 13 Feb, 2019 1 commit
  20. 10 Feb, 2019 2 commits
  21. 09 Feb, 2019 2 commits
  22. 05 Feb, 2019 1 commit
  23. 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
  24. 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