aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.h
AgeCommit message (Collapse)Author
2017-10-15TITANIC: Fix crash exiting game when music room music is activePaul Gilbert
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global.
2017-06-11TITANIC: CGameManager viewChange better named as roomChangePaul Gilbert
2017-01-14TITANIC: Clarify dirty rect methods in CGameManagerPaul Gilbert
2016-11-12TITANIC: Renamings of transitioning counter methodsPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-05TITANIC: Added skeleton QMixer class for mixer interfacePaul Gilbert
2016-07-23TITANIC: Further timers cleanupPaul Gilbert
2016-07-22TITANIC: Fleshing out PET RealLife Load functionalityPaul Gilbert
2016-07-20TITANIC: Fixes for saving & loading savegamesPaul Gilbert
2016-07-15TITANIC: Implemented remaining CGameManager methods and othersPaul Gilbert
2016-07-10TITANIC: Implementing scriptChanged methodsPaul Gilbert
2016-07-10TITANIC: Implemented remote entertainment device glyphPaul Gilbert
2016-07-10TITANIC: Implemented CCarryParrot msg handlers and support methodsPaul Gilbert
2016-04-09TITANIC: Further implementation of timersPaul Gilbert
2016-04-09TITANIC: Starting to flesh out timersPaul Gilbert
2016-04-09TITANIC: More implementation code for movie playbackPaul Gilbert
2016-04-08TITANIC: Implementing preliminary video playback codePaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert
2016-03-24TITANIC: Support methods needed by CTelevisionPaul Gilbert
2016-03-22TITANIC: Implement object image loading and drawingPaul Gilbert
2016-03-21TITANIC: Add new derived Rect and Point classesPaul Gilbert
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: Implementing view item message handlingPaul Gilbert
2016-03-19TITANIC: Added CGameManager::viewChangePaul Gilbert
2016-03-19TITANIC: Added various preSave and postSave methodsPaul Gilbert
2016-03-19TITANIC: Added various preLoad methodsPaul Gilbert
2016-03-18TITANIC: Implemented drag/drop handlingPaul Gilbert
2016-03-18TITANIC: Implement input translator event methodsPaul Gilbert
2016-03-16TITANIC: Implementing setActiveView, surface clearingPaul 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-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: Implement various post-load methodsPaul Gilbert
2016-03-11TITANIC: Beginnings of True Talk scripts hierarchyPaul Gilbert
2016-03-10TITANIC: Beginnings of game manager data loadingPaul Gilbert
2016-03-08TITANIC: Added skeletons for game manager support classesPaul Gilbert
2016-02-23TITANIC: Major fleshing out of game loading codePaul Gilbert
2016-02-22TITANIC: Implemented bulk of applicationStartingPaul Gilbert