aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-16JANITORIAL: Fix engine orderingMatthew Hoops
2013-11-16FULLPIPE: MovGraph2::buildMovInfo1MessageQueue(), more typesEugene Sandulenko
2013-11-16SCI: workaround for sq4 hintbook script bug (#6447)Martin Kiewitz
2013-11-16SCI: fixing warning about missing bracesMartin Kiewitz
2013-11-16FULLPIPE: MovGraph2::buildMovInfo1MessageQueue() implementation. Almost thereEugene Sandulenko
2013-11-15TSAGE: 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-15WINTERMUTE: 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-14TSAGE: Fix for Quinn's visage in R2R forest campfire sequencePaul Gilbert
2013-11-14TSAGE: Full height bugfix for R2R balloon landing scenePaul Gilbert
2013-11-14TSAGE: Bugfixing and minor renaming for R2R Maglev scenePaul Gilbert
2013-11-14FULLPIPE: MovGraph2::buildMovInfo1MessageQueue() implementationEugene Sandulenko
2013-11-14SDL: 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-14AVALANCHE: Fix bug when Tuck tries to grab AvvyStrangerke
2013-11-14GUI: 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-14GUI: 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-13TSAGE: Fix for R2R Rimwall crash cutscene to be full screenPaul Gilbert
2013-11-13TSAGE: Fix for walk regions around R2R intact spaceport shipPaul Gilbert
2013-11-13TSAGE: Fix to show walk cursor after getting joystickPaul Gilbert
2013-11-13TSAGE: Fix for corrupted R2R bridge speakers. This invalidates prior scene ↵Paul Gilbert
300 saves
2013-11-14TSAGE: R2R - Fix wreckage disappearing when grabbing the diagnostic display, ↵Strangerke
in scene 1550
2013-11-13TSAGE: R2R - comment out some noisy warningsStrangerke
2013-11-13FULLPIPE: MovGraph2::buildMovInfo1MessageQueue() implementation con'tEugene Sandulenko
2013-11-13TSAGE: Fix for R2R spaceport check for when to trigger ARM arriving cutscenePaul Gilbert
2013-11-13TSAGE: Fix for showing correct cursor on R2R bridge post spaceport landingPaul Gilbert
2013-11-13TSAGE: Fix to show UI after landing on spaceport cutscenePaul Gilbert
2013-11-13TSAGE: R2R - Fix a crash when switching from active to passive scan after ↵Strangerke
visiting canyon people
2013-11-12TSAGE: Fix for R2R crash loading voice after landing on spaceportPaul Gilbert
2013-11-12TSAGE: R2R Fix for restoriong scenes with objects using a shadow mapPaul Gilbert
2013-11-12TSAGE: Fix for R2R cutscene scene 1500 to be full screenPaul Gilbert
2013-11-12TSAGE: Animation player fix to match speed with the originalPaul Gilbert
2013-11-12TSAGE: Fix for positioning R2R text to account for screen boundaryPaul Gilbert
2013-11-13FULLPIPE: More work on MovGraph2::buildMovInfo1MessageQueue()Eugene Sandulenko
2013-11-12GRAPHICS: Set PNG alpha bits to 0 if there's no alpha present.Alyssa Milburn
This fixes the color-keying checks in Wintermute for PNG images.
2013-11-12TSAGE: R2R - Remove obsolete TODOStrangerke
2013-11-11TSAGE: Bugfix for R2R voice playback of Louis Wu InfodiskPaul Gilbert
2013-11-11TSAGE: Fix for looking at R2R Quantam Drive after releasing stasis fieldPaul Gilbert
2013-11-11TSAGE: Fix for ASound initialisationPaul Gilbert
2013-11-12FULLPIPE: More work on MovGraph2::buildMovInfo1MessageQueue()Eugene Sandulenko
2013-11-12TSAGE: R2R - Fix puppeter heads reappearing in introStrangerke
2013-11-11TSAGE: Ringworld - Renaming in scene 90Strangerke
2013-11-11TSAGE: Ringworld: Renaming in scene 60Strangerke
2013-11-11TSAGE: R2R - Reduce the scope of scene variables in logic group 3Strangerke
2013-11-11TSAGE: R2R - Reduce the scope of scene variables in logic group 2Strangerke
2013-11-11TSAGE: R2R - Reduce the scope of scene variables in logic group 1Strangerke
2013-11-11TSAGE: R2R - Reduce the scope of scene variables in logic group 0Strangerke
2013-11-11TSAGE: Ringworld: renaming in scene 50, ...Strangerke
Also: - some minor refactoring in scene 30 - bugfixing of background in scene 50 - modification of original behavior for LOOK cursor on the wall, which was inappropriate. - misc comments of useless objects - reduce scope of some variables
2013-11-11TSAGE: Ringworld - Renaming in scene 40, remove a useless variableStrangerke
2013-11-11TSAGE: Ringworld - Renaming in scene 20, small refactoring, remove a useless ↵Strangerke
variable
2013-11-11TSAGE: Ringworld - Renaming in scene 15Strangerke
2013-11-11SDL: Remove misleading comments, based on incomplete information at MSDN. ↵Kirben
GetLocalInfo is supported on Windows 95 onwards, but MSDN fails to mention older Windows versions.