1. 12 Jun, 2024 1 commit
  2. 03 Jun, 2024 1 commit
  3. 01 Jun, 2024 1 commit
  4. 31 May, 2024 2 commits
    • Chen Bill's avatar
      update Lua interpreter (#582) · fb30f1e0
      Chen Bill authored
      * update add_param call
      
      * add type: lua_param, LuaParamType
      
      * keep Lua thread ref in registry
      
      * restore current_state after lua_resume
      
      * update the signature of call_coroutine
      
      * select synchro material in main thread
      
      * edit comment
      
      * fix lua_yield nresults
      
      * update lua_resume in 5.3
      
      * use std::exchange
      fb30f1e0
    • Chen Bill's avatar
      ocgapi: update get_log_message() (#592) · 4e09ea2e
      Chen Bill authored
      4e09ea2e
  5. 30 May, 2024 1 commit
  6. 29 May, 2024 1 commit
  7. 28 May, 2024 1 commit
  8. 23 May, 2024 4 commits
  9. 14 May, 2024 3 commits
  10. 12 May, 2024 1 commit
  11. 11 May, 2024 1 commit
  12. 08 May, 2024 1 commit
  13. 07 May, 2024 1 commit
  14. 06 May, 2024 2 commits
  15. 04 May, 2024 2 commits
  16. 30 Apr, 2024 4 commits
  17. 28 Apr, 2024 1 commit
  18. 24 Apr, 2024 1 commit
  19. 18 Apr, 2024 4 commits
  20. 13 Apr, 2024 1 commit
  21. 05 Apr, 2024 1 commit
  22. 23 Mar, 2024 2 commits
  23. 21 Mar, 2024 1 commit
  24. 07 Mar, 2024 2 commits
    • Chen Bill's avatar
      fix: flip summoning (#548) · a04fddec
      Chen Bill authored
      * add is_gemini_summoning
      
      * fix Duel.NegateSummon
      
      * remove STATUS_FUTURE_FUSION
      
      * negate summon without moving
      
      * add card::is_summon_negatable
      
      * update Duel.NegateSummon
      
      * add STATUS_FLIP_SUMMONING
      
      * add STATUS_FLIP_SUMMON_DISABLED
      a04fddec
    • Uytrewq's avatar
      add Duel.IsChainSolving (#562) · 0d23e593
      Uytrewq authored
      0d23e593