aboutsummaryrefslogtreecommitdiff
path: root/engines/access
AgeCommit message (Collapse)Author
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
2015-01-25ACCESS: MM - Split cmdHelp for MMStrangerke
2015-01-25ACCESS: MM - Add menu case 8Strangerke
2015-01-25ACCESS: MM - Fix the coordinates of the last menu iconStrangerke
2015-01-21ACCESS: MM - Implement cmdDispAbout, initialize some variablesStrangerke
2015-01-21ACCESS: MM - Fix the travel boxStrangerke
2015-01-21ACCESS: MM - Implement loading of cells00 in intro, some renamingStrangerke
2015-01-21JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2015-01-21ACCESS: MM - Implement printWatch and clearWatchStrangerke
2015-01-21ACCESS: MM - Fix the "android" watch dialog and animationStrangerke
2015-01-19ACCESS: MM - Make CharEntry version-dependentStrangerke
2015-01-19ACCESS: MM - Implement printBubble_v1Strangerke
2015-01-18ACCESS: MM - Implement displayInvStrangerke