aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files_threads.cpp
AgeCommit message (Collapse)Author
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
2013-12-25VOYEUR: Enhance RectResource to handle rect setsPaul Gilbert
2013-12-25VOYEUR: Better implementation of rect resourcesPaul Gilbert
2013-12-25VOYEUR: Implemented doGossipPaul Gilbert
2013-12-24VOYEUR: Implemented further event methods, and miscellaneousPaul Gilbert
2013-12-24VOYEUR: Bugfixes and move for doScroll methodPaul Gilbert
2013-12-24VOYEUR: Fixes for video camera battery countdownPaul Gilbert
2013-12-20VOYEUR: Renamed a couple of event fieldsPaul Gilbert
2013-12-20VOYEUR: Implemented doRoom methodPaul Gilbert
2013-12-19VOYEUR: Beginnings of camera spy screenPaul Gilbert
2013-12-18VOYEUR: Implemented drawIfaceTimePaul Gilbert
2013-12-18VOYEUR: Implemented checkTransitionPaul Gilbert
2013-12-18VOYEUR: Renaming of mouse click fieldsPaul Gilbert
2013-12-18VOYEUR: Fixes for doApt mouse handlingPaul Gilbert
2013-12-18VOYEUR: Reset doAptAnim frame delay back to what it should bePaul Gilbert
2013-12-18VOYEUR: In progress work on fixing initial apartment animationPaul Gilbert
2013-12-17VOYEUR: Fix for sound playback in the apartmentPaul Gilbert
2013-12-16VOYEUR: Resource fix in doAptAnimPaul Gilbert
2013-12-15VOYEUR: Implemented doAptPaul Gilbert
2013-12-15VOYEUR: Fix extra flag parameters for getBoltGroup and freeBoltGroupPaul Gilbert
2013-12-14VOYEUR: Implemented support methods needed for doAptPaul Gilbert
2013-12-14VOYEUR: Slight fix to doInterface methodPaul Gilbert
2013-12-14VOYEUR: Fix shadowed variable in doInterfacePaul Gilbert
2013-12-14VOYEUR: Implemented doInterface methodPaul Gilbert
2013-12-14VOYEUR: Fix various warningsPaul Gilbert
2013-12-14VOYEUR: In progress implementation of doInterfacePaul Gilbert
2013-12-13VOYEUR: Make parsePlayCommands debug parse Index be 1-basedPaul Gilbert
2013-12-13VOYEUR: Fixes for parsePlayCommands command 8Paul Gilbert
2013-12-13VOYEUR: Fixes for parsePlayCommands command 7Paul Gilbert
2013-12-13VOYEUR: Fix for parsePlayCommands command 9Paul Gilbert
2013-12-13VOYEUR: Fix field intiialisation in getStateInfoPaul Gilbert
2013-12-13VOYEUR: Minor fix to getNextRecord and added a few debug linesPaul Gilbert
2013-12-12VOYEUR: Implemented cardPerform and cardPerform2Paul Gilbert
2013-12-12VOYEUR: Implemented goToState methodPaul Gilbert
2013-12-12VOYEUR: Implementing code for chooseSTAMPButton and sub-methodsPaul Gilbert
2013-12-11VOYEUR: Fix loading of ControlResourcePaul Gilbert
2013-12-11VOYEUR: Bugfixes for getField1CE methodPaul Gilbert
2013-12-11VOYEUR: Removed use of GET_WORD macro in parsePlayCommandsPaul Gilbert
2013-12-11VOYEUR: Implemented remainder of parsePlayCommandsPaul Gilbert
2013-12-11VOYEUR: Implemented more of parsePlayCommandsPaul Gilbert