aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/Cardbase.java
Commit message (Collapse)AuthorAgeFilesLines
* Finished basic Cardbase tests, doing CLI nextEduardo Pedroni2015-07-221-34/+33
|
* Cleaned up a bit, finished sort tests, refactored cardbase adding and ↵Eduardo Pedroni2015-07-131-9/+9
| | | | removing, need to write tests urgently
* Added some statistics functionality, TDDEduardo Pedroni2015-07-131-33/+9
|
* Started fiddling with decksEduardo Pedroni2015-07-121-9/+77
|
* Mulling over the generic comparator issueEduardo Pedroni2015-06-241-4/+15
|
* Refactored hash, fixed ant build scriptEduardo Pedroni2015-06-201-5/+23
|
* Started work on the GUI, and added imageCode field to card, now need to ↵Eduardo Pedroni2015-06-111-0/+1
| | | | update own collection
* Streamlined Card class, cards are now stored in a hashmap, had to write a ↵Eduardo Pedroni2015-06-111-22/+32
| | | | method to parse full card set json
* Moved away from reflection for sorting, now looking into using a hashmap ↵Eduardo Pedroni2015-06-111-19/+8
| | | | instead of a list
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-081-0/+164