1. 28 Jan, 2024 3 commits
  2. 04 Jun, 2023 2 commits
  3. 20 May, 2023 1 commit
  4. 19 May, 2023 5 commits
    • dcronqvist's avatar
      Add LuaMemberAttribute (#489) · 9026d802
      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
      
      * Add LuaMemberAttribute, allows registered name in Lua to be different from C#, closes #488
      
      * Explicit typing fix
      
      * Tests use IEnumerable<T>.Contains to check for existence instead
      9026d802
    • Vinicius Jarina's avatar
      Fix UWP build on VS 2022 · 656191ee
      Vinicius Jarina authored
      656191ee
    • Vinicius Jarina's avatar
      Fix CI · 189904f4
      Vinicius Jarina authored
      189904f4
    • Vinicius Jarina's avatar
      Fix build · d63b8b86
      Vinicius Jarina authored
      d63b8b86
    • Vinicius Jarina's avatar
      Bump KeraLua + net6 -> net7 · ea506a73
      Vinicius Jarina authored
      ea506a73
  5. 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
  6. 04 Feb, 2023 2 commits
  7. 31 Jan, 2023 1 commit
  8. 26 Nov, 2022 2 commits
  9. 28 Apr, 2022 1 commit
  10. 14 Apr, 2022 1 commit
  11. 28 Feb, 2022 2 commits
  12. 11 Nov, 2021 14 commits
  13. 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
  14. 04 Nov, 2021 1 commit
  15. 05 Oct, 2021 1 commit
  16. 09 Sep, 2021 1 commit