1. 18 Jun, 2024 1 commit
    • salix5's avatar
      change counter_map to std::map<uint16, uint16> (#597) · 301ae504
      salix5 authored
      * change counter_map to std::map<uint16, uint16>
      
      Now temporary/permanent counter is determinded by counter type.
      
      * change returns.svalue to uint16
      
      * add const declaration
      
      * fix add_counter(), remove_counter()
      
      * remove counter when RESET_DISABLE
      301ae504
  2. 12 Jun, 2024 1 commit
  3. 03 Jun, 2024 1 commit
  4. 01 Jun, 2024 1 commit
  5. 31 May, 2024 2 commits
    • salix5's avatar
      update Lua interpreter (#582) · fb30f1e0
      salix5 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
    • salix5's avatar
      ocgapi: update get_log_message() (#592) · 4e09ea2e
      salix5 authored
      4e09ea2e
  6. 30 May, 2024 1 commit
  7. 29 May, 2024 1 commit
  8. 28 May, 2024 1 commit
  9. 23 May, 2024 4 commits
  10. 14 May, 2024 3 commits
  11. 12 May, 2024 1 commit
  12. 11 May, 2024 1 commit
  13. 08 May, 2024 1 commit
  14. 07 May, 2024 1 commit
  15. 06 May, 2024 2 commits
  16. 04 May, 2024 2 commits
  17. 30 Apr, 2024 4 commits
  18. 28 Apr, 2024 1 commit
  19. 24 Apr, 2024 1 commit
  20. 18 Apr, 2024 4 commits
  21. 13 Apr, 2024 1 commit
  22. 05 Apr, 2024 1 commit
  23. 23 Mar, 2024 2 commits
  24. 21 Mar, 2024 1 commit
  25. 07 Mar, 2024 1 commit
    • salix5's avatar
      fix: flip summoning (#548) · a04fddec
      salix5 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