Directory at/ac/tuwien/cg/armd2011/level77/

Directory Created:
2011-03-15 00:54
Total Files:
7
Deleted Files:
3
Lines of Code:
1256

[root]/at/ac/tuwien/cg/armd2011/level77
                            directory in repo Objects (8 files, 1688 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 55 (100.0%) 2811 (100.0%) 51.1
armdtuwien1@gmail.com 27 (49.1%) 2025 (72.0%) 75.0
armdtuwien2@gmail.com 28 (50.9%) 786 (28.0%) 28.0

Most Recent Commits

armdtuwien2@gmail.com 2011-05-15 00:31 Rev.: 341

added windows

72 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+70 -6), Shader.java (+1 -1), Texture.java (+1)
armdtuwien2@gmail.com 2011-05-12 12:45 Rev.: 338

changed modelsize, fixed pathbug, merged with prev version

2 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+1 -1), Shader.java (+1 -1)
armdtuwien1@gmail.com 2011-05-12 11:32 Rev.: 337

l77: added more collision planes and count points when money is thrown into the house

11 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+11)
armdtuwien1@gmail.com 2011-05-12 09:53 Rev.: 335

l77: add textures to models and update these
fix md5

88 lines of code changed in 5 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+28 -6), Level77Activity.java (+3 -3), Level77Renderer.java (+1), Shader.java (+16 -2), Texture.java (new 40)
armdtuwien2@gmail.com 2011-05-02 04:11 Rev.: 292

added enemy movement

9 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+4 -4), Level77Activity.java (+5 -1)
armdtuwien1@gmail.com 2011-05-02 03:49 Rev.: 291

l77: load planes from file and some improvements

68 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level77: CollisionPlanes.java (+57), Game.java (+9 -8), Shader.java (+2 -2)
armdtuwien1@gmail.com 2011-05-02 02:06 Rev.: 290

l77: detect collision even if an objects *jumps* through a plane

11 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: CollisionPlanes.java (+2 -2), Game.java (+9 -6)
armdtuwien1@gmail.com 2011-05-02 01:24 Rev.: 288

l77: start plane collision detection

41 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: CollisionPlanes.java (new 31), Game.java (+10 -2)
armdtuwien2@gmail.com 2011-05-02 01:01 Rev.: 287

Overlay angepasst und xml weggeschmissen, das hat ja überhaupt nicht funktioniert...
l77_cube.obj und l77_cube2.obj als testwurfgeschosse

105 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+18 -6), Level77Activity.java (+87 -27)
armdtuwien1@gmail.com 2011-05-02 00:23 Rev.: 286

l77: added limited plane test and fixed throwing

108 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+11 -24), Level77Renderer.java (+97 -11)
armdtuwien2@gmail.com 2011-05-01 22:11 Rev.: 281

throw mit tweaks

6 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+6 -4)
armdtuwien2@gmail.com 2011-05-01 21:37 Rev.: 280

throw again

3 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+2 -1), Level77Renderer.java (+1 -1)
armdtuwien2@gmail.com 2011-05-01 20:32 Rev.: 274

modified throw

26 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+16 -26), Level77Renderer.java (+10 -9)
armdtuwien2@gmail.com 2011-05-01 18:09 Rev.: 269

added throw

39 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+24 -4), Level77Activity.java (+2 -2), Level77Renderer.java (+13 -11)
armdtuwien1@gmail.com 2011-05-01 15:51 Rev.: 264

l77: added animated enemy model and some improvements

35 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+7 -4), Shader.java (+28 -7)
armdtuwien2@gmail.com 2011-05-01 02:20 Rev.: 259

added ThrowObject.java Plane.java Sphere.java
merged with previous version since svn couldn't do that correctly...

119 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+47 -15), Level77Activity.java (+3 -3), Level77Renderer.java (+69 -4)
armdtuwien1@gmail.com 2011-05-01 01:14 Rev.: 257

added obj modelloader, added simple lighting and add model

67 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+21 -21), Shader.java (+46 -10)
armdtuwien1@gmail.com 2011-04-30 21:36 Rev.: 255

l77: restructuring and object instancing

107 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (+22 -18), Level77Renderer.java (+19 -211), Shader.java (+66 -20)
armdtuwien2@gmail.com 2011-04-30 16:19 Rev.: 246

388 lines of code changed in 7 files:

  • at/ac/tuwien/cg/armd2011/level77: Game.java (new 92), Level77Activity.java (+145 -16), Level77Renderer.java (+40 -27), MD5Model.java (del), ModelLoader.java (del), Quaternion.java (del), Shader.java (new 111)
armdtuwien1@gmail.com 2011-04-11 22:48 Rev.: 156

l77 add md5model loader + test model + test anim

1489 lines of code changed in 5 files:

  • at/ac/tuwien/cg/armd2011/level77: Level77Activity.java (new 118), Level77Renderer.java (new 343), MD5Model.java (new 704), ModelLoader.java (new 153), Quaternion.java (new 171)
armdtuwien2@gmail.com 2011-03-15 00:54 Rev.: 51

First commit, let's hope many will follow and there'll be no screw ups from our side :-)
HelpActivity for Level 77

17 lines of code changed in 1 file:

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