Commit Graph

17610 Commits

Author SHA1 Message Date
Chris
b7132e591f - Added a fluff piece to the changes.txt file. 2012-09-25 11:57:39 +00:00
Chris
f38c523b55 - Cleared out the changes.txt file, now ready for new material. 2012-09-25 11:56:33 +00:00
RumbleBBU
b32daa1ae1 Added new MetaSet types and functionality to support guild boosters in RtR Sealed. New types: choose1, random1, and combo, plus auxiliary types booster and pack. 2012-09-25 09:53:07 +00:00
Maxmtg
8eb157606d Again reduced number of own methods of CardList,
removed pointless conversions toArray in GuiUtils.chooseXXX calls
removed useless casts to object array of (Object[])someList.toArray() structures
2012-09-25 08:07:02 +00:00
Maxmtg
d3676ff1de more specific methods removed from CardList 2012-09-25 07:25:01 +00:00
ArsenalNut
7bae967623 Initial implementation of combination mana 2012-09-25 05:04:02 +00:00
Doublestrike
3ca81275d3 Content downloader UI overhaul:
- Updated to skin themes
- Incorporated into overlay
- Moved card scanning to worker thread
- Improved general responsiveness
2012-09-25 05:01:00 +00:00
Doublestrike
ebeef30a8e Renamed forge.view.bazaar to forge.gui.bazaar for consistency. 2012-09-25 02:31:50 +00:00
Doublestrike
514013edfe Removed rounded corners on drag panels (experimental). 2012-09-25 02:23:46 +00:00
Sol
4e0384f6ad - Repeat now has a MaxRepeat param to break from an infinite loop
- StoreSVar now can handle a few more forms of storing variables.
2012-09-25 01:59:10 +00:00
Doublestrike
fcf20d1676 Converted home UI to be completely cached during preload. 2012-09-25 00:19:10 +00:00
Sloth
3f93543643 - Fixed text filter of the deck editor being case sensitive. 2012-09-24 20:05:07 +00:00
Maxmtg
27ca889746 Sloth failed to svn-update the file before commiting, shame on him! 2012-09-24 18:48:54 +00:00
Sloth
c5c36902f6 - Fixed a possible NPE in copySpellontoStack. 2012-09-24 18:19:45 +00:00
Maxmtg
4ffddbbb90 pom: removed Generators, added log4j (was dependency of generators)
change of card build pipeline, (getCard returned the same instance, so they return void now)
CardList: further removal of special methods
NameChanger: the change routine never needed the complicated generator.
2012-09-24 17:59:46 +00:00
Sloth
89a66d1215 - Several improvements of Attach AI. 2012-09-24 16:36:23 +00:00
Chris
04218216be [maven-release-plugin] prepare for next development iteration 2012-09-24 11:11:19 +00:00
Chris
a1185a7a3f [maven-release-plugin] prepare release forge-1.2.14 forge-1.2.14 2012-09-24 11:11:10 +00:00
Chris
1ccb116f6c - Added the recent commit logs to changes.txt. Preparing for the beta build and release.
- Preparing the changes.txt file for the next beta build and release.
2012-09-24 11:00:40 +00:00
Doublestrike
4fc1747918 Minor updates to finalize keyboard shortcut class. 2012-09-24 04:26:09 +00:00
Doublestrike
873627f954 Multiple keyboard shortcut support added for CTRL and SHIFT keys.
Shortcuts using ALT will not work and won't be supported.
Keyboard shortcut system should be complete.
2012-09-24 04:09:18 +00:00
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