da1e88e3b8
Enabled -O3 aggressive optimization, seems to compile and work okay.
pelya
2012-09-06 19:48:34 +03:00
6dec5b8a1e
Implemented moving/hiding ad from C code, updated admob test project with moving ad
pelya
2012-09-06 19:41:40 +03:00
8c54a7643d
Bit depth test
pelya
2012-09-06 18:55:54 +03:00
96e640f78e
AdMob support added, you cannot yet hide or reposition the ad from the C code. Also did some cleanup on include files.
pelya
2012-09-05 21:23:36 +03:00
5b21ee268c
Disabled RTTI and exceptions, added section to readme how to enable them
pelya
2012-09-03 19:57:32 +03:00
3ee1c890b1
Change to the Recent Apps button behavior on Android 4.X - now it will delete OpenGL context, and freeze the app.
pelya
2012-08-12 19:14:08 +03:00
4ccba0347a
Renamed a function
pelya
2012-08-12 18:01:16 +03:00
e46400f500
Fixes to OpenTyrian compilation
pelya
2012-08-08 02:17:06 +03:00
0c5b24534b
Fixes to build.sh - it now requires -i flag to install app onto the device, -r to run it, by Bernhard Kaindl
pelya
2012-08-08 02:15:54 +03:00
32805bdbeb
Android manages the livecycle of Android apps, therefore: Title menu: Remove the menu entry "Quit" and give the others more space
Bernhard Kaindl
2012-08-07 14:48:42 +02:00
4f4708e4cb
Useful fixes and Improvements: - Stop audio playback on ICS when back was pressed while playing a level. - In-Game setup menu: Change game speed / detail level once per touch
Bernhard Kaindl
2012-08-07 14:28:12 +02:00
49d8e7dbeb
Initial commit of handling of onPause()
Bernhard Kaindl
2012-08-07 14:03:20 +02:00
267b9174eb
Show the soft keyboard provided by Android without a text field for pure text input for editing the name of the savegame.
Bernhard Kaindl
2012-08-07 13:28:55 +02:00
cb96c4e85f
Add touch input support in opentyrian menu, 5th commit: Destruct is not adapted for touch input, so we show it only if keyboard is used.
Bernhard Kaindl
2012-08-07 11:32:27 +02:00
db06210606
Add touch input support in opentyrian menu, 4th commit: This adds support for changing the song in the Jukebox by touch.
Bernhard Kaindl
2012-08-07 11:31:04 +02:00
6bf5a97c15
Add touch input support in opentyrian menu, third commit: - Add support for changing the software scaler in the menu by touch
Bernhard Kaindl
2012-08-07 11:27:06 +02:00
dab7890e46
Add touch input support in opentyrian menu, second commit: This fixes opentyrian menu rendering (broken in last commit to split changes)
Bernhard Kaindl
2012-08-07 11:23:44 +02:00
2cc6076e70
Add touch input support in opentyrian menu, initial commit: Note: This breaks menu rendering a but, fixed in subsequent commits Use select_menuitem_by_touch() to support touch input in opentyrian menu
Bernhard Kaindl
2012-08-07 10:55:44 +02:00
178a208b0d
Use select_menuitem_by_touch() to support touch input in in-game setup menu.
Bernhard Kaindl
2012-08-07 10:49:21 +02:00
3036e4f0a3
Use select_menuitem_by_touch() to support touch input in difficulty menu
Bernhard Kaindl
2012-08-07 10:40:22 +02:00
728d2eca1a
Use select_menuitem_by_touch() to support touch input in the episode menu
Bernhard Kaindl
2012-08-07 10:37:53 +02:00
7d953b3645
Use select_menuitem_by_touch() to support touch input in gameplay(player) menu
Bernhard Kaindl
2012-08-07 10:35:56 +02:00
fcc15ae092
JE_titleScreen(): Use select_menuitem_by_touch() to support touch input in the title screen: - modified: project/jni/application/opentyrian/src/tyrian2.cpp
Bernhard Kaindl
2012-08-07 10:28:41 +02:00
2cd039e9fd
First commit to prepare menu support for touch-based Android input:
Bernhard Kaindl
2012-08-07 10:17:51 +02:00
32c1bead12
Add support for build.sh -r to run the installed apk: - modified: build.sh Add new CompatibilityHacksTextInputEmulatesHwKeyboard=n: - modified: project/jni/application/opentyrian/AndroidAppSettings.cfg
Bernhard Kaindl
2012-08-07 10:14:20 +02:00
5c720fb3d9
Force SW video mode in SDL_SetVideoMode() if enabled in AndroidAppSettings.cfg
pelya
2012-08-06 17:05:40 +03:00
e8634e343b
Fixes for TeeWorlds compilation
pelya
2012-08-06 12:22:30 +03:00
3aa5c522e6
Merge branch 'sdl_android' of github.com:pelya/commandergenius into android
pelya
2012-08-03 16:38:50 +03:00
64cd8c425a
Minor fix to data downloader, updated OpenArena project
pelya
2012-08-03 16:34:43 +03:00
96ef1e5edd
Do not perform a check for broken libc, because it crashes sometimes, when libraries are not yet loaded in a separate thread
pelya
2012-06-20 18:09:38 +03:00
f476666b4b
Re-enabled core to restore and save OpenGL state for on-screen keyboard, it just makes your life so much easier
pelya
2012-06-19 20:16:18 +03:00