aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.cpp
AgeCommit message (Expand)Author
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
2013-12-30VOYEUR: Implemented vDoCycleIntPaul Gilbert
2013-12-30VOYEUR: Clean up playAVideoDurationPaul Gilbert
2013-12-29VOYEUR: Add support for creating a PictureResource from a Graphics::SurfacePaul Gilbert
2013-12-28VOYEUR: Fix for doRoom start and loopingPaul Gilbert
2013-12-25VOYEUR: Enhance RectResource to handle rect setsPaul Gilbert
2013-12-25VOYEUR: Better implementation of rect resourcesPaul Gilbert
2013-12-25VOYEUR: Implement doTapePlayingPaul Gilbert
2013-12-24VOYEUR: Fix for setting up viewport clipping rectPaul Gilbert
2013-12-19VOYEUR: Beginnings of camera spy screenPaul Gilbert
2013-12-18VOYEUR: Implemented drawIfaceTimePaul Gilbert
2013-12-15VOYEUR: Fix for when multiple bolt files are openPaul Gilbert
2013-12-15VOYEUR: Fix extra flag parameters for getBoltGroup and freeBoltGroupPaul Gilbert
2013-12-15VOYEUR: Fix for loading bolt groupsPaul Gilbert