aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_state.cpp
AgeCommit message (Collapse)Author
2017-09-29TITANIC: Fix leaks in CGameState _movieListPaul 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-02-16TITANIC: Further renamings for CGameObjectPaul Gilbert
2017-02-16TITANIC: Renamings for CGameObject & CGameState methodsPaul Gilbert
2017-01-21TITANIC: Fix display of busy cursor across entire TV throw cutscenePaul Gilbert
2016-12-27TITANIC: Implement busy cursor like the originalPaul Gilbert
2016-12-10TITANIC: Renaming of parrot met flag methodsPaul Gilbert
2016-11-12TITANIC: Cleanup and fixes for GameStateMovieListPaul Gilbert
2016-11-12TITANIC: Renamings of transitioning counter methodsPaul Gilbert
2016-11-08TITANIC: Fix spurious drag starts happening after view changesPaul Gilbert
2016-11-06TITANIC: Fix showing movie clip of BellBot arrivingPaul Gilbert
2016-11-05TITANIC: Replaced int passenger class with PassengerClass enumPaul Gilbert
2016-10-28TITANIC: Fix room transition cutscenesPaul Gilbert
2016-10-25TITANIC: Implement hide counting for mouse cursor hide/showPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-27TITANIC: Implemented more game classes, fleshed out season handlingPaul Gilbert
2016-07-24TITANIC: Fleshed out various methodsPaul Gilbert
2016-07-23TITANIC: Fixes for movie notification, computer game logic cleanupPaul Gilbert
2016-07-22TITANIC: Add support for arbitrary window event targetsPaul Gilbert
Also moved all standard game event methods to CMainGameWindow. This will allow for the Continue Save dialog to be added in and get events instead of the game window
2016-07-15TITANIC: Added CMovieManager classPaul Gilbert
2016-07-15TITANIC: Implementing lots of cGameObject methodsPaul Gilbert
2016-07-15TITANIC: More implementing deskbot message handlersPaul Gilbert
2016-07-10TITANIC: Implement summoning NPCsPaul Gilbert
2016-07-10TITANIC: Added remainder of CCarry msg handlersPaul Gilbert
2016-04-08TITANIC: Implementing preliminary video playback codePaul Gilbert
2016-04-08TITANIC: Rename field in CGameStatePaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert
2016-03-31TITANIC: Implement CPetFrame::setAreaPaul Gilbert
2016-03-25TITANIC: Implementing more CTelevision code, CGameState movie listPaul Gilbert
2016-03-21TITANIC: Add new derived Rect and Point classesPaul 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: Implement preEnterView and enterViewPaul Gilbert
2016-03-18TITANIC: Implemented drag/drop handlingPaul Gilbert
2016-03-16TITANIC: Implementing setActiveView, surface clearingPaul Gilbert
2016-03-13TITANIC: Changed CGameStateSub to CGameLocation, properly implemented itPaul Gilbert
2016-03-13TITANIC: Implemented setMode method for game statePaul Gilbert
2016-03-10TITANIC: Beginnings of game manager data loadingPaul Gilbert
2016-03-08TITANIC: Added skeletons for game manager support classesPaul Gilbert