1. 27 Dec, 2016 1 commit
  2. 23 Dec, 2016 1 commit
  3. 22 Dec, 2016 1 commit
  4. 21 Dec, 2016 3 commits
    • DailyShana's avatar
      update summon proc · 9ed81b99
      DailyShana authored
      9ed81b99
    • VanillaSalt's avatar
      fix · f9bd1ec3
      VanillaSalt authored
      f9bd1ec3
    • salix5's avatar
      summon check · 4876b949
      salix5 authored
      Duel.CheckTribute()
      Now it will check if there exist min<=i<=max such that releasing i tributes is possible.
      (Note that relaesing k tributes is different from releasing k monsters,
      since some monsters can be treated as 2 or more monsters)
      The proof of correctness is shown below.
      
      field::get_summon_release_exlist()
      This function is just a support function of check_tribute(), and now it will not modify release_param.
      
      card::is_can_be_summoned()
      The aegument peffect is a special case used by effects that change theordinary summon procedure (c80921533),
      and now it is seperated from normal cases.
      
      TODO:
      check min_tribute in scripts
      Duel.CheckTribute(c,k,k)
      4876b949
  5. 20 Dec, 2016 6 commits
  6. 19 Dec, 2016 3 commits
  7. 18 Dec, 2016 1 commit
  8. 17 Dec, 2016 2 commits
  9. 09 Dec, 2016 1 commit
  10. 07 Dec, 2016 1 commit
  11. 06 Dec, 2016 2 commits
  12. 04 Dec, 2016 1 commit
  13. 03 Dec, 2016 1 commit
  14. 26 Nov, 2016 1 commit
  15. 25 Nov, 2016 1 commit
  16. 22 Nov, 2016 3 commits
    • salix5's avatar
      summon/set procedure · ec9d41a0
      salix5 authored
      ec9d41a0
    • salix5's avatar
      remove cancelable · 07a74fc1
      salix5 authored
      07a74fc1
    • salix5's avatar
      summon/set procedure · 108ab49d
      salix5 authored
      Now EFFECT_SUMMON_PROC, EFFECT_LIMIT_SUMMON_PROC, EFFECT_SET_PROC,
      EFFECT_LIMIT_SET_PROC effects have to keep a record of their tribute
      number in value
      Ex. SUMMON_TYPE_ADVANCE+2
      
      filter_summon_procedure() will check if:
      1. tribute number >= min_tribute
      2. there are enough slots
      3. there are enough tributes
      
      EFFECT_TRIPLE_TRIBUTE is currently removed since it doesn't not work.
      108ab49d
  17. 19 Nov, 2016 1 commit
  18. 16 Nov, 2016 1 commit
  19. 15 Nov, 2016 1 commit
  20. 12 Nov, 2016 1 commit
  21. 28 Oct, 2016 3 commits
  22. 16 Oct, 2016 4 commits