aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17AUDIO: Really Fix Compilation Against Fluidsynth v2.1+D G Turner
The previous fix did not work as the forbidden exception had no effect since scummsys.h and thus forbidden.h had already been included prior to the fluidsynth header being included. This also meant that undefining the exception define after the header would have had no effect anyway. This new solution was suggest by eriktorbjorn on bug #11278 and should avoid the need to add an exception which would persist over the entire source file.
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-17GRAPHICS: Remove more unused scalersCameron Cawley
2019-12-17GRAPHICS: Remove unused scaler codeCameron Cawley
2019-12-17DIRECTOR: LINGO: Support menu items without commandsEugene Sandulenko
2019-12-17DIRECTOR: LINGO: Execute menu commandsEugene Sandulenko
2019-12-16ANDROID: Fix crash due to adding '.' folder in SearchManagerThanasis Antoniou
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-16GRAPHICS: MACGUI: Delete menu on redefinitionEugene Sandulenko
2019-12-16DIRECTOR: LINGO: Generate code for menu actionsEugene Sandulenko
2019-12-16DIRECTOR: LINGO: Provide actionId for menusEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Added possibility to provide action ids in menus in stringsEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Remove flicker when exiting modal menuEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Optimized drawing of MacMenuEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Restore background for modal MacMenusEugene Sandulenko
2019-12-16GRAPHICS: MACGUI: Initial code for truly modal MacMenuEugene 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-16CREATE_PROJECT: Only link to sapi on WindowsSupSuper
2019-12-16GRAPHICS: MACGUI: Clear preallocated screen in WM when override is requestedEugene Sandulenko
2019-12-16DIRECTOR: Hid noisy warningEugene Sandulenko
2019-12-15AUDIO: Fix Compilation Against Fluidsynth v2.1+D G Turner
This is as reported by eriktorbjorn.
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-15BACKENDS: Add default implementation for GraphicsMode functionsCameron Cawley
2019-12-15DIRECTOR: Clip drawing rects before rendering.Eugene Sandulenko
2019-12-15GRAPHICS: MACGUI: Lessen size of paragraph spacingEugene Sandulenko
2019-12-15DIRECTOR: Improved debug outputEugene Sandulenko
2019-12-15GRAPHICS: MACGUI: Improved debug outputEugene Sandulenko
2019-12-15GRAPHICS: MACGUI: Fixed parameter parsingEugene Sandulenko
2019-12-15PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 60.6% (1672 of 2757 strings)
2019-12-15GLK: ARCHETYPE: Fix Unused Const Variable Compiler WarningD G Turner
This is emitted from Clang with -Wunused-const-variable.