aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-13TITANIC: Add message generation at end of applicationStartingPaul Gilbert
2016-03-13TITANIC: Changed CGameStateSub to CGameLocation, properly implemented itPaul Gilbert
2016-03-13TITANIC: Implemented setMode method for game statePaul Gilbert
2016-03-12TITANIC: Added CGameObjectDescItem classPaul Gilbert
2016-03-12TITANIC: Implement various post-load methodsPaul Gilbert
2016-03-12TITANIC: Implemented sound manager loadingPaul Gilbert
2016-03-12TITANIC: Implemented true talk manager & script loadingPaul Gilbert
2016-03-12TITANIC: Added stubs for the different script classesPaul Gilbert
2016-03-11TITANIC: Beginnings of True Talk scripts hierarchyPaul Gilbert
2016-03-10TITANIC: Beginnings of game manager data loadingPaul Gilbert
2016-03-08TITANIC: More game manager setupPaul Gilbert
2016-03-08TITANIC: Added skeletons for game manager support classesPaul Gilbert
2016-03-08TITANIC: Implemented CTreeItem::findByNamePaul Gilbert
2016-03-08TITANIC: Add const suffix to many tree item methodsPaul Gilbert
2016-03-08TITANIC: Fleshing out CProjectItem methodsPaul Gilbert
2016-03-08TITANIC: Moved CompressedFile class into simple_file.hPaul Gilbert
One of the joys of working with ScummVM was that, using existing Common functionality, the entirety of the original's CompressedFile class could be reduced to a couple of lines. As such, CompressedFile doesn't really need it's own seperate files anymore.
2016-03-08TITANIC: Fix crash when compressed newgame.st file was closedPaul Gilbert
2016-03-07TITANIC: Implemented message target classesPaul Gilbert
2016-03-06TITANIC: Overall message handling methodPaul Gilbert
2016-03-06TITANIC: Further gcc compilation fixesPaul 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: Add missing CMailMan to saveable object listPaul Gilbert
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
2016-03-05TITANIC: Implemented remaining CPetControl classes loadingPaul Gilbert
2016-03-05TITANIC: gcc compilation fixesPaul Gilbert
2016-03-05TITANIC: gcc compilation fixesPaul Gilbert
2016-03-04TITANIC: Fleshing out CPetControl support classesPaul Gilbert
2016-03-04TITANIC: Move CPetControl and direct support classes to new folderPaul Gilbert
2016-03-04TITANIC: Beginnings of CPetControl support classesPaul Gilbert
2016-03-02TITANIC: Implemented more saveable classesPaul Gilbert
2016-03-02TITANIC: Implemented more saveable classesPaul Gilbert
2016-03-02TITANIC: More saveable classes implementedPaul Gilbert
2016-03-02TITANIC: More saveable classes implementedPaul Gilbert
2016-03-02TITANIC: Added more miscellaneous classesPaul Gilbert
2016-03-01TITANIC: Added more miscellaneous classesPaul Gilbert
2016-03-01TITANIC: Lots more miscellaneous classesPaul Gilbert
2016-03-01TITANIC: Added lots more miscellaneous classesPaul Gilbert
2016-02-29TITANIC: Added a bunch of classes, loading method fixesPaul Gilbert
2016-02-29TITANIC: Implemented lots of CBackground descendent classesPaul Gilbert
2016-02-28TITANIC: Loading bugfixes and implemented CBrain descendentsPaul Gilbert
2016-02-28TITANIC: Added a lot of class definitionsPaul Gilbert
Let's be honest here, it's a s**t-load of class definitions
2016-02-28TITANIC: Implement light switch and buttonsPaul Gilbert
2016-02-28TITANIC: Implement bowl and ear classesPaul Gilbert
2016-02-28TITANIC: Implement various parrot classesPaul Gilbert
2016-02-28TITANIC: Added CCreditsPaul Gilbert
2016-02-28TITANIC: Implemented CClickResponder and descendentsPaul Gilbert
2016-02-27TITANIC: Add mouse events, cleanup of existing eventsPaul Gilbert