aboutsummaryrefslogtreecommitdiff
path: root/engines/access
AgeCommit message (Collapse)Author
2015-11-25ACCESS: fix comment typoMartin Kiewitz
2015-11-25ACCESS: Silence GCC warningsTorbjörn Andersson
2015-11-24ACCESS: movie player: convert 6-bit pal properlyMartin Kiewitz
2015-11-24ACCESS: movie player: 6-bit palette to 8-bitMartin Kiewitz
adjust palette accordingly
2015-11-24ACCESS: movie player for Noctropolis+SynnergistMartin Kiewitz
accessible via debug command "playmovie"
2015-11-23ACCESS: AGoE - Add detection for Spanish version, provided in bug #6958Strangerke
2015-11-22ACCESS: build the engine by defaultStrangerke
2015-08-03ACCESS: Fix initialisation of AccessEngine::_askMax Horn
2015-07-27ACCESS: Some variable renamingFilippos Karapetis
2015-07-27ACCESS: Rename ICON_DATA -> ICON_PALETTEFilippos Karapetis
2015-07-27ACCESS: Remove unused class member variable (CID 1312757)Filippos Karapetis
2015-07-27ACCESS: Remove leading underscore from non-class member variableFilippos Karapetis
2015-07-24ACCESS: Use our formatting conventions for variable and function namesFilippos Karapetis
2015-07-24ACCESS: Use VGA_COLOR_TRANS() in setManPalette()Torbjörn Andersson
This fixes the palette for Tex in Martian Memorandum.
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