| Commit message (Expand) | Author | Age | Files | Lines |
* | Added standalone task to build.gradle, finished filtering testsHEADmaster | Eduardo Pedroni | 2016-08-21 | 6 | -24/+244 |
* | Switched travis back to oracle jdk, it seems they don't support openjdk 8 | Eduardo Pedroni | 2016-08-21 | 1 | -1/+1 |
* | Switched from ant to gradle, had to refactor some of the tests because of the... | Eduardo Pedroni | 2016-08-21 | 26 | -151/+417 |
* | Added more filtering tests, almost done | Eduardo Pedroni | 2016-08-15 | 4 | -143/+569 |
* | Implemented some more filtering tests, sorted out validation and exceptions | Eduardo Pedroni | 2016-08-14 | 17 | -146/+510 |
* | Refactored a lot of things, started adding the rest of the filtering | Eduardo Pedroni | 2016-08-12 | 15 | -226/+170 |
* | Fixed minor issue with tests, should be passing now | Eduardo Pedroni | 2016-08-12 | 1 | -6/+6 |
* | Refactored the Card data structure to be able to do filtering properly | Eduardo Pedroni | 2016-08-11 | 26 | -365/+455 |
* | Added filtering, still not working fully | Eduardo Pedroni | 2016-08-07 | 14 | -55/+477 |
* | Refactoring sorting | Eduardo Pedroni | 2016-06-12 | 5 | -68/+45 |
* | Implemented deck class, now need to think a bit about the interface before co... | Eduardo Pedroni | 2016-06-05 | 4 | -2/+82 |
* | Refactored card storage to support decks, updated tests | Eduardo Pedroni | 2016-06-05 | 6 | -216/+495 |
* | Refactoring.... | Eduardo Pedroni | 2016-04-05 | 8 | -304/+148 |
* | It appears to be working, will continue tomorrow | Eduardo Pedroni | 2016-03-30 | 6 | -94/+88 |
* | About to try out interfaces | Eduardo Pedroni | 2016-03-30 | 2 | -3/+8 |
* | Tests should pass now | Eduardo Pedroni | 2016-03-26 | 5 | -16/+45 |
* | Removed old decks and statistics stuff | Eduardo Pedroni | 2016-03-26 | 5 | -147/+1 |
* | Refactored storage hierarchy, now need to look into decks again | Eduardo Pedroni | 2016-03-26 | 14 | -407/+446 |
* | Sorting out tests for new class hierarchy | Eduardo Pedroni | 2016-03-25 | 5 | -242/+102 |
* | Refactoring decks to be more flexible | Eduardo Pedroni | 2016-03-25 | 5 | -23/+23 |
* | Sorted out new cardbase format, need to do decks next | Eduardo Pedroni | 2016-03-19 | 5 | -38/+39 |
* | Tests almost passing | Eduardo Pedroni | 2016-03-16 | 5 | -10/+8 |
* | Sorted out reading and writing cardbases in the new format, now need to conve... | Eduardo Pedroni | 2016-03-16 | 3 | -43/+48 |
* | Refactor is coming along, just need to sort out the new file structure now | Eduardo Pedroni | 2016-03-15 | 9 | -72/+51 |
* | Transitioning to a better way to store card counts, not done yet though | Eduardo Pedroni | 2016-03-14 | 6 | -104/+124 |
* | Looking into a way to fix the count issue | Eduardo Pedroni | 2015-12-13 | 2 | -3/+26 |
* | Passing all tests, but it is nasty, need to refactor now | Eduardo Pedroni | 2015-11-15 | 5 | -61/+59 |
* | Finished CLI tests, now need to fix some add bugs | Eduardo Pedroni | 2015-11-15 | 3 | -113/+699 |
* | Fixed a bug where the testbase got overwritten | Eduardo Pedroni | 2015-11-10 | 2 | -6/+2 |
* | Finished redoing the existing CLI tests, CardbaseCLITest now does not import ... | Eduardo Pedroni | 2015-11-10 | 2 | -110/+84 |
* | 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 |