aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock
AgeCommit message (Collapse)Author
2016-02-15SHERLOCK: RT: Make darts game properly multilingualMartin 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-14SHERLOCK: RT: Fix starting different darts game modesPaul Gilbert
2016-02-14SHERLOCK: Safer print()Eugene Sandulenko
2016-02-13SHERLOCK: Fix for German version using hatpin/needle in Pratt's pillowPaul 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-12SHERLOCK: RT: Fix conversation crash German Lawton's housePaul Gilbert
2016-02-12SHERLOCK: RT: Work around bad animation frame data in German versionPaul Gilbert
2016-02-12SHERLOCK: Silence noisy GCC warningTorbjörn Andersson
2016-02-11SHERLOCK: SS: Fix typo in fixed textMartin Kiewitz
2016-02-11SHERLOCK: SS: Make "Picked up" text multilingualMartin Kiewitz
Bug #7002 should be fully solved now
2016-02-11SHERLOCK: SS: Make user interface multilingualMartin Kiewitz
Bug #7002 almost fully solved
2016-02-10SHERLOCK: SS: Fix typo in German fixed textMartin Kiewitz
Was like that in the original, we fix it.
2016-02-10SHERLOCK: Fix Spanish journal text - thanks t0byMartin 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-10SHERLOCK: SS: Fix fixed text typoMartin Kiewitz
2016-02-10SHERLOCK: RT: Fix typo in fixed inventory textMartin Kiewitz
bug #7023
2016-02-09SHERLOCK: RT: Fix German umlaut display in JournalPaul Gilbert
2016-02-07SHERLOCK: Make journal entries multilingualMartin 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-06SHERLOCK: RT: Fix crash removing wax cylinders on gramaphonePaul Gilbert
2016-02-07SHERLOCK: RT: Fix translation errorMartin Kiewitz
2016-02-05SHERLOCK: RT: Properly hook up volume and mute toggles in Options dialogPaul Gilbert
2016-02-04SHERLOCK: SS: Fix crash on invalid graphics in German versionPaul Gilbert
2016-02-01SHERLOCK: Silence GCC signed/unsigned warningTorbjörn Andersson
2016-01-31SHERLOCK: SS: Fix Settings dialog hotkeysPaul Gilbert
2016-01-31SHERLOCK: SS: Fix incorrect conversation lines display in German versionPaul Gilbert
2016-01-31SHERLOCK: SS: fix another warningMartin Kiewitz
2016-01-31SHERLOCK: SS: fix warningsMartin Kiewitz
thanks to eriktorbjorn for pointing those out
2016-01-30SHERLOCK: SS: don't setup font for non-play demoMartin 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-30SHERLOCK: SS: button code cleanupMartin Kiewitz
Change the default for the optional parameter "textContainsHotkey" to true, because it's needed almost all of the time.
2016-01-30SHERLOCK: SS: window hotkeys now multilingualMartin Kiewitz
2016-01-30SHERLOCK: SS: make main buttons multilingualMartin Kiewitz
Also fix graphical issue with "press any key to continue" text
2016-01-30SHERLOCK: SS: default to look in inventoryMartin Kiewitz
original interpreter did that too
2016-01-30SHERLOCK: SS: fix inventory button gfx glitchMartin Kiewitz
2016-01-30SHERLOCK: SS: make journal hotkeys multilingualMartin Kiewitz
2016-01-30SHERLOCK: SS: make inventory hotkeys multilingualMartin Kiewitz
2016-01-30SHERLOCK: SS: Make load/save menu multilingualMartin Kiewitz
Also change behavior of makeButton/buttonPrint to directly remove a hotkey-prefix, in case it was passed.
2016-01-30SHERLOCK: SS: make settings multilingualMartin 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-29SHERLOCK: RT: Simplify ascii char checks, since we don't support accentsPaul Gilbert
2016-01-28SHERLOCK: SS: Fix signed char issues with new isPrintable functionPaul Gilbert
2016-01-27SHERLOCK: SS: Fix German accents not showing in journalPaul Gilbert
2016-01-11SHERLOCK: 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-09SHERLOCK: Add validation for journal entry valuesPaul Gilbert
2015-12-01SHERLOCK: SS: Fix crash moving box at TabbacconistsPaul Gilbert
2015-11-25SHERLOCK: fix comment typoMartin Kiewitz
2015-11-23SHERLOCK: SS: Fix exit crash in Sherlock playable demoPaul Gilbert
2015-11-22SHERLOCK: Remove deprecated decompression filePaul Gilbert
2015-11-16SHERLOCK: Change Sherlock from testing to stablePaul Gilbert
2015-11-16SHERLOCK: Fix Coverity warnings about uninitialized fieldsPaul Gilbert
2015-11-16SHERLOCK: RT: Fix Coverity warning in original savegame dialogPaul Gilbert
2015-11-07SHERLOCK: Remove non-ascii characterEugene Sandulenko
2015-10-18SHERLOCK: RT: Fix color of darts game power barPaul Gilbert
2015-10-19SHERLOCK: RT: add Spanish text fixes bug #6936Martin Kiewitz
Previously created Spanish saved games are broken though, need to restart the game