Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-07 | SHERLOCK: RT: Fix Valgrind issues | Paul Gilbert | |
2015-07-06 | SHERLOCK: RT: Fix characters walking off-screen | Paul Gilbert | |
2015-07-07 | AGOS: Remove unused field | Torbjörn Andersson | |
Should have been removed in a4b8c6e054fec4a3555970a70430a90fa96db12e but wasn't. | |||
2015-07-05 | SHERLOCK: RT: Don't run secondary scripts if an anim is active | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Changes for doScript method ending code | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Simplify restoreBackground | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Cleanup of walk-related script opcodes | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Fix People::reset when _scriptMoreFlag is set | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Cleanup and fleshing out of saving | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Fixes to display talk window | Paul Gilbert | |
2015-07-05 | MADE: Music: initialize musicType variable | Martin Kiewitz | |
wasn't initialized in case milesAudio was disabled | |||
2015-07-05 | AUDIO: Miles Audio AdLib: set default volume 0x7F | Martin Kiewitz | |
set default volume of every midi channel to 0x7F right on startup fixes Amazon Guardians of Eden logo jingle music those values were actually sent to the driver right on startup default value for panning was 0x40, this was adjusted as well | |||
2015-07-05 | ACCESS: Increase delay in Amazon intro to allow fanfare to finish | Torbjörn Andersson | |
There's probably a better way of handling this, but as long as we hard-code a delay, we may as well try to make it fit. | |||
2015-07-05 | SHERLOCK: RT: Cleanup of cmdWalkHolmesToCoords | Paul Gilbert | |
2015-07-05 | SHERLOCK: RT: Fix splitting lines in setStatementLines | Paul Gilbert | |
2015-07-05 | AUDIO: Miles Audio AdLib: OPL3 detect for timbre | Martin Kiewitz | |
tries to detect OPL3 availability and prefers OPL3 timbre data in that case. | |||
2015-07-05 | ACCESS: fix valgrind errors in decompressor | Martin Kiewitz | |
2015-07-05 | MOHAWK: Document and skip Arthur's Reading Race minigames | Matthew Hoops | |
2015-07-05 | AGOS: Fix turning music on and off in Amiga versions. | Kirben | |
2015-07-05 | AGOS: The sound effects in Simon the Sorcerer 1 (Floppy) are only meant for ↵ | Kirben | |
Adlib. | |||
2015-07-05 | AGOS: Revert 46d1c106ca560c285c556a0b02b54d76bc6a29ba: | Kirben | |
AGOS: Give each MIDI track its own loop flag Since the changes broke looping in Simon the Sorcerer 2. | |||
2015-07-05 | MADE: Delete AdLib instrument stream after driver initialization | Torbjörn Andersson | |
2015-07-05 | MADE: Cleanup AdLib driver initialization... | Torbjörn Andersson | |
... as per m_kiewitz's suggestions. | |||
2015-07-05 | AUDIO: Miles Audio AdLib: support AD+OPL3 streams | Martin Kiewitz | |
- support AdLib + OPL3 streams - also support stream(s) and filenames getting passed at the same time in that case filenames are checked first, streams are used as fallback | |||
2015-07-05 | AUDIO: Make Miles AdLib audio stream permanent | Torbjörn Andersson | |
This protects it from any calls to stopAll() in the mixer, which is needed for Return to Zork, at the very least. | |||
2015-07-05 | MADE: Allow loading of sample.ad from rtzcd.red | Torbjörn Andersson | |
At the moment, AdLib music doesn't work yet though. At least not for this particular case. | |||
2015-07-04 | TINSEL: DW1: enable Miles Audio for DOS only | Martin Kiewitz | |
2015-07-04 | SHERLOCK: SS: Fix crash in intro when music finishes | Paul Gilbert | |
2015-07-04 | TINSEL: DW1: Miles Audio AdLib MIDPAK.AD support | Martin Kiewitz | |
- added support for MIDPAK.AD timbre files on top FAT.OPL. FAT.OPL gets copied by installer into MIDPAK.AD for this version - changed order of timbre file checking - adjusted and improved comments about discworld 1 versions | |||
2015-07-04 | AUDIO: Miles Audio AdLib: read OPL3 timbre bugfix | Martin Kiewitz | |
2015-07-04 | SHERLOCK: RT: Change bool switch to an if statement | Paul Gilbert | |
2015-07-04 | TINSEL: DW1: Miles Audio AdLib support for FAT.OPL | Martin Kiewitz | |
eriktorbjorn owns a version of DW1, that only has FAT.OPL and no SAMPLE.AD/SAMPLE.OPL. We check if SAMPLE.AD/.OPL are available, if not we try our luck with FAT.OPL | |||
2015-07-04 | AUDIO: Miles Audio AdLib: read AdLib+OPL3 file | Martin Kiewitz | |
Checks if at least one of those exists and reads the one that does Needed for another version of Simon The Sorcerer 2, that only features FAT.OPL | |||
2015-07-04 | SHERLOCK: RT: Fix closing the journal | Paul Gilbert | |
2015-07-04 | SHERLOCK: RT: Fix display of journal buttons | Paul Gilbert | |
2015-07-04 | SHERLOCK: Make playMusic a private method of Music | Paul Gilbert | |
2015-07-04 | MOHAWK: Fix parsing the Arthur's Computer Adventure globals section | Matthew Hoops | |
2015-07-04 | SHERLOCK: RT: Consolidate scroll position into the Screen class | Paul Gilbert | |
2015-07-04 | SHERLOCK: RT: Additional constants for flags and characters | Paul Gilbert | |
2015-07-04 | SHERLOCK: RT: Fix going to map from the starting scene | Paul Gilbert | |
2015-07-04 | AUDIO: Miles Audio AdLib instrument stream support | Martin Kiewitz | |
- not using byte pointer + size and instead now a SeekableReadStream for factory - adjusted ACCESS + AGOS engines accordingly | |||
2015-07-04 | TINSEL: Add drivers sub folder in Discworld 1, for Miles audio files. | Kirben | |
2015-07-04 | COMMON: PKWARE data comp. remove temp. targetPtr | Martin Kiewitz | |
which was used for the temporary workaround in commit 4fb3264 | |||
2015-07-03 | SHERLOCK: RT: Beginnings of scrolling scene support | Paul Gilbert | |
2015-07-04 | COMMON: PKWARE data comp. lib. mask dictionary xs | Martin Kiewitz | |
added masking of dictionary offsets when copying from dictionary issues should now all be fixed | |||
2015-07-04 | COMMON: PKWARE data comp. library fix | Martin Kiewitz | |
add old length+offset code for now, so that the graphical issues in SCI don't occur anymore. Will investigate more tomorrow. | |||
2015-07-04 | COMMON: PKWARE data comp. library fix | Martin Kiewitz | |
fixes dictionary issues with some compressed data | |||
2015-07-04 | AGOS: Simon 2: use common PKWARE data comp. lib | Martin Kiewitz | |
use PKWARE data compression library code from COMMON/ AdLib drivers will get changed to use streams too | |||
2015-07-04 | COMMON: PKWARE data comp. lib. cleanup + enhanced | Martin Kiewitz | |
- uses streams now - additional method for decompressing, when the target size is not known - improved comments - added AGOS for using it | |||
2015-07-04 | MADS: V2: Remove comma at the end of the Phantom verb list | Filippos Karapetis | |
This should fix compilation on gcc |