Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-06 | SHERLOCK: SS: show inv. exclam. mark in dialog | Martin Kiewitz | |
remove the possible opcode check, that was added to fix the Spanish version crash during the alley room. We now have support for the inverted exclamation mark and we want to show that character. This also shows the inverted question mark. See bug #6931 If there are any more invalid characters, this commit may cause assert()s in fonts.cpp again. | |||
2015-10-05 | SHERLOCK: SS: fix comment typo | Martin Kiewitz | |
2015-10-05 | SHERLOCK: SS: Spanish inv. exclam. mark support | Martin Kiewitz | |
Support for spanish inverted exclamation mark Was skipped over in the original interpreter and also wasn't even included in the spanish font We create the character by ourselves and map it accordingly | |||
2015-10-04 | SHERLOCK: SS: Fix invalid characters when displaying journal | Paul Gilbert | |
2015-10-04 | SHERLOCK: SS: Fix conversation crash in Spanish version | Paul Gilbert | |
2015-10-03 | SHERLOCK: SS: Fix thin drawing of scene objects into UI area | Paul Gilbert | |
2015-10-03 | SHERLOCK: SS: Fix freeze when using flower on flask | Paul Gilbert | |
2015-10-03 | SHERLOCK: SS: Fix hiding Holmes when viewing lab table | Paul Gilbert | |
2015-10-04 | SHERLOCK: Fix drawing glitch mentioned in bug #6928 | Torbjörn Andersson | |
This would happen when drawing an unscaled, flipped sprite that was clipped because it was partway below the bottom of the screen. It was incorrectly adjusting the top and bottom again, even though flipping only affects left and right. | |||
2015-10-03 | SHERLOCK: 3DO: Apply walk points fix to 3DO scene loading | Paul Gilbert | |
2015-10-03 | SHERLOCK: SS: Fix loading points between scene walkable areas | Paul Gilbert | |
Rose Tattoo had the zone lists cleanly listed end to end, but Serrated Sclapel has, at least for Outside Scotland Yard, a whole bunch of garbage at the start of the walk data block | |||
2015-10-02 | SHERLOCK: Fix original save/load slot bug in Serrated Scalpel | Torbjörn Andersson | |
When using ScummVM's save/load dialogs, savegames are numbered from 0 and up, so don't add 1 when saving/loading in the original dialogs. (Populating the original savegame list already worked as expected, which made it even more confusing.) | |||
2015-09-29 | SHERLOCK: RT: Fix restoring background when expanding map closeup | Paul Gilbert | |
2015-09-28 | SHERLOCK: RT: Fix palette corruption using Journal in Diogenes club | Paul Gilbert | |
2015-09-27 | SHERLOCK: SS: Fix audio getting disabled after changing sound settings | Paul Gilbert | |
2015-09-27 | SHERLOCK: Remove unnecessary indentation level | Torbjörn Andersson | |
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 | 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 | 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 | 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 | SHERLOCK: 3DO: Change more color method params from byte to uint | Paul Gilbert | |