aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_control_sub6.h
AgeCommit message (Collapse)Author
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-02TITANIC: Cleanup and minor fixes in star drawing codePaul Gilbert
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-18TITANIC: Implementing CStarControlSub12 classPaul Gilbert
2017-03-17TITANIC: Finished CStarControlSub6 classPaul Gilbert
2017-03-12TITANIC: More matrix renamingsPaul Gilbert
2017-03-12TITANIC: More matrix renamings, thanks to Dark-StarPaul Gilbert
2017-03-11TITANIC: More CStarControlSub13 methodsPaul Gilbert
2017-03-11TITANIC: Implementing CStarControlSub13 classPaul Gilbert
2017-03-08TITANIC: Added addStar and other methodsPaul Gilbert
2017-03-08TITANIC: In progress code for CStarControlSub5 classPaul Gilbert
2017-03-02TITANIC: Added star keyboard handlingPaul Gilbert
2017-02-28TITANIC: Beginnings of CBaseStar draw support methodsPaul Gilbert
2016-07-17TITANIC: Added remaining CStarControlSub12 virtual methodsPaul Gilbert
2016-07-17TITANIC: Extra construction for CStarControlSub12Paul Gilbert
2016-07-17TITANIC: Setup of CStarControlSub6 classPaul Gilbert
2016-07-17TITANIC: Added FMatrix methodsPaul Gilbert
2016-07-15TITANIC: Beginning of work on star control hierarchyPaul Gilbert
2016-03-05TITANIC: Create stubs for CStarControl support classesPaul Gilbert