aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock
AgeCommit message (Collapse)Author
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
2015-10-17SHERLOCK: RT: Fix Diogenes fire music slightly too long in introPaul Gilbert
2015-10-17SHERLOCK: RT: Fix incorrect music file after intro endsPaul Gilbert
2015-10-17SHERLOCK: RT: Fix setting new scene's music filename when music is offPaul Gilbert
2015-10-17SHERLOCK: RT: Increase darts hand/power speed, computer text fixPaul Gilbert
2015-10-16SHERLOCK: Don't clear events after a non-interruptable delayPaul Gilbert
2015-10-16SHERLOCK: RT: Fix drawing of darts game dart throwsPaul Gilbert
2015-10-16SHERLOCK: RT: Fix darts info display and hide cursorPaul Gilbert
2015-10-16SHERLOCK: RT: Fix crash showing folder to WatsonPaul Gilbert
2015-10-16SHERLOCK: RT: Fix crash skipping intro when anim is activePaul Gilbert
2015-10-16SHERLOCK: RT: Fix crash closing text dialogs with the keyboardPaul Gilbert
2015-10-16SHERLOCK: RT: Fix corrupted savegame thumnailsPaul Gilbert
2015-10-15SHERLOCK: RT: Fix conversation options screwup after viewing journalPaul Gilbert
2015-10-15SHERLOCK: RT: Fix clouds appearing inside Dewar's labPaul Gilbert
2015-10-14SHERLOCK: RT: Hook up fast speed to the Ctrl+S togglePaul 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-13SHERLOCK: RT: Refactor out incorrectly working _loadingSavedGamePaul Gilbert
This likely fixes just about every remaining outstanding bug report. The variable, for a savegame being loaded, was only reset when a previously loaded scene was freed. But if you loaded a game directly from the launcher, there was no previous scene to free, and the variable remained set. Which meant that you could do things in the scene and then either leave the scene or make another save without the _sceneStats update method being called to reflect the changes made in the change in the global flags.
2015-10-12SHERLOCK: RT: Slightly increase movement speedPaul 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-12SHERLOCK: RT: Fix brief incorrect tooltip text after showing animationsPaul Gilbert
2015-10-11SHERLOCK: RT: Fix memory leak in TattooPersonPaul Gilbert
2015-10-11SHERLOCK: RT: Fix frame memory leak in StreamingImageFilePaul Gilbert
2015-10-11SHERLOCK: Fix memory leak playing musicPaul Gilbert
2015-10-11SHERLOCK: SS: Fix gcc compiler warningsPaul Gilbert
2015-10-11SHERLOCK: Fix compilation error on OS XThierry Crozat
The error was: no viable conversion from 'std::__1::nullptr_t' to 'const Common::String'
2015-10-11SHERLOCK: SS: Fix sprites when multiple animations are activePaul Gilbert
2015-10-10SHERLOCK: Change _cAnimShapes to be a pointer arrayPaul Gilbert
This fixes cases where the array has multiple entries; removing a previous entry could result in startCAnim's Object &cObj ending up pointing to an incorrect entry
2015-10-10SHERLOCK: SS: Don't reset Holme's position when loading savegamesPaul Gilbert
2015-10-10SHERLOCK: SS: Fix using keys to select UI buttonsPaul Gilbert
2015-10-10SHERLOCK: SS: Clean up speech playback to use playSpeechPaul Gilbert
2015-10-10SHERLOCK: SS: Fix playback of voices in cutscenesPaul Gilbert
2015-10-08SHERLOCK: RT: fix french detection entryMartin Kiewitz
2015-10-08SHERLOCK: RT: multilingual cleanup + French textMartin Kiewitz
Moved people names to fixed text class Changed order of inventory names + inventory descriptions Fixed German umlauts Added French text
2015-10-08SHERLOCK: SS: Move fixBadText from ScalpelJournal to ScalpelTalkPaul Gilbert
2015-10-07SHERLOCK: SS: Fix crash picking up typewriterPaul Gilbert
2015-10-07SHERLOCK: SS: Fix Holmes character re-appearing in Lab Table scenePaul Gilbert
2015-10-07SHERLOCK: SS: remove PRESS_KEY_xx from header fileMartin Kiewitz
was changed to fixed text class today
2015-10-07SHERLOCK: SS: Multilingual press key textMartin Kiewitz
Press key to continue/for more is now translated in the Spanish+German versions of the game
2015-10-07SHERLOCK: SS: Spanish typo workarounds in journalMartin Kiewitz
Fix a few typos of location names in the journal (Spanish version)
2015-10-07SHERLOCK: SS: Spanish typo workaround on mapMartin Kiewitz
Fix "Alamacen" typo into "Almacen" see bug #6931
2015-10-07SHERLOCK: SS: location "Alley" Spanish translatedMartin Kiewitz
Location "Alley" on the map is now translated in the Spanish version see bug #6931