aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-11-06TITANIC: Fix showing movie clip of BellBot arrivingPaul Gilbert
2016-11-06TITANIC: Fix triggering BellBot summonPaul Gilbert
2016-11-06TITANIC: Fixes for allocating an assigned roomPaul Gilbert
2016-11-06TITANIC: Fix Deskbot saying your assigned roomPaul Gilbert
2016-11-06TITANIC: Fix parser crash giving the same response multiple timesPaul Gilbert
2016-11-06TITANIC: Workaround original game bug in fish responsePaul Gilbert
The original was meant to allow you to enter "fish" in response to the Deskbot's fish question, but it didn't because fish was also recognised as a common phrase for replacement during pre-processing
2016-11-06TITANIC: Fix crash in TTparser::processModifiersPaul Gilbert
2016-11-06TITANIC: Fix word wrapping in the conversation logPaul Gilbert
2016-11-06ADL: Fix warningsWalter van Niftrik
2016-11-06ADL - Fix overflow causing infinite loop in word-wrapping (bug #9628)Torbjörn Andersson
When the text to word-wrap was longer than 255 characters, the 'pos' and 'endPos' counters would overflow, causing it to never reach the end of the string to word-wrap.
2016-11-05TITANIC: Further changes to use PassengerClass enumPaul Gilbert
2016-11-05TITANIC: Cleanup of class handling in PET Rooms tabPaul Gilbert
2016-11-05TITANIC: Free allocated class type definitions on exitPaul Gilbert
2016-11-05TITANIC: Fix line wrapping in conversation logPaul Gilbert
2016-11-05TITANIC: Fix replaying cached previously played soundsPaul Gilbert
2016-11-05TITANIC: Correct naming usage for PET Text ending character indexPaul Gilbert
2016-11-05TITANIC: Fix showing status messages in the PETPaul Gilbert
2016-11-05TITANIC: Don't allow exiting EmbLobby without checking inPaul Gilbert
2016-11-05TITANIC: Replaced int passenger class with PassengerClass enumPaul Gilbert
2016-11-05TITANIC: Some renamings in DeskbotScriptPaul Gilbert
2016-11-05TITANIC: Fix showing replies with multiple response fragmentsPaul Gilbert
2016-11-05TITANIC: Parser fix for saying 'no' to having reservationPaul Gilbert
2016-11-04TITANIC: Fix doubling the size of half size video clipsPaul Gilbert
2016-11-04SCI32: Implement kPlayVMDIgnorePalettesColin Snover
Used in Shivers room 35170 when pressing the play button.
2016-11-04SCI32: Stop digital audio when VMDs open in some SCI2.1 gamesColin Snover
2016-11-04TITANIC: Fixes to show speaking NPC image in conversation viewPaul Gilbert
2016-11-04TITANIC: Fix removing parser nodes after processingPaul Gilbert
2016-11-04JANITORIAL: Whitespace fixesEugene Sandulenko
2016-11-04SCI32: Fix VMD playback stuttering when kEventFlagToFrame is usedColin Snover
For example, Shivers room 932 when subtitles are enabled.
2016-11-04SCI32: Allow format strings with missing argumentsColin Snover
SSCI created a fake va_list and passed it to vsprintf, so extra placeholders would just silently end up reading garbage memory.
2016-11-04SCI32: Treat %d as unsigned in kStringColin Snover
At least Shivers has VMDs with resource IDs above 2^15; treating %d as signed means that the wrong filename gets created.
2016-11-03TITANIC: Parser fixes for using unrecognised wordsPaul Gilbert
2016-11-03TITANIC: Fix copying concepts in getFrameEntryPaul Gilbert
2016-11-03TITANIC: Fix choosing correct vocab matches for wordsPaul Gilbert
2016-11-03SCI: Add QFG1 game version to detection tableColin Snover
Thanks @tsoliman for the data.
2016-11-03Merge pull request #851 from angstsmurf/composer-gmm-newEugene Sandulenko
COMPOSER: Support GMM saving/loading and load from launcher
2016-11-03SCI32: Allow SCI32 games to update speech & subtitles settingsColin Snover
Fixes Trac#9637.
2016-11-02SCI32: Fix incorrect text width calculation of non-ASCII stringsColin Snover
Fixes Trac#9639.
2016-11-02TITANIC: Parser fixesPaul Gilbert
2016-11-02TITANIC: Disable secondary spatial sources of speech playbackPaul Gilbert
2016-11-02TITANIC: Fix correctly getting the Deskbot's scriptPaul Gilbert
2016-11-02TITANIC: Change endTalking to setTalkingPaul Gilbert
2016-11-02SCI32: Fix missing digital audio playback on save game restoreColin Snover
Fixes Trac#9581.
2016-11-02SCI: Remove old SCI32 hires detection heuristicColin Snover
2016-11-02SCI32: Automate kNumCels workaroundColin Snover
2016-11-02SCI32: Remove incorrect palette.h #includeColin Snover
2016-11-02SCI: Add reference dump to disk in debuggerColin Snover
This allows references in memory to be dumped to disk for examination by other tools. In the case of SCI32 bitmaps, data is output in 8-bit TGA format without transparency, which allows the current palette to also be examined. (The alternative would be to use 32-bit TGA to display transparency, and lose the palette, or dump to a more complicated format that supports 1-bit transparency.)
2016-11-01TITANIC: Fix Deskbot startup animationPaul Gilbert
2016-11-01TITANIC: Cleanup calls to playMoviePaul Gilbert
2016-11-01TITANIC: Cleanup calls to playClipPaul Gilbert