Commit Graph

9979 Commits

Author SHA1 Message Date
Sloth
d74f9e6358 - Replaced the black and green dungeon special quests. 2011-08-23 18:45:47 +00:00
Hellfish
a76d56e40c *Fixed Thalakos Dreamsower's damage ability. 2011-08-23 18:14:16 +00:00
Sloth
60033a4074 - Added Tectonic Rift. 2011-08-23 16:18:13 +00:00
Sloth
44e4abf238 - Fixed Spitfire Handler and Ironclaw Curse. 2011-08-23 14:58:29 +00:00
Sloth
698986d571 - Fixed Dragon Mage. 2011-08-23 12:21:47 +00:00
Sloth
65cfa4a5f5 - Fixed a couple of auras that give abilities to lands. 2011-08-23 12:13:31 +00:00
Sloth
0de6c3a01a - Fixed Flame Rift and Kagemaro, First to Suffer. 2011-08-23 12:09:07 +00:00
Chris
74c46e6b87 - Added the recent commit logs to changes.txt. 2011-08-23 11:50:52 +00:00
Chris
37398f1871 - Ran set info script. 2011-08-23 11:50:07 +00:00
Sloth
71763271aa - Fixed logic error with DamageAmount parameter of DamageDone triggers.
- Fixed TriggerZones of Pain Magnification.
2011-08-23 11:47:56 +00:00
jendave
90c4b458a0 ignore log files 2011-08-23 07:33:29 +00:00
Sloth
2672d342d5 - Added Trollhide. 2011-08-23 07:10:13 +00:00
jendave
357eb4b76c ignore PerSetTrackingResults 2011-08-23 07:00:43 +00:00
Sloth
c551e0afd4 - Fixed 5 card text files. 2011-08-23 06:19:35 +00:00
jendave
c8237d07ca Fix output directory name 2011-08-23 06:15:54 +00:00
slapshot5
31f0b0e84d fix Gideon Jura's Lure-like ability not working properly when the Human is low on life. (bAssault was taking over before the 'must attack entity' logic was being run.) 2011-08-23 06:06:18 +00:00
slapshot5
7ec3016fef add a Set Player Life option in DevMode 2011-08-23 04:57:30 +00:00
Sol
943057865a - Added Support for XChoice to CostRemoveCounter
- Converted Mana Batteries and FE Storage Lands to Script
2011-08-23 04:25:00 +00:00
Sol
2dbd141611 - Some fixes to Reflectable Mana in regard to activating during activation of a SA. 2011-08-23 03:38:23 +00:00
Maxmtg
fabb3f7f25 CardReference is designed for use in decks and cardpools. holds only name, edition, foil; it also can be key of a hashtable. 2011-08-22 23:44:19 +00:00
Maxmtg
96b6bd0a99 fix: Player could not concede having Platinum Angel on battlefield 2011-08-22 23:23:23 +00:00
Maxmtg
2b86fbb7ba Aestetic text changes (booster type "T2" renamed to Standard) 2011-08-22 20:54:35 +00:00
jendave
f929e7a04f update maven-jar-plugin 2011-08-22 16:03:00 +00:00
Maxmtg
8133a3d8ec Quest reward cards are being presented in a much cleaner detailed view 2011-08-22 13:58:04 +00:00
Chris
7e73c14892 - Added the recent commit logs to changes.txt. 2011-08-22 11:31:37 +00:00
Chris
df3c992c5f - Ran set info script. 2011-08-22 11:30:31 +00:00
ArsenalNut
96149e1ac4 Added "ActivatedOnly" script key so SpellAbilityCast triggers can be limited to non-triggered abilities. Added Ceaseless Searblades. 2011-08-22 04:56:13 +00:00
Maxmtg
825e64e9f2 Player can choose which booster to receive in the course of quest: containing only T2 cards, Extanded or Legacy (the way it was before) 2011-08-22 04:33:15 +00:00
ArsenalNut
766e872518 Added Oona's Prowler 2011-08-22 04:07:45 +00:00
Sol
a3b5f9eb45 - HumanPlayer wasn't saved apparently. 2011-08-22 03:39:34 +00:00
Sol
8451aa99a4 - Fixing NPE in IsPlayer() 2011-08-22 03:38:48 +00:00
Braids
c51797280d Added questData.dat to svn:ignore on res/quest, so developers don't accidentally add it to the repository. 2011-08-22 02:53:06 +00:00
Sol
8897f5f981 - Add Viscerid Drone 2011-08-22 02:40:27 +00:00
Sol
9a00e9618b Added Foil using new Cost mechanism 2011-08-22 02:20:19 +00:00
Sol
c0e68b19d2 Issue 92: Reorganization of Costs
- Fix a few cards to adhere to new Cost requirements
2011-08-22 02:19:10 +00:00
Braids
1df5c1aa55 Fixed compatibility with Java 7.
Problem was due to inability to deserialize display_new_layout.xml. I changed that file's default serializer to XStream. This fix maintains compatibility with existing display_new_layout.xml when possible, and uses an XStream-generated display_layout.xml when it cannot parse the former.

Note this updates the default display_layout.xml, which looks OK under Windows XP with resolution 1024x768.

Bug: 144
2011-08-22 01:54:21 +00:00
Maxmtg
36e71434c2 fix typo 2011-08-22 00:04:21 +00:00
Maxmtg
a04d035129 Refactored QuestMatchState
GameInfo is renamed to GameSummary and is now an observer for game state. It's purpose is now to hold statistic data on game and actions performed by players. The former functionality moved to ColorChanger and Phase (all combat damage prevention due to Fog spell). Since then game turns calculation is done properly (no need to add/substract 1)
Total cleanup at Gui_WinLose, removed all references to global objects for quest and match-related entites. 
Some of quest rewards calculations use now special functions in QuestData class.
Tracking of win and lose conditions refactored (see Player and Upkeep classes)
2011-08-22 00:02:22 +00:00
Braids
6afac1c7e0 Issue 117: Load from default display_layout.xml when user's customized display_new_layout.xml does not exist.
* Updated the default display_layout.xml to look good on a Windows XP 1024x768 display.
* Updated GuiDisplay4.java to load from default layout if user's "new" layout does not exist.
* We have not had display_new_layout.xml in the repository for some time, but that is a related change.

Bug: 117
2011-08-21 16:05:15 +00:00
Chris
4ffcc7ce0a - Added the LQ pic URL for Chandra, the Firebrand. 2011-08-21 13:22:44 +00:00
Chris
1d24b6d412 - Added the recent commit logs to changes.txt. 2011-08-21 11:44:17 +00:00
Chris
c5dc07bb99 - Ran set info script. 2011-08-21 11:42:11 +00:00
jendave
0bfd66f8b3 remove Adium depedency. modify other dmg scripts 2011-08-21 05:08:11 +00:00
ArsenalNut
90dfca737b Added RememberTokens script key to Token AF, added Gilt-Leaf Ambush 2011-08-21 04:19:44 +00:00
Braids
01e7f66d6b Issue 77: Avoid NPE when choosing cards at random for quests. 2011-08-21 04:01:47 +00:00
Braids
ed7b114a67 - Remove compiler warning from forge.deck.generate.Generate5ColorDeck. 2011-08-21 02:45:55 +00:00
ArsenalNut
6793ca6df3 Added Streambed Aquitects, Warren Pilferers, and Wellgabber Apothecary 2011-08-20 23:58:38 +00:00
jendave
d7ceba4f19 match on empty line with trailing space - thanks Braids 2011-08-20 22:31:23 +00:00
Chris
a724e2a16b - Added the new Swan 2 deck to quest mode. 2011-08-20 16:42:42 +00:00
Hellfish
d31396474b *Added Chandra, the Firebrand. 2011-08-20 13:20:02 +00:00