aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2013-08-11ZVISION: Change the initializer list formatting to conform to how everything ...richiesams
2013-08-11ZVISION: Ignore .scr file lines that are emptyrichiesams
2013-08-11ZVISION: Throw a warning when a .scr file isn't openedrichiesams
2013-08-11ZVISION: Convert hardcoded constants to anonymous enum variablesrichiesams
2013-08-11ZVISION: Create methods for converting screen coords to image coordsrichiesams
2013-08-11ZVISION: Remove extraneous _needsScreenUpdate boolrichiesams
2013-08-11ZVISION: Change CursorManager to go through CursorMan instead going directly ...richiesams
2013-08-11ZVISION: Remove Graphics::Cursor inheritance and remove extraneous methodsrichiesams
2013-08-11ZVISION: Fix parsed arguments in ActionStreamVideorichiesams
2013-08-11TSAGE: Added missing logic for copying foreground to background in R2R scene ...Paul Gilbert
2013-08-11MORTEVIELLE: Remove useless codeStrangerke
2013-08-11MORTEVIELLE: Merge SpeechManager and SoundManagerStrangerke
2013-08-11MORTEVIELLE: Get rid of the 640Kb _mem bufferStrangerke
2013-08-11MORTEVIELLE: Fix warnings about converting from double to intStrangerke
2013-08-11MORTEVIELLE: Remove some useless code and variablesStrangerke
2013-08-11MORTEVIELLE: Fix sound checks (thanks to fuzzie for pointing them out)Strangerke
2013-08-11MORTEVIELLE: Get rid of the PCSpeaker classStrangerke
2013-08-11MORTEVIELLE: Move the end of "sentence" to the main loop in order to fix the ...Strangerke
2013-08-10ZVISION: Add parsing skip for action::copy_file. It is not used.richiesams
2013-08-10ZVISION: Stop checking puzzles if ResultAction::execute() returns falserichiesams
2013-08-10ZVISION: Implement ActionChangeLocation::execute()richiesams
2013-08-10ZVISION: Make ScriptManager::changeLocation delay the actual change until the...richiesams
2013-08-10ZVISION: Move the ScriptManager update functions to a single update() function.richiesams
2013-08-10ZVISION: Create a global puzzle list and parse universe.scr into it during Sc...richiesams
2013-08-10ZVISION: Implement ActionStreamVideorichiesams
2013-08-10ZVISION: Implement ActionQuitrichiesams
2013-08-10ZVISION: Change video code to support arbitrary scaling and whether the video...richiesams
2013-08-10ZVISION: Make ZFS Archive member name indexing case-insensitiverichiesams
2013-08-10ZVISION: Add documentation for the ResultAction base classrichiesams
2013-08-11MORTEVIELLE: Add an initialization of _charAnswerCount in initMaxAnswer()Strangerke
2013-08-10TSAGE: Fix for standard screens not showing after an animation endsPaul Gilbert
2013-08-10MORTEVIELLE: Fix check of end of streamStrangerke
2013-08-10MORTEVIELLE: Avoid loading sfx and noise files multiple timesStrangerke
2013-08-10MORTEVIELLE: Some refactoring in noise sound codeStrangerke
2013-08-10Merge branch 'master' of github.com:scummvm/scummvmStrangerke
2013-08-10TINSEL: Fix DW2 assertion when quitting during cutsceneTorbjörn Andersson
2013-08-10MORTEVIELLE: Handle soundsStrangerke
2013-08-10MORTEVIELLE: some refactoring in ambiant sound codeStrangerke
2013-08-10MORTEVIELLE: Play ambiant soundsStrangerke
2013-08-09ZVISION: Fix invalid argument for String::format()richiesams
2013-08-09ZVISION: Add class to manage cursorsrichiesams
2013-08-09ZVISION: Test for file.open before trying to readrichiesams
2013-08-09ZVISION: Add a ZGI folder directory to the SearchManrichiesams
2013-08-09ZVISION: Create method for cycling through all the cursors so as to identify ...richiesams
2013-08-09ZVISION: Create console command to render a cursor image to the screenrichiesams
2013-08-09ZVISION: Create class for decoding .zcr cursor filesrichiesams
2013-08-09ZVISION: Call _system->updateScreen() every framerichiesams
2013-08-09MORTEVIELLE: Use more accurate frequency for musicStrangerke
2013-08-09WINTERMUTE: Fix uninitialized scalar field (CID1060922)Einar Johan Trøan Sømåen
2013-08-09WINTERMUTE: Avoid setting alpha-image when filename is ""Einar Johan Trøan Sømåen