Bernhard Kaindl
2cd039e9fd
First commit to prepare menu support for touch-based Android input:
...
Preparation to convert start menus from mouse move input (which does not work
at all with touch screen devices) to touch input:
New function select_menuitem_by_touch(), to be used in the next commits:
- modified: project/jni/application/opentyrian/src/menus.cpp
- modified: project/jni/application/opentyrian/src/menus.h
Inside #ifdef ANDROID: Disable mouse move input handling in JE_textMenuWait()
- modified: project/jni/application/opentyrian/src/setup.cpp
2012-08-07 10:17:51 +02:00
Bernhard Kaindl
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
2012-08-07 10:14:20 +02:00
pelya
5c720fb3d9
Force SW video mode in SDL_SetVideoMode() if enabled in AndroidAppSettings.cfg
2012-08-06 17:05:40 +03:00
pelya
e8634e343b
Fixes for TeeWorlds compilation
2012-08-06 12:22:30 +03:00
pelya
3aa5c522e6
Merge branch 'sdl_android' of github.com:pelya/commandergenius into android
2012-08-03 16:38:50 +03:00
pelya
64cd8c425a
Minor fix to data downloader, updated OpenArena project
2012-08-03 16:34:43 +03:00
pelya
12919eecee
Updated Commander Genius project
2012-08-03 00:31:17 +03:00
Gerhard Stein
8050b58bec
Another CG update
2012-08-02 20:40:42 +02:00
Gerhard Stein
149043d4f1
CG Project Update
2012-08-02 20:21:58 +02:00
Gerhard Stein
f08723a138
Commander Genius Update
2012-08-02 19:25:12 +02:00
pelya
89400e5fe1
Merge branch 'sdl_android' of github.com:pelya/commandergenius into android
2012-08-02 16:40:18 +03:00
pelya
a6eb841030
Fixed invalid left button press event for USB mouse, added mousewheel events
2012-08-02 16:38:40 +03:00
pelya
a89e0bf89d
Updated CommanderGenius and ScummVM
2012-08-01 14:15:41 +03:00
pelya
68a7b9213b
Added missing file
2012-07-31 12:23:31 +03:00
pelya
d5600ce526
Tiny update, to make it playable
2012-07-29 23:57:47 +03:00
pelya
4e76076cb5
Added OpenArena project
2012-07-29 23:50:51 +03:00
pelya
adaba11491
Fixed video output for emulator, some support for NDK r8b
2012-07-29 21:33:15 +03:00
pelya
8e4816cab4
Test for SDL_mixer support for .XM files
2012-07-09 15:42:21 +03:00
pelya
e2ef381b4c
Multiple extensions for C++ files can be used now, this requires NDK r7 or newer
2012-07-09 15:24:45 +03:00
pelya
f856cccabd
Updated SuperTux
2012-06-22 19:08:12 +03:00
pelya
ed80230acd
Added helper autotools script for cross-compile for armeabi-v7a arch
2012-06-22 17:42:03 +03:00
pelya
0f478832a7
Fixed OpenAL eating CPU in background
2012-06-21 18:04:11 +03:00
pelya
532b652594
Merged fix that prevents killing background app after 30min timeout, by Bernhard Kaindl
2012-06-21 13:57:34 +03:00
pelya
736de401a3
Updated SuperTux
2012-06-20 18:20:24 +03:00
pelya
96ef1e5edd
Do not perform a check for broken libc, because it crashes sometimes, when libraries are not yet loaded in a separate thread
2012-06-20 18:09:38 +03:00
pelya
f476666b4b
Re-enabled core to restore and save OpenGL state for on-screen keyboard, it just makes your life so much easier
2012-06-19 20:16:18 +03:00
pelya
8624100d5c
Added SuperTux project
2012-06-19 20:13:49 +03:00
pelya
7fcca2d408
Got a cryptic exception inside Java, this should probably fix it
2012-06-19 19:05:56 +03:00
pelya
7a38e82742
Removed vibrator permission from manifest, it is unused anyway
2012-06-19 17:58:42 +03:00
pelya
37ed5c4a6f
Added PhysFS lib
2012-06-19 17:49:54 +03:00
pelya
1fe5b68fd0
Option for soft text input to emulate hw keyboard
2012-06-19 15:28:18 +03:00
pelya
18f09fd09d
Another fix for compatibility hacks for MilkyTracker
2012-06-19 13:11:13 +03:00
pelya
289043098d
Fixed random bugs in Java code
2012-06-19 12:31:17 +03:00
pelya
2bfd9d5c59
Bigger touch area for joystick so the finger won't slip away from it
2012-06-18 16:49:38 +03:00
pelya
73207c44b4
Updated Commander Genius project
2012-06-18 16:49:08 +03:00
pelya
ffbaa55e6d
Tentative fix for Xperia Play touchpad
2012-06-18 14:03:59 +03:00
pelya
d36833ddd8
Hacked a workaround for buggy Galaxy Note stylus
2012-06-18 13:35:24 +03:00
pelya
65ab75a635
Merge branch 'sdl_android' of github.com:pelya/commandergenius into android
2012-06-18 13:13:09 +03:00
pelya
0e1a4897c1
Force proper screen orientation, that was broken in my last few commits
2012-06-18 13:12:51 +03:00
Gerhard Stein
e4977739d5
Commander Genius Project Update
2012-06-17 19:16:35 +02:00
Gerhard Stein
27d5d2d2ef
CG Update
2012-06-16 18:32:58 +02:00
pelya
e38ade1e6b
Fixed button event for stylus
2012-06-15 19:07:11 +03:00
pelya
37ad9e446c
Removed some debug output
2012-06-14 18:26:04 +03:00
pelya
1c3fe19a2c
Merge branch 'sdl_android' of github.com:pelya/commandergenius into android
2012-06-14 16:35:37 +03:00
pelya
5f3e755971
Updated OpenTTD
2012-06-14 16:25:43 +03:00
pelya
d64adbd315
Enabled RTTI and exceptions by default for all apps (but not for libs)
2012-06-14 16:25:13 +03:00
pelya
578d5e5942
Updated fheroes2
2012-06-14 16:24:41 +03:00
pelya
8598fbc30c
Small fix to stylus input
2012-06-14 16:22:24 +03:00
pelya
4957dc1899
Updated translations
2012-06-14 16:21:56 +03:00
Gerhard Stein
01d829438d
logo ln fix
2012-06-13 20:29:46 +02:00