aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/surface_area.cpp
AgeCommit message (Collapse)Author
2017-03-31TITANIC: Fix drawing bounds in CSurfaceArea fillRectPaul Gilbert
2017-03-30TITANIC: Fix rect calculation in CSurfaceArea fillRectPaul Gilbert
2017-03-26TITANIC: Minor cleanups, TODO removalsPaul Gilbert
2017-03-26TITANIC: Implemented CBaseStar draw1 methodPaul Gilbert
2017-03-25TITANIC: Finished CSurfaceArea classPaul Gilbert
The fillRect method is implemented using an experimental, more ScummVM style, rather than all the different blocks and loops for different bit depths that the original did
2017-03-13TITANIC: Fix some starfield startup crashes and initializationPaul Gilbert
2017-02-27TITANIC: Implemented CStarControl doActionPaul Gilbert
2017-02-26TITANIC: More implementation of CSurfaceAream, added FRect classPaul Gilbert
2017-02-25TITANIC: Implementing CSurfaceArea methodsPaul Gilbert
2016-07-15TITANIC: Finish and better name fader classesPaul Gilbert