Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-15 | SHERLOCK: RT: Make darts game properly multilingual | Martin Kiewitz | |
Hopefully all issues were caught Also added a "wait for keypress" right after result of latest dart throw is shown like in the original, so that dart results are not immediately cleared. Also added support for "1 point" instead of writing "1 points" | |||
2016-02-14 | SHERLOCK: RT: Fix starting different darts game modes | Paul Gilbert | |
2016-02-14 | SHERLOCK: Safer print() | Eugene Sandulenko | |
2016-02-13 | SHERLOCK: Fix for German version using hatpin/needle in Pratt's pillow | Paul Gilbert | |
In Pratt's Loft, the player can probe the pillow with either the needle or the hatpin. However, the German version accidentally set up use actions for the hatpin twice, resulting in a crash if you tried to use it | |||
2016-02-12 | SHERLOCK: RT: Fix conversation crash German Lawton's house | Paul Gilbert | |
2016-02-12 | SHERLOCK: RT: Work around bad animation frame data in German version | Paul Gilbert | |
2016-02-12 | SHERLOCK: Silence noisy GCC warning | Torbjörn Andersson | |
2016-02-11 | SHERLOCK: SS: Fix typo in fixed text | Martin Kiewitz | |
2016-02-11 | SHERLOCK: SS: Make "Picked up" text multilingual | Martin Kiewitz | |
Bug #7002 should be fully solved now | |||
2016-02-11 | SHERLOCK: SS: Make user interface multilingual | Martin Kiewitz | |
Bug #7002 almost fully solved | |||
2016-02-10 | SHERLOCK: SS: Fix typo in German fixed text | Martin Kiewitz | |
Was like that in the original, we fix it. | |||
2016-02-10 | SHERLOCK: Fix Spanish journal text - thanks t0by | Martin Kiewitz | |
Some lines were not translated that well, probably because the original added words together in code based on English grammar, so the translator was probably very restricted. | |||
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-09 | SHERLOCK: RT: Fix German umlaut display in Journal | Paul Gilbert | |
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-02-04 | SHERLOCK: SS: Fix crash on invalid graphics in German version | Paul Gilbert | |
2016-02-01 | SHERLOCK: Silence GCC signed/unsigned warning | Torbjörn Andersson | |
2016-01-31 | SHERLOCK: SS: Fix Settings dialog hotkeys | Paul Gilbert | |
2016-01-31 | SHERLOCK: SS: Fix incorrect conversation lines display in German version | Paul Gilbert | |
2016-01-31 | SHERLOCK: SS: fix another warning | Martin Kiewitz | |
2016-01-31 | SHERLOCK: SS: fix warnings | Martin Kiewitz | |
thanks to eriktorbjorn for pointing those out | |||
2016-01-30 | SHERLOCK: SS: don't setup font for non-play demo | Martin Kiewitz | |
Do not setup font for non-playable demo Non-playable demo does not have any font at all Fixes non-playable demo not working | |||
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: window hotkeys now multilingual | Martin Kiewitz | |
2016-01-30 | SHERLOCK: SS: make main buttons multilingual | Martin Kiewitz | |
Also fix graphical issue with "press any key to continue" text | |||
2016-01-30 | SHERLOCK: SS: default to look in inventory | Martin Kiewitz | |
original interpreter did that too | |||
2016-01-30 | SHERLOCK: SS: fix inventory button gfx glitch | Martin Kiewitz | |
2016-01-30 | SHERLOCK: SS: make journal hotkeys multilingual | Martin Kiewitz | |
2016-01-30 | SHERLOCK: SS: make inventory hotkeys multilingual | Martin Kiewitz | |
2016-01-30 | SHERLOCK: SS: Make load/save menu multilingual | Martin Kiewitz | |
Also change behavior of makeButton/buttonPrint to directly remove a hotkey-prefix, in case it was passed. | |||
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. | |||
2016-01-29 | SHERLOCK: RT: Simplify ascii char checks, since we don't support accents | Paul Gilbert | |
2016-01-28 | SHERLOCK: SS: Fix signed char issues with new isPrintable function | Paul Gilbert | |
2016-01-27 | SHERLOCK: SS: Fix German accents not showing in journal | 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-12-09 | SHERLOCK: Add validation for journal entry values | Paul Gilbert | |
2015-12-01 | SHERLOCK: SS: Fix crash moving box at Tabbacconists | Paul Gilbert | |
2015-11-25 | SHERLOCK: fix comment typo | Martin Kiewitz | |
2015-11-23 | SHERLOCK: SS: Fix exit crash in Sherlock playable demo | Paul Gilbert | |
2015-11-22 | SHERLOCK: Remove deprecated decompression file | Paul Gilbert | |
2015-11-16 | SHERLOCK: Change Sherlock from testing to stable | Paul Gilbert | |
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 |