[root]/at/ac/tuwien/cg/armd2011
level00
(8 files, 1384 lines)
level11
(16 files, 2106 lines)
level13
(15 files, 2128 lines)
level17
(10 files, 1739 lines)
level22
(7 files, 910 lines)
Painter
(4 files, 758 lines)
screenObjects
(4 files, 283 lines)
level42
(4 files, 585 lines)
level44
(7 files, 1396 lines)
level55
(22 files, 4279 lines)
Enemies
(6 files, 465 lines)
Towers
(8 files, 783 lines)
level66
(11 files, 2264 lines)
level77
(7 files, 1256 lines)
Objects
(8 files, 1688 lines)
level99
(12 files, 2155 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 26 (100.0%) | 2308 (100.0%) | 88.7 |
| peter.rautek | 23 (88.5%) | 2303 (99.8%) | 100.1 |
| ch.moellinger@gmail.com | 2 (7.7%) | 4 (0.2%) | 2.0 |
| knecht.martin@gmail.com | 1 (3.8%) | 1 (0.0%) | 1.0 |
[Level99] Implemented picking and basic game logic - User can destroy blocks (only if 3 or more are connected with the same color) by aiming a block and tap somewhere on the screen
3 lines of code changed in 1 file:
- added sound-loop to Level00Activity
- added rendering of path to Level00Activity
- internationalization of strings
1 lines of code changed in 1 file:
- 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
14 lines of code changed in 1 file:
- 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:
- added shared preference (persistentstate) for music on/off
26 lines of code changed in 2 files:
- launcherActivity waits for results when starting level activities
- level00 returns a result to the framework
34 lines of code changed in 2 files:
- added icon templates for all levels
14 lines of code changed in 1 file:
- 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:
1 lines of code changed in 1 file:
Fixed resource file of l99
1 lines of code changed in 1 file:
- help activity added to framework
41 lines of code changed in 1 file:
- changed splashscreen and icon
- cleaned up resources
1 lines of code changed in 1 file:
12 lines of code changed in 1 file:
initial commit
1168 lines of code changed in 5 files: