aboutsummaryrefslogtreecommitdiff
path: root/engines/access
AgeCommit message (Collapse)Author
2015-07-24ACCESS: Use VGA_COLOR_TRANS() in setIconPalette()Torbjörn Andersson
This fixes the palette for Martian Memorandum's command icons and mouse cursor.
2015-07-24ACCESS: Fix misleading commentTorbjörn Andersson
2015-07-24ACCESS: Rename local variable to silence GCC warningTorbjörn Andersson
2015-07-23ACCESS: Remove unnecessary variable to fix GCC warningTorbjörn Andersson
We already have 'events' declared earlier in the function.
2015-07-22ACCESS: MM doesn't use Miles AudioFilippos Karapetis
2015-07-22ACCESS: Comment out unused variablesFilippos Karapetis
2015-07-22Merge branch 'master' into mmWillem Jan Palenstijn
Conflicts: engines/access/access.cpp engines/access/asurface.h engines/access/bubble_box.cpp engines/access/bubble_box.h engines/access/martian/martian_game.cpp engines/access/player.cpp engines/access/player.h engines/access/resources.cpp engines/access/screen.cpp engines/access/screen.h engines/access/sound.cpp engines/access/sound.h
2015-07-19ACCESS: Avoid use of global constructorsMax Horn
2015-07-09ACCESS: Remove workaround delay from Amazon introTorbjörn Andersson
The delay is no longer needed, now that fade-in works. I don't get any noticeable delay after the fade-in in DOSBox either.
2015-07-09ACCESS: Fix bug in forceFadeIn()Torbjörn Andersson
The bug caused the fade-in to be instantaneous, not gradual.
2015-07-09ACCESS: Use looping audio stream for Amazon intro's projector soundTorbjörn Andersson
This is less prone to glitches than playing manually triggering the playing of the short non-looping version of the sound.
2015-07-09ACCESS: Fix sound stream handlingFilippos Karapetis
Fixes stopSound(), and changes all sound streams to be deleted on the next call of checkSoundQueue(), or when clearSounds() is called. This avoids ending up with invalidated sound streams in the sound queue
2015-07-05ACCESS: Increase delay in Amazon intro to allow fanfare to finishTorbjö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-05ACCESS: fix valgrind errors in decompressorMartin Kiewitz
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-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-01ACCESS/AMAZON: music: no driver = ignore callsMartin Kiewitz
ignore music calls when midi driver wasn't created
2015-07-01AMAZON: implement proper AdLib support (Miles)Martin Kiewitz
implement proper AdLib support game uses MIDPAK, which seems to be basically Miles Audio too instrument data was hidden inside MIDIDRV.AP thanks to dreammaster for extracting the files
2015-02-14ACCESS: MM - use PRINTSTR in several places, remove related TODOsStrangerke
2015-02-13ACCESS: MM - Fix a bug in doBox_v1, implement some TYPE_3 codeStrangerke
2015-02-11ACCESS: MM - Implement cmdPushLocationStrangerke
2015-02-10ACCESS: MM - Implement cmdSpecial0Strangerke
2015-02-09ACCESS: MM - Implement cmdSpecial7Strangerke
2015-02-06ACCESS: MM - Start implementing PRINTCHR and SPRINTCHRStrangerke
2015-02-06ACCESS: MM - Fix a crashStrangerke
2015-02-05ACCESS: Remove an unused functionStrangerke
2015-02-05ACCESS: MM - Add an optional variable to scroll functionsStrangerke
2015-02-05ACCESS: MM - Hook scroll functions in takePictureStrangerke
2015-02-04ACCESS: Tex2 - Start implementing takePicture()Strangerke
2015-02-04ACCESS: MM - Fix compilationStrangerke
2015-02-03ACCESS: MM - Hook displayInvStrangerke
2015-02-03ACCESS: MM - Remove combine item feature and tableStrangerke
2015-02-03ACCESS: MM - Hook cmdSpecial6Strangerke
2015-02-03ACCESS: MM - Remove a useless function, rename showDeathTextStrangerke
2015-02-01ACCESS: MM - Implement dead functionStrangerke
2015-02-01ACCESS: MM - Implement cmdSpecial6Strangerke
2015-01-31ACCESS: Split setVideo into 2 functions to allow the loading of files out of ↵Strangerke
a container
2015-01-31ACCESS: MM - Implement cmdSpecial1Strangerke
2015-01-30ACCESS: MM - Reduce the scope of a variable, some renamingStrangerke
2015-01-30ACCESS: Clarify calculation precedence for '+' and '?'Strangerke
2015-01-30ACCESS: MM - Remove a couple of useless variablesStrangerke
2015-01-30ACCESS: Remove a useless variableStrangerke
2015-01-30ACCESS: Silent a MSVC warningStrangerke
2015-01-30ACCESS: MM - Add MM specific code in doEstablishStrangerke
2015-01-30ACCESS: MM - Implement missing bits of CharEntryStrangerke
2015-01-27ACCESS: Initialize some variablesStrangerke
2015-01-26ACCESS: MM - Some work on bubble_boxStrangerke
2015-01-25ACCESS: MM - Rename cmdSpecial5, implement cmdSpecial3Strangerke
2015-01-25ACCESS: Fix moonwalking in MMPaul Gilbert