Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | SHERLOCK: SS: Fix fixed text typo | Martin Kiewitz | |
2016-02-10 | SHERLOCK: RT: Fix typo in fixed inventory text | Martin Kiewitz | |
bug #7023 | |||
2016-02-07 | SHERLOCK: Make journal entries multilingual | Martin Kiewitz | |
Spanish needs to be checked Spanish also needs to be copy and slightly changed for SH1 Also fixed Journal button text for French + Spanish Fixes bug #7019 | |||
2016-02-06 | SHERLOCK: RT: Fix crash removing wax cylinders on gramaphone | Paul Gilbert | |
2016-02-07 | SHERLOCK: RT: Fix translation error | Martin Kiewitz | |
2016-02-05 | SHERLOCK: RT: Properly hook up volume and mute toggles in Options dialog | Paul Gilbert | |
2016-01-29 | SHERLOCK: RT: Simplify ascii char checks, since we don't support accents | Paul Gilbert | |
2016-01-11 | SHERLOCK: Remove empty destructor for WidgetFiles. | Johannes Schickel | |
WidgetBase already has a virtual destructor, thus there is no need to make WidgetFiles have an empty virtual destructor around. This also prevents g++ for Dreamcast from failing due to an internal compiler error. | |||
2015-11-16 | SHERLOCK: Fix Coverity warnings about uninitialized fields | Paul Gilbert | |
2015-11-16 | SHERLOCK: RT: Fix Coverity warning in original savegame dialog | Paul Gilbert | |
2015-11-07 | SHERLOCK: Remove non-ascii character | Eugene Sandulenko | |
2015-10-18 | SHERLOCK: RT: Fix color of darts game power bar | Paul Gilbert | |
2015-10-19 | SHERLOCK: RT: add Spanish text fixes bug #6936 | Martin Kiewitz | |
Previously created Spanish saved games are broken though, need to restart the game | |||
2015-10-17 | SHERLOCK: RT: Fix Diogenes fire music slightly too long in intro | Paul Gilbert | |
2015-10-17 | SHERLOCK: RT: Fix incorrect music file after intro ends | Paul Gilbert | |
2015-10-17 | SHERLOCK: RT: Fix setting new scene's music filename when music is off | Paul Gilbert | |
2015-10-17 | SHERLOCK: RT: Increase darts hand/power speed, computer text fix | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix drawing of darts game dart throws | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix darts info display and hide cursor | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix crash showing folder to Watson | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix crash skipping intro when anim is active | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix corrupted savegame thumnails | Paul Gilbert | |
2015-10-14 | SHERLOCK: RT: Hook up fast speed to the Ctrl+S toggle | Paul Gilbert | |
This reverts back to the original slower speed by default, but allows the Ctrl+S toggle from Scalpel to work in Rose Tattoo to increase the play speed | |||
2015-10-12 | SHERLOCK: RT: Slightly increase movement speed | Paul Gilbert | |
This may cause slight timing issues when doing animations of Holmes playing musical instruments; I've already added special cases for several of them to still keep animations in sync with the music | |||
2015-10-12 | SHERLOCK: RT: Fix brief incorrect tooltip text after showing animations | Paul Gilbert | |
2015-10-11 | SHERLOCK: RT: Fix memory leak in TattooPerson | Paul Gilbert | |
2015-10-08 | SHERLOCK: RT: multilingual cleanup + French text | Martin Kiewitz | |
Moved people names to fixed text class Changed order of inventory names + inventory descriptions Fixed German umlauts Added French text | |||
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-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: Hide cursor when showing map close-up | Paul Gilbert | |
2015-09-17 | SHERLOCK: RT: Fix crash clicking outside cards in card game | Paul Gilbert | |
2015-09-14 | SHERLOCK: Reduce the scope of several variables. | Strangerke | |
2015-09-11 | SHERLOCK: RT: Fix array overrun when displaying journal | Paul Gilbert | |
2015-09-10 | SHERLOCK: Fix Coverity warnings | Paul Gilbert | |
2015-09-03 | SHERLOCK: RT: Keep journal buttons disabled when searching | Paul Gilbert | |
2015-09-03 | SHERLOCK: RT: Fix searching and displaying matches | Paul Gilbert | |
2015-09-01 | SHERLOCK: RT: Fix entering search terms in the journal | Paul Gilbert | |
2015-08-30 | SHERLOCK: Syntax fixes | Paul Gilbert | |
2015-08-29 | SHERLOCK: RT: Don't check for gameplay keys when entering copy protection | Paul Gilbert | |
2015-08-29 | SHERLOCK: RT: Fix resetting cursor after buying coffee from Greengrocer | Paul Gilbert | |
2015-08-29 | SHERLOCK: RT: Replace constant with it's proper enum value | Paul Gilbert | |
2015-08-29 | SHERLOCK: Fix comment typos | Torbjörn Andersson | |
2015-08-29 | SHERLOCK: RT: Fix playing music when displaying the map | Paul Gilbert | |
2015-08-29 | SHERLOCK: RT: Add extra delay after showing scene image in the map | Paul Gilbert | |
The original relied on the delay loading the resources for the scene to show the image for a few seconds, but since scene loading is so much faster now, introduce an extra delay to keep it briefly on-screen | |||
2015-08-28 | SHERLOCK: RT: Workaround for monkey cap cutscene ending too quickly | Paul Gilbert | |
Somewhat unusually, the cutscene for the monkey stealing Hodgkins cap (wilb29a.tlk) is ended immediately after they both run off-screen, but the characters aren't properly marked as hidden until several seconds later when another script, 30cuend, is called. If a user saved the game really quickly before 30cuend is fired, it can leave the game in an in-consistent state. This commit fixes that by forcing the WAIT cursor to remain active until 30cuend has executed. | |||
2015-08-27 | SHERLOCK: RT: Reset _npcIndex when loading savegame | Paul Gilbert | |