1. 15 Mar, 2023 2 commits
    • dcronqvist's avatar
      Registering functions now only register 1 global, fix #480 (#481) · 9df4990c
      dcronqvist authored
      * Registering functions now only register 1 global, fix #480
      
      * Changed `is not null` to `!= null` for backwards compatibility
      
      * Use `IsSubclassOf` instead of newer `IsAssignableTo`
      
      * Explicit type for anonymous function in unit test, for pre-C#10 compatibility
      
      * Only include test on `NETCOREAPP3_1_OR_GREATER`, added comment for test as well
      
      * Removed `NETCOREAPP3_1_OR_GREATER` check because it is unnecessary
      9df4990c
    • Vinicius Jarina's avatar
      Fix build (#483) · 9544136c
      Vinicius Jarina authored
      * Fixing build
      
      * Bump Source.Link 1.1.1
      9544136c
  2. 04 Feb, 2023 2 commits
  3. 31 Jan, 2023 1 commit
  4. 26 Nov, 2022 1 commit
  5. 14 Apr, 2022 1 commit
  6. 11 Nov, 2021 2 commits
  7. 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
  8. 04 Nov, 2021 1 commit
  9. 05 Oct, 2021 1 commit
  10. 08 Sep, 2021 1 commit
  11. 11 May, 2021 1 commit
  12. 19 Jan, 2021 2 commits
  13. 21 Oct, 2020 1 commit
  14. 18 Oct, 2020 2 commits
  15. 03 May, 2020 1 commit
  16. 19 Apr, 2020 3 commits
  17. 24 Feb, 2020 2 commits
  18. 23 Feb, 2020 1 commit
  19. 19 Jan, 2020 1 commit
  20. 18 Jan, 2020 1 commit
  21. 17 Jan, 2020 1 commit
  22. 13 Dec, 2019 1 commit
  23. 11 Dec, 2019 1 commit
  24. 02 Dec, 2019 1 commit
  25. 18 Oct, 2019 1 commit
  26. 14 Sep, 2019 1 commit
  27. 11 Sep, 2019 1 commit
  28. 23 Aug, 2019 1 commit
  29. 22 Aug, 2019 2 commits
  30. 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
  31. 27 Jul, 2019 1 commit