| Commit message (Expand) | Author | Age | Files | Lines |
* | Streamlined Card class, cards are now stored in a hashmap, had to write a met... | Eduardo Pedroni | 2015-06-11 | 2 | -24/+84 |
* | Moved away from reflection for sorting, now looking into using a hashmap inst... | Eduardo Pedroni | 2015-06-11 | 1 | -1/+1 |
* | Implemented sorting using reflection, not sure it was a good idea though | Eduardo Pedroni | 2015-06-08 | 5 | -166/+40 |
* | Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ab... | Eduardo Pedroni | 2015-06-06 | 4 | -95/+65 |
* | Squashed a few minor bugs, refactored CardbaseManager a bit | Eduardo Pedroni | 2015-06-06 | 4 | -20/+124 |
* | Refactored CLI, exceptions are handled properly now. Started looking into UI ... | Eduardo Pedroni | 2015-06-06 | 4 | -60/+61 |
* | Started refactoring, sorted out compiling in build script | Eduardo Pedroni | 2015-06-06 | 1 | -3/+3 |
* | Tidied up README and help, sorted out a neater Ant build script | Eduardo Pedroni | 2015-06-05 | 2 | -3/+3 |
* | It works! Reading in a file, writing to the same file or a different existing... | Eduardo Pedroni | 2015-06-05 | 5 | -38/+93 |
* | Made a plan, now i'm following it. CLI is well under way | Eduardo Pedroni | 2015-06-04 | 6 | -315/+135 |
* | Have a working example to parse JSON sets and get cards by number | Eduardo Pedroni | 2015-06-03 | 3 | -0/+342 |