Dries Harnie
bf8a7ca542
ANDROID: Always enable blending for touch controls.
2013-06-02 15:27:55 +02:00
Dries Harnie
bc425be991
ANDROID: Access extra verbs by swiping from right
2013-06-02 15:27:55 +02:00
Dries Harnie
dcca11fea8
ANDROID: Refactor touch controls to separate class
2013-06-02 15:27:55 +02:00
Dries Harnie
6065f93feb
ANDROID: Move event types to separate file
2013-06-02 15:27:55 +02:00
Dries Harnie
471e4748b3
ANDROID: Support swipe-based virtcontrols
...
Touching and holding the left side of the screen functions as a
joystick.
Swiping the middle side allows fine control over arrow keys (eg.
dialogues), tapping it sends an enter key.
Swiping the right side up/down sends pageup/pagedown.
2013-06-02 15:27:55 +02:00
Dries Harnie
dcfade91e9
ANDROID: Force fullscreen setting to true
2013-06-02 15:27:38 +02:00
Dries Harnie
7396dc5778
ANDROID: Joystick movement and swipes
2013-06-02 14:53:50 +02:00
Dries Harnie
97a698a554
ANDROID: Add kVirtControls to OSystem_Android
2013-06-02 14:53:50 +02:00
Dries Harnie
5dac6fec49
ANDROID: Don't compress assets, skip asset header
2013-06-02 14:53:50 +02:00
Dries Harnie
1272c4030c
ANDROID: Switch renderer to GL ES2
2013-06-02 14:53:50 +02:00
Dries Harnie
15644d32fc
ANDROID: Unpack library from lib/... instead of mylib
2013-06-02 14:53:50 +02:00
Dries Harnie
8e7dfac024
ANDROID: Enable support for OpenGL ES2
2013-06-02 14:53:45 +02:00
Tarek Soliman
39b0886186
MAEMO: Update debian/changelog
2013-06-01 21:06:42 -05:00
D G Turner
718db9f3df
PSP: Remove leftover debug statement to non-existant variable.
...
This would cause a compilation error when the __PSP_DEBUG_PRINT__
define was enabled for debugging as the variable is non-existant.
2013-05-25 16:07:23 +01:00
Eugene Sandulenko
f59512c47e
RECORDER: Implement Events Recorder
2013-05-17 00:18:09 +03:00
Alyssa Milburn
400763390e
ANDROID: Disable parachute slot 0 saves.
2013-05-16 13:01:32 +02:00
Alyssa Milburn
8d488f9f70
ANDROID: Force htc_fail for all Android devices, for now.
2013-05-16 12:57:21 +02:00
Alyssa Milburn
c96b75e1f7
ANDROID: Ignore subdirectories of asset archives.
2013-05-16 12:56:41 +02:00
Alyssa Milburn
89d9a624d9
ANDROID: Delete local JNI references to asset data/classes.
2013-05-16 12:55:06 +02:00
Eugene Sandulenko
e10eb97126
RELEASE: This is 1.7.0git
2013-05-05 00:42:10 +03:00
anotherguest
d495a55f8d
Symbian:Support for new engines
2013-04-04 15:32:58 +02:00
Johannes Schickel
b4d0a8ba66
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
2013-01-26 19:38:02 +01:00
Johannes Schickel
feb2454eec
IPHONE: Initialize the palettes on startup.
...
This hopefully fixes the occasional odd color flashes on startup.
2013-01-14 00:08:43 +01:00
Johannes Schickel
56b81877b9
IPHONE: Recreate mouse texture on palette changes when needed.
...
This fixes the color of the cursor in the Eye of the Beholder menu.
2013-01-14 00:03:37 +01:00
Tobias Gunkel
7b6a74d21d
ANDROID: add joystick support
2013-01-13 12:06:46 +01:00
Strangerke
88add32e3b
JANITORIAL: Update copyright year
2013-01-02 18:32:15 +01:00
D G Turner
21ea60f604
ANDROID: Minor fixes to build-specific makefile.
...
This fixes two minor issues when trying to cross-compile to Android on
Win32 using the Win32 Android SDK/NDK and MinGW shell.
However, this is still no working as DX and APKBUILDER are batch files
in the Win32 SDK (which then call the real Java tools) and these fail
to run in shell. However, using "cmd /C" also fails as the paths in the
parameters have unix, rather than native separators. Unsure how to fix.
2012-12-28 00:54:00 +00:00
D G Turner
0e5bfb66f0
ANDROID: Remove parameter forcing use of Modern theme.
...
This parameter overrides any user choice in the GUI or config file,
which is not good UX design (and is making it hard to debug loading
issues associated with theme files).
If we want to set this to default to Modern, we should do this in
a different way i.e. do this by ConfMan.loadDefaultConfigFile()
This is probably related to the Android issue with the backend init
running before main() is called, rather than after...
2012-12-24 16:45:49 +00:00
D G Turner
2cbb89fc1f
WINCE: Fix shadow variable warnings associated with GUIElement classes.
2012-12-16 23:22:31 +00:00
D G Turner
6d4b0a2c9f
PS2: Fix three compiler warnings and minor code formatting fixes.
2012-11-27 03:55:06 +00:00
D G Turner
8a8ab23c03
WII: Remove remaining signed-unsigned compiler warning.
2012-11-23 18:46:47 +00:00
D G Turner
21a8166922
N64: Remove remaining signed-unsigned compiler warning.
2012-11-23 18:37:07 +00:00
D G Turner
61cb8648a9
N64: Fix remaining warnings associated with mouse cursor drawing.
2012-11-19 17:26:28 +00:00
D G Turner
d8a17a9d91
N64: Fix compiler warnings associated with cursor size variables.
2012-11-18 22:34:15 +00:00
Paweł Kołodziejski
c1995d7d92
ALL: fixes after sync
2012-11-18 20:04:29 +01:00
Pawel Kolodziejski
adcb0b8383
ALL: synced with scummvm
2012-11-18 19:07:46 +01:00
Thierry Crozat
67493394b3
OSX: Remove use of deprecated methods
...
FSRef and FSPathMakeRef have been deprecated in OS X 10.8. So we
use CFURLRef instead.
2012-11-18 01:29:09 +00:00
Max Horn
a49f55878a
OSX: Improve native OS X browser dialog
...
Signed-off-by: Thierry Crozat <criezy@scummvm.org >
2012-11-18 01:29:08 +00:00
Lauri Härsilä
fc15e1c207
ANDROID: Fixed tapping touchpad not sending left clicks
2012-10-21 06:29:36 +03:00
Lauri Härsilä
2109317564
ANDROID: Mouse and stylus support
...
From pull request #285 .
2012-10-19 22:50:09 +02:00
Johannes Schickel
2b55837650
IPHONE: Add support for "retina" displays.
...
Thanks to peres for testing this.
2012-10-12 17:08:51 +02:00
Johannes Schickel
1e200620d6
IPHONE: Fix cursor artifacts when linear filterting is used.
...
We need to set a proper texture coordinate wrap parameter for this.
2012-10-10 00:36:15 +02:00
Johannes Schickel
89abab97e3
JANITORIAL: Remove trailing whitespaces.
...
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Alyssa Milburn
2bed1ece7f
SDL: Remove main.cpp.
...
Backends have to provide their own main, instantiating OSystem_SDL
directly is unsupported.
2012-09-24 09:41:21 +02:00
Tarek Soliman
0856f33498
MAEMO: Package tony.dat
2012-09-05 21:41:09 -05:00
Bertrand Augereau
fdc29ee276
OPENPANDORA: The buildbot toolchain doesn't like the ending comma
2012-09-01 18:50:18 +02:00
Bertrand Augereau
94921846eb
OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad left/right/up trigger left/right/middle clicks
2012-08-31 17:38:46 +02:00
Alyssa Milburn
9c561c0287
ANDROID: Remove unused GL_OES_draw_texture code.
2012-08-15 10:00:51 +02:00
David-John Willis
9a0ba7124f
OPENPANDORA: Cleanup.
2012-07-29 21:15:28 +01:00
David-John Willis
53a066d099
GPH: Use SDLPluginProvider not POSIXPluginProvider.
2012-07-29 21:15:28 +01:00