Tarek Soliman
fda6e1534b
MAEMO: Fix zoom key capture on N900 (fixes bug#3443037)
...
This was semi-intentionally skipped in the intial port revival
because the focus was on N810 at the time.
This is mostly copied from the old 1.2.1 port and then cleaned up.
2011-11-29 14:39:15 -06:00
Tarek Soliman
29c0386f2c
MAEMO: Add basic graphics manager
2011-11-29 13:38:17 -06:00
Tarek Soliman
dabea2b515
MAMEO: Add GMM keybinding for N900 (fix bug #3443043 )
...
The keybinding is Ctrl-Shift-m.
Ctrl-m is more desirable but is toggling mouse capture.
2011-11-29 11:25:58 -06:00
Christoph Mallon
6a9ab747f9
PS2: Remove the unused method OSystem_PS2::grabRawScreen().
...
This was removed from OSystem in b51f2f3212
.
2011-11-27 13:11:58 +01:00
Christoph Mallon
89ccde3948
DS: Remove the unused method OSystem_DS::grabRawScreen().
...
This was removed from OSystem in b51f2f3212
.
2011-11-27 13:09:47 +01:00
Christoph Mallon
a78b2d777d
JANITORIAL: Remove extra semicolons.
2011-11-27 12:54:22 +01:00
Tarek Soliman
c451bd4340
MAEMO: Make setupIcon do nothing
...
It seems N900 is hit by SDL_WM_SetIcon bug (window cannot receive input)
http://bugzilla.libsdl.org/show_bug.cgi?id=586
This fix is based on the old 1.2.1 Maemo port code
2011-11-24 23:06:21 -06:00
Christoph Mallon
e578cb8976
ALL: Remove unnecessary forward declarations.
2011-11-21 15:59:19 +01:00
Johannes Schickel
8f58ddefc6
ALL: Remove more m4/mads leftovers.
...
Some project files (iPhone) and backend files (Symbian) still reference m4.dat,
but I know not enough on how to remove that without breaking something.
2011-11-20 04:34:22 +01:00
Eugene Sandulenko
5420ad7619
Merge pull request #114 from tsoliman/keymapper2
...
KEYMAPPER: Keymapper improvements 2
2011-11-17 14:22:48 -08:00
Alyssa Milburn
5647637ea2
COMMON: Move <new> include into scummsys.h.
...
The header contains forbidden symbols on some platforms, and the
simplest solution seems to be to include it here. This also includes
it from all the portdefs.h files, except the Symbian one. Probably
the FIXME and the #if can be removed once it's known to work.
2011-11-17 12:46:44 +01:00
Willem Jan Palenstijn
f17b9bc5cb
COMMON: Remove outdated fixme
2011-11-17 10:29:11 +01:00
Johannes Schickel
61795739f8
COMMON: Rename Common::set_to to Common::fill.
...
This makes the name match with the name of the STL function with the same
behavior.
2011-11-16 18:06:30 +01:00
Tarek Soliman
7a225191b0
MAEMO: Update debian/changelog to version 1.5.0~git
2011-11-15 15:00:13 -06:00
Tarek Soliman
09697a9c31
MAEMO: Update debian/changelog with 1.4 release
2011-11-15 15:00:13 -06:00
Tarek Soliman
b708d6de79
Revert "KEYMAPPER: Make global keymap that is always active"
...
This reverts commit ac85d134b3
.
2011-11-02 10:16:16 -05:00
Tarek Soliman
57bc9a21cc
KEYMAPPER: Improved clear button
...
It uses the fancy new kImageEraser now
2011-10-28 22:53:30 -05:00
Tarek Soliman
07f1c2032a
KEYMAPPER: Add tooltip text for clear buttons
2011-10-28 22:51:53 -05:00
Tarek Soliman
b8ef739d14
KEYMAPPER: Only skip the top GUI keymap when populating the active keymap
...
This is because the top GUI keymap is for the keymapper dialog itself.
If all GUI keymaps are skipped then when inside a game with the GMM displayed
and the keymapper dialog invoked, the game keymap is displayed even though it
is not the active one.
2011-10-27 10:46:23 -05:00
Tarek Soliman
a5082ffa5d
KEYMAPPER: Skip GUI keymap when displaying active keymap in keymapper dialog
...
This fixes a problem where opening the keymapper dialog would cause the current game
keymap to be displayed as the active keymap but then changing the keymap selection
back to it would cause the GUI keymap to be displayed as the active one. The GUI keymap
was indeed at the top of the stack but that's not the desired effect.
Also move the pushing and popping of the keymap to Dialog::Open/Close
Also constantify the GUI keymap name
2011-10-27 10:46:22 -05:00
Tarek Soliman
ac85d134b3
KEYMAPPER: Make global keymap that is always active
...
Keymapper now has a global keymap outside the active keymap stack.
That global keymap is always checked after the active stack has been checked.
2011-10-27 10:46:22 -05:00
Tarek Soliman
913b36ab83
KEYMAPPER: Added clear buttons in remap dialog
...
This allows clearing of the assigned key for an action.
2011-10-27 10:46:22 -05:00
Tarek Soliman
e4f1277913
KEYMAPPER: Debugging and minor cleanup
2011-10-27 10:46:22 -05:00
Tarek Soliman
5e2ab7435d
KEYMAPPER: Fix showing active keymap in remap dialog
2011-10-27 10:46:22 -05:00
Tarek Soliman
d5aa988f16
KEYMAPPER: Disable the broken auto mapping code
2011-10-27 09:53:26 -05:00
Alyssa Milburn
764ffff578
ANDROID: Match versions when checking for plugins.
2011-10-25 23:08:29 +02:00
Alyssa Milburn
80e55c5e78
ANDROID: Point the default savepath to external storage.
...
(If that fails, fall back to a readable app-specific directory.)
2011-10-25 23:04:42 +02:00
Alyssa Milburn
44b7f3aed5
ANDROID: Move from org.inodes.gus to org.scummvm.
2011-10-25 21:18:42 +02:00
Alyssa Milburn
ff3f4d9493
ANDROID: Fix plugins on Android 3.1+.
...
Android 3.1 changed the default behaviour for broadcasts so that it
doens't wake up non-running receivers, so we need to override that.
2011-10-22 20:45:15 +02:00
Alyssa Milburn
c382c0c195
ANDROID: Delete _timerManager in OSystem_Android's destructor.
...
If we leave it for OSystem, the DefaultTimerManager destructor tries
constructing a StackLock which, predictably, calls a pure virtual
function, because OSystem_Android's destructor is finished.
2011-10-21 14:28:02 +02:00
Eugene Sandulenko
2c73500842
RELEASE: This is 1.5.0git
2011-10-20 12:39:29 +01:00
Eugene Sandulenko
19134ecf7e
Merge pull request #106 from chrisws/branch-1-4-c
...
BADA: Misc changes merged from appstore release
2011-10-19 05:03:46 -07:00
Willem Jan Palenstijn
84bc565127
Merge pull request #89 from TomFrost/master
...
HP TouchPad compatibility and full WebOS port update, Round 2
This is a manual merge of the pull request, with some commit message changes.
2011-10-19 13:57:09 +02:00
Chris Warren-Smith
ed07b99b22
BADA: Misc changes merged from appstore release
2011-10-18 23:22:25 +10:00
CeRiAl
a97cd0077f
WINCE: Add workaround for memory management problem on Windows CE < 6.0
...
This fixes the "32MB memory limit per process" problem in Windows CE < 6.0
2011-10-18 13:10:20 +02:00
anotherguest
a18a4e239a
Symbian: Supply modern theme instead of an extra copy of the classic
2011-10-12 13:15:15 +02:00
Tarek Soliman
174b8d6807
MAEMO: Add initial N800 support with Fullscreen key mapped to Virtual Keyboard
...
N800 doesn't have a CTRL key to activate the virtual keyboard with.
Fullscreen can still be enabled/disabled through the GUI and was the most
likely sacrifice as a hardware key.
2011-10-11 20:05:52 -05:00
Tarek Soliman
4ee07c848e
MAEMO: Migrate MaemoSdlEventSource to Maemo namespace
...
Also add some comments to the #endifs
2011-10-11 19:54:16 -05:00
Tarek Soliman
b56e9e2ef1
MAEMO: Migrate OSystem_SDL_Maemo to Maemo namespace
2011-10-11 19:54:16 -05:00
Tarek Soliman
52fae5524c
MAEMO: Add basic structs to Maemo namespace
2011-10-11 19:54:16 -05:00
Tarek Soliman
a1fe57702a
MAEMO: added hardware alias to the hardware detection table
2011-10-11 19:54:16 -05:00
Tarek Soliman
42ccfbfdde
MAEMO: Add detection for specific hardware model
...
Features detected right now are just the hardware keyboard
2011-10-11 19:54:16 -05:00
anotherguest
3d48f2199f
Symbian: Changed path for math.h include.
2011-10-11 09:23:45 +02:00
anotherguest
511e7c5163
Symbian:Updated port defs to fit new protected words
2011-10-11 09:08:28 +02:00
anotherguest
639cb97881
Symbian:Updated makefiles to fit new files and structure
2011-10-11 08:55:10 +02:00
anotherguest
775a8e6f8d
Symbian:Update makefiles and installation files.
2011-10-11 08:53:00 +02:00
David-John Willis
a27c2b401c
OPENPANDORA: Cleanup the format of code a little to match our Code Formatting Conventions.
...
* No functional changes.
* Automated astyle pass.
2011-10-10 21:18:07 +01:00
Tarek Soliman
43f45ce939
MAEMO: Change maintainer in debian/control and revise debian/changelog
2011-10-05 20:36:49 -05:00
Thierry Crozat
e3d7606188
MACOSX: Detect system preferred language when starting bundle
...
This reimplement getSystemLanguage() for MacOS X because
setlocale() only works if the application is started from the terminal.
Instead we use CFBundleCopyPreferredLocalizationsFromArray() which
requires the translations to be listed in the bundle plist file (this had
already been committed). This fixes bug #3394080 .
2011-10-03 23:53:22 +01:00
David-John Willis
6269dcdd3c
GPH: Cleanup the format of code to match our Code Formatting Conventions.
...
* No functional changes.
2011-10-03 13:43:42 +01:00