1. 11 Nov, 2021 1 commit
  2. 09 Nov, 2021 1 commit
    • MegaPiggy's avatar
      Add threads and allow userdata pushing. (#443) · 151e59f9
      MegaPiggy authored
      * Added Threads
      
      * Allowed userdata to be pushed.
      
      * Added a few more methods
      
      XMove: Exchange values between different threads of the same state (i.e. threads and interpreters).
      
      NewThread: basically just coroutine.create
      
      Reset: removes function from the thread
      
      * Added Thread Test
      
      * Added UserData Test.
      
      * remove optional index
      
      * Add thread properties
      
      * Added Operators & Overrides
      
      * Added 2 more methods
      
      * improve
      
      * Add thread equality test
      
      * Remove hash code override that I added.
      
      Added this earlier. I realized it shouldn't have been because LuaBase returns reference here.
      
      * Add base hash code
      
      * base equals
      151e59f9
  3. 04 Nov, 2021 1 commit
  4. 05 Oct, 2021 1 commit
  5. 08 Sep, 2021 1 commit
  6. 11 May, 2021 1 commit
  7. 19 Jan, 2021 2 commits
  8. 21 Oct, 2020 1 commit
  9. 18 Oct, 2020 2 commits
  10. 03 May, 2020 1 commit
  11. 19 Apr, 2020 3 commits
  12. 24 Feb, 2020 2 commits
  13. 23 Feb, 2020 1 commit
  14. 19 Jan, 2020 1 commit
  15. 18 Jan, 2020 1 commit
  16. 17 Jan, 2020 1 commit
  17. 13 Dec, 2019 1 commit
  18. 11 Dec, 2019 1 commit
  19. 02 Dec, 2019 1 commit
  20. 18 Oct, 2019 1 commit
  21. 14 Sep, 2019 1 commit
  22. 11 Sep, 2019 1 commit
  23. 23 Aug, 2019 1 commit
  24. 22 Aug, 2019 2 commits
  25. 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
  26. 27 Jul, 2019 1 commit
  27. 30 Mar, 2019 2 commits
  28. 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
  29. 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
  30. 13 Feb, 2019 1 commit
  31. 10 Feb, 2019 2 commits
  32. 09 Feb, 2019 1 commit