aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files_threads.cpp
AgeCommit message (Collapse)Author
2014-02-01VOYEUR: Converted doRoom to use ScummVM cursorsPaul Gilbert
2014-02-01VOYEUR: Further renaming of state Id, and merging of flag bytesPaul Gilbert
2014-02-01VOYEUR: Renaming to standardize on stateId/stackId variable namesPaul Gilbert
2014-02-01VOYEUR: Improvements for savegame supportPaul Gilbert
2014-02-01VOYEUR: Renamed SVoy._arr7 to _roomHotspotsEnabledPaul Gilbert
2014-02-01VOYEUR: Refactored hotspot time arrays into a cleaner templatePaul Gilbert
2014-02-01VOYEUR: Fix hang when viewing scene is finished with very little time remainingPaul Gilbert
2014-02-01VOYEUR: Refactored audio scene playback, and fixed a crash at the endPaul Gilbert
2014-02-01VOYEUR: Correct mistake in debugger command.. it's time expired, not remainingPaul Gilbert
2014-01-31VOYEUR: Add support for the extended rects used by room displaysPaul Gilbert
2014-01-31VOYEUR: Fix hotspot hightlighting in doInterfacePaul Gilbert
2014-01-30VOYEUR: Renaming of _videoId to _audioVideoId and extra commentsPaul Gilbert
2014-01-30VOYEUR: Fix for low battery charge leaving scene when time is turned offPaul Gilbert
2014-01-29VOYEUR: Fixes for observing audio eventsPaul Gilbert
2014-01-29VOYEUR: Bugfixes for initializing audio eventsPaul Gilbert
2014-01-28VOYEUR: Fixes for flagging video events, and reviewing them in reviewTapePaul Gilbert
2014-01-21VOYEUR: Renaming of thread data pointersPaul Gilbert
2014-01-20VOYEUR: Fix for aborting out of sending someoneo the tapePaul Gilbert
2014-01-19VOYEUR: Some fixes for savegame loadingPaul Gilbert
2014-01-18VOYEUR: Fix for phone message playing every time apartment was shownPaul Gilbert
2014-01-17VOYEUR: Fix switching TV watch gossip to reviewing the tapePaul Gilbert
2014-01-17VOYEUR: Fix for video playback when no custom pic list needs to be appliedPaul Gilbert
2014-01-16VOYEUR: Fix selection of apartment music after initial phone call endsPaul Gilbert
2014-01-08VOYEUR: Preliminary savegame functionalityPaul Gilbert
2014-01-07VOYEUR: Fix some more CppCheck warningsStrangerke
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-06VOYEUR: Use boolean for _isAM instead of intStrangerke
2014-01-05VOYEUR: Added a state field for current game areaPaul Gilbert
2014-01-05VOYEUR: Rename the old _playStamp1/2 variables to have better namesPaul Gilbert
2014-01-05VOYEUR: Moved _stampFlags to VoyeurEnginePaul Gilbert
2014-01-05VOYEUR: Refactored doAptPosX/Y into a local variablePaul Gilbert
2014-01-05VOYEUR: Fix for crash when changing time periodPaul Gilbert
2014-01-03VOYEUR: Hooked up debugger, and added a 'time' commandPaul Gilbert
2014-01-03VOYEUR: Fix parsePlayCommands case 3 setting Video Id correctlyPaul Gilbert
2014-01-03VOYEUR: Variable renaming for Video IdPaul Gilbert
2014-01-03VOYEUR: Workaround for original code causing crash after calling doEvidDisplayPaul Gilbert
2014-01-03VOYEUR: Fix loading of correct hotspot list in doInterfacePaul Gilbert
2014-01-03VOYEUR: Fix names of cursor variables in doInterfacePaul 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 to cardPerform switch casesPaul Gilbert
2013-12-30VOYEUR: Fix bugs in police arriving playbackPaul 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: Fixed naming of mouse state flagsPaul Gilbert
2013-12-28VOYEUR: Implemented evidence display codePaul Gilbert
2013-12-28VOYEUR: Refactored code fragments to use flipPageAndWaitPaul Gilbert
2013-12-28VOYEUR: Refactored code fragments to use flipPageAndWaitForFade methodPaul Gilbert
2013-12-27VOYEUR: Convert doInterface to use new rects resource typePaul Gilbert
2013-12-26VOYEUR: Implemented playAVideoDurationPaul Gilbert