aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-04AUDIO: Miles Audio AdLib: read OPL3 timbre bugfixMartin Kiewitz
2015-07-04SHERLOCK: RT: Change bool switch to an if statementPaul Gilbert
2015-07-04TINSEL: DW1: Miles Audio AdLib support for FAT.OPLMartin 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-04AUDIO: Miles Audio AdLib: read AdLib+OPL3 fileMartin 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-04SHERLOCK: RT: Fix closing the journalPaul Gilbert
2015-07-04SHERLOCK: RT: Fix display of journal buttonsPaul Gilbert
2015-07-04SHERLOCK: Make playMusic a private method of MusicPaul Gilbert
2015-07-04MOHAWK: Fix parsing the Arthur's Computer Adventure globals sectionMatthew Hoops
2015-07-04SHERLOCK: RT: Consolidate scroll position into the Screen classPaul Gilbert
2015-07-04SHERLOCK: RT: Additional constants for flags and charactersPaul Gilbert
2015-07-04SHERLOCK: RT: Fix going to map from the starting scenePaul Gilbert
2015-07-04AUDIO: Miles Audio AdLib instrument stream supportMartin Kiewitz
- not using byte pointer + size and instead now a SeekableReadStream for factory - adjusted ACCESS + AGOS engines accordingly
2015-07-04TINSEL: Add drivers sub folder in Discworld 1, for Miles audio files.Kirben
2015-07-04COMMON: PKWARE data comp. remove temp. targetPtrMartin Kiewitz
which was used for the temporary workaround in commit 4fb3264
2015-07-03SHERLOCK: RT: Beginnings of scrolling scene supportPaul Gilbert
2015-07-04COMMON: PKWARE data comp. lib. mask dictionary xsMartin Kiewitz
added masking of dictionary offsets when copying from dictionary issues should now all be fixed
2015-07-04COMMON: PKWARE data comp. library fixMartin 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-04COMMON: PKWARE data comp. library fixMartin Kiewitz
fixes dictionary issues with some compressed data
2015-07-04AGOS: Simon 2: use common PKWARE data comp. libMartin Kiewitz
use PKWARE data compression library code from COMMON/ AdLib drivers will get changed to use streams too
2015-07-04COMMON: PKWARE data comp. lib. cleanup + enhancedMartin Kiewitz
- uses streams now - additional method for decompressing, when the target size is not known - improved comments - added AGOS for using it
2015-07-04MADS: V2: Remove comma at the end of the Phantom verb listFilippos Karapetis
This should fix compilation on gcc
2015-07-04TONY: Fix inclusion of util.hFilippos Karapetis
2015-07-04MADS: V2: Initial work on Phantom scenes 101 and 102Filippos Karapetis
2015-07-04MADS: V2: Initial work on verbs for PhantomFilippos Karapetis
2015-07-04MADS: V2: Re-enable sprite drawingFilippos Karapetis
2015-07-04MADS: V2: The intro scenes do not have any codesFilippos Karapetis
2015-07-04MADS: Phantom: Initial work on game globalsFilippos Karapetis
2015-07-04MADS: V2: The two new hotspot fields refer to the cursor and the syntaxFilippos Karapetis
2015-07-04SAGA: Initial work on the DOS ITE demoFilippos Karapetis
2015-07-04SAGA: Add support for the scene descriptors of the ITE DOS demoFilippos Karapetis
2015-07-04FULLPIPE: Fix a warningFilippos Karapetis
2015-07-03SHERLOCK: RT: Fix loading double-wide scenesPaul Gilbert
2015-07-04SHERLOCK: SS: Remove leftover codeFilippos Karapetis
2015-07-04SHERLOCK: Use IS_ROSE_TATTOO / IS_SERRATED_SCALPEL in more placesFilippos Karapetis
2015-07-03SHERLOCK: RT: Hook talk widget refresh into talk logicPaul Gilbert
2015-07-03SHERLOCK: Change FixedText::getText to return const char *Paul Gilbert
2015-07-03SHERLOCK: RT: Implement talk dialog setStatementLinesPaul Gilbert
2015-07-03SHERLOCK: RT: Compilation fix in putMessage callPaul Gilbert
2015-07-03AGOS: Simon 2: extract MIDPAK.AD from SETUP.SHRMartin Kiewitz
implements support for extracting MIDPAK.AD from SETUP.SHR this way the user isn't required to install the game and can just use the files copied from CD-ROM. Files inside SETUP.SHR were compressed using PKWARE data compression library. PKWARE decompression code based on information released by Ben Rudiak-Gould in comp.compression on 13.8.2001 Miles Audio support is still disabled atm and has to be enabled manually
2015-07-03SHERLOCK: RT: Implement talk dialog handleEventsPaul Gilbert
2015-07-03MOHAWK: Implement xpos/ypos for LB.Alyssa Milburn
2015-07-03MOHAWK: Implement deleteVar for LB.Alyssa Milburn
2015-07-03MOHAWK: Implement width/height for LB.Alyssa Milburn
2015-07-03SHERLOCK: RT: Implement scrollbar event handlingPaul Gilbert
2015-07-03ACCESS: Fix compiler warningPaul Gilbert
2015-07-03NEWS: Minor style and formatting fixes.Johannes Schickel
2015-07-03ACCESS: update comment about music driversMartin Kiewitz
Amazon Guardians of Eden (demo) and Martian Memorandum both use another type of driver, possibly written by Access software
2015-07-03NEWS: Update AGOS section.Kirben
2015-07-03NEWS: Add improved Adlib in Return to Zork.Kirben
2015-07-02SHERLOCK: SS: Fix loading of 'un-used' anim positionsPaul Gilbert