1. 04 Feb, 2023 1 commit
  2. 31 Jan, 2023 1 commit
  3. 26 Nov, 2022 2 commits
  4. 28 Feb, 2022 1 commit
  5. 11 Nov, 2021 3 commits
  6. 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
  7. 05 Oct, 2021 1 commit
  8. 09 Sep, 2021 1 commit
  9. 08 Sep, 2021 2 commits
  10. 12 May, 2021 1 commit
  11. 11 May, 2021 1 commit
  12. 30 Mar, 2021 1 commit
  13. 15 Feb, 2021 2 commits
  14. 19 Jan, 2021 2 commits
  15. 28 Nov, 2020 1 commit
  16. 14 Nov, 2020 2 commits
  17. 24 Oct, 2020 1 commit
  18. 21 Oct, 2020 1 commit
  19. 18 Oct, 2020 1 commit
  20. 10 Oct, 2020 1 commit
  21. 15 Aug, 2020 2 commits
  22. 08 Aug, 2020 1 commit
  23. 30 Jun, 2020 1 commit
    • Vinicius Jarina's avatar
      * Release 1.5.0 (with Lua 5.4) · fee7dc52
      Vinicius Jarina authored
      * WARNING: This version is using KeraLua 1.2.4 and Lua 5.4
      If you need to keep using Lua 5.3 use the version `1.4.32`
      
      Bumped `Codefoco.Touch.Server`
      fee7dc52
  24. 25 Jun, 2020 1 commit
  25. 13 Jun, 2020 1 commit
  26. 03 Jun, 2020 1 commit
  27. 10 May, 2020 6 commits