Commit Graph

21636 Commits

Author SHA1 Message Date
Chris
e08f47c3e9 - Added new card names to changes.txt. 2013-05-18 11:06:40 +00:00
Chris
5954d4f6b4 - Cleared out the changes.txt file, now ready for new material. 2013-05-18 10:58:24 +00:00
Sloth
b3244f372d - Improved AI dealing with Armored Transport. 2013-05-18 09:13:35 +00:00
Maxmtg
bdc11dd9e7 made a few methods with descriptive names to wrap that payManaCost with 5 parameters
corrected the extra mana calculation for Nether Void and Spelltithe Enforcer
2013-05-18 06:57:02 +00:00
moomarc
594e1e7cf6 - ensure Voice of Resurgence uses the correct token image
- updated download URLs
2013-05-18 06:14:25 +00:00
Maxmtg
591b05d1de @TriggerReplacementBase.meetsCommonRequirements a check for ManaNotSpent was fetching a wrong parameter 2013-05-18 05:47:37 +00:00
swordshine
ec0f47ee84 - M14: Added Shadowborn Apostle and Shadowborn Demon 2013-05-18 05:43:38 +00:00
Maxmtg
ebc75a9e62 added checkStaticAbilities before subAbilities resolve (fixes: Platinum Emperion targeted by Swords to Plowshares) 2013-05-18 05:40:48 +00:00
Maxmtg
1d4b6cc88a remove diamond operator in ManaCostBeingPaid
remove setKeywords from Player (the method was never referenced and has been added by checkstyle enforcing)
compare static abilities - a slight optimization
2013-05-18 05:23:40 +00:00
RedDeckWins
3eb6701e0a implement sand golem 2013-05-18 04:05:21 +00:00
Maxmtg
0df9763ec1 AI & Human mana payment, ManaPool, ManaCostBeingPaid refactored.
The game uses a byte with flags set instead of color names in more cases.
2013-05-17 18:45:06 +00:00
Maxmtg
a5111fed3d Oracle text for Spatial Merging 2013-05-17 16:26:53 +00:00
Chris
4d75939612 [maven-release-plugin] prepare for next development iteration 2013-05-17 12:08:18 +00:00
Chris
22c2e5b81e [maven-release-plugin] prepare release forge-1.3.16 forge-1.3.16 2013-05-17 12:08:07 +00:00
Chris
1e3c9ff8d9 - Preparing the changes.txt file for the next beta build and release. 2013-05-17 11:55:46 +00:00
Chris
3130168ba5 - Added a fluff piece to the changes.txt file.
- Added new card names to changes.txt.
2013-05-17 11:50:36 +00:00
Sloth
e3bbf15a9c - Cleanup in ComputerUtil. 2013-05-17 11:43:57 +00:00
swordshine
d22c44bc01 - M14: Added Advocate of the Beast, Archangel of Thune, Dawnstrike Paladin, Enlarge, and Megantic Sliver by sagephoenix 2013-05-17 08:10:13 +00:00
slowe
86cee4bdb1 Fixed generation of TSP starters 2013-05-17 05:31:11 +00:00
Sloth
5e847fb41e - Updated the Cipher 2 opponent by Nordos. 2013-05-16 07:16:48 +00:00
Maxmtg
a44f27d280 minor rearrangement (just need to get these out of files-to-commit list) 2013-05-16 06:21:15 +00:00
Chris
acda6157a7 - Added a fluff piece to the changes.txt file. 2013-05-15 22:01:18 +00:00
Sloth
ffc10627aa - Updated some more BuffedBy SVars. 2013-05-15 21:39:18 +00:00
Sloth
7dd6df890e - Fixed AI of Death by Dragons. 2013-05-15 20:57:08 +00:00
Sloth
d62941f5ad - Improved LifeLoseAi. 2013-05-15 18:01:52 +00:00
Sloth
274e2e904c - Updated some BuffedBy SVars. 2013-05-15 17:42:59 +00:00
Sloth
73f81361a0 - Added a default logic to ProtectionEffect AI. 2013-05-15 17:15:35 +00:00
Sloth
848fd460dc - Added a castSpellInMain1 AI function that currently checks for Cipher subAbilities and BuffedBy SVars. 2013-05-15 14:50:41 +00:00
Chris
5e4fb591be - Added the updated juzamjedi cube. 2013-05-15 12:27:13 +00:00
Chris
9f5833935a - Added a fluff piece to the changes.txt file.
- Added new card names to changes.txt.
2013-05-15 11:52:56 +00:00
RedDeckWins
1577f9110d war tax implemented. propaganda combat check now looks in the command zone as well. 2013-05-15 04:49:56 +00:00
Maxmtg
37655012ad SpellAbilityStackInstance keeps original activating player and restores it on getSpellAbility call 2013-05-15 04:11:23 +00:00
Maxmtg
77e9ebc456 more resilent quest loader - handles situations like 'I took quest save from my friend who has all duel decks added to setdata.txt, and this quest fails to load on my machine dues to missing cards' 2013-05-15 04:03:09 +00:00
Chris
f549dbe189 - Added a fluff piece to the changes.txt file. 2013-05-14 13:00:46 +00:00
Chris
9614232026 - Added new card names to changes.txt. 2013-05-14 10:48:13 +00:00
Maxmtg
6d36ca9e67 ManaCostShard converted to enum
maps of lists - for future commits
2013-05-14 10:35:09 +00:00
moomarc
4101c6036c - Updated booster image download URLs for DGM 2013-05-14 06:51:56 +00:00
Maxmtg
edf8422360 converted sunburstMap to byte (from strings and hashmaps) 2013-05-14 06:45:36 +00:00
moomarc
74340921ec - removed 'no text' line from Orzhova script 2013-05-14 06:27:53 +00:00
Maxmtg
aca519c0f0 InputPayManaX - bugfix + some improved code 2013-05-14 05:57:56 +00:00
Maxmtg
5d737fd104 refactored a dumb switch 2013-05-14 05:33:22 +00:00
Maxmtg
e3836fc1f7 compile errors 2013-05-14 05:29:25 +00:00
Maxmtg
cf2d6466a9 MagicStack no longer exposes getStack method, uses a synchronized queue to manage contents 2013-05-14 05:25:51 +00:00
RedDeckWins
1551b2c2e8 ether well implemented 2013-05-13 23:45:02 +00:00
Hellfish
1544a86044 *Tweaked DigUntil to allow digging through Planar & Scheme decks.
*Many tweaks to planechase handling.
*Made MagicStack.peekAbility synchronized.
*Fixed(?) ConcurrentModificationException. in VStack.
*Added phenomenon: Spatial Merging.
2013-05-13 21:36:26 +00:00
Sloth
9fba3390be - Added the medium opponent Lex Luthor 2 by Nordos. 2013-05-13 19:01:49 +00:00
Maxmtg
a9fb1fa85d payCostDuringAbilityResolve moved to HumanPlay
MagicStack is Iterable<SpellAbilityStackInstance>, get(i) methods removed, many invocations of size() replaced with isEmpty or iteration when appropriate/
GameActionUtil - some other methods inlined for being 2-lines long or used only once
2013-05-13 12:18:28 +00:00
Chris
af4c2154d4 - Added new card names to changes.txt. 2013-05-13 10:50:33 +00:00
RedDeckWins
bf6537e7f0 goblin flotilla implemented 2013-05-13 06:25:40 +00:00
swordshine
70a36b5fc7 - Fixed Nivmagus Elemental 2013-05-13 01:42:24 +00:00