Directory at/ac/tuwien/cg/armd2011/level17/

Directory Created:
2011-03-13 18:02
Total Files:
10
Deleted Files:
3
Lines of Code:
1739

[root]/at/ac/tuwien/cg/armd2011/level17

Lines of Code

at/ac/tuwien/cg/armd2011/level17/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 82 (100.0%) 3221 (100.0%) 39.2
MikeTheTramp@gmail.com 52 (63.4%) 1738 (54.0%) 33.4
michael.hecher@gmail.com 30 (36.6%) 1483 (46.0%) 49.4

Most Recent Commits

michael.hecher@gmail.com 2011-05-16 12:50 Rev.: 348

music is disabled bug fixes

17 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+15 -8), Level17Activity.java (+2 -1)
michael.hecher@gmail.com 2011-05-15 20:26 Rev.: 346

sounds
bag2 mesh
texture update
shooting bug fixes

99 lines of code changed in 4 files:

  • at/ac/tuwien/cg/armd2011/level17: Bag.java (+17 -9), GameLogic.java (+45 -15), Level17Activity.java (+34 -4), Renderer.java (+3 -3)
MikeTheTramp@gmail.com 2011-05-01 20:56 Rev.: 276

l17: play time now limited on 2mins, lvl full playable :)

23 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+1 -1), Level17Activity.java (+15 -4), Renderer.java (+7 -1)
MikeTheTramp@gmail.com 2011-05-01 20:18 Rev.: 273

l17: now the bankers shoot back

59 lines of code changed in 6 files:

  • at/ac/tuwien/cg/armd2011/level17: Bag.java (+1), Banker.java (+13 -1), GameLogic.java (+41 -11), Renderer.java (+1), ResFactory.java (+1 -1), ResMng.java (+2)
MikeTheTramp@gmail.com 2011-05-01 14:45 Rev.: 263

lvl17: bankers appear randomly on the field (it is starting to look like a game :)

121 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level17: Banker.java (+61 -2), GameLogic.java (+60 -18)
MikeTheTramp@gmail.com 2011-04-30 23:46 Rev.: 256

Lvl17: moved all the physics stuff to Bag, Banker now gets red by hits and we keep score

232 lines of code changed in 8 files:

  • at/ac/tuwien/cg/armd2011/level17: Bag.java (+125 -2), Banker.java (new 38), GameLogic.java (+43 -115), Level17Activity.java (+5 -6), RObject.java (+1), Renderer.java (+4 -2), ResFactory.java (+12 -6), ResMng.java (+4 -2)
michael.hecher@gmail.com 2011-04-24 11:21 Rev.: 206

Level 17:
-physics

245 lines of code changed in 7 files:

  • at/ac/tuwien/cg/armd2011/level17: Bag.java (new 24), GameLogic.java (+189 -42), Level17Activity.java (+1 -1), Mesh.java (+6 -8), RObject.java (+2 -2), Renderer.java (+19 -15), ResMng.java (+4 -4)
MikeTheTramp@gmail.com 2011-04-11 18:34 Rev.: 154

l17: smaller changes

28 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+4 -4), Level17Activity.java (+3 -3), Renderer.java (+21 -64)
MikeTheTramp@gmail.com 2011-04-10 23:18 Rev.: 153

l17: bounding box/sphere visualization for debugging

134 lines of code changed in 4 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+90 -24), Mesh.java (+25 -21), Renderer.java (+14 -2), ResFactory.java (+5 -5)
MikeTheTramp@gmail.com 2011-04-10 00:10 Rev.: 146

lvl-17: fps counter added (thx to lvl-22 for inspiration :)

156 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+1 -1), Level17Activity.java (+35 -2), Renderer.java (+120 -3)
MikeTheTramp@gmail.com 2011-04-08 19:27 Rev.: 136

Renderer cleanup, more Shaders

219 lines of code changed in 7 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+35 -18), Mesh.java (+16 -10), Object.java (del), RObject.java (new 21), Renderer.java (+52 -107), ResFactory.java (+49), ResMng.java (+46 -20)
MikeTheTramp@gmail.com 2011-04-08 13:32 Rev.: 134

ResMng refactored

314 lines of code changed in 4 files:

  • at/ac/tuwien/cg/armd2011/level17: Renderer.java (+8 -7), ResFactory.java (+63 -25), ResMng.java (+243 -232), Shader.java (del)
michael.hecher@gmail.com 2011-04-07 20:22 Rev.: 130

Level 17:
- banker test Mesh
- bag test mesh
- bounding volume computation

93 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level17: Mesh.java (+55 -3), Shader.java (+38 -28)
MikeTheTramp@gmail.com 2011-04-07 19:23 Rev.: 128

small changes

12 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level17: Level17Activity.java (+1 -2), Mesh.java (+11 -1)
MikeTheTramp@gmail.com 2011-04-06 00:37 Rev.: 126

some cleanup, two test models and primitive user input

433 lines of code changed in 9 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (new 77), Level17Activity.java (+10 -3), Mesh.java (new 96), Object.java (new 19), OgreMesh.java (del), Renderer.java (+64 -36), ResFactory.java (+63 -120), ResMng.java (+81 -2), Shader.java (+23 -2)
MikeTheTramp@gmail.com 2011-04-04 14:27 Rev.: 115

sorry, forgot :)

7 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011/level17: Shader.java (new 7)
michael.hecher@gmail.com 2011-04-03 10:47 Rev.: 113

Level 17:
- Mesh loading and rendering
- Texture loading and rendering
- Documentation

384 lines of code changed in 4 files:

  • at/ac/tuwien/cg/armd2011/level17: OgreMesh.java (+17 -16), Renderer.java (+89 -33), ResFactory.java (+112 -44), ResMng.java (+166 -162)
michael.hecher@gmail.com 2011-04-01 20:51 Rev.: 111

Level17:
- ogrexml mesh loader
- upload meshes to server

182 lines of code changed in 4 files:

  • at/ac/tuwien/cg/armd2011/level17: OgreMesh.java (new 107), Renderer.java (+8 -4), ResFactory.java (+59 -20), ResMng.java (+8 -4)
michael.hecher@gmail.com 2011-04-01 16:25 Rev.: 109

Level17
- resource manager
- vertex and index buffers
- textures

369 lines of code changed in 4 files:

  • at/ac/tuwien/cg/armd2011/level17: Level17Activity.java (+1 -1), Renderer.java (+69 -4), ResFactory.java (new 62), ResMng.java (new 237)
michael.hecher@gmail.com 2011-03-21 10:40 Rev.: 67

added level activity and renderer

80 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level17: Level17Activity.java (new 53), Renderer.java (new 27)
michael.hecher@gmail.com 2011-03-13 18:02 Rev.: 28

level17 HelpActivity

14 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011/level17: HelpActivity.java (new 14)
Generated by StatSVN 0.7.0