1. 30 Mar, 2019 2 commits
  2. 29 Mar, 2019 2 commits
    • Vinicius Jarina's avatar
      Release 1.4.11 · f8d21ae9
      Vinicius Jarina authored
      f8d21ae9
    • 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
  3. 07 Mar, 2019 2 commits
  4. 01 Mar, 2019 1 commit
  5. 20 Feb, 2019 1 commit
  6. 13 Feb, 2019 2 commits
  7. 10 Feb, 2019 3 commits
  8. 09 Feb, 2019 3 commits
  9. 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
  10. 05 Feb, 2019 2 commits
  11. 04 Feb, 2019 3 commits
  12. 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
  13. 30 Jan, 2019 2 commits
  14. 29 Jan, 2019 2 commits
  15. 28 Jan, 2019 4 commits
  16. 04 Jan, 2019 2 commits
  17. 01 Mar, 2018 1 commit
  18. 06 Feb, 2018 1 commit
  19. 13 Dec, 2017 1 commit
  20. 30 Nov, 2017 1 commit
  21. 11 Nov, 2017 1 commit
  22. 10 Oct, 2017 1 commit
  23. 25 Sep, 2017 1 commit
    • Sinus Pi's avatar
      Removed string casts. · 20bda3d4
      Sinus Pi authored
      UseTraceback is now a property.
      Whitespace and brace standards and newlines adjusted.
      20bda3d4