aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-18TITANIC: Create Event manager classPaul Gilbert
2016-03-17TITANIC: Fleshing out CLinkItem classPaul Gilbert
2016-03-17TITANIC: Add some CEnterViewMsg stubsPaul Gilbert
2016-03-17TITANIC: Add stubs for CEnterNodeMsg message handlersPaul Gilbert
2016-03-17TITANIC: Add room number to debugger rooms listingPaul 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-17TITANIC: Fixes to make message handling const, adding CEnterRoomMsg handlersPaul Gilbert
2016-03-17TITANIC: Fix image decodersPaul Gilbert
2016-03-17TITANIC: Implemented the CJPEGDecode and CTargaDecode classesPaul Gilbert
Thank goodness for the existing ScummVM image decoders for these types.. it made implementing the classes sooooo much easier
2016-03-17TITANIC: Implemented CStdCWADFile classPaul Gilbert
2016-03-16TITANIC: Implemented surface shiftColorsPaul Gilbert
2016-03-16TITANIC: Implemented surface resizing and freeingPaul Gilbert
2016-03-16TITANIC: Renames/fixes for OSVideoSurface methodsPaul Gilbert
2016-03-16TITANIC: Implement surface lock and unlockingPaul Gilbert
2016-03-16TITANIC: Implemented overall surface loading methodPaul Gilbert
2016-03-16TITANIC: Implementing setActiveView, surface clearingPaul 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: Further graphics setup, beginnings of files managerPaul Gilbert
2016-03-14TITANIC: Fleshed out DirectDrawSurface creationPaul Gilbert
2016-03-13TITANIC: Change some script method return typesPaul Gilbert
2016-03-13TITANIC: Fix loading project dataPaul Gilbert
2016-03-13TITANIC: Implemented dumping of the project hierarchyPaul Gilbert
2016-03-13TITANIC: Added main game event loopPaul 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-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