| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed old decks and statistics stuff | Eduardo Pedroni | 2016-03-26 | 5 | -147/+1 |
* | Refactored storage hierarchy, now need to look into decks again | Eduardo Pedroni | 2016-03-26 | 6 | -195/+136 |
* | Sorting out tests for new class hierarchy | Eduardo Pedroni | 2016-03-25 | 4 | -107/+91 |
* | Refactoring decks to be more flexible | Eduardo Pedroni | 2016-03-25 | 5 | -23/+23 |
* | Sorted out new cardbase format, need to do decks next | Eduardo Pedroni | 2016-03-19 | 3 | -7/+8 |
* | Tests almost passing | Eduardo Pedroni | 2016-03-16 | 2 | -2/+0 |
* | Sorted out reading and writing cardbases in the new format, now need to conve... | Eduardo Pedroni | 2016-03-16 | 3 | -43/+48 |
* | Refactor is coming along, just need to sort out the new file structure now | Eduardo Pedroni | 2016-03-15 | 3 | -32/+18 |
* | Transitioning to a better way to store card counts, not done yet though | Eduardo Pedroni | 2016-03-14 | 5 | -83/+102 |
* | Looking into a way to fix the count issue | Eduardo Pedroni | 2015-12-13 | 1 | -0/+25 |
* | Passing all tests, but it is nasty, need to refactor now | Eduardo Pedroni | 2015-11-15 | 2 | -29/+43 |
* | Finished CLI tests, now need to fix some add bugs | Eduardo Pedroni | 2015-11-15 | 1 | -3/+5 |
* | Started refactoring CLI tests AGAIN, properly this time by emulating user input | Eduardo Pedroni | 2015-11-07 | 2 | -33/+42 |
* | Refactored CLI tests to work with a more sensible design | Eduardo Pedroni | 2015-11-06 | 1 | -48/+59 |
* | Finished perusal tests, wrote happy path remove tests but still not passing | Eduardo Pedroni | 2015-11-04 | 1 | -23/+24 |
* | Added a few more CLI tests, need to figure out why they don't work properly o... | Eduardo Pedroni | 2015-08-23 | 1 | -5/+11 |
* | Refactored comparators, did a little bit of CLI testing but will need to look... | Eduardo Pedroni | 2015-07-30 | 5 | -38/+35 |
* | 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 |