aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/cli/CardbaseCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Implemented some more filtering tests, sorted out validation and exceptionsEduardo Pedroni2016-08-141-8/+6
|
* Refactored the Card data structure to be able to do filtering properlyEduardo Pedroni2016-08-111-16/+16
|
* Refactored storage hierarchy, now need to look into decks againEduardo Pedroni2016-03-261-1/+1
|
* Sorting out tests for new class hierarchyEduardo Pedroni2016-03-251-14/+20
|
* Refactor is coming along, just need to sort out the new file structure nowEduardo Pedroni2016-03-151-3/+3
|
* Transitioning to a better way to store card counts, not done yet thoughEduardo Pedroni2016-03-141-3/+3
|
* Passing all tests, but it is nasty, need to refactor nowEduardo Pedroni2015-11-151-18/+26
|
* 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-071-29/+40
|
* 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
|
* Refactored comparators, did a little bit of CLI testing but will need to ↵Eduardo Pedroni2015-07-301-2/+6
| | | | look into mocking
* Did many CLI tests, have to rethink the MTGUniverse thing to make it more ↵Eduardo Pedroni2015-07-241-23/+29
| | | | testable
* Reorganised the test folder a bit more, started working on CLI tests, a bit ↵Eduardo Pedroni2015-07-231-29/+30
| | | | tricky, will require refactoring
* Sorted out test packages, they're now named the same as the source packages ↵Eduardo Pedroni2015-07-231-2/+1
| | | | to allow package access. Genius!
* Thinking about refactoring the way the count is doneEduardo Pedroni2015-07-221-3/+13
|
* Added lots of cardbase tests, refactored a little bit, will need to ↵Eduardo Pedroni2015-07-211-1/+1
| | | | completely rework the way counts are done
* Cleaned up a bit, finished sort tests, refactored cardbase adding and ↵Eduardo Pedroni2015-07-131-27/+18
| | | | removing, need to write tests urgently
* Added some statistics functionality, TDDEduardo Pedroni2015-07-131-3/+3
|
* Started fiddling with decksEduardo Pedroni2015-07-121-1/+1
|
* Made good progress with introspective sort, fixed ant build issue, ant ↵Eduardo Pedroni2015-06-281-0/+13
| | | | builds are now done on a different bin directory
* Mulling over the generic comparator issueEduardo Pedroni2015-06-241-10/+10
|
* Started work on the GUI, and added imageCode field to card, now need to ↵Eduardo Pedroni2015-06-111-0/+493
update own collection