Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-18 | AUDIO: (FM-TOWNS/PC-98) - set enum members to fixed values | athrxx | |
2019-12-18 | AUDIO: (FM-TOWNS/PC-98) - improve timer flags handling | athrxx | |
Timers should be reset only the first time the enable flag is sent. This also requires some updates to drivers which didn't send these flags accurately. | |||
2019-12-18 | AUDIO: (FM-TOWNS/PC-98) - improve sound quality | athrxx | |
- Increase internal sample rate to dividers of the actual chip clocks and fix other related things. This seems to improve certain sfx/noise generator like sounds. The performance still seems to be okay. - Fix feedback glitch that caused some noise with certain instrument patches when playing short notes. - Fix squarewave sound glitch (mute channels when volume is zero; this could also cause unnecessary noise). - Some cleanup. | |||
2019-12-18 | GLK: ALAN3: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-17 | ENGINES: Added clarifying comment | Eugene Sandulenko | |
2019-12-17 | ENGINES: 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-18 | DIRECTOR: Fix calling convention for b_go | Scott Percival | |
2019-12-18 | DIRECTOR: Remove target for a test archive | Scott Percival | |
This reverts commit 127c3468167e6e60866920751c35580c984abbbb. | |||
2019-12-17 | DIRECTOR: Added debug channel for executing precompiled bytecode | Eugene Sandulenko | |
2019-12-17 | DIRECTOR: Fix regression with c_goto command | Eugene Sandulenko | |
2019-12-17 | DIRECTOR: LINGO: Implement b_go | Scott Percival | |
2019-12-17 | DIRECTOR: LINGO: Add c_namepush | Scott Percival | |
2019-12-17 | DIRECTOR: Add target for a test archive | Scott Percival | |
2019-12-17 | DIRECTOR: LINGO: Variable name tweaks | Scott Percival | |
2019-12-17 | SHERLOCK: Add Serrated Scalpel Spanish Floppy Detection Entry | D G Turner | |
2019-12-17 | AUDIO: 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-16 | GLK: LEVEL9: Fix crash in detection code | Cameron Cawley | |
2019-12-17 | GLK: ALAN2: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-17 | GRAPHICS: Remove more unused scalers | Cameron Cawley | |
2019-12-17 | GRAPHICS: Remove unused scaler code | Cameron Cawley | |
2019-12-17 | DIRECTOR: LINGO: Support menu items without commands | Eugene Sandulenko | |
2019-12-17 | DIRECTOR: LINGO: Execute menu commands | Eugene Sandulenko | |
2019-12-16 | ANDROID: Fix crash due to adding '.' folder in SearchManager | Thanasis Antoniou | |
2019-12-16 | KYRA: (EOB) - fix stone skin spell warning | athrxx | |
(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-16 | KYRA: (EOB) - fix debugger glitches | athrxx | |
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-16 | DIRECTOR: LINGO: Compile menu handlers | Eugene Sandulenko | |
2019-12-16 | GRAPHICS: MACGUI: Delete menu on redefinition | Eugene Sandulenko | |
2019-12-16 | DIRECTOR: LINGO: Generate code for menu actions | Eugene Sandulenko | |
2019-12-16 | DIRECTOR: LINGO: Provide actionId for menus | Eugene Sandulenko | |
2019-12-16 | GRAPHICS: MACGUI: Added possibility to provide action ids in menus in strings | Eugene Sandulenko | |
2019-12-16 | GRAPHICS: MACGUI: Remove flicker when exiting modal menu | Eugene Sandulenko | |
2019-12-16 | GRAPHICS: MACGUI: Optimized drawing of MacMenu | Eugene Sandulenko | |
2019-12-16 | GRAPHICS: MACGUI: Restore background for modal MacMenus | Eugene Sandulenko | |
2019-12-16 | GRAPHICS: MACGUI: Initial code for truly modal MacMenu | Eugene Sandulenko | |
2019-12-16 | GRAPHICS: MACGUI: Save background on menu activation | Eugene Sandulenko | |
2019-12-16 | DIRECTOR: Fix Missing Default Switch Case in Lingo Flex Parser | D G Turner | |
This is flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: AGT: Fix Fallthrough Compiler Warnings | D 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-16 | GLK: AGT: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: ADRIFT: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: MAGNETIC: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: JACL: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: SCOTT: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | GLK: QUEST: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-16 | CREATE_PROJECT: Only link to sapi on Windows | SupSuper | |
2019-12-16 | GRAPHICS: MACGUI: Clear preallocated screen in WM when override is requested | Eugene Sandulenko | |
2019-12-16 | DIRECTOR: Hid noisy warning | Eugene Sandulenko | |
2019-12-15 | AUDIO: Fix Compilation Against Fluidsynth v2.1+ | D G Turner | |
This is as reported by eriktorbjorn. | |||
2019-12-15 | WINTERMUTE: Fix bug 11061: Unknown game variant for Wintermute - Face Noir | lolbot-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-15 | BACKENDS: Add default implementation for GraphicsMode functions | Cameron Cawley | |
2019-12-15 | DIRECTOR: Clip drawing rects before rendering. | Eugene Sandulenko | |