aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-20KEYMAPPER: Move CTRL-F5 handling to DefaultEventMapperTarek Soliman
2012-02-20KEYMAPPER: Move DefaultEventMapper implementation to its own cpp fileTarek Soliman
2012-02-20KEYMAPPER: Rewrite the EventMapper APITarek Soliman
2012-02-20KEYMAPPER: Having a mapper is no longer optionalTarek Soliman
2012-02-20KEYMAPPER: Create a DefaultEventMapper when Keymapper isn't enabledTarek Soliman
This allows migration to unconditional mapping
2012-02-20KEYMAPPER: EventMapper must now eat all eventsTarek Soliman
2012-02-20IPHONE: More formatting fixes.Johannes Schickel
2012-02-20TSAGE: Starting to implement animation player needed for R2R Title ScreenPaul Gilbert
2012-02-20TSAGE: Implemented method for getting a resource section entryPaul Gilbert
This will be needed for streaming data directly from the resource file without fully loading the resource.
2012-02-20IPHONE: Add support for unfiltered upscaling.Johannes Schickel
2012-02-20IPHONE: Implement cursor palette support.Johannes Schickel
2012-02-20IPHONE: Fix some mismatching malloc/delete calls.Johannes Schickel
2012-02-20IPHONE: Remove some dead code.Johannes Schickel
2012-02-20IPHONE: Rename screen related buffers a bit.Johannes Schickel
2012-02-20IPHONE: Implement cursor visibility change again.Johannes Schickel
2012-02-20IPHONE: Fix cursor hotspots.Johannes Schickel
2012-02-20IPHONE: Always use the mouse texture.Johannes Schickel
Formerly the mouse texture was only used when the overlay was visible. When only the game screen was visible, the code rendered the mouse cursor on the game screen texture. This simplifies the drawing pipeline a bit.
2012-02-19IPHONE: Use the proper RGBA5551 palette for the mouse cursor.Johannes Schickel
Formerly the overlay cursor was using a RGB565 palette, even though the texture is really set up as RGBA5551.
2012-02-19IPHONE: Rename _palette to _gamePalette.Johannes Schickel
2012-02-19IPHONE: Use include instead of import for all of our headers.Johannes Schickel
2012-02-19IPHONE: Pass $CPPFLAGS to build command line for ObjC files.Johannes Schickel
2012-02-19IPHONE: Add include guards.Johannes Schickel
2012-02-19IPHONE: Formatting fixes.Johannes Schickel
2012-02-19IPHONE: Remove dead code.Johannes Schickel
2012-02-19NULL: Fix compiler errors when using the NullGraphicsManagerThierry Crozat
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-19NULL: Fix compiler error when using NullMutexManagerThierry Crozat
The compiler error fixed (when trying to set the _mutexManager) is: error: ‘MutexManager’ is an inaccessible base of ‘NullMutexManager’
2012-02-19I18N: Regenerate translations data fileThierry Crozat
2012-02-19I18N: Update French translationThierry Crozat
2012-02-19I18N: Update Hungarian translation from patch #3488461Thierry Crozat
2012-02-18COMMON: Fix value of EVENT_CUSTOM_BACKENDTarek Soliman
I failed to see that the enum was not ordered
2012-02-19IPHONE: Take advantage of Common::EVENT_INVALID.Johannes Schickel
2012-02-19IPHONE: Change F5 (menu) gesture to open up the GMM.Johannes Schickel
Thanks to tsoliman for this patch.
2012-02-18DREAMWEB: Revert "Fix the detection entries for the French and Spanish CD ↵Willem Jan Palenstijn
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-18TSAGE: Disable right click in R2R Scene 1330Paul Gilbert
2012-02-18DREAMWEB: Fix the detection entries for the French and Spanish CD versionsFilippos Karapetis
2012-02-18TSAGE: Disabled Spanish Blue Force detection entryPaul Gilbert
2012-02-17MAEMO: Fix building without keymapper enabledTarek Soliman
2012-02-17SCI: Added some sanity checks by digitallFilippos Karapetis
- 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-17SCI: Fix and cleanup the monochrome cursor codeFilippos Karapetis
This makes the code like FreeSCI again, which is the correct way to fix bug #3487088.
2012-02-17SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor"Filippos Karapetis
2012-02-16MOHAWK: Correct detection md5sum for Tortoise and the Hare Hebrew.D G Turner
md5sum was for datafiles modified by bug submitter to access hidden content. New md5sum is for unmodified standard release.
2012-02-16TSAGE: R2R - Fix various warningsStrangerke
Thanks Digitall for reporting those
2012-02-16I18N: Regenerate translations.datEugene Sandulenko
2012-02-16I18N: Update Russian and Ukrainian translationsEugene Sandulenko
2012-02-16I18N: Update .po filesEugene Sandulenko
2012-02-16I18N: Regenerate .pot fileEugene Sandulenko
2012-02-16Merge pull request #184 from fingolfin/osx-i18nEugene Sandulenko
MACOSX: Update menu translations to match Apple guidelines
2012-02-16COMMON: Fix typoMax Horn
2012-02-16AGOS: CleanupMax Horn
2012-02-16CGE: Change detector singleid to be all lowercaseMax Horn