/trunk/armd2011/src Developers: peter.rautek

Login name:
peter.rautek
Total Commits:
41 (4,3%)
Lines of Code:
3.843 (8,7%)
Most Recent Commit:
2011-04-18 18:34
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for peter.rautek

Activity by Day of Week for peter.rautek

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 41 (100.0%) 3843 (100.0%) 93.7
at/ac/tuwien/cg/armd2011/ 23 (56.1%) 2303 (59.9%) 100.1
at/ac/tuwien/cg/armd2011/level00/ 18 (43.9%) 1540 (40.1%) 85.5

Activity of peter.rautek

Most Recent Commits

peter.rautek 2011-04-18 18:34 Rev.: 188

- added sound-loop to Level00Activity
- added rendering of path to Level00Activity
- internationalization of strings

709 lines of code changed in 7 files:

  • at/ac/tuwien/cg/armd2011: AugmentedRealityRenderer.java (+1)
  • at/ac/tuwien/cg/armd2011/level00: BSpline2D.java (new 57), ControlCurve2D.java (new 62), Level00Activity.java (+119 -11), Level00Renderer.java (+147 -2), Polygon2D.java (new 273), Vertex2D.java (new 50)
peter.rautek 2011-04-04 15:18 Rev.: 118

- added a updateSceneNoTarget() function to the AugmentedRealityRenderer class. This function will be called when the tracking target was not found in the current video-frame. Renderers that want to redraw, even if the tracking target was not found can override this function.

- added an example in the Level00Activity of overriding the new updateSceneNoTarget() method.

- the libarmd.so was modified to call the updateSceneNoTarget method

148 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011: AugmentedRealityRenderer.java (+14 -1)
  • at/ac/tuwien/cg/armd2011/level00: Level00Renderer.java (+134 -75)
peter.rautek 2011-04-04 14:41 Rev.: 117

- Added an example how to load a ui from an layout xml file and add it as an ui-overlay by overriding the addUiOverlay method (check out the Level00Activity)

24 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011/level00: Level00Activity.java (+24 -5)
peter.rautek 2011-04-04 14:36 Rev.: 116

- added function addUiOverlay(). this function can be overridden by the individual level activities to add an overlay.

5 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011: ARMDLevelActivity.java (+5 -1)
peter.rautek 2011-03-14 17:59 Rev.: 49

- added shared preference (persistentstate) for music on/off

38 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011: LauncherActivity.java (+14 -1), PersistentState.java (+12)
  • at/ac/tuwien/cg/armd2011/level00: Level00Activity.java (+12)
peter.rautek 2011-03-14 17:16 Rev.: 48

- launcherActivity waits for results when starting level activities
- level00 returns a result to the framework

55 lines of code changed in 3 files:

  • at/ac/tuwien/cg/armd2011: Constants.java (+1), LauncherActivity.java (+33 -4)
  • at/ac/tuwien/cg/armd2011/level00: Level00Activity.java (+21 -6)
peter.rautek 2011-03-14 16:39 Rev.: 47

- added icon templates for all levels

14 lines of code changed in 1 file:

  • at/ac/tuwien/cg/armd2011: Constants.java (+14 -1)
peter.rautek 2011-03-14 14:11 Rev.: 45

- AboutActivity added (demonstrates opengl 1.0)
- LauncherActivity added (from now on you have to tell the framework what to do on startup)

987 lines of code changed in 7 files:

  • at/ac/tuwien/cg/armd2011: AboutActivity.java (new 240), CommonFunctions.java (new 151), Cylinder.java (new 251), Label3D.java (new 89), LauncherActivity.java (+76 -25), PersistentState.java (new 22), Rectangle.java (new 158)
peter.rautek 2011-03-06 16:18 Rev.: 9

- help activity added to framework

126 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011: Constants.java (new 41)
  • at/ac/tuwien/cg/armd2011/level00: HelpActivity.java (new 85)
peter.rautek 2011-03-02 21:02 Rev.: 6

- changed splashscreen and icon
- cleaned up resources

3 lines of code changed in 2 files:

  • at/ac/tuwien/cg/armd2011: ARMDLevelActivity.java (+1 -1)
  • at/ac/tuwien/cg/armd2011/level00: Level00Renderer.java (+2 -2)
peter.rautek 2011-02-28 13:30 Rev.: 5

225 lines of code changed in 4 files:

  • at/ac/tuwien/cg/armd2011: AugmentedRealityRenderer.java (+12 -6)
  • at/ac/tuwien/cg/armd2011/level00: Cube.java (+24 -24), Level00Activity.java (+51 -13), Level00Renderer.java (+138 -18)
peter.rautek 2011-02-19 20:49 Rev.: 3

initial commit

1509 lines of code changed in 8 files:

  • at/ac/tuwien/cg/armd2011: ARMDLevelActivity.java (new 641), AugmentedRealityRenderer.java (new 123), LauncherActivity.java (new 62), QCARGLView.java (new 257), Texture.java (new 85)
  • at/ac/tuwien/cg/armd2011/level00: Cube.java (new 115), Level00Activity.java (new 26), Level00Renderer.java (new 200)
Generated by StatSVN 0.7.0