Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-27 | TUCKER: Add missing music to the intro | Torbjörn Andersson | |
I'm told not every version of the game plays this. Mine does though, and I see no harm in adding it for all versions. The code is robust enough to work even if the "introdub.raw" file is missing completely. | |||
2015-09-27 | TUCKER: Fix overflow in volume calculation | Torbjörn Andersson | |
This affected Bud's line, "Is that the great mystery invention you had hidden away?" in the intro, making it very hard to hear, and possibly other sounds as well. I don't know if this was a bug in the original game, but it's much closer to the English version I own now. | |||
2015-09-22 | HOPKINS: Fix malformed octal characters | Paul Gilbert | |
2015-09-22 | MADS: Rex - Fix check used to force sprite reload in scene group 1xx | Strangerke | |
2015-09-21 | SHERLOCK: RT: Start next music song when a previous one finishes | Paul Gilbert | |
2015-09-21 | SHERLOCK: RT: Fix trying to scroll journal when there's only a single page | Paul Gilbert | |
2015-09-21 | SHERLOCK: RT: Fix Watson's Journal option not shown on all pages | Paul Gilbert | |
2015-09-21 | SHERLOCK: RT: Remove redundant voices check when showing look dialogs | Paul Gilbert | |
2015-09-20 | SHERLOCK: RT: Fix speech getting muted | Paul Gilbert | |
2015-09-20 | SHERLOCK: RT: Hide cursor when showing map close-up | Paul Gilbert | |
2015-09-17 | SHERLOCK: RT: Don't show cursor during intro | Paul Gilbert | |
2015-09-17 | SHERLOCK: RT: Fix crash clicking outside cards in card game | Paul Gilbert | |
2015-09-16 | SHERLOCK: Play rain sound during 3DO Scalpel intro | Torbjörn Andersson | |
This is based on guesswork, particularly with regards to the volume. It sounds pretty close to a YouTube video I saw of the original game, and at least it's not unpleasantly loud. | |||
2015-09-15 | AUDIO: Fix compiler warning | Christian Krause | |
This commit fixes a compiler warning about a "set but not used" variable. The warning was introduced by commit 2f707bf2. | |||
2015-09-15 | AUDIO: Fix uninitialized read in MP3 initialization | Matthew Hoops | |
Thanks to chkr-private for finding the issue | |||
2015-09-15 | SHERLOCK: Add new detection entries | Paul Gilbert | |
2015-09-15 | SHERLOCK: 3DO: SS: fully fix videoplay memory leak | Martin Kiewitz | |
2015-09-15 | SHERLOCK: 3DO: SS: fix video player memory leak | Martin Kiewitz | |
2015-09-14 | SHERLOCK: 3DO: Fix introduction | Paul Gilbert | |
2015-09-14 | MORTEVIELLE: Do not try to use menu.mor file | Thierry Crozat | |
This file has a different format from menufr.mor and menual.mor and we don't support it. Trying to use this file would lead to wrong menu. If the game version does not contain menufr.mor it has to get the menu from the DAT file. | |||
2015-09-14 | Merge branch 'fix_remove_error' | Willem Jan Palenstijn | |
This is a manual merge of pull request #614, with an added commit. | |||
2015-09-14 | SYMBIAN: Rename define and rephrase comments | Willem Jan Palenstijn | |
2015-09-14 | SYMBIAN: Delete obsolete fixes for 'remove' | Fedor Strizhnev | |
2015-09-14 | SYMBIAN: Fix compilation error caused by remove macro | Fedor Strizhnev | |
2015-09-14 | SHERLOCK: Reduce the scope of several variables. | Strangerke | |
2015-09-13 | SHERLOCK: Mark all entries except 3DO SS as testing | Paul Gilbert | |
2015-09-13 | SHERLOCK: 3DO: Show portrait videos at full size when in hi-res mode | Paul Gilbert | |
2015-09-13 | SHERLOCK: 3DO: Fix refreshing scene after showing portrait video | Paul Gilbert | |
2015-09-13 | SHERLOCK: 3DO: Still allow old 320x200 mode as a fallback | Paul Gilbert | |
2015-09-13 | SHERLOCK: Scale up the cursors for the 3DO version of Scalpel | Torbjörn Andersson | |
This fixes a regression from the in-progress hi-res mode, that made the cursors tiny. | |||
2015-09-13 | SHERLOCK: 3DO: Implementing high-resolution mode for 3DO version | Paul Gilbert | |
This will allow us to play the portrait movies at full resolution, and better display the fonts, which dont look good at low resolution | |||
2015-09-13 | CINE: Correct size of arrays for CD version of Future Wars. | Kirben | |
2015-09-13 | CINE: Add support for CD music in the CD version of Future Wars. | Kirben | |
2015-09-13 | SHERLOCK: SS: 3DO: fix video downscale comment | Martin Kiewitz | |
it's called pixel weighting, not color weighting | |||
2015-09-12 | SHERLOCK: 3DO: Tweak clipping to keep portrait videos on-screen | Paul Gilbert | |
2015-09-12 | SHERLOCK: SS: 3DO: color average for halfsize vids | Martin Kiewitz | |
calculate color average when downscaling videos | |||
2015-09-12 | SHERLOCK: 3DO: Fix portrait display when leaving Baker Street | Paul Gilbert | |
2015-09-12 | SHERLOCK: SS: 3DO: draw video frame for videos | Martin Kiewitz | |
2015-09-11 | SHERLOCK: 3DO: Implement placement of portrait videos | Paul Gilbert | |
2015-09-11 | SHERLOCK: 3DO: Further alignment between portraits and talk text | Paul Gilbert | |
2015-09-11 | SHERLOCK: RT: Fix array overrun when displaying journal | Paul Gilbert | |
2015-09-10 | SHERLOCK: Fix Coverity warnings | Paul Gilbert | |
2015-09-10 | SHERLOCK: Fix memory leak when playing half-sized 3DO movies | Torbjörn Andersson | |
2015-09-09 | SHERLOCK: 3DO: Improve syncing of 3do portrait movies with talk text | Paul Gilbert | |
2015-09-09 | SHERLOCK: 3DO: Implement half-size drawing for portrait movies | Paul Gilbert | |
Ideally, it would be great if the portraits could be played at their original size, but it would mean using a higher resolution graphics mode, and changing co-ordinates everywhere in the engine, which would be a major undertaking | |||
2015-09-09 | SHERLOCK: 3DO: Move 3do movie playback method into ScalpelEngine | Paul Gilbert | |
2015-09-09 | ZVISION: Properly handle monophonic videos in the demo version of ZGI | Filippos Karapetis | |
2015-09-09 | SHERLOCK: 3DO: Change more color method params from byte to uint | Paul Gilbert | |
2015-09-08 | MORTEVIELLE: Fix loading of BRUITS file | Thierry Crozat | |
This was broken in previous commit when adding support for versions that do not have this file. | |||
2015-09-08 | MORTEVIELLE: Fix a couple of crashes occurring in the alternate DOS version | Strangerke | |