aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2017-04-10BLADERUNNER: added Leon AI scriptPeter Kohaut
Happy incept day Leon!
2017-04-09TITANIC: Fix CStarControlSub13 setPositionPaul Gilbert
2017-04-09TITANIC: Fix incorrect indexing in CStarCloseup setup2Paul Gilbert
2017-04-09TITANIC: Renaming of CStarCamera methodsPaul Gilbert
2017-04-09TITANIC: Rename CStarControlSub12 to CStarCameraPaul Gilbert
2017-04-09TITANIC: Rename CBaseStar to CBaseStarsPaul Gilbert
2017-04-09TITANIC: Rename CStarControlSub5 to CStarCloseupPaul Gilbert
2017-04-09TITANIC: Fix rendering of starfield pixelsPaul Gilbert
2017-04-08Merge pull request #936 from darkstar/xeen_detectionPaul Gilbert
Xeen: Add detection for the 2CD "talkie" version
2017-04-09DIRECTOR: Remove pointless comparison.Eugene Sandulenko
size is a byte, so it is always < 2048.
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-06DIRECTOR: Further work loading assets from D5 Movies.stevenhoefel
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-05DIRECTOR: Fix warningsEugene Sandulenko
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-04DIRECTOR: Initial work to load D5 assets.stevenhoefel
2017-04-03TITANIC: Add missing break to switch statementPaul Gilbert
2017-04-03DIRECTOR: Bring cast children back for D4 or higher.stevenhoefel
2017-04-03DIRECTOR: Use button cast when rendering button text.stevenhoefel
2017-04-03DIRECTOR: Pre-load Button child text members.stevenhoefel
2017-04-02TITANIC: Add missing code from CBaseStar draw3Paul Gilbert
2017-04-02Xeen: Add detection for the 2CD "talkie" versionMichael DrĂ¼ing
2017-04-02TITANIC: Add missing code in CBaseStar draw4Paul Gilbert
2017-04-02DIRECTOR: Shorted detection tablesEugene Sandulenko
2017-04-02TITANIC: Fix warningsWillem Jan Palenstijn
2017-04-02BLADERUNNER: fixed lighting cachePeter Kohaut
actors can be now partially illuminated (per slice), it iss visible in scene rc02 in the right part of the room
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-04-01DIRECTOR: Fix Ernie detectionEugene Sandulenko
2017-04-01BLADERUNNER: improvements to the walking codePeter Kohaut
path finding is still missing video player has audio preloading small fixes
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