CVS Developers: gkavanag

Login name:
gkavanag
Total Commits:
135 (16.3%)
Lines of Code:
2549 (8.9%)
Most Recent Commit:
2007-12-07 21:25

Activity by Clock Time

Activity by Hour of Day for gkavanag

Activity by Day of Week for gkavanag

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 135 (100.0%) 2549 (100.0%) 18.8
EffectiveOO-F07/src/eoop07/renderer/ 50 (37.0%) 1402 (55.0%) 28.0
EffectiveOO-F07/src/eoop07/renderer/graphicreps/ 24 (17.8%) 444 (17.4%) 18.5
EffectiveOO-F07/src/eoop07/players/ 16 (11.9%) 409 (16.0%) 25.5
EffectiveOO-F07/src/eoop07/ 25 (18.5%) 257 (10.1%) 10.2
EffectiveOO-F07/src/eoop07/weather/ 8 (5.9%) 15 (0.6%) 1.8
EffectiveOO-F07/src/eoop07/phys/ 4 (3.0%) 15 (0.6%) 3.7
EffectiveOO-F07/ 3 (2.2%) 4 (0.2%) 1.3
EffectiveOO-F07/src/eoop07/lSystem/ 1 (0.7%) 1 (0.0%) 1.0
EffectiveOO-F07/src/eoop07/geometry/ 1 (0.7%) 1 (0.0%) 1.0
EffectiveOO-F07/src/eoop07/agent/ 3 (2.2%) 1 (0.0%) 0.3

Activity of gkavanag

Most Recent Commits

gkavanag 2007-12-07 21:25

updated the look of the player and a few other things I think

72 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/players: DeltaPlayer.java (+55 -2)
  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+17 -5)
gkavanag 2007-12-07 15:51

don't know if this fixed the Terrain.collapse() bug that is called a lot of times from the visit() method.

14 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+14 -2)
gkavanag 2007-12-07 14:32

simple update

3 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+3 -1)
gkavanag 2007-12-07 14:23

removed the GraphicRep.update() calls; that method should no longer be used

13 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: Terrain.java (-3), World.java (+1 -1)
  • EffectiveOO-F07/src/eoop07/agent: Creature.java (+1 -1), Rock.java (-1), TestAgent.java (-1)
  • EffectiveOO-F07/src/eoop07/phys: FallingSphere.java (+1 -4)
  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+10 -1)
  • EffectiveOO-F07/src/eoop07/weather: Lightning.java (-2), Rain.java (-2), RainManager.java (-1)
gkavanag 2007-12-06 20:13

added silly method about falling spheres... I don't even know.

2 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+2)
gkavanag 2007-12-05 20:54

changes to camera movement

67 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: World.java (+8)
  • EffectiveOO-F07/src/eoop07/phys: PlayerPhysics.java (+9 -2)
  • EffectiveOO-F07/src/eoop07/players: DeltaPlayer.java (+24 -10)
  • EffectiveOO-F07/src/eoop07/renderer: GraphicRep.java (+4 -1), RenderPanel.java (+20 -8)
  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+2 -5)
gkavanag 2007-12-05 19:25

Added different rotations for the GraphicRep

37 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/players: DeltaPlayer.java (+1 -1)
  • EffectiveOO-F07/src/eoop07/renderer: GraphicRep.java (+16 -3)
  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+20)
gkavanag 2007-12-05 19:20

fixed rotation... I think

14 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+14 -5)
gkavanag 2007-11-26 15:55

swimming works?

44 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/players: DeltaPlayer.java (+8), Player.java (+2)
  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+34 -3)
gkavanag 2007-11-19 17:46

CylindricalModifier (or something like that) was breaking everything and no testing could be done; changed it so testing could continue

1 lines of code changed in:

  • EffectiveOO-F07/src/eoop07: World.java (+1 -1)
gkavanag 2007-11-19 16:43

changing material lighting for terrain

1 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+1 -1)
gkavanag 2007-11-19 16:42

increase movement speed implemented

10 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/players: DeltaPlayer.java (+8 -6), Player.java (+2)
gkavanag 2007-11-19 16:34

early custom mouse implementation and fix for bounds size

101 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer: BestObjectEvar.java (new 58), RenderPanel.java (+43 -5)
gkavanag 2007-11-19 15:34

fixed java doc comments

9 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer: GraphicRep.java (+9 -9)
gkavanag 2007-11-14 16:42

added getHeading to Player interface

2 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/players: Player.java (+2)
gkavanag 2007-11-14 16:37

added getHeading

5 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/players: DeltaPlayer.java (+5)
gkavanag 2007-11-10 17:43

fixed problem with Java3DRep.removeAllChildren() and found a problem that the OrbitBehavior isn't working after starting if the player is moved up high; added Ctrl+o to allow the OB to be reset and gain mouse control of the camera again.

13 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+10 -3)
  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+3 -1)
gkavanag 2007-11-07 16:46

Rotation works where it was previously implemented incorrectly

9 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+9 -3)
gkavanag 2007-11-07 16:17

added some stuff... I'm not sure if it really works or not

15 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/players: DeltaPlayer.java (+7 -2)
  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+2 -2)
  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+6)
gkavanag 2007-11-07 15:27

Updates to player and rendering

13 lines of code changed in:

  • EffectiveOO-F07/src/eoop07/players: DeltaPlayer.java (+10 -7)
  • EffectiveOO-F07/src/eoop07/renderer: RenderPanel.java (+2 -1)
  • EffectiveOO-F07/src/eoop07/renderer/graphicreps: Java3DRep.java (+1 -1)

(28 more)

Generated by StatCVS 0.3