aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/utils
Commit message (Collapse)AuthorAgeFilesLines
* Started refactoring CLI tests AGAIN, properly this time by emulating user inputEduardo Pedroni2015-11-071-4/+2
|
* Added a few more CLI tests, need to figure out why they don't work properly ↵Eduardo Pedroni2015-08-231-5/+11
| | | | on windows
* Refactored comparators, did a little bit of CLI testing but will need to ↵Eduardo Pedroni2015-07-301-16/+10
| | | | look into mocking
* Did many CLI tests, have to rethink the MTGUniverse thing to make it more ↵Eduardo Pedroni2015-07-241-4/+3
| | | | testable
* Reorganised the test folder a bit more, started working on CLI tests, a bit ↵Eduardo Pedroni2015-07-231-2/+2
| | | | tricky, will require refactoring
* Finished basic Cardbase tests, doing CLI nextEduardo Pedroni2015-07-221-33/+0
|
* Added some statistics functionality, TDDEduardo Pedroni2015-07-132-3/+36
|
* GUI is under way, 1.0 releaseEduardo Pedroni2015-06-181-2/+2
|
* Started work on the GUI, and added imageCode field to card, now need to ↵Eduardo Pedroni2015-06-112-22/+26
| | | | update own collection
* Streamlined Card class, cards are now stored in a hashmap, had to write a ↵Eduardo Pedroni2015-06-111-6/+74
| | | | method to parse full card set json
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-082-10/+13
|
* Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ↵Eduardo Pedroni2015-06-062-0/+187
about decks