Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-10-30 | DM: Fix GCC warning (and potential bug) | Strangerke | |
2016-10-30 | TITANIC: Add extra field initializations | Paul Gilbert | |
2016-10-30 | TITANIC: Fix somer compiler warnings | Paul Gilbert | |
2016-10-30 | TITANIC: Fix playing past very last frame of videos | Paul Gilbert | |
2016-10-30 | TITANIC: Cleanup of CServiceElevatorWIndow class | Paul Gilbert | |
2016-10-30 | TITANIC: Fix setting different video framerates | Paul Gilbert | |
2016-10-30 | TITANIC: Fix floor change message to go to both background & indicator | Paul Gilbert | |
2016-10-29 | TITANIC: Fix playback elevator background at correct speed | Paul Gilbert | |
2016-10-29 | TITANIC: Fix wave file when pressing top elevator button | Paul Gilbert | |
2016-10-29 | TITANIC: Fix pressing buttons in Service Elevator | Paul Gilbert | |
2016-10-29 | TITANIC: Return proper handle from CGameObject::playSound | Paul Gilbert | |
2016-10-29 | DIRECTOR Implement CASt member loading | Eugene Sandulenko | |
2016-10-29 | TITANIC: Fix to Doorbot talking animations selection | Paul Gilbert | |
2016-10-29 | TITANIC: Renaming NPCFLAG enum values for idling | Paul Gilbert | |
2016-10-29 | DIRECTOR: Mark current cast loading method as D2 | Eugene Sandulenko | |
2016-10-29 | DIRECTOR: Fix D4+ score reading | Eugene Sandulenko | |
2016-10-29 | DIRECTOR: Rework Channel data parsing | Eugene Sandulenko | |
2016-10-29 | DIRECTOR: Added more debug output to cast reading | Eugene Sandulenko | |
2016-10-29 | DIRECTOR: Fix crash when there is no shared casts present | Eugene Sandulenko | |
2016-10-29 | DIRECTOR: Fixing Score reading in RIFX format | Eugene Sandulenko | |
2016-10-29 | TITANIC: Fix infinite recursion loading object resources | Paul Gilbert | |
2016-10-28 | TITANIC: Fix playing cutscenes to the very of a video | Paul Gilbert | |
2016-10-28 | TITANIC: Fix room transition cutscenes | Paul Gilbert | |
2016-10-28 | TITANIC: Fix scanning for rooms in parseView | Paul Gilbert | |
2016-10-28 | TITANIC: More renaming and debug logging | Paul Gilbert | |
2016-10-28 | TITANIC: Fix starting queued reverse playing movie clips | Paul Gilbert | |
2016-10-28 | TITANIC: Renames and adding debugging | Paul Gilbert | |
2016-10-28 | BLADERUNNER: fixed memory leaks & overflows | Peter Kohaut | |
fixed few memory leaks fixed overflows prepared more logic for looping but its not yet working correctly - still figuring out original code for vqadecoder | |||
2016-10-28 | SCI: Fix broken loop count check in checkAltInputs | Willem Jan Palenstijn | |
2016-10-28 | SCI: Resolve duplicate resmap.001 check | Willem Jan Palenstijn | |
Before cef5506e9f0ba328a064f058f074c979b8ba6485, we used to check for any files starting with resmap.00. We now check for resmap.000 and resmap.001. | |||
2016-10-27 | TITANIC: Fix interrupting playing sounds | Paul Gilbert | |
2016-10-27 | SCI32: Read byte/string array values as signed in SCI2.1early- | Colin Snover | |
KQ7 1.51 writes int16s from the save game catalogue into a Str object, then retrieves byte 0 from the string and compares it to -1. This happens to work out because (1) characters were treated as signed in SCI2.1early and earlier, and (2) int16s in the save game catalogue were little-endian. In SCI2.1mid and later, this trick no longer works because characters are treated as unsigned and get zero-extended instead. Fixes Trac#9632. | |||
2016-10-27 | TITANIC: Fix setting up timer action strings | Paul Gilbert | |
2016-10-27 | SCI32: Fix typos | Colin Snover | |
Thanks @OmerMor. | |||
2016-10-27 | MOHAWK: Enable riven-demo specific strings for translation | rootfather | |