aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
AgeCommit message (Collapse)Author
2017-04-07TITANIC: Shift vector returns from params to return valuesPaul Gilbert
2017-04-06TITANIC: Add missing initializer for CStarRef1Paul Gilbert
2017-04-06TITANIC: Fix gcc warningPaul Gilbert
2017-04-06TITANIC: Add missing content for OSVideoSurface::clearPaul Gilbert
2017-04-05TITANIC: Further cleanup of pose usagesPaul Gilbert
2017-04-05TITANIC: Fix some incorrect type castsPaul Gilbert
2017-04-05TITANIC: Renamed CStarControlSub6 to FPosePaul Gilbert
2017-04-05TITANIC: Change many doubles to floats to match original's precisionPaul Gilbert
Many of the Star Control classes in the original explicitly used floats rather than doubles. I'm switching to using them where applicable for now, since the resulting figures will more closely match the original, and it will be easier to spot errors in the various formulas
2017-04-04TITANIC: Fix setup of Y_AXIS rotation matrixPaul Gilbert
2017-04-04TITANIC: Correct usage of x/y angle in setViewportPositionPaul Gilbert
2017-04-04TITANIC: Change debug level constants to have a DEBUG_ prefixPaul Gilbert
2017-04-03TITANIC: Add missing break to switch statementPaul Gilbert
2017-04-02TITANIC: Add missing code from CBaseStar draw3Paul Gilbert
2017-04-02TITANIC: Add missing code in CBaseStar draw4Paul Gilbert
2017-04-02TITANIC: Fix warningsWillem Jan Palenstijn
2017-04-02TITANIC: Temporarily hard-code random vectors to ease debugginPaul Gilbert
2017-04-02TITANIC: Further cleanup of star drawing methodsPaul Gilbert
2017-04-02TITANIC: Cleanup and minor fixes in star drawing codePaul Gilbert
2017-04-01TITANIC: Fix CStarControlSub13 _valArray setupPaul Gilbert
2017-04-01TITANIC: Renamings for CStarControlSub13 classPaul Gilbert
2017-04-01TITANIC: Fix CStarControlSub13 loading/saving width & heightPaul Gilbert
2017-04-01TITANIC: Fix matrix comparison in CStarControlSub12 proc15Paul Gilbert
2017-04-01TITANIC: Fix vector equality operatorsPaul Gilbert
2017-04-01TITANIC: Fix loading of star position dataPaul Gilbert
2017-04-01TITANIC: Fix incorrect function parameterPaul Gilbert
2017-03-31TITANIC: Renaming of crosshairs related codePaul Gilbert
2017-03-31TITANIC: Fix drawing bounds in CSurfaceArea fillRectPaul Gilbert
2017-03-31TITANIC: Merge fader classes into one, video surface setup fixPaul Gilbert
2017-03-31TITANIC: Merge CSurfaceFader and base into a single filePaul Gilbert
2017-03-30TITANIC: Fix initialization of CStarControl _petControl referencePaul Gilbert
2017-03-30TITANIC: Fix rect calculation in CSurfaceArea fillRectPaul Gilbert
2017-03-29TITANIC: Further code for new skip nav button to work correctlyPaul Gilbert
2017-03-29TITANIC: Fix non-responsive Go button in bridge controlsPaul Gilbert
2017-03-29TITANIC: Add remote icon for skipping nav puzzlePaul Gilbert
2017-03-28TITANIC: Workaround original bug in CStarView fn18Paul Gilbert
The original accessed the raw pixels ptr of a video surface after it had been unlocked
2017-03-28TITANIC: Add missing state reset in CStarView fn18Paul Gilbert
2017-03-28TITANIC: Fix output of FVector fn1Paul Gilbert
2017-03-28TITANIC: Cleanup for FMatrix fn1 and called methodsPaul Gilbert
2017-03-27TITANIC: Fix copy/paste errorEugene Sandulenko
2017-03-26TITANIC: Remove redundant static from CStarControlSub6Paul Gilbert
It was only ever used as a temporary matrix in the constructor. Given that, it was cleaner to simply declare it as a local variable.
2017-03-26TITANIC: Fix loading of CStarView classPaul Gilbert
2017-03-26TITANIC: Fix loading of CStarPoints2 dataPaul Gilbert
2017-03-26TITANIC: Remove redundant codePaul Gilbert
2017-03-26TITANIC: Fix references to fields of DMatrix _row4Paul Gilbert
2017-03-26TITANIC: Minor cleanups, TODO removalsPaul Gilbert
2017-03-26TITANIC: Added CBaseStar draw4 methodPaul Gilbert
2017-03-26TITANIC: Added CBaseStar draw2 methodPaul Gilbert
2017-03-26BLADERUNNER: Another compilation fixPaul Gilbert
2017-03-26TITANIC: Added CBaseStar draw2 methodPaul Gilbert
2017-03-26TITANIC: Compilation fix for openpandoraPaul Gilbert