Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-07 | NEWS: Add fix for sound distortion bug in MADE engine | Thierry Crozat | |
2017-09-07 | MADE: Fix static noise when playing sounds | Thierry Crozat | |
This was a regression introduced in commit 298ea1a. This fixes bug #9753. | |||
2017-09-06 | TITANIC: Add 'skip' response for Deskbot to skip entire checkin | Paul Gilbert | |
2017-09-06 | TITANIC: Make Parrot speech respect the Parrot volume level | Paul Gilbert | |
2017-09-06 | TITANIC: Fix gfx glitch closing SGT chest of drawers | Paul Gilbert | |
2017-09-06 | TITANIC: Fix specifying end frame in movie debugger command | Paul Gilbert | |
2017-09-05 | TITANIC: Allow GMM loading from the copyright and continue dialog | Paul Gilbert | |
2017-09-05 | TITANIC: Fix Bellbot disappearing during checkin cutscene | Paul Gilbert | |
2017-09-05 | TITANIC: Hook up in-game sound sliders to ScummVM volumes | Paul Gilbert | |
2017-09-04 | TITANIC: Implement setup code for sound slider positions | Paul Gilbert | |
2017-09-04 | COMMON: Add helper macro for printing rects | Colin Snover | |
2017-09-04 | SCI32: Fix creating over 20 saves in Phant2 native save game | Colin Snover | |
2017-09-04 | SCI32: Disable save game mangling in Phant2 | Colin Snover | |
Fixes Trac#10035. | |||
2017-09-04 | SCI: Remove already-finished TODO | Colin Snover | |
2017-09-04 | SCI: Allow deep inspection of objects in debugger | Colin Snover | |
2017-09-04 | TITANIC: Cleanup and enum for CPetSound | Paul Gilbert | |
2017-09-04 | TITANIC: Fix display of music system stop button when pressed | Paul Gilbert | |
2017-09-04 | VIDEO: Fix reverse playback right to the very start of the video | Paul Gilbert | |
2017-09-04 | IMAGE: Fix shadowing warning | Paul Gilbert | |
2017-09-03 | TITANIC: Fix Doorbot disappearing on loading prologue elevator savegame | Paul Gilbert | |
2017-09-03 | TITANIC: Fix Doorbot disappearing in prologue elevator | Paul Gilbert | |
2017-09-03 | BLADERUNNER: Fix compilation failure on PPC-AmigaOS4 | Colin Snover | |
On this platform, `int32` is `long`. | |||
2017-09-04 | I18N: Update translations templates | Thierry Crozat | |
2017-09-03 | SCI: Fix builds with SCI32 disabled | Colin Snover | |
2017-09-04 | I18N: Update translations templates | Thierry Crozat | |
2017-09-03 | SCI32: Exit early from screen shake if engine is quitting | Colin Snover | |
2017-09-03 | SCI32: Ignore bad audio map entries on GK2 DE CD 6 | Colin Snover | |
This patch also cleans up the GK2 audio map blacklisting code to reduce the number of redundant checks being made during audio map processing. Fixes Trac#10172. | |||
2017-09-03 | SCI32: Fix load from launcher for Lighthouse | Colin Snover | |
Launcher loads of games without a saved Robot were fine, but games that were saved with a Robot (e.g. room 480 when facing the water) would crash. | |||
2017-09-03 | SCI32: Fix closing a Robot when its Plane has been destroyed already | Colin Snover | |
This can happen during game restores in at least Lighthouse, which has a Robot on the menu screen whose plane is deleted prior to a call to kRestoreGame32 (which closes the Robot). | |||
2017-09-03 | SCI32: Make audio resource size mismatch non-fatal | Colin Snover | |
Lighthouse audio.225 in RESSCI.002 (US English 1.0C) triggers this condition; the audio resource says its data is one byte larger than the recorded size in the volume. In this case, just use the smaller of the two values for the size, to avoid overreads. | |||
2017-09-03 | SCI32: Fix Lighthouse GUIOs | Colin Snover | |
2017-09-03 | SCI32: Correct LSL7 demo GUIOs | Colin Snover | |
2017-09-03 | SCI32: Add standard SRDialog patches to Lighthouse | Colin Snover | |
2017-09-03 | SCI32: Fix crash after credits in Lighthouse | Colin Snover | |
2017-09-03 | SCI32: Clip videos to the screen | Colin Snover | |
This is needed for 8.VMD in Lighthouse (room 380, the credits room), which is rendered partially off the bottom of the screen. OSystem does not accept rects that are offscreen. Technically this video probably should not have been doubled vertically by game scripts, but there is not enough space to fix the rendering with a regular script patch, and it is a very unimportant video. | |||
2017-09-03 | SCI32: Implement kCelLink | Colin Snover | |
kCelLink exists in SSCI since 2.1mid, but it is only known to be used in Lighthouse, during the weapon creation puzzle near the end of the game. | |||
2017-09-03 | SDL: Fix unsafe sprintf usage | Colin Snover | |
Translation strings come from external data sources and can cause a stack buffer overflow here just by accidentally (or maliciously) being too long. | |||
2017-09-03 | TITANIC: Fix Doorbot doubletake in the prologue | Paul Gilbert | |
2017-09-03 | VIDEO: Simplify AVIDecoder reverse playback special handling | Paul Gilbert | |
2017-09-03 | VIDEO: Fix reverse playback in AVIDecoder | Paul Gilbert | |
2017-09-03 | RISCOS: Use double quotes in sed command | Cameron Cawley | |
2017-09-03 | RISCOS: Automatically calculate the correct WimpSlot size | Cameron Cawley | |
2017-09-03 | RISCOS: Use armv3m as the target architecture instead of armv4 | Cameron Cawley | |
2017-09-03 | RISCOS: Use shorter filenames for config and log files | Cameron Cawley | |
2017-09-03 | RISCOS: Check for GCCSDK_INSTALL_ENV | Cameron Cawley | |
2017-09-03 | RISCOS: Correctly set executable extension | Cameron Cawley | |
2017-09-03 | RISCOS: Add networking files to application | Cameron Cawley | |
2017-09-03 | RISCOS: Add RISC OS support | cameron | |
2017-09-02 | TITANIC: Minor cleanup and warning fixes to star control | Paul Gilbert | |
2017-09-02 | Merge pull request #1005 from dafioram/DVectorDAffineDestruction | Paul Gilbert | |
TITANIC: DVectorDAffineDestruction |