aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tests almost passingEduardo Pedroni2016-03-165-10/+8
|
* Sorted out reading and writing cardbases in the new format, now need to ↵Eduardo Pedroni2016-03-163-43/+48
| | | | convert existing files
* Refactor is coming along, just need to sort out the new file structure nowEduardo Pedroni2016-03-159-72/+51
|
* Transitioning to a better way to store card counts, not done yet thoughEduardo Pedroni2016-03-146-104/+124
|
* Looking into a way to fix the count issueEduardo Pedroni2015-12-132-3/+26
|
* Passing all tests, but it is nasty, need to refactor nowEduardo Pedroni2015-11-155-61/+59
|
* Finished CLI tests, now need to fix some add bugsEduardo Pedroni2015-11-153-113/+699
|
* Fixed a bug where the testbase got overwrittenEduardo Pedroni2015-11-102-6/+2
|
* Finished redoing the existing CLI tests, CardbaseCLITest now does not import ↵Eduardo Pedroni2015-11-102-110/+84
| | | | ANY cardbase class besides the CLI itself - score
* Started refactoring CLI tests AGAIN, properly this time by emulating user inputEduardo Pedroni2015-11-077-224/+390
|
* Refactored CLI tests to work with a more sensible designEduardo Pedroni2015-11-063-185/+325
|
* Finished perusal tests, wrote happy path remove tests but still not passingEduardo Pedroni2015-11-044-34/+173
|
* Fixed ant build file, tests now run properlyEduardo Pedroni2015-11-013-79/+12
|
* Forgot to rename build.xmlEduardo Pedroni2015-09-073-184/+184
|
* Custom ant command for travisEduardo Pedroni2015-09-071-0/+1
|
* Merge branch 'master' of https://github.com/epedroni/cardbaseEduardo Pedroni2015-08-301-0/+2
|\
| * Update README.mdEduardo Pedroni2015-08-291-0/+2
| | | | | | Added travis build status
* | JUnit tests on Ant are now running, but the CLI tests don't seem to pick up ↵Eduardo Pedroni2015-08-308-3/+118
|/ | | | the resources
* Added travis, perusal testsEduardo Pedroni2015-08-294-1/+134
|
* Added a few more CLI tests, need to figure out why they don't work properly ↵Eduardo Pedroni2015-08-236-15/+285
| | | | on windows
* Refactored comparators, did a little bit of CLI testing but will need to ↵Eduardo Pedroni2015-07-306-38/+76
| | | | look into mocking
* Did many CLI tests, have to rethink the MTGUniverse thing to make it more ↵Eduardo Pedroni2015-07-2411-119/+314
| | | | testable
* Reorganised the test folder a bit more, started working on CLI tests, a bit ↵Eduardo Pedroni2015-07-2315-82/+215
| | | | tricky, will require refactoring
* Sorted out test packages, they're now named the same as the source packages ↵Eduardo Pedroni2015-07-2315-118/+131
| | | | to allow package access. Genius!
* Thinking about refactoring the way the count is doneEduardo Pedroni2015-07-225-8/+22
|
* Finished basic Cardbase tests, doing CLI nextEduardo Pedroni2015-07-2215-113/+170
|
* Added lots of cardbase tests, refactored a little bit, will need to ↵Eduardo Pedroni2015-07-218-39/+272
| | | | completely rework the way counts are done
* Updated todo listEduardo Pedroni2015-07-131-1/+2
|
* Cleaned up a bit, finished sort tests, refactored cardbase adding and ↵Eduardo Pedroni2015-07-1312-55/+105
| | | | removing, need to write tests urgently
* Added some statistics functionality, TDDEduardo Pedroni2015-07-1318-69/+301
|
* Forgot to add deck files, doneEduardo Pedroni2015-07-128-0/+101
|
* Started fiddling with decksEduardo Pedroni2015-07-125-50/+130
|
* Removed test file used for fiddlingsEduardo Pedroni2015-06-281-0/+1
|
* Added a large file by accident, removedEduardo Pedroni2015-06-281-1/+0
|
* Made good progress with introspective sort, fixed ant build issue, ant ↵Eduardo Pedroni2015-06-2810-115/+393
| | | | builds are now done on a different bin directory
* Mulling over the generic comparator issueEduardo Pedroni2015-06-2412-93/+374
|
* Refactored hash, fixed ant build scriptEduardo Pedroni2015-06-202-9/+24
|
* Added license, updated readmeEduardo Pedroni2015-06-182-0/+19
|
* GUI is under way, 1.0 releaseEduardo Pedroni2015-06-183-24/+78
|
* Started work on the GUI, and added imageCode field to card, now need to ↵Eduardo Pedroni2015-06-119-164/+108
| | | | update own collection
* Streamlined Card class, cards are now stored in a hashmap, had to write a ↵Eduardo Pedroni2015-06-115-63/+190
| | | | method to parse full card set json
* Moved away from reflection for sorting, now looking into using a hashmap ↵Eduardo Pedroni2015-06-115-132/+86
| | | | instead of a list
* Implemented sorting using reflection, not sure it was a good idea thoughEduardo Pedroni2015-06-089-112/+262
|
* Bombproofed the CLI a bit more, tidied up the underlying API, now thinking ↵Eduardo Pedroni2015-06-069-250/+300
| | | | about decks
* Squashed a few minor bugs, refactored CardbaseManager a bitEduardo Pedroni2015-06-066-273/+423
|
* Refactored CLI, exceptions are handled properly now. Started looking into UI ↵Eduardo Pedroni2015-06-068-177/+284
| | | | testing for the CLI.
* Started refactoring, sorted out compiling in build scriptEduardo Pedroni2015-06-067-93/+184
|
* Organised project folder, tidied up build script and added automatic linux ↵Eduardo Pedroni2015-06-052-16/+33
| | | | executable build
* Removed old todo list, formatted README better (hopefully)Eduardo Pedroni2015-06-052-5/+4
|
* Tidied up README and help, sorted out a neater Ant build scriptEduardo Pedroni2015-06-0520-138/+253
|