Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-05 | TITANIC: Some renamings in DeskbotScript | Paul Gilbert | |
2016-11-05 | TITANIC: Fix showing replies with multiple response fragments | Paul Gilbert | |
2016-11-05 | TITANIC: Parser fix for saying 'no' to having reservation | Paul Gilbert | |
2016-11-04 | TITANIC: Fix doubling the size of half size video clips | Paul Gilbert | |
2016-11-04 | SCI32: Implement kPlayVMDIgnorePalettes | Colin Snover | |
Used in Shivers room 35170 when pressing the play button. | |||
2016-11-04 | SCI32: Stop digital audio when VMDs open in some SCI2.1 games | Colin Snover | |
2016-11-04 | TITANIC: Fixes to show speaking NPC image in conversation view | Paul Gilbert | |
2016-11-04 | TITANIC: Fix removing parser nodes after processing | Paul Gilbert | |
2016-11-04 | JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
2016-11-04 | SCI32: Fix VMD playback stuttering when kEventFlagToFrame is used | Colin Snover | |
For example, Shivers room 932 when subtitles are enabled. | |||
2016-11-04 | SCI32: Allow format strings with missing arguments | Colin 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-04 | SCI32: Treat %d as unsigned in kString | Colin 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-03 | TITANIC: Parser fixes for using unrecognised words | Paul Gilbert | |
2016-11-03 | TITANIC: Fix copying concepts in getFrameEntry | Paul Gilbert | |
2016-11-03 | TITANIC: Fix choosing correct vocab matches for words | Paul Gilbert | |
2016-11-03 | SCI: Add QFG1 game version to detection table | Colin Snover | |
Thanks @tsoliman for the data. | |||
2016-11-03 | Merge pull request #851 from angstsmurf/composer-gmm-new | Eugene Sandulenko | |
COMPOSER: Support GMM saving/loading and load from launcher | |||
2016-11-03 | SCI32: Allow SCI32 games to update speech & subtitles settings | Colin Snover | |
Fixes Trac#9637. | |||
2016-11-02 | SCI32: Fix incorrect text width calculation of non-ASCII strings | Colin Snover | |
Fixes Trac#9639. | |||
2016-11-02 | TITANIC: Parser fixes | Paul Gilbert | |
2016-11-02 | TITANIC: Disable secondary spatial sources of speech playback | Paul Gilbert | |
2016-11-02 | TITANIC: Fix correctly getting the Deskbot's script | Paul Gilbert | |
2016-11-02 | TITANIC: Change endTalking to setTalking | Paul Gilbert | |
2016-11-02 | SCI32: Fix missing digital audio playback on save game restore | Colin Snover | |
Fixes Trac#9581. | |||
2016-11-02 | SCI: Remove old SCI32 hires detection heuristic | Colin Snover | |
2016-11-02 | SCI32: Automate kNumCels workaround | Colin Snover | |
2016-11-02 | SCI32: Remove incorrect palette.h #include | Colin Snover | |
2016-11-02 | SCI: Add reference dump to disk in debugger | Colin 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-01 | TITANIC: Fix Deskbot startup animation | Paul Gilbert | |
2016-11-01 | TITANIC: Cleanup calls to playMovie | Paul Gilbert | |
2016-11-01 | TITANIC: Cleanup calls to playClip | Paul Gilbert | |
2016-11-01 | TITANIC: Fix log heading for talking to Deskbot | Paul Gilbert | |
2016-11-01 | TITANIC: Add support for mouse wheel scrolling conversations log | Paul Gilbert | |
2016-11-01 | TITANIC: Fix loading of conversation log | Paul Gilbert | |
2016-11-01 | TITANIC: Fix transparency handling for PET glyph selection | Paul Gilbert | |
2016-11-01 | CHEWY: Add additional version information to detection entries | rootfather | |
2016-11-01 | TITANIC: Fix loading of remote buttons | Paul Gilbert | |
2016-10-31 | TITANIC: Fix rendering PET glyphs when scrolled | Paul Gilbert | |
2016-10-31 | TITANIC: Fix another compiler warning | Paul Gilbert | |
2016-10-31 | TITANIC: Fix compiler warnings | Paul Gilbert | |
2016-10-31 | TITANIC: Remove dragged item image when dropped in PET | Paul Gilbert | |
2016-10-31 | MADS: Fix spelling mistake | Paul Gilbert | |
2016-10-31 | DIRECTOR: More debug ouptut to RIFX parsing | Eugene Sandulenko | |
2016-10-31 | Merge pull request #860 from a-detiste/master | Eugene Sandulenko | |
JANITORIAL: Typos found by lintian | |||
2016-10-31 | TITANIC: Implement manual mouse control used during intro | Paul Gilbert | |
2016-10-31 | JANITORIAL: Typos | Alexandre Detiste | |
I've not fixed this one, maybe it's on purpose: RELASE -> RELEASE engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO"; | |||
2016-10-30 | TITANIC: Renamings of mouse methods | Paul Gilbert | |
2016-10-30 | TITANIC: Support cutscene frame counting beyond end of video | Paul Gilbert | |
The intro credits cutscene at least, uses an end frame beyond the video as a way of adding an extra delay after the video finishes | |||
2016-10-30 | DIRECTOR: More debug output on resource loading | Eugene Sandulenko | |
2016-10-30 | TITANIC: Fix PET rendering in Embarkation Lobby | Paul Gilbert | |