aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo
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-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: 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 corrupted savegame thumnailsPaul 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-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-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-09-29SHERLOCK: RT: Fix restoring background when expanding map closeupPaul Gilbert
2015-09-28SHERLOCK: RT: Fix palette corruption using Journal in Diogenes clubPaul Gilbert
2015-09-21SHERLOCK: RT: Start next music song when a previous one finishesPaul Gilbert
2015-09-21SHERLOCK: RT: Fix trying to scroll journal when there's only a single pagePaul Gilbert
2015-09-21SHERLOCK: RT: Fix Watson's Journal option not shown on all pagesPaul Gilbert
2015-09-21SHERLOCK: RT: Remove redundant voices check when showing look dialogsPaul Gilbert
2015-09-20SHERLOCK: RT: Hide cursor when showing map close-upPaul Gilbert
2015-09-17SHERLOCK: RT: Fix crash clicking outside cards in card gamePaul Gilbert
2015-09-14SHERLOCK: Reduce the scope of several variables.Strangerke
2015-09-11SHERLOCK: RT: Fix array overrun when displaying journalPaul Gilbert
2015-09-10SHERLOCK: Fix Coverity warningsPaul Gilbert
2015-09-03SHERLOCK: RT: Keep journal buttons disabled when searchingPaul Gilbert
2015-09-03SHERLOCK: RT: Fix searching and displaying matchesPaul Gilbert
2015-09-01SHERLOCK: RT: Fix entering search terms in the journalPaul Gilbert
2015-08-30SHERLOCK: Syntax fixesPaul Gilbert
2015-08-29SHERLOCK: RT: Don't check for gameplay keys when entering copy protectionPaul Gilbert
2015-08-29SHERLOCK: RT: Fix resetting cursor after buying coffee from GreengrocerPaul Gilbert
2015-08-29SHERLOCK: RT: Replace constant with it's proper enum valuePaul Gilbert
2015-08-29SHERLOCK: Fix comment typosTorbjörn Andersson
2015-08-29SHERLOCK: RT: Fix playing music when displaying the mapPaul Gilbert
2015-08-29SHERLOCK: RT: Add extra delay after showing scene image in the mapPaul 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-28SHERLOCK: RT: Workaround for monkey cap cutscene ending too quicklyPaul 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-27SHERLOCK: RT: Reset _npcIndex when loading savegamePaul Gilbert
2015-08-27SHERLOCK: RT: Fix previous commit, and make talkTo virtualPaul Gilbert
2015-08-27SHERLOCK: RT: Fix incorrect Watson movement at Aerodrome scenePaul Gilbert
2015-08-26SHERLOCK: RT: Workaround for Park Lake bug with Watson's dialogsPaul Gilbert
2015-08-23SHERLOCK: RT: Fix z-ordering when picking up Hat PinPaul Gilbert
2015-08-23SHERLOCK: RT: Fix Watson going off-screen in Cambridge scenePaul Gilbert
2015-08-23SHERLOCK: RT: Workaround for incorrect tooltip for man on train ridePaul Gilbert
2015-08-23SHERLOCK: Replace various scene numbers with enum valuesPaul Gilbert