drdev
|
3d97768f71
|
Code cleanup
|
2013-12-23 04:52:08 +00:00 |
|
Maxmtg
|
5367811a33
|
moved card prefrences to gui
|
2013-12-22 13:08:28 +00:00 |
|
Maxmtg
|
7d41ae1331
|
revert unwanted "preferences" from game-core.
remove gui calls
|
2013-12-22 13:06:27 +00:00 |
|
drdev
|
a062d61c8d
|
Support marking cards as favorites in catalog
|
2013-12-22 08:39:20 +00:00 |
|
drdev
|
2771b4fe1f
|
Fix mana cost rendering in table
Start favorites column
|
2013-12-21 19:43:52 +00:00 |
|
drdev
|
350dbeb12f
|
Add back Pack filter button to Spell Shop
|
2013-12-20 03:35:32 +00:00 |
|
drdev
|
6970c1e7cf
|
Fix ratio in Current Deck item manager
Add captions before ratios in item managers
Fix padding around header in Current Deck pane
|
2013-12-16 19:28:33 +00:00 |
|
drdev
|
d56cecdba4
|
Integrate filters into ItemManager
|
2013-12-16 09:10:40 +00:00 |
|
Chris
|
b892cfa029
|
[maven-release-plugin] prepare for next development iteration
|
2013-12-13 15:54:18 +00:00 |
|
Chris
|
23a012364b
|
[maven-release-plugin] prepare release forge-1.5.7
|
2013-12-13 15:54:07 +00:00 |
|
Maxmtg
|
be25cf699c
|
removed input play or draw (for being a special case of InputConfirm)
added optional param to chooseCreatureType
|
2013-12-13 07:51:27 +00:00 |
|
Maxmtg
|
5b18ba9058
|
Cost.chooseXValue moved to member of CostPart
|
2013-12-13 07:10:23 +00:00 |
|
drdev
|
38344027ca
|
Show cost payment prompts during ability resolve using Prompt pane instead of a dialog
|
2013-12-13 06:17:03 +00:00 |
|
drdev
|
849655cb2f
|
Fix so Auto payment occurs in Game thread
|
2013-12-12 11:49:50 +00:00 |
|
Maxmtg
|
77b241eb68
|
remove another toString method from manacost, update references to use better ways
|
2013-12-07 22:18:52 +00:00 |
|
Maxmtg
|
bf629ff518
|
choose color now uses player controller to decide.
removed calls to gui from ability executing classes
adjust visibility of CardFace methods
|
2013-12-03 08:27:44 +00:00 |
|
Maxmtg
|
ee9ee7f207
|
moved evaluator away from core
|
2013-12-03 06:56:13 +00:00 |
|
drdev
|
1cf9a005d9
|
Fix places that assumed old format of ManaCost.toString() to either call new getCostString() function or assume {G} formatting
This fixes bugs with Rout ("may cast as instance if you pay 2 more" cards)
This also fixes bugs with Rune Snag ("unless player pays X" cards)
|
2013-12-02 08:52:30 +00:00 |
|
drdev
|
05f7a9b30a
|
Prevent being prompted to decide how to pay mana when clicking Auto by temporarily using AI controller
|
2013-12-02 05:33:44 +00:00 |
|
drdev
|
bc032a074c
|
Optimize logic for no cost cards
|
2013-11-30 06:46:20 +00:00 |
|
drdev
|
89a4afdc08
|
Prevent cards with no mana cost showing up if they're color is filtered
|
2013-11-30 06:28:36 +00:00 |
|
drdev
|
be6266d633
|
Improve filter logic to support showing playable hybrid and phyrexian cards even if filtering out colors present in the card's mana cost that aren't needed to cast it
|
2013-11-30 05:45:30 +00:00 |
|
Chris
|
abd182e17f
|
[maven-release-plugin] prepare for next development iteration
|
2013-11-29 15:06:44 +00:00 |
|
Chris
|
312c15d824
|
[maven-release-plugin] prepare release forge-1.5.6
|
2013-11-29 15:06:32 +00:00 |
|
Maxmtg
|
c898e1321f
|
cardreader fix
|
2013-11-27 07:46:21 +00:00 |
|
Maxmtg
|
4f04cbbcc8
|
fix hangs when both textfiles and zip are present in cardsfolder
|
2013-11-26 17:40:30 +00:00 |
|
Maxmtg
|
c7c1d2d302
|
arrange Predicates for CardEdition
|
2013-11-24 09:35:43 +00:00 |
|
Maxmtg
|
25334c27f1
|
(minor) remove IZone, rename gameAge to gameStage, remove unused imports
|
2013-11-23 08:34:14 +00:00 |
|
Maxmtg
|
37849b88e2
|
clean up core classes
|
2013-11-23 08:12:40 +00:00 |
|
drdev
|
e30c4532b8
|
Show regular and variant cards in Workshop
|
2013-11-23 05:03:07 +00:00 |
|
drdev
|
b4ba84a0d1
|
Fix Flash of Insight cost formatting and display {X} before generic cost
|
2013-11-23 03:29:14 +00:00 |
|
drdev
|
ca5e20b1a9
|
Fix so rules not replaced when updated
|
2013-11-23 03:05:28 +00:00 |
|
drdev
|
c4db463338
|
Support saving script changes again
|
2013-11-23 02:54:52 +00:00 |
|
Maxmtg
|
34c2cb604f
|
carddb editor will detect cases when rules are changed without rename
|
2013-11-23 00:11:07 +00:00 |
|
Maxmtg
|
f058e38004
|
CardRules.reinitializeFromScript
|
2013-11-23 00:03:51 +00:00 |
|
Maxmtg
|
4d6930e903
|
prioritize text files over whatever found in zip
|
2013-11-22 18:10:06 +00:00 |
|
Maxmtg
|
3fecd16efd
|
Have cardStorageReader read both zip and the files folder. There remains a task to replace duplicate cards
|
2013-11-22 17:09:07 +00:00 |
|
Maxmtg
|
29a535c71a
|
moved CardStorageReader to core project
|
2013-11-22 16:51:38 +00:00 |
|
Maxmtg
|
bb3d637738
|
adjust dependencies for CardScriptInfo
|
2013-11-22 16:32:56 +00:00 |
|
drdev
|
31b5f4181a
|
Support displaying scripts in Workshop again
|
2013-11-22 03:21:37 +00:00 |
|
drdev
|
72d0cfdbbc
|
Whitespace cleanup
|
2013-11-22 02:23:53 +00:00 |
|
Maxmtg
|
a88dd00a0d
|
interface to edit cards
|
2013-11-21 23:37:34 +00:00 |
|
Maxmtg
|
7add28ad7d
|
propper delete
|
2013-11-21 22:54:15 +00:00 |
|
Maxmtg
|
17b97aca28
|
hide some readers, collections and simple enums as nested classes,
|
2013-11-21 22:53:20 +00:00 |
|
Maxmtg
|
482af12b67
|
deck generation moved to core
|
2013-11-21 20:59:18 +00:00 |
|
Maxmtg
|
4d3945f5a4
|
moved all items to core, decks were included too.
|
2013-11-20 08:34:37 +00:00 |
|
Maxmtg
|
0786012ed8
|
rm ColorChanger.java (unused)
mv2core BoosterGenerator and UnOpenedProduct
|
2013-11-19 22:54:04 +00:00 |
|
Maxmtg
|
6e9a316460
|
remove UI references from CardStorageReader
|
2013-11-19 21:53:01 +00:00 |
|
Maxmtg
|
65199c7a81
|
moved cardFace and rules reader to core
|
2013-11-19 20:38:51 +00:00 |
|
Maxmtg
|
9b31032016
|
Moved cardDb and most of static data to core project. Had to rollback some incompatible changes. Sorry, drdev!
|
2013-11-19 07:40:58 +00:00 |
|