Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-19 | IPHONE: Pass $CPPFLAGS to build command line for ObjC files. | Johannes Schickel | |
2012-02-19 | IPHONE: Add include guards. | Johannes Schickel | |
2012-02-19 | IPHONE: Formatting fixes. | Johannes Schickel | |
2012-02-19 | IPHONE: Remove dead code. | Johannes Schickel | |
2012-02-19 | NULL: Fix compiler errors when using the NullGraphicsManager | Thierry 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-19 | NULL: Fix compiler error when using NullMutexManager | Thierry Crozat | |
The compiler error fixed (when trying to set the _mutexManager) is: error: ‘MutexManager’ is an inaccessible base of ‘NullMutexManager’ | |||
2012-02-19 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-02-19 | I18N: Update French translation | Thierry Crozat | |
2012-02-19 | I18N: Update Hungarian translation from patch #3488461 | Thierry Crozat | |
2012-02-18 | COMMON: Fix value of EVENT_CUSTOM_BACKEND | Tarek Soliman | |
I failed to see that the enum was not ordered | |||
2012-02-19 | IPHONE: Take advantage of Common::EVENT_INVALID. | Johannes Schickel | |
2012-02-19 | IPHONE: Change F5 (menu) gesture to open up the GMM. | Johannes Schickel | |
Thanks to tsoliman for this patch. | |||
2012-02-18 | DREAMWEB: 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-18 | TSAGE: Disable right click in R2R Scene 1330 | Paul Gilbert | |
2012-02-18 | DREAMWEB: Fix the detection entries for the French and Spanish CD versions | Filippos Karapetis | |
2012-02-18 | TSAGE: Disabled Spanish Blue Force detection entry | Paul Gilbert | |
2012-02-17 | MAEMO: Fix building without keymapper enabled | Tarek Soliman | |
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 | |