Commit Graph

17447 Commits

Author SHA1 Message Date
RumbleBBU
10916f3acd 1) You can use a Draft/Sealed deck as your quest starting card pool, 2) You can enforce formats when playing with specific starting pools, 3) Fixed a bug in the custom format dialog. 2012-10-30 11:20:15 +00:00
Maxmtg
4839eb6fbf hasBasicLands predicate for edition 2012-10-30 11:02:46 +00:00
Maxmtg
2139345166 refactor AF:Effect (wish I knew what it is) 2012-10-30 08:06:19 +00:00
Maxmtg
5e03520923 refactored AF: remaining counters 2012-10-30 07:46:08 +00:00
Maxmtg
e4652db458 AF: Counters move 2012-10-30 06:59:16 +00:00
Maxmtg
b8485e3e91 refactored AF:Play 2012-10-30 06:50:31 +00:00
Maxmtg
736773996a refactor AF:Protect
renamed life-related ai and effects to put life as 1st word
2012-10-30 06:40:11 +00:00
Maxmtg
ca4187061d AF:DamagePrevent
removed excessive casts and semicolons
2012-10-30 06:06:01 +00:00
Maxmtg
a9437221bf AF:ManaDrain (other mana Abs use some special classes =( 2012-10-30 05:21:07 +00:00
Maxmtg
923c0ad42c refactor AF: ZoneAffecting
some cleanup in BondEffect.java
2012-10-30 04:51:15 +00:00
Sloth
053434cb4a - Added Shimian Night Stalker. 2012-10-29 22:23:30 +00:00
Sloth
3b208f4ef8 - Added Wild Might. 2012-10-29 21:49:24 +00:00
Sloth
49f240b5b9 - Fixed some FindBugs results. 2012-10-29 21:33:24 +00:00
Maxmtg
78ace24435 AF:Tokens - split into pieces 2012-10-29 21:17:48 +00:00
Sloth
65af81f3d4 - Removed unnecessary cast. 2012-10-29 20:55:08 +00:00
Maxmtg
b2bf2b2fba AF:Turns refactored
removed warnings (excessive casts, extra semicolons)
2012-10-29 20:45:01 +00:00
Maxmtg
c4021584d2 AF-Bond refactored 2012-10-29 20:08:41 +00:00
Sloth
65df4ee49c - Fixed Past in Flames. 2012-10-29 17:47:37 +00:00
Sloth
4881ccb800 - Fixed Ovinomancer. 2012-10-29 17:39:47 +00:00
Maxmtg
974ad69012 minor - code formatting 2012-10-29 15:17:57 +00:00
Maxmtg
8f6af37432 Player - shuffle streamlined
CardLists.getCMC inlined (there were only 4 of them anyway)
2012-10-29 15:10:55 +00:00
Sloth
1d436061c6 - Fixed warnings. 2012-10-29 12:18:48 +00:00
Chris
a4c596e480 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-10-29 12:17:58 +00:00
Sloth
be67a25224 - More getCards read-only list errors. 2012-10-29 12:14:55 +00:00
Chris
5460dcb6b0 - Added a missing import. 2012-10-29 12:10:07 +00:00
Sloth
979b8f46a7 - More getCards read-only list errors. 2012-10-29 11:04:18 +00:00
Sloth
abfd526ede - Removed obsolete null checks. 2012-10-29 10:16:20 +00:00
Sloth
ffd85cb1c8 - More getCards read-only list errors. 2012-10-29 07:15:21 +00:00
Sloth
1e91c7f0b4 - Cleanup. 2012-10-28 22:28:57 +00:00
Sloth
c73b7bc8f7 - Fixed Thrumming Stone. 2012-10-28 22:15:14 +00:00
Sloth
ca6b26b786 - Another getCards read-only list errors. 2012-10-28 22:11:06 +00:00
Sloth
951843f418 - Fixed getColorByProminence. 2012-10-28 22:02:14 +00:00
Sloth
deb8a6d440 - Fixed Mulligan. 2012-10-28 19:10:46 +00:00
Sloth
18b749a2bd - Improved AI of some auras/equipments. 2012-10-28 13:53:03 +00:00
Sloth
8c795fbc0e - Fixed a few getCards read-only list errors. 2012-10-28 13:37:27 +00:00
Chris
2f505b7645 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-10-28 11:20:16 +00:00
Maxmtg
1d0edaec67 Zone getCards returns a read-only list (used to make a new instance), dependants updated (mostly) 2012-10-27 22:28:00 +00:00
Maxmtg
81438a4974 fixed some boxing issues (mixing Boolean and boolean)
UI: access to static fields fixed - should refer to a declaring class, not inherited one
EditorTableModel: removed some excessive instanceof checks 
Placed missing @override clauses
Removed unused imports
2012-10-27 21:47:21 +00:00
Maxmtg
fa1b078db3 AnimateAF refactored
AlterLife cut into classes
some pointless null checks removed
2012-10-27 21:27:16 +00:00
Sloth
c35e090377 - Fixed possible NPE in getCardsIn. 2012-10-27 21:22:08 +00:00
Sloth
f098cccaa8 - Fixed and improved Proliferate. 2012-10-27 21:16:57 +00:00
Sloth
1c1501ad62 - Fixed ability of Sphinx of Jwar Isle. 2012-10-27 21:08:19 +00:00
Sloth
6b23cba722 - Fixed Realms Uncharted. 2012-10-27 21:04:12 +00:00
Sloth
175cc75ab2 - Fixed P/T of Two-Headed Dragon.
- Fixed Cataclysm.
2012-10-27 20:54:43 +00:00
Chris
f95f9d5926 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-10-27 11:55:32 +00:00
Sloth
339db372bb - Fixed order in the script of Gifts Ungiven. 2012-10-27 11:01:03 +00:00
Sloth
0981a6f8c6 - Fixed Unleash not interacting correctly with Corpsejack Menace. 2012-10-27 10:57:43 +00:00
Sloth
27ec54a0a7 - Added the property "OppOwn" and converted some cards. 2012-10-27 08:57:54 +00:00
Sloth
bdc41462a5 - Fixed Utvara Hellkite. 2012-10-27 08:08:07 +00:00
Maxmtg
5f4de1786e comment out debug 2012-10-26 22:40:38 +00:00