There will be another massive change

I'm changing the String[] GameType field to an enumeration type.
Will update all affected files, expect a big commit.
As a dependency deckType will be switched to that enumeration type too.
DeckManager may also be object of changes (because for now it loads all the deck into memory on start and then - on closing deckeditor for instance - it DELETES all the decks on disk and writes them again - this should not happen) according to issue 87
BTW, when are we going to release 1.1.3? (so that I would refrain from making big changes before a milestone release)
Also, if anyone would have troubles with that transition, ask me - I'll help you.
Will update all affected files, expect a big commit.
As a dependency deckType will be switched to that enumeration type too.
DeckManager may also be object of changes (because for now it loads all the deck into memory on start and then - on closing deckeditor for instance - it DELETES all the decks on disk and writes them again - this should not happen) according to issue 87
BTW, when are we going to release 1.1.3? (so that I would refrain from making big changes before a milestone release)
Also, if anyone would have troubles with that transition, ask me - I'll help you.