aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/utils/MTGUniverse.java
Commit message (Expand)AuthorAgeFilesLines
* Refactored a lot of things, started adding the rest of the filteringEduardo Pedroni2016-08-121-72/+15
* Refactored the Card data structure to be able to do filtering properlyEduardo Pedroni2016-08-111-6/+7
* Sorted out reading and writing cardbases in the new format, now need to conve...Eduardo Pedroni2016-03-161-1/+1
* 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 o...Eduardo Pedroni2015-08-231-5/+11
* Refactored comparators, did a little bit of CLI testing but will need to look...Eduardo Pedroni2015-07-301-16/+10
* Did many CLI tests, have to rethink the MTGUniverse thing to make it more tes...Eduardo Pedroni2015-07-241-4/+3
* Reorganised the test folder a bit more, started working on CLI tests, a bit t...Eduardo Pedroni2015-07-231-2/+2
* Added some statistics functionality, TDDEduardo Pedroni2015-07-131-3/+3
* 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 updat...Eduardo Pedroni2015-06-111-21/+25
* Streamlined Card class, cards are now stored in a hashmap, had to write a met...Eduardo Pedroni2015-06-111-6/+74
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-081-7/+10
* Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ab...Eduardo Pedroni2015-06-061-0/+152