aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_view.h
AgeCommit message (Collapse)Author
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.
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-07TITANIC: Start of music player classPaul Gilbert
2016-07-15TITANIC: gcc compilation fixesPaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert
2016-03-21TITANIC: Add new derived Rect and Point classesPaul Gilbert
2016-03-20TITANIC: Starting on frame renderingPaul Gilbert
2016-03-20TITANIC: Fixes/renames for files managerPaul Gilbert
2016-03-19TITANIC: Implemented CGameManager::updatePaul Gilbert
2016-03-16TITANIC: Implementing setActiveView, surface clearingPaul Gilbert
2016-03-16TITANIC: Starting to implement game view loadingPaul Gilbert
2016-03-13TITANIC: Changed CGameStateSub to CGameLocation, properly implemented itPaul Gilbert
2016-03-12TITANIC: Implement various post-load methodsPaul Gilbert
2016-02-22TITANIC: Implemented bulk of applicationStartingPaul Gilbert