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
a9b74779c9
IPHONE: Pass $CPPFLAGS to build command line for ObjC files.
2012-02-19 22:02:19 +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
Thierry Crozat
f89bfcc3b6
I18N: Regenerate translations data file
2012-02-19 12:16:36 +00:00
Thierry Crozat
068d4d078f
I18N: Update French translation
2012-02-19 12:15:14 +00:00
Thierry Crozat
e9da5d9fa0
I18N: Update Hungarian translation from patch #3488461
2012-02-19 12:14:19 +00:00
Tarek Soliman
f608b94a5d
COMMON: Fix value of EVENT_CUSTOM_BACKEND
...
I failed to see that the enum was not ordered
2012-02-18 22:23:06 -06: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
Willem Jan Palenstijn
fd40d1b192
DREAMWEB: Revert "Fix the detection entries for the French and Spanish CD versions"
...
This reverts commit 0ff60284ce6e876ac895a13a45657afacddbd8e0.
We do not want to encourage people to rename all files in their games.
Instead, we should properly support the foreign versions.
2012-02-18 14:25:35 +01:00
Paul Gilbert
975801b670
TSAGE: Disable right click in R2R Scene 1330
2012-02-18 15:26:05 +11:00
Filippos Karapetis
0ff60284ce
DREAMWEB: Fix the detection entries for the French and Spanish CD versions
2012-02-18 01:47:10 +02:00
Paul Gilbert
423d41dfc1
TSAGE: Disabled Spanish Blue Force detection entry
2012-02-18 10:19:51 +11:00
Tarek Soliman
53d6ef1209
MAEMO: Fix building without keymapper enabled
2012-02-17 14:42:39 -06:00
Filippos Karapetis
c87657f066
SCI: Added some sanity checks by digitall
...
- Limit the LB1 cursor workaround to LB1 only (so that fanmade games
aren't affected)
- Error our when bad cursor hotspots are found
2012-02-17 21:54:50 +02:00
Filippos Karapetis
b21f956790
SCI: Fix and cleanup the monochrome cursor code
...
This makes the code like FreeSCI again, which is the correct way to fix
bug #3487088 .
2012-02-17 21:09:59 +02:00
Filippos Karapetis
c48ad37244
SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor"
2012-02-17 10:53:42 +02:00
D G Turner
8c5f988a00
MOHAWK: Correct detection md5sum for Tortoise and the Hare Hebrew.
...
md5sum was for datafiles modified by bug submitter to access hidden
content. New md5sum is for unmodified standard release.
2012-02-16 20:57:52 +00:00
Strangerke
856aa5119b
TSAGE: R2R - Fix various warnings
...
Thanks Digitall for reporting those
2012-02-16 18:32:04 +01:00
Eugene Sandulenko
1030212aa2
I18N: Regenerate translations.dat
2012-02-16 13:10:27 +02:00
Eugene Sandulenko
16040bf4ff
I18N: Update Russian and Ukrainian translations
2012-02-16 13:09:58 +02:00
Eugene Sandulenko
802024f799
I18N: Update .po files
2012-02-16 12:36:11 +02:00
Eugene Sandulenko
6009079474
I18N: Regenerate .pot file
2012-02-16 12:36:11 +02:00
Eugene Sandulenko
fb3b7a0ee8
Merge pull request #184 from fingolfin/osx-i18n
...
MACOSX: Update menu translations to match Apple guidelines
2012-02-16 02:21:21 -08:00
Max Horn
2017ba338a
COMMON: Fix typo
2012-02-16 11:12:39 +01:00
Max Horn
46321aacd8
AGOS: Cleanup
2012-02-16 11:12:35 +01:00
Max Horn
08223e9746
CGE: Change detector singleid to be all lowercase
2012-02-16 11:12:24 +01:00
Max Horn
5d88e67cfd
TSAGE: Remove superfluous md5 bytes setting
2012-02-16 11:11:55 +01:00
Max Horn
dcbf77cc92
DREAMWEB: Document some locations
2012-02-16 11:11:45 +01:00
D G Turner
910e93db40
MOHAWK: Add Detection Entry for "Tortoise and the Hare" Hebrew Variant.
...
Parameter from bug #3441928 - "MOHAWK: Hebrew Tortoise and Hare not
detected".
2012-02-16 00:57:18 +00: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
Strangerke
66aff9c4d8
TSAGE: R2R - Implement scene 1850
2012-02-15 23:56:15 +01:00
Strangerke
ffd5326ca1
TSAGE: R2R - Scene 1337: rename a variable
2012-02-15 23:54:38 +01: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
Strangerke
f9ae92186e
TSAGE: R2R - Rename inventory enums, fix isInventoryIcon()
2012-02-15 19:37:20 +01:00
D G Turner
8103d57d37
MOHAWK: Add Detection Entries For 3 LB Mac Games.
...
Parameters taken from bug #3461368 - "MOHAWK: Living Books Mac
Versions Not Recognized".
2012-02-15 17:36:58 +00:00
Max Horn
fa06de242d
MACOSX: Update menu translations to match Apple guidelines
2012-02-15 18:28:18 +01:00
D G Turner
160fd3a179
COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.
...
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not
detected".
2012-02-15 17:06:16 +00:00