[root]/JavaVirtualWorld/edu/trinity/cs/eoop
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
rtanner1 | 79 (100.0%) | 784 (100.0%) | 9.9 |
*** empty log message ***
0 lines of code changed in 13 files:
*** empty log message ***
17 lines of code changed in 4 files:
*** empty log message ***
47 lines of code changed in 3 files:
*** empty log message ***
38 lines of code changed in 3 files:
Tree traversal *should* work but I need to write some tests for it. Also, need to set up interfaces between model/tree and terrain/vegetation generation. I think the way this all works has finally clicked for me.
102 lines of code changed in 14 files:
*** empty log message ***
90 lines of code changed in 4 files:
*** empty log message ***
1 lines of code changed in 1 file:
More tree construction.
41 lines of code changed in 3 files:
Tree traversal works. Also wrote unit test for Direction class.
170 lines of code changed in 9 files:
Fixed Direction class.
9 lines of code changed in 1 file:
*** empty log message ***
8 lines of code changed in 1 file:
Direction class now has method to figure out which direction of node the player is moving to based on the current node and direction.
37 lines of code changed in 4 files:
Added numeric values to Direction enum based on compass rose for easier calculation.
64 lines of code changed in 3 files:
More changes. Still nothing that can run except a few Junit tests.
101 lines of code changed in 6 files:
Submitting my initial code. Includes some parts for the tree and a rather useless Entity class which is only there so the rest of my code will compile. Also some Junit tests.
59 lines of code changed in 10 files: