Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-20 | FULLPIPE: Move sceneIntro to separate file | Eugene Sandulenko | |
2013-11-20 | FULLPIPE: Move message handlers into separate file | Eugene Sandulenko | |
2013-11-20 | FULLPIPE: Consolidate lift-related functions in one file | Eugene Sandulenko | |
2013-11-20 | TSAGE: R2R - Fix missing variable initialization | Strangerke | |
2013-11-20 | TSAGE: R2R - Fix bug in Scene 1950 | Strangerke | |
2013-11-19 | FULLPIPE: Complete scene02 | Eugene Sandulenko | |
2013-11-19 | FULLPIPE: More work on scene02 | Eugene Sandulenko | |
2013-11-19 | SCI: proper laura bow 2 script patch for safe issue | Martin Kiewitz | |
fixes one half of bug #6460 | |||
2013-11-19 | TSAGE: R2R - Add a workaround for the pathfinding issue in vampire maze, ↵ | Strangerke | |
remove some useless braces | |||
2013-11-19 | FULLPIPE: More work on scene02 | Eugene Sandulenko | |
2013-11-19 | FULLPIPE: Do some renaming in scene02 | Eugene Sandulenko | |
2013-11-19 | AVALANCHE: Fix display of speed state. | urukgit | |
2013-11-19 | AVALANCHE: Fix timer. | urukgit | |
2013-11-19 | TSAGE: Graphic fix for image flags affecting frame centroid location | Paul Gilbert | |
2013-11-19 | TSAGE: R2R fix for using ladder at bottom of lift shaft | Paul Gilbert | |
2013-11-18 | TSAGE: Don't assert in PlayStream::getFileOffset() when no data exists | Filippos Karapetis | |
This function returns 0 when no valid voice data is found, at the place where it's used. This prevents the game asserting during the intro, when no speech file is present, in platforms with limited disk space | |||
2013-11-18 | FULLPIPE: Started scene02 implementation | Eugene Sandulenko | |
2013-11-18 | AVALANCHE: Repair the timer. | urukgit | |
2013-11-18 | WINTERMUTE: Add a fake detection entry for Czech Dead City. | Einar Johan Trøan Sømåen | |
The language data for the Czech version are in data.dcp, but the pairs of {language.dcp, data.dcp} get preference over just a match on data.dcp, thus we need to detect Czech as one of these pairs, giving the user the choice of language on detection. In this case I just copied the english-detection. | |||
2013-11-18 | WINTERMUTE: Add quite a bit of hackery to allow Reversion 1.3 to select ↵ | Einar Johan Trøan Sømåen | |
languages properly. Reversion 1.3 seems to have one language file in it’s main-folder, and a full set in languages/ (not language/ like a few other games), the names of the language-files are also different from what we’ve seen earlier. | |||
2013-11-18 | TSAGE: R2R - Some renaming in scene 1750 | Strangerke | |
2013-11-18 | TSAGE: R2R - Remove useless function in scene 1750 | Strangerke | |
2013-11-17 | FULLPIPE: Complete implementation of MovGraph2::buildMovInfo1MessageQueue() | Eugene Sandulenko | |
2013-11-17 | FULLPIPE: Get rid of ambiguity in MovGraph2 class | Eugene Sandulenko | |
2013-11-18 | SCI: added script patch to fix sq5 toolbox bug | Martin Kiewitz | |
fixes bug #6457 | |||
2013-11-17 | TSAGE: R2R - Add comments related to flag 52, 53 and 54 in scene 1100 | Strangerke | |
2013-11-17 | OPENGL: Fix >1Bpp mouse cursors which do not require format conversion. | Johannes Schickel | |
2013-11-16 | TSAGE: Cleanup and correct entrance/exits for R2R balloon launch | Paul Gilbert | |
2013-11-16 | TSAGE: R2R fix for Quinn moving from output to ARM ship | Paul Gilbert | |
2013-11-16 | JANITORIAL: Fix engine ordering | Matthew Hoops | |
2013-11-16 | FULLPIPE: MovGraph2::buildMovInfo1MessageQueue(), more types | Eugene Sandulenko | |
2013-11-16 | SCI: workaround for sq4 hintbook script bug (#6447) | Martin Kiewitz | |
2013-11-16 | SCI: fixing warning about missing braces | Martin Kiewitz | |
2013-11-16 | FULLPIPE: MovGraph2::buildMovInfo1MessageQueue() implementation. Almost there | Eugene Sandulenko | |
2013-11-15 | TSAGE: R2R - Add hardcoded logic to handle Seeker failing to open door in ↵ | Strangerke | |
scene 1800. This fixes a bug in the original game. | |||
2013-11-15 | WINTERMUTE: Add bold-font support for FreeSans.ttf (and only FreeSans for now). | Einar Johan Trøan Sømåen | |
This is mostly a quick fix to solve the rather common case of wanting to use bold Arial. This will not handle the user adding the actual Arial.ttf file to the folder yet, but atleast it solves the common case of having to fallback to FreeSans. | |||
2013-11-14 | TSAGE: Fix for Quinn's visage in R2R forest campfire sequence | Paul Gilbert | |
2013-11-14 | TSAGE: Full height bugfix for R2R balloon landing scene | Paul Gilbert | |
2013-11-14 | TSAGE: Bugfixing and minor renaming for R2R Maglev scene | Paul Gilbert | |
2013-11-14 | FULLPIPE: MovGraph2::buildMovInfo1MessageQueue() implementation | Eugene Sandulenko | |
2013-11-14 | SDL: Fix bug where config file path could exceed maximum path length. | D G Turner | |
The fix is the change in the MAXPATHLEN check, but have also migrated this to Common::String to make the fix easier. Thanks to klusark for pointing out this problem. | |||
2013-11-14 | AVALANCHE: Fix bug when Tuck tries to grab Avvy | Strangerke | |
2013-11-14 | GUI: Use Common::String for console history, to ensure buffer safety. | Joel Teichroeb | |
Previously, if the user enters a command that is more than 256 characters, it will overflow the history buffer. By using a Common::String, this is not possible. | |||
2013-11-14 | GUI: Fix for potential bad cursor palette access in warning case. | Joel Teichroeb | |
Previously, if the colorsFound exceeded the maximum number of cursor colors, a bad access to the cursor palette buffer could be performed before the warning was emitted. This reordering avoids that. | |||
2013-11-13 | TSAGE: Fix for R2R Rimwall crash cutscene to be full screen | Paul Gilbert | |
2013-11-13 | TSAGE: Fix for walk regions around R2R intact spaceport ship | Paul Gilbert | |
2013-11-13 | TSAGE: Fix to show walk cursor after getting joystick | Paul Gilbert | |
2013-11-13 | TSAGE: Fix for corrupted R2R bridge speakers. This invalidates prior scene ↵ | Paul Gilbert | |
300 saves | |||
2013-11-14 | TSAGE: R2R - Fix wreckage disappearing when grabbing the diagnostic display, ↵ | Strangerke | |
in scene 1550 | |||
2013-11-13 | TSAGE: R2R - comment out some noisy warnings | Strangerke | |