aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.cpp
AgeCommit message (Expand)Author
2016-03-14VOYEUR: Changed engine to use Graphics::ManagedSurfacePaul Gilbert
2014-06-08VOYEUR: Disable the if statement with identical statements in its branches, a...Strangerke
2014-05-28VOYEUR: Janitorial - Remove trailing whitespaceSven Hesse
2014-03-16VOYEUR: Initialize an unitialized variableStrangerke
2014-03-15VOYEUR: Move the initialization of vm to the constructor of BoltFilesStateStrangerke
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-13VOYEUR: Simplify the use of _vPortStrangerke
2014-03-08VOYEUR: Fix some uninitialized variablesStrangerke
2014-03-03VOYEUR: Fix a commentStrangerke
2014-03-03VOYEUR: Remove the second (useless) parameter of freeBoltGroup()Strangerke
2014-03-03VOYEUR: Simplify getBoltGroup() by removing the second (useless) parameterStrangerke
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 FilesManagerStrangerke
2014-02-27VOYEUR: Remove setVm from EventManagerStrangerke
2014-02-26VOYEUR: Remove setVm from SVoyStrangerke
2014-02-26VOYEUR: Fix pointer in BoltFile::initDefault()Strangerke
2014-02-26VOYEUR: Fix some more uninitialized variablesStrangerke
2014-02-25VOYEUR: Fix uninitialized variables in DisplayResource and RL2DecoderStrangerke
2014-02-21VOYEUR: Fix some more shadowed variables and functionsStrangerke
2014-02-20VOYEUR: Fix some shadowed variables and functions in file handlersStrangerke
2014-02-20VOYEUR: Remove some more variables in ViewPortResourceStrangerke
2014-02-20VOYEUR: Remove unused variables and functions in GraphicsManagerStrangerke
2014-02-19VOYEUR: Remove a useless parameter in vStartCycle()Strangerke
2014-02-19VOYEUR: Some more clean up in FILESStrangerke
2014-02-19VOYEUR: Fix a null pointer assigned to 0Strangerke
2014-02-18VOYEUR: Start cleaning FILESStrangerke
2014-02-18VOYEUR: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17VOYEUR: Get rid of a magic value, replaced by DECOMPRESS_SIZEStrangerke
2014-02-17VOYEUR: Fix formattingStrangerke
2014-02-13VOYEUR: Some renaming in FilesStrangerke
2014-02-12VOYEUR: Use American English instead of British English in several placesStrangerke
2014-02-04VOYEUR: Renamings for the fields of the new StateResource classPaul Gilbert
2014-02-04VOYEUR: Convert ControlResource::_ptr raw data to a deserialized state objectPaul Gilbert
2014-02-03VOYEUR: Remove a lot of outdated TODO's and clean up of stubbed methodsPaul Gilbert
2014-02-02VOYEUR: Fix for loading in blocks from file correctly when decompressing dataPaul Gilbert
2014-02-01VOYEUR: Bugfixes for computer event displayPaul Gilbert
2014-01-31VOYEUR: Add support for the extended rects used by room displaysPaul Gilbert
2014-01-31VOYEUR: Fix for loading rect resources with invalid rectsPaul Gilbert
2014-01-18VOYEUR: Converted drawText and textWidth to work on PictureResourcePaul Gilbert
2014-01-18VOYEUR: Implemented addSaveRect and clipRectPaul Gilbert
2014-01-18VOYEUR: Fix sFillBox to work for PictureResource as wellPaul Gilbert
2014-01-16VOYEUR: Implemented remaining initialisations in sInitPicPaul Gilbert
2014-01-14VOYEUR: Implement pictures with horizontal or vertical flipPaul Gilbert
2014-01-07VOYEUR: Silent 2 CppCheck warnings by differencing if/else branchesStrangerke
2014-01-05VOYEUR: Added a state field for current game areaPaul Gilbert
2013-12-31VOYEUR: Implementing game end methodsPaul Gilbert
2013-12-30VOYEUR: Fixes to vDoCycleInt for tape playback palette animationPaul Gilbert
2013-12-30VOYEUR: Removed duplicate vStopCycle methodPaul Gilbert