aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu
Commit message (Expand)AuthorAgeFilesLines
* Switched from ant to gradle, had to refactor some of the tests because of the...Eduardo Pedroni2016-08-212-7/+9
* Added more filtering tests, almost doneEduardo Pedroni2016-08-152-22/+53
* Implemented some more filtering tests, sorted out validation and exceptionsEduardo Pedroni2016-08-1412-84/+100
* Refactored a lot of things, started adding the rest of the filteringEduardo Pedroni2016-08-1213-201/+145
* Refactored the Card data structure to be able to do filtering properlyEduardo Pedroni2016-08-1121-284/+396
* Added filtering, still not working fullyEduardo Pedroni2016-08-078-10/+159
* Refactoring sortingEduardo Pedroni2016-06-123-20/+23
* Implemented deck class, now need to think a bit about the interface before co...Eduardo Pedroni2016-06-052-2/+29
* Refactored card storage to support decks, updated testsEduardo Pedroni2016-06-053-84/+156
* Refactoring....Eduardo Pedroni2016-04-053-0/+11
* It appears to be working, will continue tomorrowEduardo Pedroni2016-03-303-90/+82
* Tests should pass nowEduardo Pedroni2016-03-263-14/+43
* Removed old decks and statistics stuffEduardo Pedroni2016-03-265-147/+1
* Refactored storage hierarchy, now need to look into decks againEduardo Pedroni2016-03-266-195/+136
* Sorting out tests for new class hierarchyEduardo Pedroni2016-03-254-107/+91
* Refactoring decks to be more flexibleEduardo Pedroni2016-03-255-23/+23
* Sorted out new cardbase format, need to do decks nextEduardo Pedroni2016-03-193-7/+8
* Tests almost passingEduardo Pedroni2016-03-162-2/+0
* Sorted out reading and writing cardbases in the new format, now need to conve...Eduardo Pedroni2016-03-163-43/+48
* Refactor is coming along, just need to sort out the new file structure nowEduardo Pedroni2016-03-153-32/+18
* Transitioning to a better way to store card counts, not done yet thoughEduardo Pedroni2016-03-145-83/+102
* Looking into a way to fix the count issueEduardo Pedroni2015-12-131-0/+25
* Passing all tests, but it is nasty, need to refactor nowEduardo Pedroni2015-11-152-29/+43
* Finished CLI tests, now need to fix some add bugsEduardo Pedroni2015-11-151-3/+5
* Started refactoring CLI tests AGAIN, properly this time by emulating user inputEduardo Pedroni2015-11-072-33/+42
* Refactored CLI tests to work with a more sensible designEduardo Pedroni2015-11-061-48/+59
* Finished perusal tests, wrote happy path remove tests but still not passingEduardo Pedroni2015-11-041-23/+24
* Added a few more CLI tests, need to figure out why they don't work properly o...Eduardo Pedroni2015-08-231-5/+11
* Refactored comparators, did a little bit of CLI testing but will need to look...Eduardo Pedroni2015-07-305-38/+35
* Did many CLI tests, have to rethink the MTGUniverse thing to make it more tes...Eduardo Pedroni2015-07-242-27/+32
* Reorganised the test folder a bit more, started working on CLI tests, a bit t...Eduardo Pedroni2015-07-232-31/+32
* Sorted out test packages, they're now named the same as the source packages t...Eduardo Pedroni2015-07-231-2/+1
* Thinking about refactoring the way the count is doneEduardo Pedroni2015-07-221-3/+13
* 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