1. 01 Jun, 2024 1 commit
  2. 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
  3. 30 May, 2024 1 commit
  4. 29 May, 2024 1 commit
  5. 28 May, 2024 1 commit
  6. 23 May, 2024 4 commits
  7. 14 May, 2024 3 commits
  8. 12 May, 2024 1 commit
  9. 11 May, 2024 1 commit
  10. 08 May, 2024 1 commit
  11. 07 May, 2024 1 commit
  12. 06 May, 2024 2 commits
  13. 04 May, 2024 2 commits
  14. 30 Apr, 2024 4 commits
  15. 28 Apr, 2024 1 commit
  16. 24 Apr, 2024 1 commit
  17. 18 Apr, 2024 4 commits
  18. 13 Apr, 2024 1 commit
  19. 05 Apr, 2024 1 commit
  20. 23 Mar, 2024 2 commits
  21. 21 Mar, 2024 1 commit
  22. 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
  23. 06 Mar, 2024 1 commit
  24. 27 Feb, 2024 1 commit
    • Chen Bill's avatar
      update is_alternative() (#563) · 2a7e3dfe
      Chen Bill authored
      * comment: add stack record
      
      * put Black Luster Soldier(Normal) in another table
      
      * change CARD_ARTWORK_VERSIONS_OFFSET
      2a7e3dfe