Commit Graph

51869 Commits

Author SHA1 Message Date
jendave
3757bf5fe9 dedicated to DennisBergkamp
i tried to create a small workaround for the problem, but because i don't get the same error as you, could you try it, please?
2011-08-06 02:44:39 +00:00
jendave
00f92575d8 Small update, Knighthood, Levitation (new cards in cards.txt I forgot to add), card pic URLs in card-pictures.txt and Volrath's Stronghold's ability manacost fix, AI_Discard() fix. 2011-08-06 02:44:31 +00:00
jendave
301a13fc1d Snow mana should now work (as tested on chilling shade). 2011-08-06 02:44:24 +00:00
jendave
5ff8fad1fa spotted my error that made the quest mode not work. everything should be fine again 2011-08-06 02:44:15 +00:00
jendave
fd9f203db1 updated cards.txt, card-pictures.txt and added some extra cards, minor fixes. Added Chris' spRaiseDead keyword. 2011-08-06 02:44:10 +00:00
jendave
386669b84e Huge update to forge's structure:
everything from the default package moved to package forge. the default package contains classes Deck and QuestData_State to keep compatibility with old files that store serialized objects of these classes

if you find other classes that are stored in the res directory through serialization, create a class for it in the default package or tell me.

about QuestData_State: i'm getting a NullPointerException when trying to create/resume quest. Maybe the quest files on SVN are simply out of date. otherwise, that seems hard. easy fix would of course be to replace null by a new Map
2011-08-06 02:43:59 +00:00
jendave
69322b3ef1 Build 10/26: 2011-08-06 02:39:43 +00:00
jendave
c2b2a7edc2 ManaPool should now support snow mana(by support I mean a new system that has a good probability of working, and has not produced any bugs so far working with normal mana), now to get it working for ManaCost... 2011-08-06 02:39:28 +00:00
jendave
8f858c0f18 Added Sloth's snow lands, not any different from normal ones so far. 2011-08-06 02:39:22 +00:00
jendave
426a64b76c Reworked mana pool to handle mana as a string, fixed silly spelling error (ManaPool.subtarctMana). 2011-08-06 02:39:18 +00:00
jendave
d0ed3cefb3 Fixed ArrayList cast warnings 2011-08-06 02:39:13 +00:00
jendave
4b1c151641 Corrected The 3 Changeling spells in cards.txt - they were missing Tribal 2011-08-06 02:39:09 +00:00
jendave
879f1ddb97 Card parsing class I'm working on 2011-08-06 02:39:04 +00:00
jendave
eb1647beda Added iterator to CommandList(I think it was already there at some point). 2011-08-06 02:38:59 +00:00
jendave
d4a37d17ab first draft of Gui_DeckEditorNew, including entries in NewConstants and res/gui
no functional change to the running program, nothing working yet...
2011-08-06 02:38:55 +00:00
jendave
1f38fb8894 Deleted the old ErrorViewer class in the default package, added imports for forge.gui.ErrorViewer in many of the classes that used it.
Fixed a bug in forge.gui.ListChooser that threw a NullPointerException when trying to convert Integer to int

Replaced Font.MONOSPACED by "Monospaced" in forge.error.ErrorViewer for better Java 1.5 compatibility
2011-08-06 02:38:46 +00:00
jendave
7327d6c499 Moved some files from /src into /, including forge.properties and the res folder
changed the output folder to bin
2011-08-06 02:38:31 +00:00
jendave
e0224bd465 2011-08-06 02:37:41 +00:00
jendave
e0630099c5 intial checkin 2011-08-05 15:01:29 +00:00