aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2015-05-22SHERLOCK: Fix some uninitialized values and unused variablesStrangerke
2015-05-22SHERLOCK: Fix OR check with identical operandsStrangerke
2015-05-22SHERLOCK: sound: fix CLIPMartin Kiewitz
2015-05-22SHERLOCK: Remove unused variable and fieldPaul Gilbert
2015-05-22SHERLOCK: add detection entry Sherlock 2 GermanMartin Kiewitz
2015-05-22Merge pull request #595 from dreammaster/sherlockPaul Gilbert
2015-05-21SHERLOCK: Rename NUM_OF_PEOPLE for better clarityPaul Gilbert
2015-05-21SHERLOCK: Replaced second MAX_PEOPLE definition with _characters.size()Paul Gilbert
2015-05-21SHERLOCK: Clean up initialization and handling of NPC dataPaul Gilbert
2015-05-21SHERLOCK: Correct some commentsPaul Gilbert
2015-05-21KYRA: Update comment since the file it pointed to movedTorbjörn Andersson
2015-05-21AGOS: Add proper fix for regression when loading saved games in PC version of...Kirben
2015-05-20SHERLOCK: Replace another ONSCREEN_FILES_COUNT valuePaul Gilbert
2015-05-20SHERLOCK: Go to save mode when clicking empty save slotPaul Gilbert
2015-05-20SHERLOCK: Constants fixes in UserInterfacePaul Gilbert
2015-05-20SHERLOCK: Fix display of 'Text Not Found' when doing journal searchesPaul Gilbert
2015-05-20SHERLOCK: Standardised keypress fields as char typePaul Gilbert
2015-05-20SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warningsPaul Gilbert
2015-05-20SHERLOCK: Improve comment as suggested by LordHotoStrangerke
2015-05-20SHERLOCK: Add missing game type in detectionStrangerke
2015-05-20AGOS: Fix regression when loading saved games in PC version of Waxworks.Kirben
2015-05-19SHERLOCK: Use more constants in doEnvControlPaul Gilbert
2015-05-19SHERLOCK: Fix regression in intro sequence displayPaul Gilbert
2015-05-19SHERLOCK: Trim useless spaces and tabsStrangerke
2015-05-19SHERLOCK: Use a bit more MenuMode and SaveModeStrangerke
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
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
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