- 30 Dec, 2016 3 commits
- 
- 
lllyasviel authoredchange priority of loading scripts 
- 
mercury233 authoredThis reverts commit 7058e371. 
- 
DailyShana authored
 
- 
- 29 Dec, 2016 1 commit
- 
- 
salix5 authoredNow a player can remove 2^16-1=65535 counters from each card. 
 
- 
- 28 Dec, 2016 4 commits
- 
- 
salix5 authored
- 
DailyShana authored
- 
VanillaSalt authored
- 
salix5 authoredhttp://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=14083&keyword=&tag=-1 http://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=12625&keyword=&tag=-1 Now negate/disable activation effects can be activated after effects cannot be negated/disabled, and nothing will happen in resolution. The condition inside ocgcore is moved to check_chain_negate(), check_chain_disable(). 
 
- 
- 27 Dec, 2016 1 commit
- 
- 
DailyShana authored
 
- 
- 23 Dec, 2016 1 commit
- 
- 
DailyShana authored
 
- 
- 22 Dec, 2016 1 commit
- 
- 
DailyShana authored
 
- 
- 21 Dec, 2016 3 commits
- 
- 
DailyShana authored
- 
VanillaSalt authored
- 
salix5 authoredDuel.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) 
 
- 
- 20 Dec, 2016 6 commits
- 
- 
DailyShana authored
- 
DailyShana authored
- 
DailyShana authored
- 
DailyShana authored
- 
salix5 authoredTODO: Add e1:SetValue(SUMMON_TYPE_ADVANCE+k) Duel.CheckTribute(c,k) in EFFECT_SUMMON_PROC, EFFECT_LIMIT_SUMMON_PROC, EFFECT_SET_PROC, EFFECT_LIMIT_SET_PROC scripts 
 
- 
- 19 Dec, 2016 3 commits
- 
- 
VanillaSalt authored
- 
DailyShana authored
- 
DailyShana authored
 
- 
- 18 Dec, 2016 1 commit
- 
- 
DailyShana authored
 
- 
- 17 Dec, 2016 2 commits
- 
- 
DailyShana authored
- 
DailyShana authored
 
- 
- 09 Dec, 2016 1 commit
- 
- 
DailyShana authored
 
- 
- 07 Dec, 2016 1 commit
- 
- 
DailyShana authored
 
- 
- 06 Dec, 2016 2 commits
- 
- 
DailyShana authored
- 
DailyShana authoredThis reverts commit c670a7c8, ec9d41a0 and 108ab49d 
 
- 
- 04 Dec, 2016 1 commit
- 
- 
DailyShana authoredThis reverts commit 07a74fc1. 
 
- 
- 03 Dec, 2016 1 commit
- 
- 
VanillaSalt authored
 
- 
- 26 Nov, 2016 1 commit
- 
- 
VanillaSalt authored
 
- 
- 25 Nov, 2016 1 commit
- 
- 
VanillaSalt authored
 
- 
- 22 Nov, 2016 3 commits
- 
- 
salix5 authored
- 
salix5 authored
- 
salix5 authoredNow 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. 
 
- 
- 19 Nov, 2016 1 commit
- 
- 
VanillaSalt authored
 
- 
- 16 Nov, 2016 1 commit
- 
- 
VanillaSalt authored
 
- 
- 15 Nov, 2016 1 commit
- 
- 
DailyShana authored
 
- 
