Commit Graph

2305 Commits

Author SHA1 Message Date
omegablast2002@yahoo.com
75c0733a38 Condensed castrestrictions/handsize rule massively. handled by 1 rule now and checked in one pass. 2010-09-24 19:26:32 +00:00
solo81@web.de
27ae3b834b Added around 155 codable cards from Scars of Mirrodin (SOM). 2010-09-24 18:10:53 +00:00
omegablast2002@yahoo.com
9b5a3b15aa tiny boo boo, forgot getManaCost() for the colored removel 2010-09-24 17:40:41 +00:00
omegablast2002@yahoo.com
3ee09742b6 bug fix for Token Crash when Id was not found in Card.dat. 2010-09-24 17:11:50 +00:00
omegablast2002@yahoo.com
4ae00372a4 resubmitting my affinity refactor, improved since the original issue was not even related to this code 7 hours later :/ 2010-09-24 16:05:22 +00:00
techdragon.nguyen
5eab87345a initializespatch fix for issue 459. This patch encapsulates the metadata object more and initializes the stat values. 2010-09-24 11:27:34 +00:00
techdragon.nguyen
f7d2b774e3 reverting changes made by request of Zethfox. code needs more testing. 2010-09-24 11:26:35 +00:00
omegablast2002@yahoo.com
d3b96a8723 refactored and cleaned up affinityrule..630ish line DOWN to 120ish 2010-09-24 08:53:01 +00:00
wagic.laurent
f0fe35786c Laurent - Adding Scars of Mirrodin 2010-09-24 01:01:43 +00:00
wagic.the.homebrew@gmail.com
b6d7496798 Erwan
- some code cleanup in Damage.cpp (the test suite passes)
2010-09-23 13:06:49 +00:00
wagic.the.homebrew@gmail.com
a6a75af52a Erwan
- Partial fix for issue 335. This fixes the general problem of triggers not working in the case @movedTo(Battlefield) from(anywhere), but not the specific case of River kelpie not getting to draw a card after being "persisted"
2010-09-23 08:29:35 +00:00
linshier
326ecf84b0 Added Chinese translation for sets MIR, unofficial and for wagic only. 2010-09-23 05:55:47 +00:00
linshier
5867b9679e Additional fix for issue 460. Tested on Linux. 2010-09-23 05:11:05 +00:00
wagic.the.homebrew@gmail.com
e02fe57cc0 Erwan
- fix for issue 442 (Creature bond). I believe this is the same issue as issue 439. Fix untested, please verify
2010-09-23 05:01:04 +00:00
wagic.the.homebrew@gmail.com
bba6274f8b Erwan
- fix from issue 439 (skullclamp)
- reorganized a few files in VC++ project
2010-09-23 04:46:43 +00:00
wagic.the.homebrew@gmail.com
e94c070050 erwan
- long term fix for issue 460 and issue 461
2010-09-23 04:00:22 +00:00
Xawotihs
4ba8badabd - Fixed issue 460 on Linux with Qt, this configuration will still use OpenGl 1.1. Linux with Qt will use OpenGl 2.0 and thus display the bug while it's not fixed.
- Fixed issue 461 for all the platforms.
2010-09-22 22:51:49 +00:00
wagic.the.homebrew@gmail.com
1c0218326e Erwan
- {z} cost becomes l2e (Library To Exile)
- {q} cost becomes s2l (Send to Library) <- from any place to Library
- subtypes leyline, controllsershroud, playershroud become ability keywords
2010-09-21 12:18:37 +00:00
wagic.the.homebrew@gmail.com
e2727cb7c3 Erwan
- Fixed a mistake introduced in 2296, I basically reverted lots of important changes made in mtg.txt, sorry for that :(
2010-09-20 13:48:42 +00:00
wagic.the.homebrew@gmail.com
342d1c1bf3 - fix text for Phage the untouchable
- some cleanup of ManaCost parser's code (please avoid copy/paste whenever possible. Less lines == less bugs)
2010-09-20 09:25:30 +00:00
wagic.the.homebrew@gmail.com
bdc43052d3 Erwan
- support for tinyCrops see http://wololo.net/forum/viewtopic.php?f=15&t=2197
- card images can now be named after the card's name (ex: sets/10E/Ancestor's Chosen.jpg , or sets/10E/10E.zip:Ancestor's Chosen.jpg)
- yet another attempt at fixing tokens in the shop
2010-09-20 07:10:21 +00:00
solo81@web.de
e654f01307 Added Flame-Kin Zealot, Kor Line-Slinger and Torch Slinger. 2010-09-19 11:14:50 +00:00
omegablast2002@yahoo.com
2aa8664973 removed my "Zeths add on" there have been an overwhelming amount of bug reports for cards in it. more info in comment 2010-09-19 09:22:29 +00:00
solo81@web.de
01666d2f2e Added 21 successfully tested cards based on several additions from Zethfox. 2010-09-19 09:03:25 +00:00
solo81@web.de
d7b649ed1c Added 22 successfully tested cards based on rev2286.
Example code:

[card]
name=Serra Avatar
auto=thisforeach(controllerlife) 1/1
autograveyard=moveTo(ownerlibrary) && shuffle
text=Serra Avatar's power and toughness are each equal to your life total. -- When Serra Avatar is put into a graveyard from anywhere, shuffle it into its owner's library.
mana={4}{W}{W}{W}
type=Creature
subtype=Avatar
power=*
toughness=*
[/card]

[card]
name=Divinity of Pride
abilities=flying,lifelink
auto=this(controllerlife > 24) 4/4
text=Flying, lifelink -- Divinity of Pride gets +4/+4 as long as you have 25 or more life.
mana={WB}{WB}{WB}{WB}{WB}
type=Creature
subtype=Spirit Avatar
power=4
toughness=4
[/card]
2010-09-18 18:05:37 +00:00
wagic.the.homebrew@gmail.com
279dcaebbe Erwan
- Adding kaioshin's wallpapers
- Reformatting some things in the credits text
2010-09-18 10:40:39 +00:00
omegablast2002@yahoo.com
a1885790dd SMALL TWEAK the last one was facepalm worthy 2010-09-17 18:14:33 +00:00
omegablast2002@yahoo.com
10a4cc61a6 small tweak 2010-09-17 18:02:03 +00:00
omegablast2002@yahoo.com
5caab088a0 fresh psp eboot in daily folder 2010-09-17 17:50:13 +00:00
omegablast2002@yahoo.com
65673ca0b2 added support for no max hand size, added nonstatic lifetotal checks, added a check for how many equips a card has, added a fix for a typo in affinityswamp. 2010-09-17 17:37:18 +00:00
wagic.the.homebrew@gmail.com
341c48eb61 Erwan
- swapped StyleManager.h and .StyleManager.cpp files in VC++ project
- attempt at fixing issue 451 (tokens in momir), please verify. Also attempt at fixing tokens in shop.
2010-09-17 11:25:33 +00:00
omegablast2002@yahoo.com
291b600bed Sprouting Phytohydra token had rarity=c 2010-09-17 10:16:08 +00:00
omegablast2002@yahoo.com
29baed7d4a tweaked MNguyens menu improvements by Mnguyen 2010-09-17 09:07:09 +00:00
omegablast2002@yahoo.com
5939cbded8 added MnGuyens further improved menu handling and extra options. 2010-09-17 06:34:12 +00:00
wagic.the.homebrew@gmail.com
3965505b15 wololo
- Adding DJardin's port to N900
2010-09-16 13:12:05 +00:00
solo81@web.de
46c499be5f Added 6 cards based on rev2278.
Example code:

[card]
name=Arc-Slogger
auto={R}{z}{z}{z}{z}{z}{z}{z}{z}{z}{z}:damage:2 target(creature,player)
text={R}, Exile the top ten cards of your library: Arc-Slogger deals 2 damage to target creature or player.
mana={3}{R}{R}
type=Creature
subtype=Beast
power=4
toughness=5
[/card]

[card]
name=Deep Spawn
abilities=trample
auto=upcost[{M}{M}] moveTo(mygraveyard)
auto={U}:shroud && tap && frozen
text=Trample -- At the beginning of your upkeep, sacrifice Deep Spawn unless you put the top two cards of your library into your graveyard. -- {U}: Deep Spawn gains shroud until end of turn and doesn't untap during your next untap step. Tap Deep Spawn. (A permanent with shroud can't be the target of spells or abilities.)
mana={5}{U}{U}{U}
type=Creature
subtype=Homarid
power=6
toughness=6
[/card]

[card]
name=Leashling
auto={q(*|myhand)}:moveTo(myhand)
text=Put a card in your hand on top of your library: Return Leashling to its owner's hand.
mana={6}
type=Artifact Creature
subtype=Hound
power=3
toughness=3
[/card]


Optimized the code for all cards with RETRACE.


Fixed issue411. 


Fixed some cards.
2010-09-14 22:05:02 +00:00
omegablast2002@yahoo.com
d64ba7646f new daily eboot 2010-09-14 17:22:26 +00:00
omegablast2002@yahoo.com
b507053a1d fixed storm spellcount, affinity/manaredux invis mana, added true "retrace" added 3 new extra cost types. 2010-09-14 17:15:33 +00:00
linshier
58d67d630a Fixed for choosing Chinese at first time play. 2010-09-13 16:35:34 +00:00
solo81@web.de
be06be1343 Fixed Tendrils of Agony. 2010-09-13 16:23:28 +00:00
linshier
16fe2d8a4f Fixed bug for translated deck descriptions in DeckManager. 2010-09-13 10:59:59 +00:00
linshier
9d3707386b Fixed memleak by ability BloodThirst 2010-09-13 10:30:12 +00:00
solo81@web.de
2b81ba33f2 Added 33 successfully tested cards mainly based on rev2272.
2 example cards:

[card]
name=Decree of Justice
auto=token(Angel,Creature Angel,4/4,flying,white)*XX
autohand={2}{W}:cycling
autohand={X}{W}:name(cycle and soldier tokens) && cycling && thisforeach(X) token(Soldier,Creature Soldier,1/1,white)*X
text=Put X 4/4 white Angel creature tokens with flying onto the battlefield. -- Cycling {2}{W} ({2}{W}, Discard this card: Draw a card.) -- When you cycle Decree of Justice, you may pay {X}. If you do, put X 1/1 white Soldier creature tokens onto the battlefield.
mana={X}{X}{2}{W}{W}
type=Sorcery
[/card]

[card]
name=Stormbind
auto={2}{D}:damage:2 target(creature,player)
text={2}, Discard a card at random: Stormbind deals 2 damage to target creature or player.
mana={1}{R}{G}
type=Enchantment
[/card]


Added 2 tests for the keywords introduced in rev2272.


Corrected several card bugs.
2010-09-12 17:45:59 +00:00
omegablast2002@yahoo.com
c408e5d588 added support for {X}{X} in cost, added support for token(creature, X/X or XX/XX)*XX or X or #. added discard card at random as cost type {d} 2010-09-12 16:15:24 +00:00
wagic.jeck
6063ddcf55 Jeck - Note to self: next time you write a unit test, check it better. 2010-09-12 05:10:10 +00:00
solo81@web.de
fc8c8e5a66 Fixed several card bugs reported by 840126. 2010-09-11 21:42:30 +00:00
solo81@web.de
693435b0ae Added "Dueldecks: Elspeth vs. Tezzeret" (EVT).
Added Kemba's Skyguard to the primitives.

Added Contagion Clasp to the mtg_todo.dat.
2010-09-11 21:13:13 +00:00
omegablast2002@yahoo.com
120da0388c fixed 3 memleaks in ability "transforms" 2010-09-11 18:00:48 +00:00
solo81@web.de
39a30f7542 Fixed issue450. 2010-09-11 13:08:03 +00:00
solo81@web.de
a417da60c7 Added a test for flashback. 2010-09-11 13:02:04 +00:00