Commit Graph

2151 Commits

Author SHA1 Message Date
solo81@web.de
8a72e76bcf Fixed some small typos from the last revisions
Thx to leungclj!!!
2010-08-10 11:27:50 +00:00
leungclj
15d20a4cd3 improved card description, changed a few "E" to "--" 2010-08-10 11:06:29 +00:00
solo81@web.de
477439773b - Fixed the "CANTREGENERATE" keyword (by Zethfox).
The engine always handled it as "REGENERATE" and thus had to be renamed. Its new name is "CANTREGEN". It has been tested excessively by me and Zethfox. Now all cards with the former "cantregenerate" work as they should.

- I also added a test for "CANTREGEN" (Incinerate).


- Added the new keyword "FOG" (by Zethfox). 
This is an equivalent for "PREVENTALLCOMBATDAMAGE", which only worked for instants and sorceries. "Fog" works only for permanents and is used in combination with the newly introduced parameter "ONESHOT"!

- I also added 2 tests for "FOG" (Maze of Ith, Spore Frog).

Both additions lead to several issue fixes:
Fixed issue286.
Fixed issue328.
Fixed issue332.
Fixed issue416.

- Removed Demonic Torment, Gaseous Form, General's Kabuto, Sandskin. Those cards never worked and could even not be fixed with "FOG".


- Optimized the code of the dragon-lair land-cycle from PLS and added 2 tests for them.

- Added 8 successfully tested cards. Card list -> first comment.
2010-08-09 23:49:31 +00:00
solo81@web.de
9e549f3e88 (Re)Added 16 successfully tested cards based on rev2155.
Card list -> first comment.

Optimized code for 9 cards (now 100%).
Card list -> first comment

Fixed issue355.
2010-08-09 14:35:18 +00:00
solo81@web.de
a3376bf08c Added 18 successfully tested cards based on rev2155.
Card list -> first comment

- Added tests for "lifeset" (Biorhythm,Blessed Wind)

- Removed test for Hope Charm.

- Optimized all cards with life payment as activation cost or mana cost.

- Optimized all spells with a must choice.
2010-08-08 23:52:34 +00:00
solo81@web.de
ab88dfcda9 Fixed the "oneshot" parameter introduced in rev2155. 2010-08-08 22:06:46 +00:00
wagic.the.homebrew@gmail.com
47c9ad1b65 Erwan
- new features by Zethfox:
-- "oneshot" optional parameters for lords (helps fixing issues with bouncelands)
-- Life as a cost (avoids using a dirty trick of paying life as an effect)
-- set life total abilitiy (lifeset
-- new auto lines: autostack, autoexile

The test suite passes with these changes, also no test using these abilities has been added yet
2010-08-08 14:04:37 +00:00
wagic.the.homebrew@gmail.com
3d3b4112cb Erwan
- minor font fixes by linshier
2010-08-08 11:45:53 +00:00
solo81@web.de
e8470d6f71 Added Sword of Kaldra. 2010-08-05 19:42:05 +00:00
solo81@web.de
fac262078f Fixed issue432. 2010-08-04 19:00:49 +00:00
solo81@web.de
91be52e50e Added 18 successfully tested cards based on rev2146.
Card list --> First comment.
2010-08-01 18:06:04 +00:00
leungclj
71e3216bf2 removed the "?" from Goblin Razerunners and Azami, Lady of Scrolls 2010-08-01 13:48:26 +00:00
leungclj
b687c6f79e re-include leveler back to _test.txt 2010-08-01 13:13:16 +00:00
leungclj
1aff826a0a test for Twinstrike, don't remember seeing card that allows targeting 2 things.
improved description on Twinstrike too.
2010-08-01 13:01:14 +00:00
wagic.the.homebrew@gmail.com
e224223a43 Erwan
- daily build
2010-08-01 05:33:15 +00:00
wagic.the.homebrew@gmail.com
ce69e23357 Erwan
- minor fix in Zethfox cards addon (Bad lines error from parser)
- Zethfox's patch for {t(target)} as an extra Cost. Works the same way as sacrifice, check Azami, Lady of Scrolls for an example
- fixed compilation on the PSP (sorry!)
2010-08-01 03:21:59 +00:00
wagic.the.homebrew@gmail.com
f40af0b1cb Erwan
- Chinese patch by linshier
2010-07-31 14:41:04 +00:00
wagic.superhiro
1704a20d09 Fixed Mulldrifter. 2010-07-31 13:58:47 +00:00
solo81@web.de
fc60ddff64 Removed cards from Zeth's addon that were already moved to the mtg.txt in rev2136. 2010-07-30 14:04:25 +00:00
wagic.the.homebrew@gmail.com
b0d81dc8c1 Erwan
- almosthumane's code for Mulligan
- added better wording for menu of "move" abilities (with help from Zthfox)
- updated Zethfox's card addon
2010-07-30 12:14:10 +00:00
solo81@web.de
d92643f5d6 Fixed Knight Exemplar. 2010-07-30 11:34:38 +00:00
solo81@web.de
df1036d690 Fixed Trade Caravan. 2010-07-30 11:29:30 +00:00
leungclj
db8259fbc7 fixed Student of Warfare 2010-07-29 12:07:48 +00:00
leungclj
59bff80e6b "re-implant" Gobhobbler Rats from r2137 2010-07-29 08:42:38 +00:00
solo81@web.de
8159071849 Added 4 successfully tested cards with Hellbent. (card list ->> first comment)
Added 2 tests for hellbent.
2010-07-28 20:45:50 +00:00
solo81@web.de
a537522770 - Added 22 successful tested cards (card list --> first comment)
Zethfox found out that a single sacrifice cost as an addition to a normal manacost can be added to the manacost-line of a card!

Here is a code example from the famous card Natural Order (VIS):

[card]
name=Natural Order
auto=moveTo(myBattlefield) target(creature[green]|myLibrary)
text=As an additional cost to cast Natural Order, sacrifice a green creature. -- Search your library for a green creature card and put it onto the battlefield. Then shuffle your library.
mana={2}{G}{G}{s;notatarget(creature[green]|mybattlefield)}
type=Sorcery
[/card]

I tested this excessively and I have to say: This kind of code leads to absolute 100%ers.


- Added 2 tests for this to save it from being broken by future code changes.


- Removed the land cycle from Visions (Coral Atoll, everglades, etc.).
2010-07-28 18:30:16 +00:00
leungclj
7e5add2b3c Optimized code: Feral Hydra 2010-07-25 08:42:03 +00:00
wagic.the.homebrew@gmail.com
c1073c83e6 Erwan
- Removed some none working cards from mtg.txt
- Added the "unofficial" grade 
- Added a system to give a grade to an entire file, avoids reading the file any further if not necessary
- Added Zeth's addons to the primitives folder, with a grade of "Unofficial"
2010-07-25 06:29:33 +00:00
wagic.the.homebrew@gmail.com
35e5b64dfd Erwan
-fix issue 387 (can't save "dangerous" grade from the options)
2010-07-25 04:39:22 +00:00
solo81@web.de
9a66dec391 Readded a fixed version of Enclave Cryptologist. --- Thx to Zethfox!! 2010-07-24 08:54:34 +00:00
solo81@web.de
f071cbde38 Added Opalescence. --- Many thanks to moxen!
Fixed Keldon Megaliths.
2010-07-24 08:28:26 +00:00
wagic.the.homebrew@gmail.com
1332842025 Erwan
- bug fix in JGE++ audio (improve HBL compatibility)
- Added new rewards in story mode: random card, card (either by "name" or id), specific set
- Story mode: added possibility to choose music, and bg for duel.
-- See "01. Where it all begins" for examples of new features
2010-07-19 13:44:26 +00:00
leungclj
acf06d0181 rename the file, forgot to write a ticket for the issue 2010-07-17 13:42:49 +00:00
leungclj
9fb7114b43 leungclj - test for Skullclamp
When equipped creature is put into a graveyard, draw two cards.
this will also trigger if equipped creature goes else where.
2010-07-16 12:05:02 +00:00
solo81@web.de
352394cfd8 Optimized code for:
Demon's Jester
Fen Stalker
Rakdos Pit Dragon
Scoria Cat
Slithering Shade
Spur Grappler
Taste for Mayhem


Fixed:

Tectonic Edge


ADDED:

Cackling Flames
Cutthroat il-Dal
Keldon Megaliths
Sarcomancy
Spirit Mirror
2010-07-15 21:34:22 +00:00
solo81@web.de
d18dbe0ac8 Added Scute Mob.
Thanks to Zethfox!
2010-07-15 14:29:05 +00:00
leungclj
9e47e3c42b leungclj - fixed Waning Wurm 2010-07-14 13:30:06 +00:00
leungclj
b0246ee40a leungclj - fixed Gemstone Array 2010-07-14 08:51:18 +00:00
leungclj@googlemail.com
82c803c11b leungclj - fixed Tectonic Edge & Snapping Creeper 2010-07-13 09:20:56 +00:00
leungclj@googlemail.com
cf5491a08e leungclj - "fixed" Tolsimir Wolfblood by giving the token milticolour manacost. Test included. 2010-07-12 08:01:13 +00:00
solo81@web.de
b02ce88b87 Fixed Charging Bandits. 2010-07-11 16:22:11 +00:00
wagic.the.homebrew@gmail.com
fd8645d1a4 Erwan
- JGE updates : main accepts argv/argc. Compilation variables for MP3 and Network support
- Minor fix in Wagic (potentially fixes crashes when using activated abilities several times in onr turn. Couldn't reproduce the issue)
2010-07-11 10:56:12 +00:00
solo81@web.de
672e53d58c Fixed issue433. 2010-07-11 07:42:58 +00:00
solo81@web.de
03d0b8a2fa Added M11. 2010-07-09 23:34:55 +00:00
solo81@web.de
852e6e5bf1 Fixed several bugs.
Removed Mystic Snake.

Removed Utopia Vow.
2010-07-09 20:59:12 +00:00
leungclj
2ef035e417 leungclj - Fixed: Tawnos's Wand: {2}{T} instead of {T},
Armored Griffin, from auto=flying, vigilance, to: ability: flying, vigilance
Carrion Howler RAV, from:+2/+1 to:+2/-1
2010-07-07 17:57:07 +00:00
leungclj
171b3b3412 leungclj - fixed Prowling Nightstalker 2010-07-07 15:46:25 +00:00
leungclj@googlemail.com
5c5969fc0a leungclj - Fixed Cadaver Imp 2010-07-04 09:05:23 +00:00
leungclj@googlemail.com
158bf13f1c Added Halimar Wavewatch
thanks ph34rbot
2010-07-03 15:07:27 +00:00
leungclj@googlemail.com
b56c687599 leungclj - Fixed Affa Guard Hound 2010-07-03 08:33:23 +00:00