aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-20IPHONE: Move OpenGL ES context generation to its own method.Johannes Schickel
2012-02-20IPHONE: Precalculate vertex/tex coordinates for game screen/overlay.Johannes Schickel
2012-02-20KEYMAPPER: Add some commentsTarek Soliman
2012-02-20IPHONE: Use render buffer size instead of application frame size for video si...Johannes Schickel
2012-02-20IPHONE: Rename _screenRect to _gameScreenRect.Johannes Schickel
2012-02-20IPHONE: Rename _backing[Width,Height] to _renderBuffer[Width,Height].Johannes Schickel
2012-02-20IPHONE: Don't overwrite orientation when the OpenGL ES context is created.Johannes Schickel
2012-02-20IPHONE: Refactor event code a bit.Johannes Schickel
2012-02-20IPHONE: Even more slight formatting fixes.Johannes Schickel
2012-02-20KEYMAPPER: Change how keymaps are displayed in the remap dialogTarek Soliman
2012-02-20COMMON: Filter non-ASCII values in ctype.h-style isFOO functionsMax Horn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-20IPHONE: Slight game screen texture related variable renaming.Johannes Schickel
2012-02-20IPHONE: Slight cleanup.Johannes Schickel
2012-02-20IPHONE: Remove some unused variables.Johannes Schickel
2012-02-20KEYMAPPER: Move F7 and F8 handling to DefaultEventMapperTarek Soliman
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
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
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
2012-02-19IPHONE: Use the proper RGBA5551 palette for the mouse cursor.Johannes Schickel
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
2012-02-19NULL: Fix compiler error when using NullMutexManagerThierry Crozat
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
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
2012-02-18DREAMWEB: Revert "Fix the detection entries for the French and Spanish CD ver...Willem Jan Palenstijn
2012-02-18TSAGE: Disable right click in R2R Scene 1330Paul Gilbert