aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-02-16TSAGE: Remove superfluous md5 bytes settingMax Horn
2012-02-16DREAMWEB: Document some locationsMax Horn
2012-02-16MOHAWK: Add Detection Entry for "Tortoise and the Hare" Hebrew Variant.D G Turner
Parameter from bug #3441928 - "MOHAWK: Hebrew Tortoise and Hare not detected".
2012-02-15MAEMO: Remove pointless copy ctor callTarek Soliman
Thanks LordHoto
2012-02-15KEYMAPPER: Add more warning signsTarek Soliman
2012-02-15MAEMO: Register Keymapper Keymap Action default bindingsTarek Soliman
2012-02-15KEYMAPPER: Allow ports to define default Keymap Action bindingsTarek Soliman
2012-02-15MAEMO: Drop the hardcoded keymap in favor of the keymapperTarek Soliman
2012-02-15TSAGE: R2R - Implement scene 1850Strangerke
2012-02-15TSAGE: R2R - Scene 1337: rename a variableStrangerke
2012-02-15MAEMO: Rename hasHwKeyboard and add hasMenuKeyTarek Soliman
2012-02-15MAEMO: Use bitshifting in ModelTypeTarek Soliman
2012-02-15MAEMO: Fix wrong assertTarek Soliman
2012-02-15TSAGE: R2R - Rename inventory enums, fix isInventoryIcon()Strangerke
2012-02-15MOHAWK: Add Detection Entries For 3 LB Mac Games.D G Turner
Parameters taken from bug #3461368 - "MOHAWK: Living Books Mac Versions Not Recognized".
2012-02-15MACOSX: Update menu translations to match Apple guidelinesMax Horn
2012-02-15COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.D G Turner
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not detected".
2012-02-15COMPOSER: Add Detection Entry for Liam Finds a Story Mac.D G Turner
Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not Detected".
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
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-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-15KEYMAPPER: Make some parameters constTarek Soliman
2012-02-15COMPOSER: Add Detection Entry for Princess and the Crab Mac.D G Turner
Parameters taken from bug #3461984 - "COMPOSER: Mac Princess and the Crab Not Detected".
2012-02-15COMPOSER: Add Detection Entry for Sleeping Cub Mac.D G Turner
Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not Detected".
2012-02-15COMPOSER: Add detection entries for 3 V1 Magic Tales games.D G Turner
These are listed in bug #3485018 - "COMPOSER: v1 undetected MD5's"
2012-02-15OPENGL: More formatting fixes.Johannes Schickel
2012-02-15OPENGLSDL: Remove HACK in fullscreen toggle mode.Johannes Schickel
Altering the fullscreen state will automatically force a refresh now.
2012-02-15OPENGL: Prevent access to a few more members in the SDL OpenGL code.Johannes Schickel
2012-02-15OPENGL: Use tabs instead of spaces for indentation.Johannes Schickel
2012-02-15OPENGLSDL: Don't cast EventType into int for switch.Johannes Schickel
2012-02-15OPENGL: Use C-style casts.Johannes Schickel
2012-02-15OPENGL: Let getGlErrStr return a Common::String.Johannes Schickel
This also makes getGlErrStr use Common::String::format instead of snprintf.
2012-02-15OPENGL: Slight formatting fixes.Johannes Schickel
2012-02-15OPENGL: Make all GLTexture members private.Johannes Schickel
2012-02-15OPENGL: Unvirtualize all GLTexture methods.Johannes Schickel
2012-02-15OPENGL: Remove redundant check in adjustMousePosition.Johannes Schickel
2012-02-15TSAGE: R2R - Scene 1337: Fix a shadowed variableStrangerke
2012-02-14TSAGE: R2R - Scene 1337: rename previously committed functionStrangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement another AI related functionStrangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement another large AI function (subCF979)Strangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement one more large AI function (subCDB90)Strangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement on more AI functionStrangerke
2012-02-14TSAGE: R2R - Scene 1337: Implement AI function subC2C2FStrangerke