aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/equalparts/cardbase/Cardbase.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactored the Card data structure to be able to do filtering properlyEduardo Pedroni2016-08-111-1/+1
|
* Added filtering, still not working fullyEduardo Pedroni2016-08-071-1/+1
|
* Refactoring sortingEduardo Pedroni2016-06-121-3/+0
|
* Implemented deck class, now need to think a bit about the interface before ↵Eduardo Pedroni2016-06-051-2/+2
| | | | continuing
* Refactored card storage to support decks, updated testsEduardo Pedroni2016-06-051-73/+1
|
* Refactoring....Eduardo Pedroni2016-04-051-0/+9
|
* It appears to be working, will continue tomorrowEduardo Pedroni2016-03-301-1/+72
|
* Tests should pass nowEduardo Pedroni2016-03-261-3/+5
|
* Removed old decks and statistics stuffEduardo Pedroni2016-03-261-2/+1
|
* Refactored storage hierarchy, now need to look into decks againEduardo Pedroni2016-03-261-194/+3
|
* Sorting out tests for new class hierarchyEduardo Pedroni2016-03-251-88/+69
|
* Refactoring decks to be more flexibleEduardo Pedroni2016-03-251-3/+0
|
* Sorted out new cardbase format, need to do decks nextEduardo Pedroni2016-03-191-3/+4
|
* Tests almost passingEduardo Pedroni2016-03-161-1/+0
|
* Sorted out reading and writing cardbases in the new format, now need to ↵Eduardo Pedroni2016-03-161-42/+42
| | | | convert existing files
* Refactor is coming along, just need to sort out the new file structure nowEduardo Pedroni2016-03-151-4/+15
|
* Transitioning to a better way to store card counts, not done yet thoughEduardo Pedroni2016-03-141-73/+87
|
* Passing all tests, but it is nasty, need to refactor nowEduardo Pedroni2015-11-151-11/+17
|
* Finished basic Cardbase tests, doing CLI nextEduardo Pedroni2015-07-221-34/+33
|
* Cleaned up a bit, finished sort tests, refactored cardbase adding and ↵Eduardo Pedroni2015-07-131-9/+9
| | | | removing, need to write tests urgently
* Added some statistics functionality, TDDEduardo Pedroni2015-07-131-33/+9
|
* Started fiddling with decksEduardo Pedroni2015-07-121-9/+77
|
* Mulling over the generic comparator issueEduardo Pedroni2015-06-241-4/+15
|
* Refactored hash, fixed ant build scriptEduardo Pedroni2015-06-201-5/+23
|
* Started work on the GUI, and added imageCode field to card, now need to ↵Eduardo Pedroni2015-06-111-0/+1
| | | | update own collection
* Streamlined Card class, cards are now stored in a hashmap, had to write a ↵Eduardo Pedroni2015-06-111-22/+32
| | | | method to parse full card set json
* Moved away from reflection for sorting, now looking into using a hashmap ↵Eduardo Pedroni2015-06-111-19/+8
| | | | instead of a list
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-081-0/+164