aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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
2013-08-08Merge pull request #369 from fingolfin/fix-neverhoodFilippos Karapetis
NEVERHOOD: Remove NRect constructor
2013-08-08Merge pull request #373 from lordhoto/ini-fileJohannes Schickel
Rename ConfigFile to INIFile and remove outdated comments
2013-08-08LURE: Fix some formatting.Torbjörn Andersson
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
This clears up that 'ConfigFile' is actually a class handling only INI-files.
2013-08-08KYRA: Fix Kyra3 family album animation glitch, CID 1004139Torbjörn Andersson
The first page wasn't animated, and it's likely that some of the other right-page animations were slightly off as well.
2013-08-07ZVISION: Create console method to dump all cursor file namesrichiesams
2013-08-07HOPKINS: Respect pitch when drawing on OSystem's screen surface.Johannes Schickel
2013-08-07Merge pull request #365 from lordhoto/protected-pixelsJohannes Schickel
Make Graphics::Surface::pixels protected.
2013-08-06WINTERMUTE: Fix incorrect parameter order for getBasePtr.Johannes Schickel
This is a regression from 19fa89b8f58df702c5cb16d03a9cb51c1acce7ab. Thanks to fuzzie for noticing.
2013-08-06SCI: Add another version of Jones CD (bug #3614668)Filippos Karapetis
2013-08-05ZVISION: Fix loop logic so videos can endrichiesams
2013-08-05ZVISION: Add StateFlag handling to Puzzle checkingrichiesams
2013-08-05ZVISION: Fix typo in Puzzle checkingrichiesams
2013-08-05ZVISION: Set the puzzle global variable after a Puzzle is completedrichiesams
2013-08-05ZVISION: Add debug statements for Puzzle checkingrichiesams
2013-08-05ZVISION: Add some comments concerning StateFlag::DO_ME_NOWrichiesams
2013-08-05ZVISION: Fix frame delay calculation being reversed. Also convert to int to ↵richiesams
ensure proper 0 clamping
2013-08-05ZVISION: Create image auto screen centering during blittingrichiesams
2013-08-05ZVISION: Fix memory free mismatch caused by MemoryReadStream using free()richiesams
2013-08-05ZVISION: Add memory cleanup for _currentBackgroundrichiesams
2013-08-05ZVISION: Remove extraneous includerichiesams
2013-08-05ZVISION: Add default case statements for event handling in videosrichiesams
2013-08-05ZVISION: Comment out usage of ActionUnloadAnimation until it is implementedrichiesams
2013-08-05ZVISION: Rename inner variable to prevent variable shadowingrichiesams
2013-08-05ZVISION: Add linking for clock.orichiesams
2013-08-05ZVISION: Properly end the AD tablerichiesams
2013-08-05ZVISION: Create ZVisionGameId entry Nonerichiesams
This is used to end the AD table
2013-08-05ZVISION: Allow _deltaTime to go negative so it can be clamped to zero properlyrichiesams
2013-08-05ZVISION: sscanf to a uint first instead of directly to a boolrichiesams
2013-08-05ZVISION: Conform to gcc template spacing requirementsrichiesams
2013-08-05ZVISION: Use videoDecoder.getTimeToNextFrame() to calculate the frame delayrichiesams
2013-08-05ZVISION: Change _pausedTime to be a reference to when time was paused, ↵richiesams
instead of accumulation of time
2013-08-05NEVERHOOD: Remove NRect constructorMax Horn
Otherwise, every global variable of type NRect requires a constructor to be run, which can cause portability issue.
2013-08-05ZVISION: Fix index out of range errorrichiesams
2013-08-05ZVISION: Add ActionMusicrichiesams
2013-08-05ZVISION: Pass the scr fileName as a const referencerichiesams
2013-08-05ZVISION: Check if a key exists before returning _globalState value.richiesams
operator[] creates a key value pair if it doesn't exist. So blindly returning a value without checking if the key exists could result in undefined behavior, depening on what the value is initialized to in its constructor
2013-08-05ZVISION: Add support for engine pausing from higher up (GMM, phone call, etc.)richiesams
2013-08-05ZVISION: Make _clock a member variable instead of a pointer to the heaprichiesams
2013-08-04ZVISION: Make the return from makeRawZorkStream more specificrichiesams
2013-08-04ZVISION: Make video code blocking.richiesams
The script system requires that all ResultAction::execute() block until they finish. The video system *was* 'asyncronous' in that you would just start a video and then run() would finish processing it. This code forces the video to complely finish before playVideo returns. The Clock object is used to keep track of deltaTime while the video is playing.
2013-08-04ZVISION: Create console method for dumping a file by namerichiesams
2013-08-04ZVISION: Create Clock class to handle deltaTime while pausing and unpausing ↵richiesams
the game
2013-08-05WINTERMUTE: Fix formatting.Einar Johan Trøan Sømåen
2013-08-05MORTEVIELLE: Fix flags in playSong(). Thanks clone2727 for telling about itStrangerke
2013-08-05MORTEVIELLE: Fix leak in playSong, refactor it a bitStrangerke
2013-08-04ZVISION: Remove extraneous commentsrichiesams