aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core
AgeCommit message (Collapse)Author
2016-03-19TITANIC: Minor fixes executing game manager updatePaul Gilbert
2016-03-19TITANIC: Implemented CGameManager::updatePaul Gilbert
2016-03-19TITANIC: Implement view change logicPaul Gilbert
2016-03-19TITANIC: Finished CViewItem::mouseChangePaul Gilbert
2016-03-19TITANIC: Implementing view item message handlingPaul Gilbert
2016-03-19TITANIC: Implement preEnterView and enterViewPaul Gilbert
2016-03-19TITANIC: Implemented CViewItem::viewChangePaul Gilbert
2016-03-19TITANIC: Added CGameManager::viewChangePaul Gilbert
2016-03-19TITANIC: Added various preLoad methodsPaul Gilbert
2016-03-18TITANIC: Implement input translator event methodsPaul Gilbert
2016-03-17TITANIC: Fleshing out CLinkItem 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 shiftColorsPaul Gilbert
2016-03-16TITANIC: Implemented overall surface loading methodPaul Gilbert
2016-03-16TITANIC: Starting to implement game view loadingPaul Gilbert
2016-03-15TITANIC: Fleshing out resource key and view loadingPaul Gilbert
2016-03-14TITANIC: Fleshed out DirectDrawSurface creationPaul Gilbert
2016-03-13TITANIC: Fix loading project dataPaul Gilbert
2016-03-13TITANIC: Implemented dumping of the project hierarchyPaul Gilbert
2016-03-13TITANIC: Add message generation at end of applicationStartingPaul Gilbert
2016-03-13TITANIC: Changed CGameStateSub to CGameLocation, properly implemented itPaul Gilbert
2016-03-12TITANIC: Added CGameObjectDescItem classPaul Gilbert
2016-03-12TITANIC: Implement various post-load methodsPaul Gilbert
2016-03-12TITANIC: Added stubs for the different script classesPaul Gilbert
2016-03-08TITANIC: More game manager setupPaul 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: Create stubs for CStarControl support classesPaul 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