Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-17 | SCI: Added some sanity checks by digitall | Filippos 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-17 | SCI: Fix and cleanup the monochrome cursor code | Filippos Karapetis | |
This makes the code like FreeSCI again, which is the correct way to fix bug #3487088. | |||
2012-02-17 | SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor" | Filippos Karapetis | |
2012-02-16 | MOHAWK: 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-16 | TSAGE: R2R - Fix various warnings | Strangerke | |
Thanks Digitall for reporting those | |||
2012-02-16 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2012-02-16 | I18N: Update Russian and Ukrainian translations | Eugene Sandulenko | |
2012-02-16 | I18N: Update .po files | Eugene Sandulenko | |
2012-02-16 | I18N: Regenerate .pot file | Eugene Sandulenko | |
2012-02-16 | Merge pull request #184 from fingolfin/osx-i18n | Eugene Sandulenko | |
MACOSX: Update menu translations to match Apple guidelines | |||
2012-02-16 | COMMON: Fix typo | Max Horn | |
2012-02-16 | AGOS: Cleanup | Max Horn | |
2012-02-16 | CGE: Change detector singleid to be all lowercase | Max Horn | |
2012-02-16 | TSAGE: Remove superfluous md5 bytes setting | Max Horn | |
2012-02-16 | DREAMWEB: Document some locations | Max Horn | |
2012-02-16 | MOHAWK: 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-15 | MAEMO: Remove pointless copy ctor call | Tarek Soliman | |
Thanks LordHoto | |||
2012-02-15 | KEYMAPPER: Add more warning signs | Tarek Soliman | |
2012-02-15 | MAEMO: Register Keymapper Keymap Action default bindings | Tarek Soliman | |
2012-02-15 | KEYMAPPER: Allow ports to define default Keymap Action bindings | Tarek Soliman | |
2012-02-15 | MAEMO: Drop the hardcoded keymap in favor of the keymapper | Tarek Soliman | |
2012-02-15 | TSAGE: R2R - Implement scene 1850 | Strangerke | |
2012-02-15 | TSAGE: R2R - Scene 1337: rename a variable | Strangerke | |
2012-02-15 | MAEMO: Rename hasHwKeyboard and add hasMenuKey | Tarek Soliman | |
2012-02-15 | MAEMO: Use bitshifting in ModelType | Tarek Soliman | |
2012-02-15 | MAEMO: Fix wrong assert | Tarek Soliman | |
2012-02-15 | TSAGE: R2R - Rename inventory enums, fix isInventoryIcon() | Strangerke | |
2012-02-15 | MOHAWK: 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-15 | MACOSX: Update menu translations to match Apple guidelines | Max Horn | |
2012-02-15 | COMPOSER: 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-15 | COMPOSER: 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-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek 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-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2012-02-15 | KEYMAPPER: Make some parameters const | Tarek Soliman | |
2012-02-15 | COMPOSER: 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-15 | COMPOSER: Add Detection Entry for Sleeping Cub Mac. | D G Turner | |
Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not Detected". | |||
2012-02-15 | COMPOSER: 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-15 | OPENGL: More formatting fixes. | Johannes Schickel | |
2012-02-15 | OPENGLSDL: Remove HACK in fullscreen toggle mode. | Johannes Schickel | |
Altering the fullscreen state will automatically force a refresh now. | |||
2012-02-15 | OPENGL: Prevent access to a few more members in the SDL OpenGL code. | Johannes Schickel | |
2012-02-15 | OPENGL: Use tabs instead of spaces for indentation. | Johannes Schickel | |
2012-02-15 | OPENGLSDL: Don't cast EventType into int for switch. | Johannes Schickel | |
2012-02-15 | OPENGL: Use C-style casts. | Johannes Schickel | |
2012-02-15 | OPENGL: Let getGlErrStr return a Common::String. | Johannes Schickel | |
This also makes getGlErrStr use Common::String::format instead of snprintf. | |||
2012-02-15 | OPENGL: Slight formatting fixes. | Johannes Schickel | |
2012-02-15 | OPENGL: Make all GLTexture members private. | Johannes Schickel | |
2012-02-15 | OPENGL: Unvirtualize all GLTexture methods. | Johannes Schickel | |
2012-02-15 | OPENGL: Remove redundant check in adjustMousePosition. | Johannes Schickel | |
2012-02-15 | TSAGE: R2R - Scene 1337: Fix a shadowed variable | Strangerke | |
2012-02-14 | TSAGE: R2R - Scene 1337: rename previously committed function | Strangerke | |