aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-12-18KYRA: (EOB/PC98) - initial startup fixathrxx
- hook up static resources, sound code, etc - nothing really working yet, though (except the music)
2019-12-18KYRA: (EOB/PC98) - add static resourcesathrxx
2019-12-18KYRA: (EOB/PC98) - add sound driverathrxx
2019-12-18KYRA: (EOB/PC98) - add detection entryathrxx
2019-12-18AUDIO: (FM-TOWNS/PC-98) - fix regression from 0e734722athrxx
My commit 0e734722 causes lockups in SCUMM (sometimes) and SCI (very often). I didn't like the way I had fixed this before, but in the end I now had to do it in a similar way.
2019-12-18GLK: ALAN3: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-17ENGINES: Added clarifying commentEugene Sandulenko
2019-12-17ENGINES: We must poll events in order to show the window on some platforms.Eugene Sandulenko
This is a regression from b86840087. The side effect of it that on Mac the splash screen in not visible at all. I hope that this does not trigger same crash, as it happens now only once.
2019-12-18DIRECTOR: Fix calling convention for b_goScott Percival
2019-12-18DIRECTOR: Remove target for a test archiveScott Percival
This reverts commit 127c3468167e6e60866920751c35580c984abbbb.
2019-12-17DIRECTOR: Added debug channel for executing precompiled bytecodeEugene Sandulenko
2019-12-17DIRECTOR: Fix regression with c_goto commandEugene Sandulenko
2019-12-17DIRECTOR: LINGO: Implement b_goScott Percival
2019-12-17DIRECTOR: LINGO: Add c_namepushScott Percival
2019-12-17DIRECTOR: Add target for a test archiveScott Percival
2019-12-17DIRECTOR: LINGO: Variable name tweaksScott Percival
2019-12-17SHERLOCK: Add Serrated Scalpel Spanish Floppy Detection EntryD G Turner
2019-12-16GLK: LEVEL9: Fix crash in detection codeCameron Cawley
2019-12-17GLK: ALAN2: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-17DIRECTOR: LINGO: Support menu items without commandsEugene Sandulenko
2019-12-17DIRECTOR: LINGO: Execute menu commandsEugene Sandulenko
2019-12-16KYRA: (EOB) - fix stone skin spell warningathrxx
(The Amiga version has as special warning message if the spell has already been cast on a character. This warning was not displayed).
2019-12-16KYRA: (EOB) - fix debugger glitchesathrxx
Seems that some font glyphs that were used for the print_map command aren't present any more. I replaced them with more conventional glyphs.
2019-12-16DIRECTOR: LINGO: Compile menu handlersEugene Sandulenko
2019-12-16DIRECTOR: LINGO: Generate code for menu actionsEugene Sandulenko
2019-12-16DIRECTOR: LINGO: Provide actionId for menusEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Save background on menu activationEugene Sandulenko
2019-12-16DIRECTOR: Fix Missing Default Switch Case in Lingo Flex ParserD G Turner
This is flagged by GCC if -Wswitch-default is enabled.
2019-12-16GLK: AGT: Fix Fallthrough Compiler WarningsD G Turner
One of these was an actal bug which would have caused the score notification to be toggled if the restart verb was unable to be executed due to lack of memory. This is obviously wrong and has been fixed.
2019-12-16GLK: AGT: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16GLK: ADRIFT: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16GLK: MAGNETIC: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16GLK: JACL: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16GLK: SCOTT: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16GLK: QUEST: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16DIRECTOR: Hid noisy warningEugene Sandulenko
2019-12-15WINTERMUTE: Fix bug 11061: Unknown game variant for Wintermute - Face Noirlolbot-iichan
Matched game IDs for the Wintermute engine: facenoir-win {"data.dcp", 0, "50a7a01b97cd3658fc84f2bec7c1212b", 555533359}, This is a version from one of the many times Face Noir has been bundled.
2019-12-15DIRECTOR: Clip drawing rects before rendering.Eugene Sandulenko
2019-12-15DIRECTOR: Improved debug outputEugene Sandulenko
2019-12-15GLK: ARCHETYPE: Fix Unused Const Variable Compiler WarningD G Turner
This is emitted from Clang with -Wunused-const-variable.
2019-12-14MOHAWK: Remove Unused Engine Pointer from Riven Options DialogD G Turner
Flagged by GCC -Wunused-private-field
2019-12-14GRAPHICS: MACGUI: Fixed text format parsingEugene Sandulenko
2019-12-14DIRECTOR: Improved debug outputEugene Sandulenko
2019-12-13DIRECTOR: Implemented slow playback debug optionEugene Sandulenko
2019-12-13DIRECTOR: Changed notion of 'go to' commands to postponedEugene Sandulenko
Previously, we had immediate effect on _currentFrame, which could affect the scripts, and we were losing event for 'exitFrame'. Now, instead we're scheduling next frame in those cases.
2019-12-13DIRECTOR: Fix label processingEugene Sandulenko
2019-12-13DIRECTOR: Properly detect current labelEugene Sandulenko
2019-12-13DIRECTOR: Improved loading debug outputEugene Sandulenko
2019-12-13DIRECTOR: Correct sequence of events around frame drawingEugene Sandulenko
2019-12-13DIRECTOR: Improved image debug outputEugene Sandulenko