aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/standalone/CardbaseCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Started work on the GUI, and added imageCode field to card, now need to ↵Eduardo Pedroni2015-06-111-493/+0
| | | | update own collection
* Streamlined Card class, cards are now stored in a hashmap, had to write a ↵Eduardo Pedroni2015-06-111-11/+0
| | | | method to parse full card set json
* Moved away from reflection for sorting, now looking into using a hashmap ↵Eduardo Pedroni2015-06-111-10/+1
| | | | instead of a list
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-081-41/+48
|
* Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ↵Eduardo Pedroni2015-06-061-36/+47
| | | | about decks
* Squashed a few minor bugs, refactored CardbaseManager a bitEduardo Pedroni2015-06-061-250/+290
|
* Refactored CLI, exceptions are handled properly now. Started looking into UI ↵Eduardo Pedroni2015-06-061-77/+105
| | | | testing for the CLI.
* Started refactoring, sorted out compiling in build scriptEduardo Pedroni2015-06-061-84/+170
|
* Tidied up README and help, sorted out a neater Ant build scriptEduardo Pedroni2015-06-051-0/+341