Johannes Schickel
87d85a7b20
IPHONE: Use the proper RGBA5551 palette for the mouse cursor.
...
Formerly the overlay cursor was using a RGB565 palette, even though the
texture is really set up as RGBA5551.
2012-02-19 22:19:38 +01:00
Johannes Schickel
ceae3dd191
IPHONE: Rename _palette to _gamePalette.
2012-02-19 22:16:38 +01:00
Johannes Schickel
6a31dadfea
IPHONE: Use include instead of import for all of our headers.
2012-02-19 22:10:08 +01:00
Johannes Schickel
13358c541d
IPHONE: Add include guards.
2012-02-19 21:44:37 +01:00
Johannes Schickel
3d0316ccd2
IPHONE: Formatting fixes.
2012-02-19 21:30:53 +01:00
Johannes Schickel
4244663020
IPHONE: Remove dead code.
2012-02-19 20:33:53 +01:00
Thierry Crozat
7a3df4681b
NULL: Fix compiler errors when using the NullGraphicsManager
...
The errors fixed are inaccessible base class when trying to set the
_graphicsManager and a pure virtual function when trying to create
the NullGraphicsManager instance.
2012-02-19 18:41:49 +00:00
Thierry Crozat
f6b8fec0f1
NULL: Fix compiler error when using NullMutexManager
...
The compiler error fixed (when trying to set the _mutexManager) is:
error: ‘MutexManager’ is an inaccessible base of ‘NullMutexManager’
2012-02-19 18:38:28 +00:00
Johannes Schickel
ab4420b3ca
IPHONE: Take advantage of Common::EVENT_INVALID.
2012-02-19 05:21:17 +01:00
Johannes Schickel
ffaa8612c3
IPHONE: Change F5 (menu) gesture to open up the GMM.
...
Thanks to tsoliman for this patch.
2012-02-19 05:21:10 +01:00
Tarek Soliman
53d6ef1209
MAEMO: Fix building without keymapper enabled
2012-02-17 14:42:39 -06:00
Tarek Soliman
b6e5e4fe1e
MAEMO: Remove pointless copy ctor call
...
Thanks LordHoto
2012-02-15 17:56:09 -06:00
Tarek Soliman
85c8c84804
KEYMAPPER: Add more warning signs
2012-02-15 17:22:41 -06:00
Tarek Soliman
e55914c51b
MAEMO: Register Keymapper Keymap Action default bindings
2012-02-15 17:12:52 -06:00
Tarek Soliman
cce5be67dc
KEYMAPPER: Allow ports to define default Keymap Action bindings
2012-02-15 17:07:52 -06:00
Tarek Soliman
974f5eb7b8
MAEMO: Drop the hardcoded keymap in favor of the keymapper
2012-02-15 17:07:52 -06:00
Tarek Soliman
7ae7e80739
MAEMO: Rename hasHwKeyboard and add hasMenuKey
2012-02-15 16:38:53 -06:00
Tarek Soliman
856744aa6a
MAEMO: Use bitshifting in ModelType
2012-02-15 15:26:51 -06:00
Tarek Soliman
ea325909cf
MAEMO: Fix wrong assert
2012-02-15 12:40:49 -06:00
Tarek Soliman
a4798602d7
JANITORIAL: Fix missing whitespace in pointer cast
...
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
Tarek Soliman
921f602ab8
JANITORIAL: Fix whitespace in pointer template arg
2012-02-15 10:07:08 -06:00
Tarek Soliman
dbcd177606
KEYMAPPER: Make some parameters const
2012-02-15 10:07:08 -06:00
Johannes Schickel
37e5b209a7
OPENGL: More formatting fixes.
2012-02-15 02:23:54 +01:00
Johannes Schickel
b6f7d69709
OPENGLSDL: Remove HACK in fullscreen toggle mode.
...
Altering the fullscreen state will automatically force a refresh now.
2012-02-15 02:23:47 +01:00
Johannes Schickel
5b3ebdf43d
OPENGL: Prevent access to a few more members in the SDL OpenGL code.
2012-02-15 02:23:37 +01:00
Johannes Schickel
05af37c08e
OPENGL: Use tabs instead of spaces for indentation.
2012-02-15 02:23:22 +01:00
Johannes Schickel
97760ff101
OPENGLSDL: Don't cast EventType into int for switch.
2012-02-15 02:23:14 +01:00
Johannes Schickel
1f01fb330c
OPENGL: Use C-style casts.
2012-02-15 02:23:08 +01:00
Johannes Schickel
e5d48797d9
OPENGL: Let getGlErrStr return a Common::String.
...
This also makes getGlErrStr use Common::String::format instead of snprintf.
2012-02-15 02:23:01 +01:00
Johannes Schickel
beab93e746
OPENGL: Slight formatting fixes.
2012-02-15 02:22:54 +01:00
Johannes Schickel
864eec8cd2
OPENGL: Make all GLTexture members private.
2012-02-15 02:22:45 +01:00
Johannes Schickel
93435b2e3f
OPENGL: Unvirtualize all GLTexture methods.
2012-02-15 02:22:37 +01:00
Johannes Schickel
56971f11d1
OPENGL: Remove redundant check in adjustMousePosition.
2012-02-15 02:22:30 +01:00
Tarek Soliman
5cf932198e
KEYMAPPER: Fix Action ctor args in most keymaps
2012-02-13 23:24:59 -06:00
Johannes Schickel
57e3388197
SDL: Get rid of unneeded forwards.
2012-02-13 01:25:25 +01:00
Johannes Schickel
d811240a9d
ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled.
2012-02-13 01:20:02 +01:00
Tarek Soliman
c2640ed33a
MAEMO: Use custom event Click Mode keymap action
2012-02-12 13:28:13 -06:00
Tarek Soliman
d90d4d10a0
MAEMO: Refactor toggle click mode
2012-02-12 13:28:13 -06:00
Tarek Soliman
8c245af35c
MAEMO: Define platform global keymap
2012-02-12 13:28:13 -06:00
Tarek Soliman
705761011d
KEYMAPPER: Allow ports to define their own global keymap
2012-02-12 13:28:13 -06:00
Tarek Soliman
e52f75eaa4
MAEMO: Define HardwareKeySet
2012-02-12 13:28:13 -06:00
Tarek Soliman
52da780fbc
KEYMAPPER: Refactor HardwareKeySet generation
2012-02-12 13:28:13 -06:00
Tarek Soliman
edc5249772
JANITORIAL: Fix template definition whitespace
2012-02-10 21:17:27 -06:00
Tarek Soliman
06b5299461
KEYMAPPER: Fix re-selecting the top keymap
...
Re-selecting the top entry would always populate the actions
from the GUI keymap since it is the active keymap (the remap
dialog itself is GUI)
The top keymap was correct during RemapDialog::open() because
the gui keymap had not been pushed to the stack yet.
2012-02-09 02:49:21 -06:00
Tarek Soliman
38dea529e8
KEYMAPPER: Display active keymap stack in remap dialog popup list
...
This should make it clear what keymaps are on the stack and in
what order.
Also renamed the label of the top "special" entry in the list to
"(Effective)" since it displays the top keymap's action and also
displays reachable mapped actions from other active keymaps.
2012-02-09 02:15:35 -06:00
Tarek Soliman
9de279b2ab
KEYMAPPER: Fix active keymap name displayed in remap dialog
...
This workaround no longer applies and is in fact causing a bug
in the name of active keymap
2012-02-05 19:01:51 -06:00
Tarek Soliman
07f1d33ef7
KEYMAPPER: Fix annoying debug message
2012-02-04 20:47:12 -06:00
Tarek Soliman
38b8e09069
MAEMO: Add detection entry for the Nokia 700 running OS2008HE
...
This allows the Nokia 770 running OS2008HE to be used.
Fixes bug#3483921 "Volume rocker do no emulate keypress as it used"
2012-02-04 12:03:22 -06:00
Alyssa Milburn
4763b2c51b
ANDROID: Add faked input delay.
...
This adds an artificial delay for mouse up events to make engines
like Gob work, similar to the iPhone fix in b3062b5e.
2012-02-03 12:36:03 +01:00
Tarek Soliman
a488556dcd
KEYMAPPER: Handle EVENT_MAINMENU directly
2012-02-02 19:10:01 -06:00