Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-09 | SHERLOCK: Fix crash when searching the Serrated Scalpel journal | Torbjörn Andersson | |
As far as I can tell, the lines I removed to draw the search box are already handled by the call to makeField() above. Also, they were drawing to the wrong surface, and one of them was in the wrong direction, which is what triggered an assertion. | |||
2016-01-30 | SHERLOCK: SS: button code cleanup | Martin Kiewitz | |
Change the default for the optional parameter "textContainsHotkey" to true, because it's needed almost all of the time. | |||
2016-01-30 | SHERLOCK: SS: make journal hotkeys multilingual | Martin Kiewitz | |
2016-01-30 | SHERLOCK: SS: make settings multilingual | Martin Kiewitz | |
Also make it possible to somewhat easily have hotkeys within the button text itself and not just having to use the very first button text character as hotkey. | |||
2015-10-08 | SHERLOCK: SS: Move fixBadText from ScalpelJournal to ScalpelTalk | Paul Gilbert | |
2015-10-07 | SHERLOCK: SS: Spanish typo workarounds in journal | Martin Kiewitz | |
Fix a few typos of location names in the journal (Spanish version) | |||
2015-10-05 | SHERLOCK: SS: Fix garbage text in German version conversation | Paul Gilbert | |
Talking to Watson in the Alleyway scene can result in the text "Change Speaker to Sherlock Holmes" appearing mid-conversation, even in DosBox. This workaround fixes this by skipping the text. | |||
2015-08-20 | SHERLOCK: RT: Don't record journal entries during Watson's prologue | Paul Gilbert | |
2015-07-26 | SHERLOCK: RT: Move Journal record method back to Journal class | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Cleanup and fleshing out of saving | Paul Gilbert | |
2015-06-26 | SHERLOCK: Split FixedText into separate descendents for each game | Paul Gilbert | |
2015-06-25 | SHERLOCK: RT: Further split-off of Scalpel-specific code | Paul Gilbert | |
2015-06-21 | SHERLOCK: RT: Implemented further journal draw methods | Paul Gilbert | |
2015-06-21 | SHERLOCK: RT: Move journal code used by both games back to Journal | Paul Gilbert | |
2015-06-21 | SHERLOCK: Split up Journal class for each game | Paul Gilbert | |