aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu
Commit message (Expand)AuthorAgeFilesLines
* Finished basic Cardbase tests, doing CLI nextEduardo Pedroni2015-07-224-70/+69
* Added lots of cardbase tests, refactored a little bit, will need to completel...Eduardo Pedroni2015-07-211-1/+1
* Cleaned up a bit, finished sort tests, refactored cardbase adding and removin...Eduardo Pedroni2015-07-134-42/+27
* Added some statistics functionality, TDDEduardo Pedroni2015-07-1313-49/+141
* Forgot to add deck files, doneEduardo Pedroni2015-07-122-0/+39
* Started fiddling with decksEduardo Pedroni2015-07-124-17/+113
* Made good progress with introspective sort, fixed ant build issue, ant builds...Eduardo Pedroni2015-06-285-41/+104
* Mulling over the generic comparator issueEduardo Pedroni2015-06-247-90/+201
* Refactored hash, fixed ant build scriptEduardo Pedroni2015-06-201-5/+23
* GUI is under way, 1.0 releaseEduardo Pedroni2015-06-183-24/+78
* Started work on the GUI, and added imageCode field to card, now need to updat...Eduardo Pedroni2015-06-119-164/+108
* Streamlined Card class, cards are now stored in a hashmap, had to write a met...Eduardo Pedroni2015-06-115-63/+190
* Moved away from reflection for sorting, now looking into using a hashmap inst...Eduardo Pedroni2015-06-115-132/+86
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-089-112/+262
* Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ab...Eduardo Pedroni2015-06-068-250/+299
* Squashed a few minor bugs, refactored CardbaseManager a bitEduardo Pedroni2015-06-066-273/+423
* Refactored CLI, exceptions are handled properly now. Started looking into UI ...Eduardo Pedroni2015-06-066-175/+238
* Started refactoring, sorted out compiling in build scriptEduardo Pedroni2015-06-063-88/+174
* Tidied up README and help, sorted out a neater Ant build scriptEduardo Pedroni2015-06-055-120/+116
* It works! Reading in a file, writing to the same file or a different existing...Eduardo Pedroni2015-06-058-64/+312
* Made a plan, now i'm following it. CLI is well under wayEduardo Pedroni2015-06-049-352/+262
* Have a working example to parse JSON sets and get cards by numberEduardo Pedroni2015-06-035-0/+483