aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control
AgeCommit message (Collapse)Author
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert
2016-03-06TITANIC: gcc compilation fixesPaul Gilbert
2016-03-06TITANIC: Converting saveable objects hierarchy to have type dataPaul Gilbert
This is necessary for at least message sending, and probably other areas, that needs to be able to pass class filtering for message targets. And I could figure out a clean way to use the built-in RTTI
2016-03-05TITANIC: Fixes for CStarControl loadingPaul Gilbert
2016-03-05TITANIC: Further work on CStarControl support classes and loadingPaul Gilbert
2016-03-05TITANIC: Create stubs for CStarControl support classesPaul Gilbert