aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/events.h
AgeCommit message (Collapse)Author
2017-07-31TITANIC: Only skip cutscenes if standard ASCII keys pressedPaul Gilbert
2017-07-30TITANIC: Remap right mouse click to be a left click with Shift held.Paul Gilbert
This was a suggestion by dafioram; holding down Shift allows you to skip scene transitions and edit the fragments of room glyphs. Now with this remapping, you can alternatively just use right clicks.
2017-06-17TITANIC: Fix maintaining total playtime for savegamesPaul Gilbert
2016-11-08TITANIC: Fix spurious drag starts happening after view changesPaul Gilbert
2016-11-01TITANIC: Add support for mouse wheel scrolling conversations logPaul Gilbert
2016-10-31TITANIC: Implement manual mouse control used during introPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
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: Major implementation of OSMovie and AVISurface classesPaul Gilbert
2016-07-15TITANIC: Adding Pet Room glyph methodsPaul Gilbert
2016-07-10TITANIC: Added remainder of CCarry msg handlersPaul Gilbert
2016-04-08TITANIC: Implement onIdle method for regular game updatesPaul Gilbert
2016-03-19TITANIC: Implement view change logicPaul Gilbert
2016-03-18TITANIC: Implement input translator event methodsPaul Gilbert
2016-03-18TITANIC: Create Event manager classPaul Gilbert