aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur
AgeCommit message (Expand)Author
2014-03-15VOYEUR: Move the initialization of vm to the constructor of BoltFilesStateStrangerke
2014-03-15VOYEUR: Add a check to avoid potential use of negative value as an array indexStrangerke
2014-03-14VOYEUR: Get rid of some magic valuesStrangerke
2014-03-14VOYEUR: Hide the mouse cursor when the low battery screen is displayedStrangerke
2014-03-14VOYEUR: Hide the mouse cursor when the low battery screen is displayedStrangerke
2014-03-13VOYEUR: Make checkForKey() less verboseStrangerke
2014-03-13VOYEUR: Simplify the use of _vPortStrangerke
2014-03-12VOYEUR: Add Computer Hotspot in debuggerStrangerke
2014-03-12VOYEUR: Fix default value of _computerTextIdStrangerke
2014-03-09VOYEUR: rename audio and video track access functionsStrangerke
2014-03-09VOYEUR: Another try to get rid of the hidden overloaded functionsStrangerke
2014-03-09VOYEUR: Remove a default parameter in RL2Decoder::loadfile()Strangerke
2014-03-09VOYEUR: Remove useless VoyeurEngine pointer in SoundManagerStrangerke
2014-03-09VOYEUR: Remove useless object in RL2VideoTrackStrangerke
2014-03-09VOYEUR: Fix a couple of hidden overloaded virtual functionsStrangerke
2014-03-08VOYEUR: Fix some uninitialized variablesStrangerke
2014-03-07VOYEUR: Update engine status in header commentStrangerke
2014-03-07VOYEUR: Rename some computer fieldsStrangerke
2014-03-06VOYEUR: Fix logical bug related to the computer data and positioningStrangerke
2014-03-06VOYEUR: Remove _field26 from the event timerStrangerke
2014-03-06VOYEUR: Some renaming related to the computer buttonsStrangerke
2014-03-05VOYEUR: Invert check on getBoltGroup in getComputerBrush for consistencyStrangerke
2014-03-05VOYEUR: Fix memory leak when quitting in showTitleScreen()Strangerke
2014-03-05VOYEUR: Some cleanup related to the onOff and pick masksStrangerke
2014-03-04VOYEUR: Fix the new password behavior (still not saved, just as in the original)Strangerke
2014-03-04VOYEUR: Refresh mouse events in safe screen, fixing the 'enter password' beha...Strangerke
2014-03-03VOYEUR: Rewrite hotspot code in doLock()Strangerke
2014-03-03VOYEUR: Fix a commentStrangerke
2014-03-03VOYEUR: Remove a couple of default values in function declarationStrangerke
2014-03-03VOYEUR: Remove the second (useless) parameter of freeBoltGroup()Strangerke
2014-03-03VOYEUR: Remove parameters matching the default parameter in freeBoltGroup() c...Strangerke
2014-03-03VOYEUR: Simplify getBoltGroup() by removing the second (useless) parameterStrangerke
2014-03-03VOYEUR: Remove 2 parameters matching the default parameter in function callsStrangerke
2014-03-01VOYEUR: Change apartment cursor to use ScummVM cursor managerPaul Gilbert
2014-03-01VOYEUR: Fix the value of the CMapResource used in the fading of showConversio...Strangerke
2014-03-01VOYEUR: Match the original and test _iForcedDeath after doHeadTitle()Strangerke
2014-02-27VOYEUR: Remove initializeManagers()Strangerke
2014-02-27VOYEUR: Remove setVm from GraphicsManagerStrangerke
2014-02-27VOYEUR: Remove setVm from FilesManagerStrangerke
2014-02-27VOYEUR: Remove setVm from EventManagerStrangerke
2014-02-27VOYEUR: Remove setVm from SoundManagerStrangerke
2014-02-26VOYEUR: Remove setVm from DebuggerStrangerke
2014-02-26VOYEUR: Remove setVm from SVoyStrangerke
2014-02-26VOYEUR: Remove a boolean increment in checkPhoneCall()Strangerke
2014-02-26VOYEUR: Fix eternal loop bug in sDrawPic()Strangerke
2014-02-26VOYEUR: Add missing break in cardPerform() switchStrangerke
2014-02-26VOYEUR: Add a sanity check in loadAStack()Strangerke
2014-02-26VOYEUR: Fix read out of bounds in DebuggerStrangerke
2014-02-26VOYEUR: Fix pointer in BoltFile::initDefault()Strangerke
2014-02-26VOYEUR: Remove a useless functionStrangerke