Commit Graph

280 Commits

Author SHA1 Message Date
omegablast2002@yahoo.com
e463be5ad0 updated level up creatures to remove level= and replace with auto=maxlevel:number 2010-10-31 17:22:37 +00:00
guzhenjie1@gmail.com
d125c245b3 Fixed following cards reported in the bug section:
Chainer, Dementia Master, Corpsehatch, Golem Artisan, Imps' Taunt, Samurai of the Pale Curtain, Summoning Station
Add missing text of following duel land: 
Blackcleave Cliffs, Copperline Gorge, Darkslick Shores, Razorverge Thicket, Seachrome Coast
2010-10-31 10:11:33 +00:00
omegablast2002@yahoo.com
7a13f562c7 fixed "ink-eyes,servent of oni" coding. 2010-10-27 15:17:17 +00:00
omegablast2002@yahoo.com
56ba37feec fixed errors reported by 840126 http://wololo.net/forum/viewtopic.php?f=4&p=17769&sid=b5337dd78cbad56a7c4ec93ccf4a3b71#p17769
thank you!
2010-10-25 17:33:58 +00:00
omegablast2002@yahoo.com
142dfab57c changed 3 creatures that were incorrectly using "clone" instead of "token(thier id number)" 2010-10-25 14:37:16 +00:00
omegablast2002@yahoo.com
d7f58285f4 missed a couple levelup creatures 2010-10-23 22:52:25 +00:00
omegablast2002@yahoo.com
34f63056dd updated level up creatures to include a hint to ai when it should stop investing. 2010-10-23 22:34:51 +00:00
solo81@web.de
04efd4f78f Added 37 cards based on rev2444 and rev2479. (Card list -> First comment)
Fixed Sun Titan and some other reported card bugs.
2010-10-22 19:37:43 +00:00
omegablast2002@yahoo.com
e6bc59fa97 goblin piledriver change. 2010-10-22 13:08:19 +00:00
omegablast2002@yahoo.com
b4d9a0cbd0 forgot the taps. 2010-10-22 10:37:40 +00:00
omegablast2002@yahoo.com
7b065b5076 recoded Primeval Titan. 2010-10-22 10:35:20 +00:00
omegablast2002@yahoo.com
4eea325802 opps forgot golem-skin gaunlets 2010-10-21 20:53:05 +00:00
omegablast2002@yahoo.com
f678e52d2f updated this(equip) to this(gear) in cards that use it. 2010-10-21 20:50:08 +00:00
solo81@web.de
ab0de05033 Fixed several cards reported in the bug section.
Changed the name of all new trigger tests.

Removed some obsolete information in some card_dats.
2010-10-21 20:21:44 +00:00
omegablast2002@yahoo.com
f209dd7b89 changed removepoison to alterpoison as it made more sense. 2010-10-21 15:50:00 +00:00
omegablast2002@yahoo.com
aba714f89d fixed a couple errors with new cards.
Gempalm Incinerator
inner-flame acolyte
dwarven berserker
lord of shatterskull pass
goblin piledriver
2010-10-21 09:22:47 +00:00
omegablast2002@yahoo.com
87d501f0ab removed tangle asp and gauntlet of might from boarderline since its not fully supported. 2010-10-20 20:11:47 +00:00
solo81@web.de
e8a44cc375 - Added 242 successfully tested cards based on rev2444 (Card list --> First comment).
- Optimized 163 cards (Card list --> First comment). 
Most of them profit from the much more detailed combat trigger system and the new types of damage prevention.


- Added 17 tests to save Zethfox's additions for the future.


- Fixed issue182.
2010-10-20 19:13:17 +00:00
wagic.the.homebrew@gmail.com
8fdb64e9ce Erwan
- adding tests for issue 489 and issue 491
- check for null pointers in Credits.cpp
- Test suite can now select tokens by their name
- Fixed Dragon Broodmothere's token name
2010-10-17 10:21:08 +00:00
wagic.the.homebrew@gmail.com
d9f5b1586c Erwan
- fixing buggy test for kicker introduced in r2414
- removed old translation tool scripts (not needed anymore)
- simplified "borderline.txt" using the global "borderline" grade.
2010-10-17 05:37:22 +00:00
solo81@web.de
ddc08d6512 Small correction from last revision. 2010-10-15 20:37:28 +00:00
solo81@web.de
98926caaa8 Added 5 tests to safe
aslongas + <
aslongas + >
aslongas + trigger

for future code changes.
2010-10-15 20:32:15 +00:00
solo81@web.de
5bff069d6d Fixed Arcbound Fiend, Sombaer Hoverguard and Proclamation of Rebirth. 2010-10-15 18:46:02 +00:00
techdragon.nguyen@gmail.com
640a9392f6 fixed typos reported in http://wololo.net/forum/viewtopic.php?f=4&t=2283&p=17578#p17578 2010-10-15 05:20:42 +00:00
solo81@web.de
dde0df9e19 Fixed Plated Seastrider, Decree of Savagery and Proclamation of Rebirth. 2010-10-14 19:47:00 +00:00
solo81@web.de
ce934123b0 Added a test for issue483.
Fixed Lux Cannon.
2010-10-12 15:05:52 +00:00
solo81@web.de
b5ef7ff4e7 Fixed Semblance Anvil and Spikeshot Goblin. 2010-10-11 20:06:37 +00:00
solo81@web.de
3c998d6a31 Fixed issue485. 2010-10-11 14:07:38 +00:00
solo81@web.de
0a484237b2 Fixed several card bugs.
Card list -> First comment.
2010-10-10 19:47:07 +00:00
solo81@web.de
7cfd9d981a Fixed several card bugs reported in the bug section of the forum. 2010-10-09 17:48:10 +00:00
wrenczes@gmail.com
62e0a789eb Fix for the Snap card not triggering the 2nd untap. Basically, stole the method from GrimmHatter's post:
http://www.wololo.net/forum/viewtopic.php?f=21&t=1430&start=40#p13465

Seems to work from my testing so far.  If this is the preferred route, we should probably sweep through & track down all the other cards that use the token counter hack, as that method used to work in 0.12.1 and broke some time after that.

(Somebody please sanity check this for me, as this is my first foray in messing with card rules.)
2010-10-09 04:07:31 +00:00
solo81@web.de
038f9c2ba0 Fixed Gempalm Incinerator and Eldrazi Monument.
Removed Armament Master (never supported!).
2010-10-07 20:13:14 +00:00
techdragon.nguyen@gmail.com
b485690968 fixed card issues pointed out by user Toben:
http://wololo.net/forum/viewtopic.php?f=4&t=2264&p=17263#p17263
2010-10-05 21:28:00 +00:00
techdragon.nguyen@gmail.com
94961d350d made fixes found in debugging session with "Lovisa Coldeyes" and "Lotus Cobra" 2010-10-05 13:19:58 +00:00
solo81@web.de
4d9fd35c55 Fixed issue452, issue471 and issue476 2010-10-04 18:26:11 +00:00
techdragon.nguyen@gmail.com
154ccc2555 issue 475.
two cards coded incorrectly, "Shelter" and "Sejiri Steppe" they are to use protection from and not fog from
2010-10-04 15:38:45 +00:00
techdragon.nguyen@gmail.com
5d2e948b05 fixed unearth cost for Extractor Demon. Was set to {B} should have been {2}{B} 2010-10-03 17:53:02 +00:00
wagic.laurent
f21419cff9 Laurent - Changed Trade Caravan to UpkeepOnly since you cannot play this during opponentupkeep, this is not correct but needed for Brother's War Campaign 2010-10-03 10:57:46 +00:00
wagic.the.homebrew@gmail.com
c3c5d893d1 Erwan
- attempt at fixing some crashes in shop (related to bad usage of the cache)
- Fix typo reported with Qumulox
2010-10-03 07:36:01 +00:00
omegablast2002@yahoo.com
33d8ad5e9b trigon of mending coded incorrectly 2010-10-03 04:32:38 +00:00
techdragon.nguyen@gmail.com
be6566361a fixed some card coding errors reported in forum by KF1 2010-09-29 16:38:02 +00:00
techdragon.nguyen@gmail.com
5d215c29a4 resolves issue 466 2010-09-29 16:28:36 +00:00
wagic.the.homebrew@gmail.com
b79c7eea53 Erwan
- fix for issue 462 (graphical glitch when cards come back from graveyard)
- adding Kaioshin's wallpaper
- fixed minor issue in mtg.txt
2010-09-28 13:58:22 +00:00
techdragon.nguyen@gmail.com
3b0fad54e4 fixed typo for Carrion Call, Kuldotha Rebirth and Vedalken Certarch
the auto line had "Crature" inplace of "Creature", this caused tokens generated by those cards to be treated as "workaround" tokens instead of real playable tokens.
2010-09-28 07:05:03 +00:00
solo81@web.de
524ec5b962 Readded all cards which had to be removed once due to issue284.
"@damaged(creature)" is already safed by 2 test suite tests (Mirri & Mephidross Vampire).
2010-09-27 19:42:49 +00:00
solo81@web.de
56a6c7b6f6 Readded Mephidross Vampire.
Added a few tests.
2010-09-26 13:53:25 +00:00
wagic.the.homebrew@gmail.com
82ab92a61f Erwan
-fix for issue 408 (issues with life + targetcontroller + targets on the stack)
2010-09-26 12:57:12 +00:00
solo81@web.de
3b526a3555 Removed Dance of the the Dead from the primitives.
An attempt to fix it by aliasing it with Animate Dead failed: All additional bonuses from Dance of the Dead were ignored.

Closing issue404.
2010-09-26 09:21:44 +00:00
wagic.the.homebrew@gmail.com
252104fb51 Erwan
- reverted Rancor's code to fix the test suite (bug introduced in r 2323) (also see related issue 462)
2010-09-26 09:12:48 +00:00
solo81@web.de
5277ba525d Fixed Three Visits, Spoils of Victory and several typos in text-lines.
Fixed card type of Soliton and Snapsial Glider (SOM).
2010-09-26 08:00:10 +00:00