Max mtg wrote:Braids wrote:i'm doing ok with svn. i'm having to do the update one letter folder at a time from the command line. i am very glad i was able to split the cardsfolder up alphabetically several weeks ago.
@Max mtg, i've added two boolean fields to CardRules: removedFromAIDecks and removedFromRandomDecks. i added them to the ctor and added two 'is' accessors for them. these values are important for being able to generate random decks for both the player and the AI, and also for AI drafting.
I strongly support the decision of splitting the cardsfolder - now the directories open faster and the needed card is faster to located. Despite of the update of all over 9000 files took me about a minute
You've done it right. These fields are definitelly necesary once we switch completely to generators based on lighweight classes.
well, i have burned out. my latest commit is
rev 10061. it contains forge.card.CardRulesReader which does a lot of the parsing, but the higher level code has been commented out.
i have unassigned all issues from myself. i'm not sure when i'll be back.
edit: oh, and there is javadoc in the files i checked in. i was still under the illusion that documentation was important in this project.