index
:
cardbase.git
master
Magic The Gathering card collection database and deck manager
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
eu
/
equalparts
/
cardbase
/
Cardbase.java
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Refactored the Card data structure to be able to do filtering properly
Eduardo Pedroni
2016-08-11
1
-1
/
+1
|
*
Added filtering, still not working fully
Eduardo Pedroni
2016-08-07
1
-1
/
+1
|
*
Refactoring sorting
Eduardo Pedroni
2016-06-12
1
-3
/
+0
|
*
Implemented deck class, now need to think a bit about the interface before ↵
Eduardo Pedroni
2016-06-05
1
-2
/
+2
|
|
|
|
continuing
*
Refactored card storage to support decks, updated tests
Eduardo Pedroni
2016-06-05
1
-73
/
+1
|
*
Refactoring....
Eduardo Pedroni
2016-04-05
1
-0
/
+9
|
*
It appears to be working, will continue tomorrow
Eduardo Pedroni
2016-03-30
1
-1
/
+72
|
*
Tests should pass now
Eduardo Pedroni
2016-03-26
1
-3
/
+5
|
*
Removed old decks and statistics stuff
Eduardo Pedroni
2016-03-26
1
-2
/
+1
|
*
Refactored storage hierarchy, now need to look into decks again
Eduardo Pedroni
2016-03-26
1
-194
/
+3
|
*
Sorting out tests for new class hierarchy
Eduardo Pedroni
2016-03-25
1
-88
/
+69
|
*
Refactoring decks to be more flexible
Eduardo Pedroni
2016-03-25
1
-3
/
+0
|
*
Sorted out new cardbase format, need to do decks next
Eduardo Pedroni
2016-03-19
1
-3
/
+4
|
*
Tests almost passing
Eduardo Pedroni
2016-03-16
1
-1
/
+0
|
*
Sorted out reading and writing cardbases in the new format, now need to ↵
Eduardo Pedroni
2016-03-16
1
-42
/
+42
|
|
|
|
convert existing files
*
Refactor is coming along, just need to sort out the new file structure now
Eduardo Pedroni
2016-03-15
1
-4
/
+15
|
*
Transitioning to a better way to store card counts, not done yet though
Eduardo Pedroni
2016-03-14
1
-73
/
+87
|
*
Passing all tests, but it is nasty, need to refactor now
Eduardo Pedroni
2015-11-15
1
-11
/
+17
|
*
Finished basic Cardbase tests, doing CLI next
Eduardo Pedroni
2015-07-22
1
-34
/
+33
|
*
Cleaned up a bit, finished sort tests, refactored cardbase adding and ↵
Eduardo Pedroni
2015-07-13
1
-9
/
+9
|
|
|
|
removing, need to write tests urgently
*
Added some statistics functionality, TDD
Eduardo Pedroni
2015-07-13
1
-33
/
+9
|
*
Started fiddling with decks
Eduardo Pedroni
2015-07-12
1
-9
/
+77
|
*
Mulling over the generic comparator issue
Eduardo Pedroni
2015-06-24
1
-4
/
+15
|
*
Refactored hash, fixed ant build script
Eduardo Pedroni
2015-06-20
1
-5
/
+23
|
*
Started work on the GUI, and added imageCode field to card, now need to ↵
Eduardo Pedroni
2015-06-11
1
-0
/
+1
|
|
|
|
update own collection
*
Streamlined Card class, cards are now stored in a hashmap, had to write a ↵
Eduardo Pedroni
2015-06-11
1
-22
/
+32
|
|
|
|
method to parse full card set json
*
Moved away from reflection for sorting, now looking into using a hashmap ↵
Eduardo Pedroni
2015-06-11
1
-19
/
+8
|
|
|
|
instead of a list
*
Implemented sorting using reflection, not sure it was a good idea though
Eduardo Pedroni
2015-06-08
1
-0
/
+164