forked from Chluverman/android-gltron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE_NOTES.txt
29 lines (21 loc) · 983 Bytes
/
RELEASE_NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
RELEASE NOTES:
June 2012 - 1.1.2 - Remove AdMob
1) Remove AdMob including related permissions to comply fully with the GPL
2) Updated license info to GPLv3
3) Added .gitignore file to no longer configure auto generated files
4) Added installLocation in manifest to allow moving to external storage
June 2012 - 1.1.1 - Bug fixes
1) Fix birds eye camera view (was defaulting to Normal when selected)
2) Fix back key to exit game (broken after last update)
June 2012 - 1.1 - User preferences added
Added user specified options:-
1) Bike Colour select from 6 colours
2) Toggle Music / SFX on/off
3) Toggle FPS counter
4) Change Camera mode
5) Select number of players between 2 and 6
6) Select Arena Size (Small, Medium, Large)
7) Select Game Speed (Slow, Normal, Fast, Extreme)
Note: Increasing the Arena size and adding players reduces performance.
Thanks to Noah from NVM Tech for inspiration and code contributions.
Feb 2012 - 1.0 - Initial version