Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-14 | SCI: add SCI3 support for debug cmd scro | Martin Kiewitz | |
2015-05-14 | SCI: add said-details to script_said debug cmd | Martin Kiewitz | |
2015-05-14 | SCI: debug commands scro, scrs and script_said | Martin Kiewitz | |
implement string collecting for SCI3 implement object offset collecting for SCI0-SCI2 implement said-str offset collecting for SCI0-SCI1 add new debug command scro / script_objects add new debug command script_said string without terminating NUL now a warning the latter happens in qfg2 for amiga room 84 | |||
2015-05-14 | SCI: change qfg2 saurus ride script patch | Martin Kiewitz | |
the original script patch messed up room changes | |||
2015-05-14 | SAGA: Avoid code duplication | Willem Jan Palenstijn | |
2015-05-14 | SCI: Restore xs after calling run_vm from debugger | Willem Jan Palenstijn | |
This fixes possible gamestate corruption when using 'send' in the debugger to call methods. | |||
2015-05-13 | SHERLOCK: Properly clear screen after fading to black | Paul Gilbert | |
2015-05-13 | SHERLOCK: Simplify blitFrom methods | Paul Gilbert | |
2015-05-13 | SHERLOCK: Renamed graphics.cpp to surface.cpp | Paul Gilbert | |
2015-05-14 | SHERLOCK: Remove space/Enter handling for keyboard cursor | Paul Gilbert | |
We don't implement the keyboard cursor movement anyway, and it was stopping Space and Enter from working when showing dialogs | |||
2015-05-14 | SHERLOCK: Remove redundant _scriptCurrentIndex field | Paul Gilbert | |
2015-05-14 | SHERLOCK: Simplify rect check in addDirtyRect | Paul Gilbert | |
2015-05-13 | SHERLOCK: Rework a bit Cache::load to use MKTAG, add support for compressed ↵ | Strangerke | |
sub-files in Resources::load | |||
2015-05-13 | SHERLOCK: Fix a glitch in decompressLZ, when file size is unknown | Strangerke | |
2015-05-13 | SHERLOCK: Remove useless checks in playSound | Strangerke | |
2015-05-13 | SHERLOCK: Handle multiple sound containers | Strangerke | |
2015-05-13 | SHERLOCK: More rename of synchronize methods to load | Paul Gilbert | |
2015-05-13 | SHERLOCK: Add missing setting of _oldSelector | Paul Gilbert | |
2015-05-13 | SHERLOCK: Fix speed of animations | Paul Gilbert | |
2015-05-13 | SHERLOCK: Rename object loading methods from synchronize to load | Paul Gilbert | |
2015-05-13 | SHERLOCK: Whitespace fixes | Paul Gilbert | |
2015-05-13 | SHERLOCK: Remove redundant check from mergeDirtyRects | Paul Gilbert | |
2015-05-13 | SHERLOCK: Fix buffer reference in randomTransition | Paul Gilbert | |
2015-05-13 | SHERLOCK: Implement sound priority | Strangerke | |
2015-05-13 | SHERLOCK: Fix GCC compilation with correct whitespace for nested Common:Array | sirlemonhead | |
2015-05-13 | SHERLOCK: Fix to correctly increment animation variables | sirlemonhead | |
2015-05-13 | SHERLOCK: Update sound initialization for Rose Tattoo | Paul Gilbert | |
2015-05-12 | SHERLOCK: Beginnings of Rose Tattoo engine | Paul Gilbert | |
2015-05-12 | SHERLOCK: Correct some minor spelling mistakes | sirlemonhead | |
2015-05-12 | SHERLOCK: Re-factored Scalpel arrays out of Animation | sirlemonhead | |
2015-05-12 | SAGA: Only handle the puzzle scene for ITE | Filippos Karapetis | |
2015-05-12 | QUEEN: Immediately stop actor movement when the game is exiting | Filippos Karapetis | |
This allows the engine to quit immediately while actors are moving, e.g. while Joe is walking towards Lola's bedroom | |||
2015-05-11 | AGI: Remove dead code in PCjr code | Thierry Crozat | |
I forgot to remove that code in commit 0cb0a09 when I removed the line that preceded it. | |||
2015-05-11 | SHERLOCK: Add preliminar sound support | Strangerke | |
2015-05-10 | SHERLOCK: Fix compilation (sorry for the noise) | Strangerke | |
2015-05-10 | SHERLOCK: Add some code for the interactive demo (still crashing) | Strangerke | |
2015-05-10 | AGI: Change the way the mixer volume is handled in the PCjr player | Thierry Crozat | |
Instead of factoring the volume into the tone attenuation it now scales the volume table. This way it still uses the full table when playing at a low volume and therefore keeps the 16 attenuation levels. Also use kMusicSoundType instead of kSFXSoundType to be coherent with what the MIDI output is doing (volume for both music and SFX is controlled by the Music volume slider). | |||
2015-05-10 | AGI: Fix PCjr dissolve method used for early versions | Thierry Crozat | |
This was a regression from ceb2909. | |||
2015-05-10 | AGI: Fix bug with music/SFX volume in PCjr | Thierry Crozat | |
A higher volume in the GUI resulted in a lower music volume (and lower volume in the GUI resulted in higher music volume). | |||
2015-05-10 | AGI: Use correct volume for PCjr output | Thierry Crozat | |
This looks like a regression from commit 24bb5da: AGI: Add a layer of abstraction between the sound chip and the two players | |||
2015-05-10 | SCUMM: Add detection for Full Throttle French Mac | Thierry Crozat | |
Also add file size for Sam & Max and DOTT French Mac versions. | |||
2015-05-09 | SHERLOCK: Performance tweak for resource loading | Paul Gilbert | |
2015-05-10 | SHERLOCK: Add comment about HitSquad CD in the detection | Strangerke | |
2015-05-09 | SHERLOCK: Fix incorrect comment | Paul Gilbert | |
2015-05-09 | SHERLOCK: Further cleanup of detection entries and added Rose Tattoo English | Paul Gilbert | |
2015-05-09 | SHERLOCK: Refine comment for decompressLZ | Paul Gilbert | |
2015-05-09 | SHERLOCK: Add some detection entries | Strangerke | |
2015-05-09 | SHERLOCK: Fix getting fresh mouse positions in loop showing quit dialog | Paul Gilbert | |
2015-05-09 | SHERLOCK: Remove redundant shouldQuit call in loop | Paul Gilbert | |
2015-05-09 | SHERLOCK: Updated module.mk to match that of other engines | Paul Gilbert | |