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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Streamlined Card class, cards are now stored in a hashmap, had to write a ↵
Eduardo Pedroni
2015-06-11
5
-63
/
+190
|
|
|
|
method to parse full card set json
*
Moved away from reflection for sorting, now looking into using a hashmap ↵
Eduardo Pedroni
2015-06-11
5
-132
/
+86
|
|
|
|
instead of a list
*
Implemented sorting using reflection, not sure it was a good idea though
Eduardo Pedroni
2015-06-08
9
-112
/
+262
|
*
Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ↵
Eduardo Pedroni
2015-06-06
8
-250
/
+299
|
|
|
|
about decks
*
Squashed a few minor bugs, refactored CardbaseManager a bit
Eduardo Pedroni
2015-06-06
6
-273
/
+423
|
*
Refactored CLI, exceptions are handled properly now. Started looking into UI ↵
Eduardo Pedroni
2015-06-06
6
-175
/
+238
|
|
|
|
testing for the CLI.
*
Started refactoring, sorted out compiling in build script
Eduardo Pedroni
2015-06-06
3
-88
/
+174
|
*
Tidied up README and help, sorted out a neater Ant build script
Eduardo Pedroni
2015-06-05
5
-120
/
+116
|
*
It works! Reading in a file, writing to the same file or a different ↵
Eduardo Pedroni
2015-06-05
8
-64
/
+312
|
|
|
|
existing file, glancing, perusing, adding and removing cards by number
*
Made a plan, now i'm following it. CLI is well under way
Eduardo Pedroni
2015-06-04
9
-352
/
+262
|
*
Have a working example to parse JSON sets and get cards by number
Eduardo Pedroni
2015-06-03
5
-0
/
+483