aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/module.mk
AgeCommit message (Collapse)Author
2016-03-31TITANIC: Renamed CPetVal to CPetGraphicPaul Gilbert
2016-03-30TITANIC: Fleshing out CPetFramePaul Gilbert
2016-03-30TITANIC: Flesh out the CPETElement classPaul Gilbert
2016-03-29TITANIC: More PET renaming, implemented setAreaPaul Gilbert
2016-03-29TITANIC: More renamings of PET sectionsPaul Gilbert
2016-03-29TITANIC: Renaming for PET inventory sectionPaul Gilbert
2016-03-21TITANIC: Add new derived Rect and Point classesPaul Gilbert
2016-03-20TITANIC: Refactor out DirectDrawSurface to it's own classPaul Gilbert
2016-03-19TITANIC: Implemented CGameManager::updatePaul Gilbert
2016-03-19TITANIC: Implementing view item message handlingPaul Gilbert
2016-03-18TITANIC: Create Event manager classPaul Gilbert
2016-03-17TITANIC: Add stubs for CEnterNodeMsg message handlersPaul Gilbert
2016-03-17TITANIC: Implement debugger with dump and room commandsPaul Gilbert
2016-03-17TITANIC: Added stubbed CEnterRoomMsg event handlers as neededPaul Gilbert
2016-03-16TITANIC: Implemented surface resizing and freeingPaul Gilbert
2016-03-14TITANIC: Further graphics setup, beginnings of files managerPaul Gilbert
2016-03-13TITANIC: Changed CGameStateSub to CGameLocation, properly implemented itPaul Gilbert
2016-03-12TITANIC: Added CGameObjectDescItem classPaul Gilbert
2016-03-12TITANIC: Implemented sound manager 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-08TITANIC: Added skeletons for game manager support classesPaul 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-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: 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