| Commit message (Expand) | Author | Age | Files | Lines |
* | Started refactoring CLI tests AGAIN, properly this time by emulating user input | Eduardo Pedroni | 2015-11-07 | 7 | -224/+390 |
* | Refactored CLI tests to work with a more sensible design | Eduardo Pedroni | 2015-11-06 | 3 | -185/+325 |
* | Finished perusal tests, wrote happy path remove tests but still not passing | Eduardo Pedroni | 2015-11-04 | 4 | -34/+173 |
* | Fixed ant build file, tests now run properly | Eduardo Pedroni | 2015-11-01 | 3 | -79/+12 |
* | Forgot to rename build.xml | Eduardo Pedroni | 2015-09-07 | 3 | -184/+184 |
* | Custom ant command for travis | Eduardo Pedroni | 2015-09-07 | 1 | -0/+1 |
* | Merge branch 'master' of https://github.com/epedroni/cardbase | Eduardo Pedroni | 2015-08-30 | 1 | -0/+2 |
|\ |
|
| * | Update README.md | Eduardo Pedroni | 2015-08-29 | 1 | -0/+2 |
* | | JUnit tests on Ant are now running, but the CLI tests don't seem to pick up t... | Eduardo Pedroni | 2015-08-30 | 8 | -3/+118 |
|/ |
|
* | Added travis, perusal tests | Eduardo Pedroni | 2015-08-29 | 4 | -1/+134 |
* | Added a few more CLI tests, need to figure out why they don't work properly o... | Eduardo Pedroni | 2015-08-23 | 6 | -15/+285 |
* | Refactored comparators, did a little bit of CLI testing but will need to look... | Eduardo Pedroni | 2015-07-30 | 6 | -38/+76 |
* | Did many CLI tests, have to rethink the MTGUniverse thing to make it more tes... | Eduardo Pedroni | 2015-07-24 | 11 | -119/+314 |
* | Reorganised the test folder a bit more, started working on CLI tests, a bit t... | Eduardo Pedroni | 2015-07-23 | 15 | -82/+215 |
* | Sorted out test packages, they're now named the same as the source packages t... | Eduardo Pedroni | 2015-07-23 | 15 | -118/+131 |
* | Thinking about refactoring the way the count is done | Eduardo Pedroni | 2015-07-22 | 5 | -8/+22 |
* | Finished basic Cardbase tests, doing CLI next | Eduardo Pedroni | 2015-07-22 | 15 | -113/+170 |
* | Added lots of cardbase tests, refactored a little bit, will need to completel... | Eduardo Pedroni | 2015-07-21 | 8 | -39/+272 |
* | Updated todo list | Eduardo Pedroni | 2015-07-13 | 1 | -1/+2 |
* | Cleaned up a bit, finished sort tests, refactored cardbase adding and removin... | Eduardo Pedroni | 2015-07-13 | 12 | -55/+105 |
* | Added some statistics functionality, TDD | Eduardo Pedroni | 2015-07-13 | 18 | -69/+301 |
* | Forgot to add deck files, done | Eduardo Pedroni | 2015-07-12 | 8 | -0/+101 |
* | Started fiddling with decks | Eduardo Pedroni | 2015-07-12 | 5 | -50/+130 |
* | Removed test file used for fiddlings | Eduardo Pedroni | 2015-06-28 | 1 | -0/+1 |
* | Added a large file by accident, removed | Eduardo Pedroni | 2015-06-28 | 1 | -1/+0 |
* | Made good progress with introspective sort, fixed ant build issue, ant builds... | Eduardo Pedroni | 2015-06-28 | 10 | -115/+393 |
* | Mulling over the generic comparator issue | Eduardo Pedroni | 2015-06-24 | 12 | -93/+374 |
* | Refactored hash, fixed ant build script | Eduardo Pedroni | 2015-06-20 | 2 | -9/+24 |
* | Added license, updated readme | Eduardo Pedroni | 2015-06-18 | 2 | -0/+19 |
* | GUI is under way, 1.0 release | Eduardo Pedroni | 2015-06-18 | 3 | -24/+78 |
* | Started work on the GUI, and added imageCode field to card, now need to updat... | Eduardo Pedroni | 2015-06-11 | 9 | -164/+108 |
* | Streamlined Card class, cards are now stored in a hashmap, had to write a met... | Eduardo Pedroni | 2015-06-11 | 5 | -63/+190 |
* | Moved away from reflection for sorting, now looking into using a hashmap inst... | Eduardo Pedroni | 2015-06-11 | 5 | -132/+86 |
* | 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 ab... | Eduardo Pedroni | 2015-06-06 | 9 | -250/+300 |
* | 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 | 8 | -177/+284 |
* | Started refactoring, sorted out compiling in build script | Eduardo Pedroni | 2015-06-06 | 7 | -93/+184 |
* | Organised project folder, tidied up build script and added automatic linux ex... | Eduardo Pedroni | 2015-06-05 | 2 | -16/+33 |
* | Removed old todo list, formatted README better (hopefully) | Eduardo Pedroni | 2015-06-05 | 2 | -5/+4 |
* | Tidied up README and help, sorted out a neater Ant build script | Eduardo Pedroni | 2015-06-05 | 20 | -138/+253 |
* | It works! Reading in a file, writing to the same file or a different existing... | Eduardo Pedroni | 2015-06-05 | 10 | -64/+358 |
* | Made a plan, now i'm following it. CLI is well under way | Eduardo Pedroni | 2015-06-04 | 10 | -352/+263 |
* | Removed bin | Eduardo Pedroni | 2015-06-03 | 5 | -0/+0 |
* | Ignoring bin | Eduardo Pedroni | 2015-06-03 | 1 | -0/+1 |
* | Removed travis build status as I don't have any tests yet | Eduardo Pedroni | 2015-06-03 | 1 | -2/+0 |
* | Have a working example to parse JSON sets and get cards by number | Eduardo Pedroni | 2015-06-03 | 43 | -17141/+511 |
* | Forget scraping, there are already APIs for querying card data. I'm moving on... | Eduardo Pedroni | 2015-06-01 | 2 | -37/+87 |
* | Moved some things around, separated parsing into a different module to make w... | Eduardo Pedroni | 2015-06-01 | 14 | -294/+375 |
* | Added tests for hydra, nightmare and ugin's construct | Eduardo Pedroni | 2015-05-31 | 6 | -5/+309 |