Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 92 (100.0%) | 3505 (100.0%) | 38.0 |
EffectiveOO-F07/src/eoop07/ | 51 (55.4%) | 2376 (67.8%) | 46.5 |
EffectiveOO-F07/src/eoop07/scripting/ | 34 (37.0%) | 1079 (30.8%) | 31.7 |
EffectiveOO-F07/src/eoop07/geometry/ | 4 (4.3%) | 47 (1.3%) | 11.7 |
EffectiveOO-F07/src/eoop07/renderer/ | 1 (1.1%) | 1 (0.0%) | 1.0 |
EffectiveOO-F07/src/eoop07/phys/ | 1 (1.1%) | 1 (0.0%) | 1.0 |
EffectiveOO-F07/src/eoop07/agent/ | 1 (1.1%) | 1 (0.0%) | 1.0 |
One last little tiny commit.
90 lines of code changed in:
Last-minute fix to Node distances.
1 lines of code changed in:
Changed the shouldExpand conditions.
3 lines of code changed in:
The Lake made things blow up.
4 lines of code changed in:
It's funny how we waited until the last day to do all of this.
27 lines of code changed in:
Many changes to the Interpreter classes. A few Quadtree changes (weird spacing issues came from whoever updated it last..). Minor changes to toggling the visibility of the InterpreterWindow in World and RenderPanel.
869 lines of code changed in:
More changes to the scripting package.
395 lines of code changed in:
Added a few tracking variables.
567 lines of code changed in:
More code for interpreting.
134 lines of code changed in:
Added the beginnings of a scripting interpreter.
70 lines of code changed in:
Fixed another index error with collapsing. Sorry Jason.
86 lines of code changed in:
Fixed an ArrayOutOfBounds exception possibility.
39 lines of code changed in:
A few more changes to QuadTree to employ the Visitor pattern.
153 lines of code changed in:
Changed a method name in QuadTree and needed to change the call.
2 lines of code changed in:
Removed debugging println().
0 lines of code changed in:
Massive revisions to QuadTree; began using the Visitor pattern to handle traversals. Added notifyCollapse() to the timer in World. Added a println() in Terrain to help with debugging.
302 lines of code changed in:
Fixed an error with distance3D in BoundingSphere.
1 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
Added equals() method to BoundingSphere.
8 lines of code changed in:
Fixed objectsCompletelyWithinBounds().
2 lines of code changed in:
(35 more)