Commit Graph

16233 Commits

Author SHA1 Message Date
Maxmtg
aa75d35900 LQ picture loading 2012-07-31 18:28:47 +00:00
mcrawford620
2acfcc4be2 - work on limited deck using rankings 2012-07-31 17:54:15 +00:00
Sloth
7dba8932c4 - Updated some SVars. 2012-07-31 17:12:04 +00:00
Sloth
fa4f795a92 - Fixed "TargetValidTargeting" taking permanent spells as permanents (and similar cases).
- Fixed Teferi's Response.
2012-07-31 15:08:26 +00:00
Sloth
b34872b6af - Better tweak for Exalted AI. 2012-07-31 11:02:24 +00:00
Sloth
9933e67c0e - First attempt at AI splitting attackers between Planewalkers and human player. 2012-07-31 10:38:31 +00:00
Chris
6853ac2f1d - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-07-31 10:31:03 +00:00
Sloth
b3133a1e05 - Fixed zero mana costs not being affected by costChange.
- Simplified handling of paidCostParts.
2012-07-31 10:00:04 +00:00
Sloth
ac02aa2134 - Added RememberedLKI as an option for calculateAmount.
- Fixed Disciple of Bolas.
2012-07-31 07:38:40 +00:00
Sloth
b0776bdb43 - Tweaked Exalted AI. 2012-07-31 07:21:26 +00:00
mcrawford620
3f68f2ac7d - work on LimitedDeck to use rankings in deckbuilding 2012-07-31 00:13:04 +00:00
Maxmtg
63b4fa1b16 Lazy loading of forge.Card instances 2012-07-30 23:07:39 +00:00
Maxmtg
271029de96 removed "creating card objects step" from loading sequence - and does it still work? 2012-07-30 21:15:52 +00:00
Sloth
1b3e26886a - Fixed Veilstone Amulet. 2012-07-30 20:17:01 +00:00
Sloth
03405ce645 - Fixed AI logic of Planeswalker redirection.
- The AI will now use Burn spells to kill Planeswalkers.
2012-07-30 18:17:42 +00:00
Sloth
4786ce592c - Removed two of the UpdateObserver calls in ManaPool again (after testing). 2012-07-30 16:36:59 +00:00
Chris
fbb8bf4098 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-07-30 10:47:22 +00:00
Maxmtg
77f7ac6ec4 Simple classes do not need getters 2012-07-30 07:42:23 +00:00
mcrawford620
7c7adc1679 - Use draft rankings in booster draft. 2012-07-30 05:59:57 +00:00
Sloth
b895924024 - Re-added UpdateObserver calls in ManaPool. 2012-07-30 05:51:21 +00:00
Sol
821d77ac4a - Fixing a bug in CostRemoveCounter canPlay for Remove from Type costs
- Added capability to remove type counters from other zones
- Added Rift Elemental
2012-07-29 22:32:56 +00:00
Sloth
25f28e551c - Added some more M13 cards to quest decks. 2012-07-29 21:02:22 +00:00
Sloth
81bd4200f6 - Updated two decks with copies of Master of the Pearl Trident. 2012-07-29 20:42:48 +00:00
Sloth
0b207ac506 - Updated two decks with copies of Thundermaw Hellkite. 2012-07-29 20:36:12 +00:00
Sloth
0b55e1d583 - Added SVar:RemAIDeck:True to Havengul Lich. 2012-07-29 20:19:21 +00:00
Sloth
3487d32ee5 - Fixed leave battlefield triggers of tokens. 2012-07-29 19:51:47 +00:00
Sloth
b514cf8250 - Fixed Torpor Orb stopping static triggers. 2012-07-29 19:40:18 +00:00
Sloth
713e979056 - Cleanup of imports and added lots of "@Override" lines. 2012-07-29 17:43:03 +00:00
Maxmtg
dd5b8493e3 - warnings
- iterable for cardfactory not needed
2012-07-29 16:48:47 +00:00
Sloth
50d77bb500 - Reverted Max' change of CardManaCost, because it messed up some parts of the game. 2012-07-29 16:16:06 +00:00
Sloth
07a302b691 - Added the quest decks Severus Snape 2 and 3. 2012-07-29 15:45:50 +00:00
Maxmtg
418ef6266e c-factory 2012-07-29 12:24:14 +00:00
Sloth
086e4afed5 - Fixed Noble Benefactor. 2012-07-29 11:52:03 +00:00
Maxmtg
4a570e5d59 CardFactory no longer iterable (luckily noone uses iteration) 2012-07-29 11:16:41 +00:00
moomarc
9e435ece08 - Added Shivan Sand-Mage 2012-07-29 10:52:08 +00:00
Maxmtg
49c018f4a2 Reducing load times and heap usage - removed excessive arraylist creations, switched lines parsing to a simple state machine 2012-07-29 10:23:34 +00:00
Sloth
92ee6cd741 - The stormLabel will no longer be always updated twice. 2012-07-29 10:02:20 +00:00
moomarc
65e0fd4849 - Fixed activation cost of Jhoira's Timebug 2012-07-29 09:45:49 +00:00
Maxmtg
edf40298fb another couple of performance improvements 2012-07-29 08:56:57 +00:00
Maxmtg
ca4fc10b9e Removed generators for card loading branch 2012-07-29 08:09:41 +00:00
Sloth
2f7d239002 - Re-added updateGUI() to InputPassPriority. 2012-07-29 06:16:19 +00:00
Sloth
8a0fc69a7f - Removed a lot of copies of "updateObservers()" (please report if you see anything funny). 2012-07-28 19:17:59 +00:00
Sloth
f0bf725060 - More work on making preloaded card objects lighter. 2012-07-28 18:34:20 +00:00
Sloth
4bbb3457a5 - Fixed cards exiled faced down changing zone. 2012-07-28 18:29:42 +00:00
Sloth
39be982907 - Fixed more cases of moved suspended cards not losing their counters. 2012-07-28 15:09:38 +00:00
moomarc
520ee3401b Added a 'Give any card to AI' button to Dev Mode tools to help test AI use of cards (and for those users that like to try implement some degree of user controlled game state) 2012-07-28 12:47:44 +00:00
Chris
35b3547985 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-07-28 10:45:18 +00:00
moomarc
89995badaf Fixed Ghitu Fire-Eater, Oboro Envoy and Rootwater Diver 2012-07-28 10:22:57 +00:00
Sloth
187b154d91 - Fixed Hunter Sliver. 2012-07-28 06:42:38 +00:00
Chris
bbbcf6a33d - Added two to the width for the Card Count labels located in VCardCatalog as the Total Card Count number was truncated for several of the skins that had a larger/bolder font. 2012-07-28 00:02:53 +00:00