aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2015-07-04TINSEL: DW1: Miles Audio AdLib MIDPAK.AD supportMartin 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-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-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-03SHERLOCK: RT: Beginnings of scrolling scene supportPaul Gilbert
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-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-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-02SHERLOCK: SS: Fix loading of 'un-used' anim positionsPaul Gilbert
2015-07-02SHERLOCK: RT: Implemented render method for talk dialogPaul Gilbert
2015-07-02SHERLOCK: RT: Cleanup of Exit class and fix exiting scenesPaul Gilbert
2015-07-02SHERLOCK: RT: Fix looking at charactersPaul Gilbert
2015-07-03SAGA: Fix Adlib in original DOS CD version of Inherit the Earth.Kirben
2015-07-02SHERLOCK: RT: Fix moving too far vertically when walkingPaul Gilbert
2015-07-03AGOS: music: simplified music-mode code in open()Martin Kiewitz
combined both Accolade + Miles Audio initial open() code
2015-07-03AGOS: disable Miles Audio for Simon 2Martin Kiewitz
enabled it by accident in the last commit
2015-07-03AGOS: Accolade music driver: fix memory leakMartin Kiewitz
in factory
2015-07-03AGOS: Accolade music: read driver data in factoryMartin Kiewitz
moved driver reading code into factory of both Accolade music drivers