aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/input_handler.cpp
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-01-15TITANIC: Fix using inventory items on each otherPaul Gilbert
2017-01-12TITANIC: Stop moving other items during drag operationsPaul Gilbert
2016-12-19TITANIC: Renamings in CInputHandlerPaul Gilbert
2016-12-19TITANIC: Fix CMouseCursor assert after trying to drag perchPaul Gilbert
2016-12-18TITANIC: Fix returning items to inventory if drop doesn't workPaul Gilbert
2016-10-31TITANIC: Remove dragged item image when dropped in PETPaul Gilbert
2016-10-25TITANIC: Implement hide counting for mouse cursor hide/showPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-14TITANIC: Add missing CInputHandler destructorPaul Gilbert
2016-09-01TITANIC: Convert many static_casts to dynamic_castPaul Gilbert
2016-07-24TITANIC: Fleshed out various methodsPaul Gilbert
2016-07-23TITANIC: Fixes for movie notification, computer game logic cleanupPaul Gilbert
2016-07-10TITANIC: Refactor CTitleEngine to use CFilesManager for PE resourcesPaul 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-31TITANIC: Implement CPetFrame::setAreaPaul Gilbert
2016-03-24TITANIC: Cleanup and fixes for message hierarchyPaul Gilbert
2016-03-21TITANIC: Add new derived Rect and Point classesPaul Gilbert
2016-03-20TITANIC: Fixes/renames for files managerPaul 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