aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/data/Card.java
Commit message (Expand)AuthorAgeFilesLines
* Made good progress with introspective sort, fixed ant build issue, ant builds...Eduardo Pedroni2015-06-281-2/+6
* Mulling over the generic comparator issueEduardo Pedroni2015-06-241-0/+3
* Started work on the GUI, and added imageCode field to card, now need to updat...Eduardo Pedroni2015-06-111-0/+1
* Streamlined Card class, cards are now stored in a hashmap, had to write a met...Eduardo Pedroni2015-06-111-13/+5
* Moved away from reflection for sorting, now looking into using a hashmap inst...Eduardo Pedroni2015-06-111-1/+1
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-081-11/+11
* It works! Reading in a file, writing to the same file or a different existing...Eduardo Pedroni2015-06-051-2/+2
* Made a plan, now i'm following it. CLI is well under wayEduardo Pedroni2015-06-041-224/+26
* Have a working example to parse JSON sets and get cards by numberEduardo Pedroni2015-06-031-0/+233