Sol
f8e3e36690
- Fixed extra text on Twinblade Slasher
2012-09-24 00:59:40 +00:00
Maxmtg
16f9f9d398
Lambdas: added applyToIterable (mass coversion), removed old copyright mentioning Braids (no reasons to copyright 3 trivial files)
2012-09-23 22:36:37 +00:00
Sloth
9ed73ff78a
- Cleanup of EvaluateCreature.
2012-09-23 21:27:39 +00:00
Maxmtg
cf82d8ee67
fix for missing image of double-faced cards
2012-09-23 21:02:16 +00:00
Sloth
85a73210ea
- Fixed some FindBugs results.
2012-09-23 20:16:13 +00:00
Maxmtg
758766864a
remove unused imports
2012-09-23 18:18:37 +00:00
Sloth
9fd322b008
- Fixed Szadek, Lord of Secrets.
2012-09-23 18:04:59 +00:00
Sloth
21b3a06404
- Improvements of AF Pump AI.
2012-09-23 16:16:03 +00:00
Sloth
109e008312
- Added a medium version of the Darkseid deck.
2012-09-23 14:11:17 +00:00
Sloth
2fcc777542
- Little AI tweak in AF Animate.
2012-09-23 14:02:48 +00:00
Sloth
3f6807fb8d
- Updated a few AI SVars.
2012-09-23 11:02:37 +00:00
Chris
0b3a321036
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2012-09-23 10:39:11 +00:00
Maxmtg
67f74ebb0d
cleanup
2012-09-23 10:30:26 +00:00
Maxmtg
cc0351db74
refactor CardList to use Predicates and have less methods (to replace it later with pure List<Card>) and perform any special actions (filtering, cmc calculation, max creture power, etc) with predicates
2012-09-23 10:16:24 +00:00
Maxmtg
7786ef990d
CardListFilter replaced with Predicate<Card>
2012-09-23 08:10:27 +00:00
Maxmtg
99a2df6a59
fix bug with chooseOne recursion
2012-09-23 08:09:37 +00:00
Doublestrike
01cd587b29
Removed background image from non-match UI states.
2012-09-23 02:33:23 +00:00
Maxmtg
5973dfba8c
more cleanup
...
cardReader moved to same package as all the cardfactory code
handsizeop, undocommand - do not seem to be used any longer
2012-09-22 22:39:11 +00:00
Maxmtg
7714a6712c
cleanup for CardUtil
...
Removed T... syntax from GuiUtils chooseNNN functions (cause one might be called with cardlist parameter as a single choice option)
Rmeoved SpellAbilityList.java - noone used it, and no special code in that class seen.
2012-09-22 21:46:04 +00:00
Sloth
06032961aa
- Added Strongarm Tactics.
2012-09-22 20:51:06 +00:00
Sloth
63b28c61cb
- Added a few AI SVars.
2012-09-22 20:02:03 +00:00
Sloth
06582dfd1b
- Added a copy of Ronom Serpent to the Snow White 1 deck.
2012-09-22 19:39:06 +00:00
Sloth
f2ec43323d
- Added Armor of Thorns by Marc.
2012-09-22 19:07:05 +00:00
Sloth
9e605e311a
- Fixed static triggers not working on the stack.
2012-09-22 18:01:55 +00:00
moomarc
4ae0ee534a
- Added the restrictions part of the code for "Can be played as though it has flash. If you do sac at next cleanup."
2012-09-22 15:20:00 +00:00
Chris
d553359a4d
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2012-09-22 10:36:11 +00:00
Sol
a02ea72f5b
- Apparently missed picture for Aeon Chronicler
2012-09-22 02:30:05 +00:00
Sol
fd7d9155f2
- Suspend can now use Cost objects
...
- X Can't be 0 added for human (although we need a better way to display it)
- Added Aeon Chronicler
2012-09-22 00:21:42 +00:00
Sloth
980e205b40
- Little fix for stack description of AF PreventDamage.
2012-09-21 21:34:05 +00:00
Sloth
1ff88a2259
- Added "NonBasicSpell$ True" to the Entwine SpellsAbilities.
2012-09-21 20:53:00 +00:00
Sloth
26a707563e
- Added the quest deck Master Splinter 3 by Nordos.
2012-09-21 19:30:23 +00:00
Sloth
355d4f0cc9
- Added the quest deck Owlman 3 by Nordos.
2012-09-21 19:08:23 +00:00
Sloth
4a05bf5ede
- Fixed tapXType costs not canceling properly.
2012-09-21 17:53:42 +00:00
Chris
cbfa513288
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2012-09-21 10:53:00 +00:00
Doublestrike
69b3d12977
Added string-capable constructor to FTextArea.
2012-09-21 06:28:40 +00:00
Doublestrike
bd27ad3b25
Minor todo comment added.
2012-09-21 05:50:38 +00:00
Chris
e87cead133
- Added a fluff piece to the changes.txt file.
2012-09-21 01:42:06 +00:00
Sloth
ccf945fa0d
- Added a NeedsToPlayVar to Ghastly Remains.
2012-09-20 18:31:47 +00:00
Sloth
fd4120d4f4
- Added an easy version of the Colossus deck.
2012-09-20 18:25:29 +00:00
Sloth
c1b7234bd4
- Added a copy of Kilnmouth Dragon to the Sabertooth 3 deck.
2012-09-20 11:26:50 +00:00
Chris
b1fc5f59d8
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2012-09-20 11:11:22 +00:00
moomarc
1333d13327
- Added keyboard shortcut for End Turn. (you still have to pass priority as though you pushed the button)
2012-09-20 11:03:28 +00:00
Doublestrike
7c769bdd02
Debug: Keyboard shortcuts now back in action (single keys only for now)
2012-09-20 08:55:34 +00:00
Doublestrike
048cec2bee
Removed broken probabilities calculation from hand statistics in deck editor.
2012-09-20 08:11:37 +00:00
Sloth
ba93292e1f
- Fixed Springjack Pasture.
2012-09-20 08:02:21 +00:00
Doublestrike
41c54faf49
Aesthetic: Smallified (ensmallened?) alpha strike button to allow mouseover effect responsiveness.
2012-09-20 07:55:35 +00:00
RumbleBBU
cd7fa8cb36
Added a checkbox for not automatically choosing the latest card version when importing decks (useful in some cases).
2012-09-20 07:41:16 +00:00
Doublestrike
26bf7ea313
Bugfix: JLabels not showing icon if they were on the first screen.
2012-09-20 07:22:32 +00:00
Sloth
8918a19170
- Fixed Propaganda suppressing "Attacks" trigger of the AI.
2012-09-20 05:54:41 +00:00
Doublestrike
7d8ca6eeb6
Bugfix: challenge opponents not repainting after zeppelin launched.
2012-09-20 04:46:00 +00:00