CVS Developers: abacon1

Login name:
abacon1
Total Commits:
120 (23.5%)
Lines of Code:
3,255 (34.1%)
Most Recent Commit:
2009-12-10 21:05
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for abacon1

Activity by Day of Week for abacon1

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 120 (100.0%) 3255 (100.0%) 27.1
JavaVirtualWorld/graphics/ 94 (78.3%) 2125 (65.3%) 22.6
JavaVirtualWorld/test/ 7 (5.8%) 600 (18.4%) 85.7
JavaVirtualWorld/terrain/ 4 (3.3%) 481 (14.8%) 120.2
JavaVirtualWorld/ 3 (2.5%) 26 (0.8%) 8.6
JavaVirtualWorld/.settings/ 1 (0.8%) 12 (0.4%) 12.0
JavaVirtualWorld/model/ 6 (5.0%) 11 (0.3%) 1.8
JavaVirtualWorld/lib/i386/ 2 (1.7%) 0 (0.0%) 0.0
JavaVirtualWorld/lib/ext/ 3 (2.5%) 0 (0.0%) 0.0

Activity of abacon1

Most Recent Commits

abacon1 2009-12-10 21:05

Fixed version ??

4 lines of code changed in 2 files:

  • JavaVirtualWorld/graphics: Connector.java (+3), KeyNavigatorApp.java (+1 -2)
abacon1 2009-12-10 21:02 Rev.: 1.25

*** empty log message ***

6 lines of code changed in 1 file:

  • JavaVirtualWorld/graphics: Shapes.java (+6 -4)
abacon1 2009-12-10 20:50

merged lots of changes aghaghabaghabha

22 lines of code changed in 6 files:

  • JavaVirtualWorld/graphics: Connector.java (+3), KeyNavigatorApp.java (+3 -2), Shapes.java (+7 -2)
  • JavaVirtualWorld/model: Controller.java (+1), Node.java (+1)
  • JavaVirtualWorld/terrain: AbstractTerrain.java (+7 -6)
abacon1 2009-12-10 20:44 Rev.: 1.6

a

0 lines of code changed in 1 file:

  • JavaVirtualWorld/graphics: GraphicsUtil.java (-4)
abacon1 2009-12-10 17:26 Rev.: 1.24

lights are their own branchgroup now

7 lines of code changed in 1 file:

  • JavaVirtualWorld/graphics: Connector.java (+7 -5)
abacon1 2009-12-10 16:46

KNA --> added a remove function to let you clear the scene.

Connector --> removed the "bean sprout trees" (the 8 that have been cubes, pyracubes, etc.)

Shapes --> got rid of the "print 5"

14 lines of code changed in 3 files:

  • JavaVirtualWorld/graphics: Connector.java (+8 -4), KeyNavigatorApp.java (+5 -1), Shapes.java (+1 -1)
abacon1 2009-12-10 15:37 Rev.: 1.22

merged; height back to 2.3; tried to add in all the clouds but had issues --> left as TODO

7 lines of code changed in 1 file:

  • JavaVirtualWorld/graphics: Connector.java (+7 -1)
abacon1 2009-12-10 15:35 Rev.: 1.18

Got rid of the manual creation for pyracube, cube, etc.

39 lines of code changed in 1 file:

  • JavaVirtualWorld/graphics: Shapes.java (+39 -236)
abacon1 2009-12-10 13:56

merged; committed

45 lines of code changed in 3 files:

  • JavaVirtualWorld/graphics: Connector.java (+3), MainGUI.java (+1 -1), Shapes.java (+41)
abacon1 2009-12-08 15:46 Rev.: 1.15

materials & normals for terrain

28 lines of code changed in 1 file:

  • JavaVirtualWorld/graphics: Shapes.java (+28 -3)
abacon1 2009-11-22 16:14

trees connected and look BEAUTIFUL <3 <3 <3

4 lines of code changed in 2 files:

  • JavaVirtualWorld/graphics: Connector.java (+3 -42), Shapes.java (+1 -2)
abacon1 2009-11-22 15:59

*** empty log message ***

34 lines of code changed in 2 files:

  • JavaVirtualWorld/graphics: Connector.java (+5 -5), Shapes.java (+29 -1)
abacon1 2009-11-22 15:28 Rev.: 1.3

*** empty log message ***

12 lines of code changed in 1 file:

  • JavaVirtualWorld/test: SimpleKeyNav.java (+12 -17)
abacon1 2009-11-22 15:28 Rev.: 1.12

random colors

5 lines of code changed in 1 file:

  • JavaVirtualWorld/graphics: Shapes.java (+5 -2)
abacon1 2009-11-22 15:24 Rev.: 1.29

*** empty log message ***

2 lines of code changed in 1 file:

  • JavaVirtualWorld/graphics: KeyNavigatorApp.java (+2 -1)
abacon1 2009-11-22 15:23

Java3D Cylinder now works, has shading, is properly transformed: is generated from two point3D's, a radius, and a color

49 lines of code changed in 2 files:

  • JavaVirtualWorld/graphics: Connector.java (+1 -1), Shapes.java (+48 -219)
abacon1 2009-11-18 19:08 Rev.: 1.2

This has an example of how to GENERATE NORMALS -- WHICH ARE REQUIRED FOR LIGHTING.

Also, there's a link in here that tells you how to triangulate... which is AMAZING and should be used instead of my ridiculous method that is currently used.

65 lines of code changed in 1 file:

  • JavaVirtualWorld/test: SimpleKeyNav.java (+65 -2)
abacon1 2009-11-11 19:04

mid-integration for graphics/qtree --> apparently not yet working.

Two options:
1) Considering adding a list into the qtree that is then passed to graphics which goes through and adds all these
2) Qtree calls graphics.updateSceneGraph(object) which adds that object to the scenegraph and refreshes.

Not sure which is a better option or if there are any others to consider.

30 lines of code changed in 3 files:

  • JavaVirtualWorld/graphics: Connector.java (+2 -3), KeyNavigatorApp.java (+25 -4)
  • JavaVirtualWorld/model: WorldModel.java (+3 -1)
abacon1 2009-11-11 18:26

Graphics/QTree integration -- disabled other GUI's.

33 lines of code changed in 4 files:

  • JavaVirtualWorld/graphics: KeyNavigatorApp.java (+25 -1), MainGUI.java (+5 -5), TestGUI.java (+2 -2)
  • JavaVirtualWorld/model: WorldModel.java (+1)
abacon1 2009-11-11 18:09

!-- WORKING VERSION --!

does not yet integrate QTree but it's on the way. ^_^

4 lines of code changed in 2 files:

  • JavaVirtualWorld/graphics: Connector.java (+1 -1), KeyNavigatorApp.java (+3 -3)

(32 more)

Generated by StatCVS 0.6.0