CVS Developers: mmaly

Login name:
mmaly
Total Commits:
92 (11.1%)
Lines of Code:
3505 (12.3%)
Most Recent Commit:
2007-12-08 08:16

Activity by Clock Time

Activity by Hour of Day for mmaly

Activity by Day of Week for mmaly

Activity in Directories

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

Activity of mmaly

Most Recent Commits

mmaly 2007-12-08 08:16

One last little tiny commit.

90 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/scripting: InterpreterWindow.java (+48 -15), TeleportInterpreter.java (+42 -42)
mmaly 2007-12-08 00:26

Last-minute fix to Node distances.

1 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+1 -1)
mmaly 2007-12-07 18:42

Changed the shouldExpand conditions.

3 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+3 -3)
mmaly 2007-12-07 17:55

The Lake made things blow up.

4 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: World.java (+4 -5)
mmaly 2007-12-07 17:26

It's funny how we waited until the last day to do all of this.

27 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+15)
  • EffectiveOO-F07/src/eoop07/scripting: MasterInterpreter.java (+2), TeleportInterpreter.java (+4 -4), TreeStatisticsInterpreter.java (+6 -3)
mmaly 2007-12-07 17:01

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:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+488 -488), World.java (+2 -3)
  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+1 -3)
  • EffectiveOO-F07/src/eoop07/scripting: AbstractInterpreter.java (+10 -10), HelpInterpreter.java (del), Interpreter.java (+14 -2), InterpreterWindow.java (+166 -136), LocationInterpreter.java (+13 -12), MasterInterpreter.java (+67 -45), TeleportInterpreter.java (+94 -95), TreeStatisticsInterpreter.java (+14 -14)
mmaly 2007-12-03 20:52

More changes to the scripting package.

395 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/scripting: AbstractInterpreter.java (new 16), HelpInterpreter.java (new), Interpreter.java (+2 -1), InterpreterWindow.java (new 167), LocationInterpreter.java (new 21), MasterInterpreter.java (+56 -57), MovementInterpreter.java (del), RotationInterpreter.java (del), TeleportInterpreter.java (+110 -53), TreeStatisticsInterpreter.java (new 23)
mmaly 2007-12-03 20:51

Added a few tracking variables.

567 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+567 -526)
mmaly 2007-11-19 17:16

More code for interpreting.

134 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/scripting: AbstractInterpreter.java (del), Interpreter.java (+1 -1), MasterInterpreter.java (new 64), MovementInterpreter.java (+6 -3), RotationInterpreter.java (+6 -3), TeleportInterpreter.java (+57 -3)
mmaly 2007-11-19 16:27

Added the beginnings of a scripting interpreter.

70 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/scripting: AbstractInterpreter.java (new 52), Interpreter.java (new 6), MovementInterpreter.java (new 3), RotationInterpreter.java (new 3), TeleportInterpreter.java (new 6)
mmaly 2007-11-19 15:52

Fixed another index error with collapsing. Sorry Jason.

86 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+86 -79)
mmaly 2007-11-14 16:14

Fixed an ArrayOutOfBounds exception possibility.

39 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+39 -37)
mmaly 2007-11-14 16:05

A few more changes to QuadTree to employ the Visitor pattern.

153 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+153 -159)
mmaly 2007-11-14 16:00

Changed a method name in QuadTree and needed to change the call.

2 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: Terrain.java (+1 -1), World.java (+1 -1)
mmaly 2007-11-14 15:52

Removed debugging println().

0 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: Terrain.java (-1)
mmaly 2007-11-10 15:21

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:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+298 -146), Terrain.java (+2), World.java (+2)
mmaly 2007-11-10 15:08

Fixed an error with distance3D in BoundingSphere.

1 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/geometry: BoundingSphere.java (+1 -1)
mmaly 2007-11-10 15:07

*** empty log message ***

1 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/phys: PhysicsMovingObject.java (+1 -1)
mmaly 2007-11-06 14:25

Added equals() method to BoundingSphere.

8 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/geometry: BoundingSphere.java (+8)
mmaly 2007-10-24 16:46

Fixed objectsCompletelyWithinBounds().

2 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: QuadTree.java (+2 -2)

(35 more)

Generated by StatCVS 0.3