Commit Graph

10139 Commits

Author SHA1 Message Date
ArsenalNut
99b0303d6f Fixed bugs related to Animate AF (see bug issue #137) 2011-08-15 13:44:18 +00:00
Chris
eda721d0c1 - Added the recent commit logs to changes.txt. 2011-08-15 11:46:14 +00:00
jendave
f57cb39689 forst cut of 5 color deck generator 2011-08-15 07:55:35 +00:00
ArsenalNut
f3c77fa65d Fixed Nameless Inversion so that it removes creature subtypes from target creature 2011-08-15 07:13:43 +00:00
ArsenalNut
2c4e60a1f9 Added Whirlpool Whelm 2011-08-15 02:57:28 +00:00
ArsenalNut
612f1f8198 Added Nectar Faerie, Marsh Flitter, and Weed Strangle 2011-08-15 00:06:15 +00:00
Maxmtg
52758f74b9 removed misleading comments 2011-08-14 22:22:10 +00:00
Hellfish
e07e396452 *Extended Setup Game State - Added named parameters.
-Tapped = If this is True,well... the card is tapped, ofc.
	-SummonSick = If this is True, the card has Summoning Sickness.
	-Counters = A comma-separated list of counters on the card.
	-Morphed = If this is True, the card is facedown. (It must have the morph keyword for this to work)
	-Set = Like you previously set SetCode.If absent, the latest printing is used.
Ex. "AICardsInPlay=Aphetto Alchemist|Set:ONS|Tapped:True|SummonSick:True|Counters:P1P1,P1P1,M0M2|Morphed:True; Memnite"
2011-08-14 20:20:05 +00:00
Maxmtg
f7e5897dc7 minor api changes in preparation for Gui_WinLose refactoring 2011-08-14 16:26:51 +00:00
Maxmtg
c5430340ca M12 is already T2, so it should be added here too 2011-08-14 16:23:35 +00:00
Maxmtg
7c4f159278 Quest Cardshop: after selling a card the picture at the right is being updated properly 2011-08-14 16:22:10 +00:00
Chris
8d9055dcbf - Added the recent commit logs to changes.txt. 2011-08-14 11:39:33 +00:00
Sol
9943c6e3a6 Spellbinder can only imprint Instants 2011-08-14 01:52:48 +00:00
Braids
52c33b6468 - Eliminate compiler warnings from the files below. This involved commenting out some variables, among other things.
src/test/java/forge/card/mana/Mana_PartTest.java
src/main/java/forge/card/cardFactory/CardFactory_Sorceries.java
src/main/java/forge/card/cardFactory/CardFactory_Lands.java
src/main/java/forge/card/cardFactory/CardFactory_Auras.java
src/main/java/forge/card/cardFactory/CardFactory_Creatures.java
src/main/java/forge/card/abilityFactory/AbilityFactory_Counters.java
src/main/java/forge/card/abilityFactory/AbilityFactory_Attach.java
src/main/java/forge/card/abilityFactory/AbilityFactory_Token.java
src/main/java/forge/card/abilityFactory/AbilityFactory_Pump.java
src/main/java/forge/card/abilityFactory/AbilityFactory_ChangeZone.java
src/main/java/forge/card/abilityFactory/AbilityFactory_PermanentState.java
src/main/java/forge/card/abilityFactory/AbilityFactory_Debuff.java
src/main/java/forge/card/abilityFactory/AbilityFactory_Copy.java
src/main/java/forge/card/abilityFactory/AbilityFactory_Turns.java
src/main/java/forge/card/abilityFactory/AbilityFactory_Reveal.java
src/main/java/forge/Upkeep.java
src/main/java/forge/GUI_ImportPicture.java
2011-08-14 00:42:05 +00:00
Braids
e811c166b6 - Issue 106: Continue refactoring code from Gui_NewGame to other classes.
* Moved most of forge.view.swing.Main.main's code into forge.model.FModel and forge.view.swing.ApplicationView.
* Tested and seems to work OK.
* Reduced Checkstyle, FindBugs, and PMD output in all changed files.
2011-08-14 00:26:44 +00:00
ArsenalNut
05461899a0 Added Spellbinder 2011-08-13 22:52:51 +00:00
ArsenalNut
5a240eac61 Added support for "ClearImprinted" to Cleanup AF. Updated Mimic Vat 2011-08-13 19:25:35 +00:00
Chris
52ee225c01 - Fixed Echoing Ruin, it is now a Sorcery. 2011-08-13 15:18:23 +00:00
Chris
85c2e2eaf3 - Added the recent commit logs to changes.txt. 2011-08-13 10:14:08 +00:00
ArsenalNut
0ea4749f4b reworked Mimic Vat using only the RememberChanged 2011-08-13 05:20:49 +00:00
Braids
5a3f6d312c - Issue 106: Refactor Gui_NewGame. Moved preferences to FModel.
* Updated former references to preferences to use FModel in forge.GuiDisplay4 and in forge.view.swing.OldGuiNewGame.
* Added simple unit test.

Bug: 106
2011-08-13 02:38:01 +00:00
ArsenalNut
e6032d1825 Move handling of Imprint exclusively to ChangeZone AF. Add Mimic Vat 2011-08-12 23:14:58 +00:00
Braids
633ee9a097 - Update svn:ignore on more files; delete display_new_layout.xml (which gets recreated every game). 2011-08-12 21:48:43 +00:00
Braids
ba02730079 Add test-output to top svn:ignore. 2011-08-12 21:35:48 +00:00
Chris
97fd8307d8 - Replaced the Divination spells with Sleep in the quest deck Dream 3. 2011-08-12 20:34:34 +00:00
Braids
a25cc1b0c7 - Issue 120: Improve version and build ID in Crash Reports.
* forge.error.ErrorViewer now uses BuildInfo.toPrettyString() to display the version.
* Fixed some CheckStyle violations in ErrorViewer.
* Added forge.model.BuildInfo.toPrettyString method.
* Removed obsolete VERSION field from forge.properties.NewConstants. (Java)
* Removed obsolete property "program/version" from res/main.properties.

Bug: 120
2011-08-12 17:11:47 +00:00
jendave
6f0ec6b9d2 apparently Maven 3 does not support uniqueVersion for snapshots 2011-08-12 16:20:51 +00:00
Chris
6bb5f32eaf - Added the new Dream 3 quest deck. 2011-08-12 16:17:16 +00:00
Braids
10431c521e - Added programmatic access to BuildID and Version through methods on FModel.getBuildInfo().
- Added class forge.model.BuildInfo with unit test.
- Added unit test for forge.model.FModel.
- Added exception class forge.model.MultipleForgeJarsFoundError.
- Updated forge.view.swing.Main with some preliminary code for progress monitoring.
- Reduced CheckStyle, FindBugs, and PMD violations in these files and in net.slightlymagic.braids.util.testng.BraidsAssertFunctions.
- Added missing package-info in net.slightlymagic.braids.util.testng.
2011-08-12 14:47:37 +00:00
Chris
d8c7e407c5 - Added the recent commit logs to changes.txt. 2011-08-12 14:08:09 +00:00
jendave
b3b64c6635 cleanups 2011-08-12 09:17:12 +00:00
jendave
4b6e1e1d05 fix method signature 2011-08-12 07:03:44 +00:00
jendave
8346d7c079 Fixed site. Starting refactor of deck generation 2011-08-12 06:45:28 +00:00
ArsenalNut
bf68273caa Changed Creature.isRemembered to Card.isRemembered 2011-08-12 03:13:34 +00:00
ArsenalNut
50f8b18347 Fixed returning all exiled cards for Day of the Dragons and Portcullis. (Issue #0000126) 2011-08-12 01:42:52 +00:00
ArsenalNut
6c10d61064 Added support for "RememberChanged" to changeKnownOriginResolve 2011-08-12 01:12:59 +00:00
ArsenalNut
8832946159 Modified filterListByType method so isRemembered works correctly 2011-08-12 01:04:35 +00:00
jendave
9384f4b6cd add javasvn provider to buildnumber plugin 2011-08-11 14:58:19 +00:00
jendave
c0a867f793 i add inssue tracking to maven site 2011-08-11 14:49:02 +00:00
Chris
ee106ce443 - Added the recent commit logs to changes.txt. 2011-08-11 11:31:19 +00:00
Chris
0f9939df5a - Added SVar:RemAIDeck:True to some cards that after further analysis and testing discovered that the AI will attempt to buff these cards and they will then go to the graveyard. 2011-08-11 11:29:44 +00:00
ArsenalNut
d4a95cb840 Modified xCount to make Daybreak Coronet scriptable 2011-08-11 06:26:51 +00:00
Chris
d1fd10590a - Removed SVar:RemAIDeck:True from four cards that the AI can now use. 2011-08-11 00:35:49 +00:00
Chris
3b94b3fa9f - Fixed Mistform Stalker, it's Flying ability is an activated ability. 2011-08-11 00:02:37 +00:00
jendave
7a5bcb1269 fix typo 2011-08-10 22:08:10 +00:00
jendave
0fa74d54e2 fix link to slightlymagic docs 2011-08-10 22:05:43 +00:00
Chris
db529ad34d - Added a section dealing with java 7 issues to the changes.txt file. 2011-08-10 20:55:52 +00:00
Chris
04231bccc9 - Added a section dealing with java 7 issues to the readme.txt file. 2011-08-10 20:54:40 +00:00
jendave
c8b43ff84f small cleanups to make Eclipse happy 2011-08-10 20:33:26 +00:00
jendave
f51a55a2e6 update project 2011-08-10 20:04:48 +00:00