aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/data/FullCardSet.java
Commit message (Collapse)AuthorAgeFilesLines
* Added some statistics functionality, TDDEduardo Pedroni2015-07-131-26/+0
|
* Started work on the GUI, and added imageCode field to card, now need to ↵Eduardo Pedroni2015-06-111-136/+9
| | | | update own collection
* Streamlined Card class, cards are now stored in a hashmap, had to write a ↵Eduardo Pedroni2015-06-111-11/+79
| | | | method to parse full card set json
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-081-4/+28
|
* Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ↵Eduardo Pedroni2015-06-061-6/+6
| | | | about decks
* Squashed a few minor bugs, refactored CardbaseManager a bitEduardo Pedroni2015-06-061-5/+41
|
* Refactored CLI, exceptions are handled properly now. Started looking into UI ↵Eduardo Pedroni2015-06-061-0/+25
testing for the CLI.