Commit Graph

2184 Commits

Author SHA1 Message Date
omegablast2002@yahoo.com 1071dbf738 2010-10-17 14:03:51 +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
wrenczes@gmail.com a7ffe4990b Cleaned up the SimpleMenu drawing routines. I was seeing intermittently weird edge lines on the spades of the menu system, as well as gaps. The code was doing a lot of hacky +/- of arbitrary pixel values for the positioning, so I fixed it up to do everything relative to the widths of the pole & the actual spade graphic's size. Also cleaned up the pngs themselves, as they had no need for a transparent pixel rim.
Also moved some static value definitions used in the drawing code from the class header to a private namespace in the cpp file, as they don't need to be seen by any clients of the class.
2010-10-17 00:20:25 +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
omegablast2002@yahoo.com 2f73400cbb updated _test, and rewrote bug test to safe "aslongas" effects in the future. 2010-10-15 15:21:55 +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
techdragon.nguyen@gmail.com 4a0331cbb9 corrected kicker test end conditions. 2010-10-13 21:24:50 +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
wagic.the.homebrew@gmail.com 4fe3156ff2 Erwan
- downsized mp3 quality (people who want the best quality can still get it from jamendo) to reduce size of the final package
- removed unnecessary Jade them (Jeck already removed it a while ago, it was reintroduced by mistake). Jade is now part of "Gemstones"
2010-10-04 12:55:08 +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
wagic.the.homebrew@gmail.com 508040b3a7 Erwan
- fix for issue 467 (simultaneous triggers + "trigger" keyword)
- MootPoint's patch for some string parsing
- some random int/float compilation warning fixes
2010-10-01 16:33:07 +00:00
wagic.the.homebrew@gmail.com f4e87b7daf Erwan
- adding test to repro issue 467
2010-10-01 14:18:05 +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
linshier d8122e441e Tweaked translation codes for deck and opponents choosing menus. 2010-09-29 08:18:09 +00:00
linshier 2544700f38 Added Chinese translation for set SOM. 2010-09-29 07:12:16 +00:00
wagic.the.homebrew@gmail.com 5de20792fd Erwan
- revert a mistake with tests from r2342
2010-09-28 22:37:28 +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
Xawotihs cc668e98b9 Adding Jade theme 2010-09-26 10:58:44 +00:00
Xawotihs 292b61e61e Adding default music files 2010-09-26 10:49:13 +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
solo81@web.de 776232d07a Fixed several cards from SOM.
Fixed Phage the Untouchable's subtype.
2010-09-26 07:52:22 +00:00
solo81@web.de 04ae98466b Added the correct test.txt. 2010-09-25 22:13:03 +00:00
solo81@web.de 73e420626e Fixed several card bug reports from the forum. 2010-09-25 21:59:48 +00:00
leungclj 8f4b2d9559 leungclj - fixed line 3482, 13262 & 36519. Added missing "}"
also- can someone verify line 28637. Thanks
2010-09-25 20:17:13 +00:00
wagic.the.homebrew@gmail.com 3525c97cb2 Erwan
- replaced blightning (not available anymore) from Deck 77, and replaced it to keep the deck wiith 60 cards. Fixes issue 419
2010-09-25 09:31:08 +00:00
wagic.the.homebrew@gmail.com a6e4fba26b Erwan
- fix issue 304 (Momir + persist)
- some minor cleanup
2010-09-25 09:13:30 +00:00