Maxmtg
b95052dede
refactored AF: Choose
...
refactored AF: Debuff
2012-10-30 21:21:47 +00:00
Maxmtg
be9890dbe5
fixes http://www.slightlymagic.net/forum/viewtopic.php?f=52&t=6333&start=795#p101722
2012-10-30 18:48:27 +00:00
Maxmtg
42a6056d58
Quest will use a single set to generate lands for shop
2012-10-30 18:26:17 +00:00
Agetian
a3c2d255bb
Fix of imports after the last commit.
2012-10-30 17:39:09 +00:00
Agetian
523849e39a
Basic/snow land sets in quest mode shop and starting deck are randomized.
2012-10-30 17:26:05 +00:00
RumbleBBU
8512cdc3b9
More cleanup.
2012-10-30 16:27:49 +00:00
Chris
d4a2780a9e
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2012-10-30 15:17:13 +00:00
RumbleBBU
72bd8d9298
Code cleanup.
2012-10-30 11:41:11 +00:00
RumbleBBU
af79f9946a
Added javadoc.
2012-10-30 11:38:38 +00:00
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