1. 11 Nov, 2021 14 commits
  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. 09 Sep, 2021 2 commits
  6. 08 Sep, 2021 4 commits
  7. 12 May, 2021 2 commits
  8. 11 May, 2021 3 commits
  9. 12 Apr, 2021 1 commit
  10. 30 Mar, 2021 1 commit
  11. 15 Feb, 2021 2 commits
  12. 19 Jan, 2021 2 commits
  13. 24 Dec, 2020 1 commit
  14. 28 Nov, 2020 1 commit
  15. 14 Nov, 2020 3 commits
  16. 24 Oct, 2020 1 commit