aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/input_handler.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.
2017-08-06TITANIC: Fix handling of NumPad causing double digitsPaul Gilbert
2017-07-05TITANIC: Don't allow GMM save/loading during cutscenesPaul Gilbert
2016-12-19TITANIC: Renamings in CInputHandlerPaul Gilbert
2016-09-14TITANIC: Add missing CInputHandler destructorPaul Gilbert
2016-07-24TITANIC: Fleshed out various methodsPaul Gilbert
2016-07-10TITANIC: CCarry drag & move msg handlersPaul Gilbert
2016-07-10TITANIC: Implement drag&drop droppingPaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert
2016-03-24TITANIC: Cleanup and fixes for message hierarchyPaul Gilbert
2016-03-21TITANIC: Add new derived Rect and Point classesPaul Gilbert
2016-03-18TITANIC: Implemented drag/drop handlingPaul Gilbert
2016-03-18TITANIC: Implement input translator event methodsPaul Gilbert
2016-03-13TITANIC: Implemented setMode method for game statePaul Gilbert
2016-03-08TITANIC: Added skeletons for game manager support classesPaul Gilbert