| Commit message (Expand) | Author | Age | Files | Lines |
* | Did many CLI tests, have to rethink the MTGUniverse thing to make it more tes... | Eduardo Pedroni | 2015-07-24 | 2 | -27/+32 |
* | Reorganised the test folder a bit more, started working on CLI tests, a bit t... | Eduardo Pedroni | 2015-07-23 | 2 | -31/+32 |
* | Sorted out test packages, they're now named the same as the source packages t... | Eduardo Pedroni | 2015-07-23 | 1 | -2/+1 |
* | Thinking about refactoring the way the count is done | Eduardo Pedroni | 2015-07-22 | 1 | -3/+13 |
* | Finished basic Cardbase tests, doing CLI next | Eduardo Pedroni | 2015-07-22 | 4 | -70/+69 |
* | Added lots of cardbase tests, refactored a little bit, will need to completel... | Eduardo Pedroni | 2015-07-21 | 1 | -1/+1 |
* | Cleaned up a bit, finished sort tests, refactored cardbase adding and removin... | Eduardo Pedroni | 2015-07-13 | 4 | -42/+27 |
* | Added some statistics functionality, TDD | Eduardo Pedroni | 2015-07-13 | 13 | -49/+141 |
* | Forgot to add deck files, done | Eduardo Pedroni | 2015-07-12 | 2 | -0/+39 |
* | Started fiddling with decks | Eduardo Pedroni | 2015-07-12 | 4 | -17/+113 |
* | Made good progress with introspective sort, fixed ant build issue, ant builds... | Eduardo Pedroni | 2015-06-28 | 5 | -41/+104 |
* | Mulling over the generic comparator issue | Eduardo Pedroni | 2015-06-24 | 7 | -90/+201 |
* | Refactored hash, fixed ant build script | Eduardo Pedroni | 2015-06-20 | 1 | -5/+23 |
* | GUI is under way, 1.0 release | Eduardo Pedroni | 2015-06-18 | 3 | -24/+78 |
* | Started work on the GUI, and added imageCode field to card, now need to updat... | Eduardo Pedroni | 2015-06-11 | 9 | -164/+108 |
* | Streamlined Card class, cards are now stored in a hashmap, had to write a met... | Eduardo Pedroni | 2015-06-11 | 5 | -63/+190 |
* | Moved away from reflection for sorting, now looking into using a hashmap inst... | Eduardo Pedroni | 2015-06-11 | 5 | -132/+86 |
* | Implemented sorting using reflection, not sure it was a good idea though | Eduardo Pedroni | 2015-06-08 | 9 | -112/+262 |
* | Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ab... | Eduardo Pedroni | 2015-06-06 | 8 | -250/+299 |
* | Squashed a few minor bugs, refactored CardbaseManager a bit | Eduardo Pedroni | 2015-06-06 | 6 | -273/+423 |
* | Refactored CLI, exceptions are handled properly now. Started looking into UI ... | Eduardo Pedroni | 2015-06-06 | 6 | -175/+238 |
* | Started refactoring, sorted out compiling in build script | Eduardo Pedroni | 2015-06-06 | 3 | -88/+174 |
* | Tidied up README and help, sorted out a neater Ant build script | Eduardo Pedroni | 2015-06-05 | 5 | -120/+116 |
* | It works! Reading in a file, writing to the same file or a different existing... | Eduardo Pedroni | 2015-06-05 | 8 | -64/+312 |
* | Made a plan, now i'm following it. CLI is well under way | Eduardo Pedroni | 2015-06-04 | 9 | -352/+262 |
* | Have a working example to parse JSON sets and get cards by number | Eduardo Pedroni | 2015-06-03 | 5 | -0/+483 |