aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_control_sub8.cpp
AgeCommit message (Collapse)Author
2017-04-09TITANIC: Rename CStarControlSub12 to CStarCameraPaul 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-18TITANIC: Finished CStarControlSub8 classPaul Gilbert
2017-03-18TITANIC: Implemented CStarControlSub8 selectStarPaul Gilbert
2017-03-18TITANIC: Implementing CStarControlSub8 classPaul Gilbert
2017-03-11TITANIC: Implementing CStarControlSub13 classPaul Gilbert
2017-03-10TITANIC: Implementing star reference classesPaul Gilbert
2017-03-08TITANIC: In progress code for CStarControlSub5 classPaul Gilbert
2017-03-05TITANIC: Implementing CStarControlSub5 classPaul Gilbert
2017-03-05TITANIC: Implementing starfield methodsPaul Gilbert
2017-03-03TITANIC: Implementing starfield methodsPaul Gilbert
2017-03-02TITANIC: Code for starfield mode setup & photo codePaul Gilbert
2017-03-01TITANIC: Added starfield button down codePaul Gilbert
2017-01-15TITANIC: Removal of un-used fields to reduce Buildbot warningsPaul Gilbert
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future
2016-03-05TITANIC: Create stubs for CStarControl support classesPaul Gilbert