Commit Graph

23141 Commits

Author SHA1 Message Date
swordshine
c6904e740c - Added Karplusan Minotaur 2013-08-21 14:20:58 +00:00
Chris
626279667f - Added new card names to changes.txt. 2013-08-21 12:31:20 +00:00
Sloth
c1d8cccdb3 - Moved check for TargetsWithDefinedController to the right place. 2013-08-21 11:57:14 +00:00
swordshine
db8a191afb - Added Mossbridge Troll 2013-08-21 09:06:48 +00:00
Sloth
e8099b8492 - Added Death Match. 2013-08-21 08:36:12 +00:00
Sloth
5bcea269de - Added some basic handling for tokens to the copyCard function (looks like it's used in places where this is necessary). 2013-08-21 08:23:28 +00:00
Sloth
9fe331d11a - Fixed Thoughtbound Primoc crashing the game . 2013-08-21 08:03:43 +00:00
Hellfish
cbeb5ced09 *Merged from trunk up to r22981 2013-08-21 06:17:56 +00:00
Hellfish
03ef46b316 *Basic land handling in cmd deck editor 2013-08-21 05:53:46 +00:00
Hellfish
66de7141d9 *Com Deck editor basic lands handled.
*Preliminary commander damage blocking ai (not yet fully in effect)
2013-08-21 05:30:28 +00:00
swordshine
8f80f4d439 - Added Illuminated Folio 2013-08-21 05:05:55 +00:00
drdev
4b30a7eca1 Make progress on API for new ItemManager filters
Create LayoutHelper and TypeUtils classes
2013-08-21 02:25:13 +00:00
spr
5ee58d727a - New forge menu bar (part 1 of 2). Includes common Forge and Help menus. 2013-08-21 01:13:26 +00:00
swordshine
f8f03a57ba - More cards ready for multiplayer 2013-08-21 00:42:32 +00:00
spr
34618e957c - Forge forced to use Java cross platform "Metal" look and feel which should only really affect Mac users (in a good way hopefully!). More details, see http://www.slightlymagic.net/forum/viewtopic.php?f=52&t=11126#p125845. 2013-08-20 05:26:24 +00:00
Sol
f745ba9f5d - Updating Svar 2013-08-20 02:56:20 +00:00
drdev
1677e1eeb1 Refactor so ItemManager is abstract and ItemFilter doesn't extend JPanel
Start working on transitioning card color/type filters
2013-08-20 00:07:39 +00:00
Maxmtg
eebbb45b2c better display of subfolders 2013-08-19 22:48:33 +00:00
Maxmtg
ada5fa5056 Subfolders for constructed decks work in r/o mode (part 2 of ~3) 2013-08-19 22:40:10 +00:00
Maxmtg
df6860294d Support for nested folders that store constructed decks - part 1 of ≈3 2013-08-19 20:48:21 +00:00
Sloth
8b97275195 - The AI will now trade blockers with attackers like Goblin Lackey more aggressively. 2013-08-19 11:13:17 +00:00
Hellfish
7dfde0aba3 *Somehow missed merging some revisions 2013-08-19 08:33:32 +00:00
Hellfish
517b1ae328 *Merged changes from trunk
*Tarted up the Commander Deck Editor
2013-08-19 08:20:08 +00:00
drdev
7e92f73a30 Add ItemFilter.java (not committed by accident) 2013-08-18 23:09:31 +00:00
drdev
1514ad0694 Create ItemFilter class 2013-08-18 23:05:15 +00:00
Maxmtg
48bebfef05 interface for nested folders support in Istorage 2013-08-18 21:21:47 +00:00
Hellfish
19cb78e529 *Made Commander casting sorcery speed. 2013-08-18 21:06:58 +00:00
Maxmtg
ddb66257ce * Following the ideas implemented in java.util.collections, IStorageView interface removed, the base class is read-only by default.
* isUnique removed for being  synonym for !contains
* QuestDeckMap inherited correctly from StorageBase to avoid duplicate code.
2013-08-18 20:16:09 +00:00
Hellfish
fded944458 *Preliminary Mana replacement 2013-08-18 20:08:03 +00:00
Hellfish
e55d5f8199 *Fixed Command Tower in non-Commander scenarios 2013-08-18 19:47:33 +00:00
Hellfish
e8dc32489d *Fixed Commander deck editor 2013-08-18 19:43:44 +00:00
Hellfish
f8ec884788 *Initial Commander checkin
*Everything implemented *except* mana replacement
*Added Command Tower
2013-08-18 19:15:53 +00:00
Hellfish
fa0fb3e519 *Created Commander branch 2013-08-18 19:14:05 +00:00
Maxmtg
023bc56986 TableSorter renamed to ItemPoolSorter and moved to ItemPool's package - this also removes an incorrect reference from Deck to gui. 2013-08-18 19:10:54 +00:00
drdev
c52050e37c Make all text fields select all on focus 2013-08-18 19:03:30 +00:00
Chris
a523f3c130 - Added new card names to changes.txt. 2013-08-18 16:34:34 +00:00
Chris
0126e6dae3 - Cleared out the changes.txt file, now ready for new material. 2013-08-18 14:02:20 +00:00
Sloth
2a991e219f - Fixed being able to discard tokens. 2013-08-18 11:51:35 +00:00
Sloth
3c31e29a48 - Tokens leaving the battlefield will now also create LKI copies. 2013-08-18 10:45:20 +00:00
Sloth
e7a143e181 - Fixed Exalted Dragon. 2013-08-18 08:12:48 +00:00
Sloth
03b37b049b - Fixed overeager RuntimeException caused by Coalition Relic. 2013-08-18 06:49:03 +00:00
drdev
1563cb4693 Refactor Card Catalog and Current Deck to use new ItemManager control
Support ghost text in FTextFields and add "Search" ghost text for Card Catalog field and use in place of old "[New Deck]" logic
Standardize size of buttons and text fields a bit
Allow horizontal scrollbar for card tables in Deck Editor if preference for elastic columns not on
2013-08-18 06:13:15 +00:00
drdev
82f32154fd Make search in buttons be same size as Add Filter button 2013-08-18 00:10:58 +00:00
drdev
37b13aa484 Add parameterless function for setting to show ghost text with focus 2013-08-18 00:06:22 +00:00
drdev
cf00e02c12 Change ghost text default to be hidden with focus
Add ghost text to Card Catalog search field
2013-08-17 23:04:40 +00:00
drdev
4bfb8a840a Prevent crash when hovering over table header to right of final column 2013-08-17 22:38:55 +00:00
drdev
490efdbd5a Hide search box for now in Item Manager 2013-08-17 22:33:44 +00:00
Sloth
d2335d2382 - Converted Magus of the Abyss to script. 2013-08-17 20:59:09 +00:00
Sloth
7e8a729fed - Added Ley Line. 2013-08-17 20:56:33 +00:00
Sloth
d6274b42af - Added Pandemonium. 2013-08-17 20:37:09 +00:00