aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2015-05-19SHERLOCK: Systematically use InvMode values when it's appropriateStrangerke
2015-05-19SHERLOCK: Fix some issues pointed by eriktorbjornStrangerke
2015-05-19SHERLOCK: Further minor cleanupsPaul Gilbert
2015-05-19SHERLOCK: Corrected incorrect method name in SaveManagerPaul Gilbert
2015-05-19SHERLOCK: Further cleanup for SaveManagerPaul Gilbert
2015-05-19SHERLOCK: Refactor Surface not to descend directly from Graphics::SurfacePaul Gilbert
2015-05-19SHERLOCK: Add extra constants for object bit-flagsPaul Gilbert
2015-05-19SHERLOCK: More syntactic fixesPaul Gilbert
2015-05-19SHERLOCK: Syntactic fix and define for SaveManagerPaul Gilbert
2015-05-19SHERLOCK: Remove iimplicit conversion operator from ImageFramePaul Gilbert
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-19AGI: implement original sierra font, fix bug #6405Martin Kiewitz
custom font is still used for fanmade games i cannot test preAGI games, because I don't own those.
2015-05-19AGOS: Fix changing rooms in the PC version of Waxworks.Kirben
2015-05-19SHERLOCK: Remove unused typedefPaul Gilbert
2015-05-19SHERLOCK: Remove GCC_PRINTF to fix gcc compilationPaul Gilbert
There are simply too many places that simply pass a string directly to the print methods rather than a format string
2015-05-19SHERLOCK: Replaced references to scene numbers with an enumPaul Gilbert
2015-05-19SHERLOCK: Further addition of enums and method renamesPaul Gilbert
2015-05-18SHERLOCK: Cleanup of Journal::handleEventsPaul Gilbert
2015-05-18SHERLOCK: Further syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Added more of the game options to the Engine tabPaul Gilbert
2015-05-18SHERLOCK: Move the override filename fields into the Animation classPaul Gilbert
2015-05-18SHERLOCK: More replacing numbers with constantsPaul Gilbert
2015-05-18SHERLOCK: Replace magic numbers with enums and constantsPaul Gilbert
2015-05-18SHERLOCK: Remove some redundant fields from UseTypePaul Gilbert
2015-05-18SHERLOCK: Simplify Events not to need it's own copy of the mouse posPaul Gilbert
2015-05-18SHERLOCK: Simplify Events::getKeyPaul Gilbert
2015-05-18SHERLOCK: Syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Remove unused variablePaul Gilbert
2015-05-18SHERLOCK: Fix spacing in constructorsPaul Gilbert
2015-05-18Merge pull request #8 from sirlemonhead/sherlockPaul Gilbert
SHERLOCK: Fix code formatting issues and comment spelling mistakes
2015-05-18SHERLOCK: Fix some issues pointed by LordHotoStrangerke
2015-05-18SHERLOCK: Make loop non-interactive demo (intro)Strangerke
2015-05-18SHERLOCK: Add code to make non-interactive demo completableStrangerke
2015-05-18SCI: sq4cd: extend skateorama workaround bug #6853Martin Kiewitz
2015-05-18SHERLOCK: Fix code formatting issues and comment spelling mistakessirlemonhead
2015-05-18SCI: sq4cd scriptpatch clothes change points #6866Martin Kiewitz
script patch, so that points are awarded, when changing back clothes. You have to clean out the bank account again, because that's the problematic script. Also happened in original interpreter. Only happened for Space Quest 4 CD worked in floppy
2015-05-18SCI: add game & int version to hoyle 1 amigaMartin Kiewitz
2015-05-18SCI: Reenable an English Amiga version of Hoyle 1 (bug #6870)Filippos Karapetis
2015-05-18AGOS: Revert last change for PC version of Waxworks.Kirben
2015-05-18AGOS: Fix restoring room state, when changing rooms in PC version of Waxworks.Kirben
2015-05-17SHERLOCK: Highlight found search matches in the journalPaul Gilbert
2015-05-17SHERLOCK: Journal search buttons shouldn't have keyboard highlightsPaul Gilbert
2015-05-17SHERLOCK: Journal searches are uppercasePaul Gilbert
2015-05-17SHERLOCK: Fix display of beveled background when entering Journal searchPaul Gilbert
2015-05-17SHERLOCK: Skip a couple of cached files for interactive demoStrangerke
2015-05-17SHERLOCK: Replace scumm_stricmp() with equalsIgnoreCase()sirlemonhead
2015-05-17SHERLOCK: Fix decompression of resources from library filesPaul Gilbert
2015-05-17SCI: identifyOffsets() counter variablesMartin Kiewitz
2015-05-17SHERLOCK: Fix scene loading when using a Small installationPaul Gilbert