/trunk/armd2011/src Developers: MikeTheTramp@gmail.com

Login name:
MikeTheTramp@gmail.com
Total Commits:
66 (4,0%)
Lines of Code:
2.043 (3,2%)
Most Recent Commit:
2011-06-23 18:22
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for MikeTheTramp@gmail.com

Activity by Day of Week for MikeTheTramp@gmail.com

Activity in Directories

Directory Changes Lines of Code Lines per Change
at/ac/tuwien/cg/armd2011/level17/ 66 (100.0%) 2043 (100.0%) 30.9

Activity of MikeTheTramp@gmail.com

Most Recent Commits

MikeTheTramp@gmail.com 2011-06-23 18:22 Rev.: 626

lvl17: some refactoring to differently handle user input and now u can shoot with the dpad-center button too!

38 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+8 -18), Level17Activity.java (+30 -15)
MikeTheTramp@gmail.com 2011-06-17 19:56 Rev.: 571

lvl17: back button returns now a value and ends the game!

57 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level17: Level17Activity.java (+48 -29), Renderer.java (+9 -3)
MikeTheTramp@gmail.com 2011-06-17 14:53 Rev.: 566

l17: added a new "enemy": the slot machine :) and updated the help text

44 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level17: Banker.java (+8 -2), GameLogic.java (+36 -8)
MikeTheTramp@gmail.com 2011-05-25 12:03 Rev.: 383

l17: added new banker model and now you get hit harder :)

12 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+12 -2)
MikeTheTramp@gmail.com 2011-05-23 18:32 Rev.: 377

l17 icon update

24 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011/level17: Renderer.java (+24 -4)
MikeTheTramp@gmail.com 2011-05-20 21:20 Rev.: 369

l17: new icon and a nice hud with crosshair and hit feedback :)

89 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level17: GameLogic.java (+38 -3), Renderer.java (+11 -6), ResFactory.java (+40 -2)
MikeTheTramp@gmail.com 2011-05-20 15:17 Rev.: 368

l17: bankers now only shoot when they see u and the bags have different colors

41 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level17: Bag.java (+7 -2), Banker.java (+26 -2), GameLogic.java (+8 -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)
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)
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)
Generated by StatSVN 0.7.0