Commit Graph

5684 Commits

Author SHA1 Message Date
jendave
479b2b98db rename splash pic. Spaces in the filename are not best practice 2011-08-20 08:35:56 +00:00
jendave
0c4cada39e supress checkstyle error if there is a trailing space after a javadoc comment 2011-08-20 06:55:39 +00:00
jendave
31e7c6529f add link to releases 2011-08-19 23:18:16 +00:00
Braids
664a535a47 - Reduce CheckStyle, FindBugs, and PMD output for recently changed files. 2011-08-19 03:48:50 +00:00
Braids
fdb1199223 - Issue 106: Add splash screen just under progress bar, and load all cards at startup. 2011-08-19 02:22:03 +00:00
Chris
c260a283cd - Renamed the quest deck Rogue 3 to Sabertooth 3. 2011-08-19 00:35:31 +00:00
jendave
a4a6ac7cbc Hide old deck generators 2011-08-17 08:23:01 +00:00
Hellfish
95a1dfa1db *Replaced a couple of foreach loops with regular for-loops to avoid ConcurrentModificationException in TriggerHandler. 2011-08-16 16:48:49 +00:00
ArsenalNut
de9bab17a5 Added support for RemoveSuperTypes, RemoveCardTypes, RemoveSubTypes, and RemoveCreatureTypes to Animate AF. 2011-08-16 01:38:06 +00:00
jendave
70428f1fa5 fix javadoc comments 2011-08-15 19:26:10 +00:00
jendave
6d51d2f964 updates to checkstyle - new version of plugin needs cachefile prop 2011-08-15 18:23:13 +00:00
ArsenalNut
99b0303d6f Fixed bugs related to Animate AF (see bug issue #137) 2011-08-15 13:44:18 +00:00
jendave
f57cb39689 forst cut of 5 color deck generator 2011-08-15 07:55:35 +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
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
5a240eac61 Added support for "ClearImprinted" to Cleanup AF. Updated Mimic Vat 2011-08-13 19:25:35 +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
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
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
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
c0a867f793 i add inssue tracking to maven site 2011-08-11 14:49:02 +00:00
ArsenalNut
d4a95cb840 Modified xCount to make Daybreak Coronet scriptable 2011-08-11 06:26:51 +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
jendave
c8b43ff84f small cleanups to make Eclipse happy 2011-08-10 20:33:26 +00:00
jendave
7746e68b98 update unit tests to make them less painful from command line. Fixed urls in Maven site home page 2011-08-10 19:42:54 +00:00
jendave
78b668297e Fix Maven site links, Make unit test shorter, add svn rev to manifest 2011-08-10 16:57:20 +00:00
jendave
46f2dcc851 set exec prop 2011-08-10 08:53:14 +00:00
jendave
89c3e69fb6 move build files to src/main/config 2011-08-10 08:10:13 +00:00
jendave
d9a785ee3a init2 2011-08-09 19:34:12 +00:00
jendave
c46aa10af5 reset repo 2011-08-09 19:06:11 +00:00
jendave
f753e95178 upload 2011-08-07 06:51:32 +00:00
jendave
a6d7d2cdc3 bring Conditions syntax more in line with Restrictions for Abilities. Wiki updates forthcoming. Card.txt changes coming up in a bit. 2011-08-07 02:01:19 +00:00
jendave
3869f2bf90 - Fix the unless cost for spells. [Big changes in MagicStack included!] 2011-08-07 02:00:34 +00:00
jendave
7effc3820f - Fix the unless cost for abilities. 2011-08-07 02:00:27 +00:00
jendave
6534d4ff5f - Fixed a NPE in SpellAbility_Restriction. 2011-08-07 01:59:46 +00:00
jendave
3b95d5e287 Bugfix: Multi-triggering should now function as intended
- Moved TriggerObjects to the SA and saved through the StackInstance. 
- Changed Count$Triggered to TriggerCount$ since Count doesn't have access to where the TriggerObjects live anymore
2011-08-07 01:58:23 +00:00
jendave
4681b043cc add SHRED counters 2011-08-07 01:57:23 +00:00