Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-11 | MOHAWK: Adapt the VideoManager to allow for seeking; cleanup | Matthew Hoops | |
svn-id: r55204 | |||
2011-01-11 | VIDEO: Add seeking capability to QuickTimeDecoder | Matthew Hoops | |
svn-id: r55203 | |||
2011-01-11 | VIDEO: Add a SeekableVideoDecoder class | Matthew Hoops | |
svn-id: r55202 | |||
2011-01-11 | CINE: Fix for Operation Stealth assertion when caught by rat in Scene 8 ↵ | David Turner | |
Rats' Maze. This converts the assertion on selection of null background into a test and warning. svn-id: r55201 | |||
2011-01-11 | COMMON: Fix a few space formatting issues. | Jordi Vilalta Prat | |
svn-id: r55200 | |||
2011-01-11 | CINE: Extend "labyrinthCheat" console command to cover Operation Stealth ↵ | David Turner | |
Scene 8 (Rats' Maze). These arcade puzzles are hard, but solvable. This command is intended to aid debugging and rapid playtesting. svn-id: r55198 | |||
2011-01-10 | SOUND: Get rid of unused forward declarations in mixer.h. | Johannes Schickel | |
svn-id: r55197 | |||
2011-01-10 | MOHAWK: Fix the Myst ME Mac intro and cleanup | Matthew Hoops | |
svn-id: r55196 | |||
2011-01-10 | CINE: Modified Palette::rotateRight() function to cope with all positive ↵ | David Turner | |
values of rotation. This fixes the assert in Operation Stealth in Scene 7 when the Russians mount the Jetskis. svn-id: r55195 | |||
2011-01-09 | CINE: Added fix for Operation Stealth Loss of Inventory after Scene 6 ↵ | David Turner | |
Labyrinth Maze. It is now possible to open the office safe and get the envelope, though the engine now asserts with a palette issue in the next scene as the Russians board the Jetskis. svn-id: r55194 | |||
2011-01-09 | HUGO: Fix typo in help message | Arnaud Boutonné | |
svn-id: r55193 | |||
2011-01-09 | HUGO: intros are now skippable | Arnaud Boutonné | |
svn-id: r55192 | |||
2011-01-09 | MOHAWK: Always restart anims on kLBOpTogglePlay. | Alyssa Milburn | |
This may not be the right place for this, but for now it fixes several bugs where animations didn't play after they'd already been played once. svn-id: r55191 | |||
2011-01-09 | SCI2.1: Some further work on robot files | Filippos Karapetis | |
svn-id: r55190 | |||
2011-01-09 | CINE: Add console command "labyrinthCheat" to help with Operation Stealth ↵ | David Turner | |
Playtesting. This command activates a cheat for the Operation Stealth Scene 6 arcade section i.e. Chased by Guards in Labyrinths in Otto's Mansion. These puzzles are quite hard and thus discourage playtesting beyond this point, especially since it is not possible to save (This may be a bug compared to the original interpreter). Also, added extra debug output to aid script debug output. svn-id: r55189 | |||
2011-01-09 | MOHAWK: Cleanup named video handling | Matthew Hoops | |
svn-id: r55188 | |||
2011-01-09 | MOHAWK: Add a stub for Myst var getter 308 | Bastien Bouclet | |
svn-id: r55187 | |||
2011-01-09 | CINE: Add FIXME about Operation Stealth Memory Leak. | David Turner | |
svn-id: r55186 | |||
2011-01-09 | MOHAWK: Myst zip mode improvements | Bastien Bouclet | |
- Save visited zip destinations in the game state - Only allow zipping to visited zip destinations - Save zip mode setting in the game state svn-id: r55185 | |||
2011-01-09 | SCI2: Implemented proper text splitting | Filippos Karapetis | |
svn-id: r55184 | |||
2011-01-09 | SCI2: Some documentation/stubs | Filippos Karapetis | |
- Fully documented the parameters of kSetShowStyle - Added another subop stub for kCreateTextBitmap svn-id: r55183 | |||
2011-01-09 | SCI: Cleanup | Filippos Karapetis | |
svn-id: r55182 | |||
2011-01-09 | HUGO: Modify hint position when an object is selected | Arnaud Boutonné | |
svn-id: r55181 | |||
2011-01-09 | MOHAWK: Implement minimal D'ni stack. Lacking movie control. | Bastien Bouclet | |
svn-id: r55180 | |||
2011-01-09 | SCI: Changed the bShow parameter of GfxText16:Box() into a bool | Filippos Karapetis | |
svn-id: r55179 | |||
2011-01-08 | SCI: Some function renaming | Filippos Karapetis | |
Draw_Status -> DrawStatus Draw_String -> DrawString svn-id: r55178 | |||
2011-01-08 | SCI2: Updated comments | Filippos Karapetis | |
svn-id: r55177 | |||
2011-01-08 | SCI2.1: Added a comment with the SCI2.1 games using a SCI2 kernel | Filippos Karapetis | |
svn-id: r55176 | |||
2011-01-08 | MT32: Fixed compilation warnings | Marcus Comstedt | |
The conversion specification "%f" converts a double, not a float, so floats need to be converted to doubles before passing them to vprintf(). svn-id: r55175 | |||
2011-01-08 | DC: Sync legacy makefile with recent changes | Marcus Comstedt | |
svn-id: r55173 | |||
2011-01-08 | DC: Fix a compilation warning | Marcus Comstedt | |
svn-id: r55172 | |||
2011-01-08 | DC: Implement logMessage() | Marcus Comstedt | |
svn-id: r55171 | |||
2011-01-08 | MOHAWK: Change Myst credits stack not to use the var store | Bastien Bouclet | |
svn-id: r55170 | |||
2011-01-08 | MOHAWK: Set needsRedraw when changing LB palettes. | Alyssa Milburn | |
svn-id: r55169 | |||
2011-01-08 | HUGO: Fix an assert when mouse hit the top of the screen | Arnaud Boutonné | |
svn-id: r55168 | |||
2011-01-08 | HUGO: Merge inventory object and mouse cursor when selected | Arnaud Boutonné | |
- Merge inventory object and mouse cursor into a new mouse cursor (looks better) - Use 16 color mouse pointer - Clean-up svn-id: r55167 | |||
2011-01-08 | OPENGL: Skip empty texture updates. | Jordi Vilalta Prat | |
This fixes some hangs when calling the GMM while running Fascination. svn-id: r55166 | |||
2011-01-08 | SCI2.1: Added some information about kSetPalStyleRange, kNewRoom and kMorphOn | Filippos Karapetis | |
svn-id: r55165 | |||
2011-01-08 | MOHAWK: Changed Myst intro stack to behave like the original. ie fully ↵ | Bastien Bouclet | |
skippable intro. svn-id: r55164 | |||
2011-01-08 | SCI2.1: Some stubs used by SQ6 | Filippos Karapetis | |
- Added a stub and some info about the (large) kScrollWindow kernel call - Added info about kMovePlaneItems svn-id: r55163 | |||
2011-01-08 | SCI2.1: Some functionality for Phantasmagoria 1 and MUMG Deluxe | Filippos Karapetis | |
- Added a stub for kSetLanguage, used in MUMG Deluxe - this needs support at the resource manager level - Made kGetSierraProfileInt a stub function (it's used in the Windows version of Phantasmagoria 1 to override the video speed setting obtained from kGetConfig) svn-id: r55161 | |||
2011-01-08 | SCI: Fixed typo | Filippos Karapetis | |
svn-id: r55160 | |||
2011-01-08 | SCI: Fixed a typo | Filippos Karapetis | |
svn-id: r55159 | |||
2011-01-08 | SCI2.1: Added/documented some functionality used by Shivers 1 | Filippos Karapetis | |
- Added kFileIO subop 17 (create save slot) - Added information about a (probably debug) kernel function used in a puzzle, kCelInfo - Added some information on two kSave subops - Added 2 workarounds for uninitialized variables svn-id: r55158 | |||
2011-01-08 | BUILD: Include scummsys.h to force rebuild after reconfigure | Sven Hesse | |
svn-id: r55157 | |||
2011-01-08 | BUILD: Include scummsys.h to force rebuild after reconfigure (thanks LordHoto) | Willem Jan Palenstijn | |
svn-id: r55156 | |||
2011-01-08 | SAGA: Include scummsys.h to force rebuild after reconfigure | Willem Jan Palenstijn | |
svn-id: r55155 | |||
2011-01-07 | SCI: Moved the handling of the op_line debug opcode inside ↵ | Filippos Karapetis | |
readPMachineInstruction() The handling has been moved inside readPMachineInstruction(), instead of run_vm(), as a lot of parts of the code depend on this function handling all opcodes correctly (e.g. the script dissassembler, the features class, find_callk etc) svn-id: r55154 | |||
2011-01-07 | SCI: Removed leftover end markers from the opcode formats array | Filippos Karapetis | |
svn-id: r55153 | |||
2011-01-07 | MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine ↵ | Bastien Bouclet | |
method changeStack svn-id: r55152 |