aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.cpp
AgeCommit message (Collapse)Author
2017-08-06VOYEUR: Fix exiting game from the VCR screenPaul Gilbert
2016-03-14VOYEUR: Changed engine to use Graphics::ManagedSurfacePaul Gilbert
2015-05-31VOYEUR: Remove unnecessary semicolonTorbjörn Andersson
2015-01-26VOYEUR: Fix bug in vDoCycleIntStrangerke
2014-05-28VOYEUR: Janitorial - Remove trailing whitespaceSven Hesse
2014-03-24VOYEUR: Remove useless usage of pointer in EventManagerStrangerke
2014-03-08VOYEUR: Fix some uninitialized variablesStrangerke
2014-03-06VOYEUR: Remove _field26 from the event timerStrangerke
2014-03-01VOYEUR: Change apartment cursor to use ScummVM cursor managerPaul Gilbert
2014-02-27VOYEUR: Remove setVm from GraphicsManagerStrangerke
2014-02-27VOYEUR: Remove setVm from EventManagerStrangerke
2014-02-26VOYEUR: Remove setVm from DebuggerStrangerke
2014-02-26VOYEUR: Remove setVm from SVoyStrangerke
2014-02-26VOYEUR: Remove a useless functionStrangerke
2014-02-26VOYEUR: Fix some more uninitialized variablesStrangerke
2014-02-20VOYEUR: Remove unused variables and functions in GraphicsManagerStrangerke
2014-02-18VOYEUR: Remove some useless variables in Event, cleanupStrangerke
2014-02-18VOYEUR: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17VOYEUR: Remove a useless keystate variableStrangerke
2014-02-13VOYEUR: Remove useless fields in Events, some renamingStrangerke
2014-02-11VOYEUR: Some more renamingStrangerke
2014-02-11VOYEUR: Remove unused function headerStrangerke
2014-02-11VOYEUR: Rename some fields related to fadingStrangerke
2014-02-11VOYEUR: Implement fadeIntFunc()Strangerke
2014-02-03VOYEUR: Clean up, commenting, and bugfixes for checking for murderPaul Gilbert
2014-02-03VOYEUR: Remove a lot of outdated TODO's and clean up of stubbed methodsPaul Gilbert
2014-02-03VOYEUR: Implemented checkForKeyPaul Gilbert
2014-02-02VOYEUR: Added debugger command to show mouse positionPaul Gilbert
2014-02-02VOYEUR: Fix issue with time not progressing, and renamed associated enum memberPaul Gilbert
2014-02-01VOYEUR: Set up enum for event flags, and improved blinking record indicatorPaul Gilbert
2014-01-18VOYEUR: Minor fixes to reviewTapePaul Gilbert
2014-01-07VOYEUR: Change some more types, add comments about unused variablesStrangerke
2014-01-06VOYEUR: Moved SVoy and game events to their own filePaul Gilbert
2014-01-07VOYEUR: Remove a couple of useless variables, change type of some other to ↵Strangerke
use booleans, add CHECKME
2014-01-05VOYEUR: Clean up of some of the startup codePaul Gilbert
2014-01-05VOYEUR: Rename the old _playStamp1/2 variables to have better namesPaul Gilbert
2014-01-03VOYEUR: Hooked up debugger, and added a 'time' commandPaul Gilbert
2014-01-03VOYEUR: Variable renaming for Video IdPaul Gilbert
2014-01-03VOYEUR: Replaced original game mansion scrolling with a more effective onePaul Gilbert
The original had the cursor fixed in the middle of the screen, and scrolled the mansion view as the mouse moves. Since this doesn't really work for windowed mode nor tablets, I've replaced it with a new version that scrolls when the mouse cursor is near any edge of the screen
2013-12-31VOYEUR: Fix guilt check post doTapePlaying callPaul Gilbert
2013-12-30VOYEUR: Fixes to vDoCycleInt for tape playback palette animationPaul Gilbert
2013-12-30VOYEUR: Removed duplicate vStopCycle methodPaul Gilbert
2013-12-30VOYEUR: Implemented vDoCycleIntPaul Gilbert
2013-12-30VOYEUR: Clean up playAVideoDurationPaul Gilbert
2013-12-29VOYEUR: Mouse flags cleanup and in progress work on doGossipPaul Gilbert
2013-12-28VOYEUR: Fixes for mouse cursor callsPaul Gilbert
2013-12-28VOYEUR: Bugfixes for doEvidDisplayPaul Gilbert
2013-12-28VOYEUR: Fixed naming of mouse state flagsPaul Gilbert
2013-12-28VOYEUR: Implemented evidence display codePaul Gilbert
2013-12-28VOYEUR: Implemented startCursorBlink and drawDotPaul Gilbert