aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Expand)Author
2002-11-21Broke MidiStreamer into .h and .cpp components.Jamieson Christian
2002-11-21revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all...Max Horn
2002-11-20Include simon debug options by defaultTravis Howell
2002-11-20fixed compilation for now <shudder>Max Horn
2002-11-20Add back missing simon debug functionTravis Howell
2002-11-20Another ooopsTravis Howell
2002-11-20OoopsTravis Howell
2002-11-20Revert earlier change for optional text support in simon1talkie/win since the...Travis Howell
2002-11-20Main debug output can now be controlled by 'o' and 'v' keysTravis Howell
2002-11-20Split debug opcode table into separate file.Travis Howell
2002-11-20Auto enable text when no voice file is available.Travis Howell
2002-11-18added [ and ] for volume control on US keyboards and changed volume change to 16Oliver Kiehl
2002-11-18Added support for volume and pause control to Simon music.Jamieson Christian
2002-11-17added the ability to pause effects (s) and ambient sound (b)Oliver Kiehl
2002-11-17added structures for midi pause/volumeOliver Kiehl
2002-11-17quit_if_user_presses_y() addedOliver Kiehl
2002-11-17implemented quit_if_user_presses_y()Oliver Kiehl
2002-11-16Cursors should now be hidden during cut scenes (I hope)Travis Howell
2002-11-16added cursor for simon1Oliver Kiehl
2002-11-16OoopsTravis Howell
2002-11-16Don't show cursor during cut scenesTravis Howell
2002-11-16added context sensitive mouse cursors for simon2. yay! ;)Oliver Kiehl
2002-11-15readded variable removed in last commit - needed for big endianOliver Kiehl
2002-11-15removed not used variable (fix compilation)Paweł Kołodziejski
2002-11-15638809: Simon startup speedupJames Brown
2002-11-13changed warning to errorOliver Kiehl
2002-11-13fixed looping problem, removed useless code and renamed playSound to playEffectsOliver Kiehl
2002-11-13cleanupMax Horn
2002-11-13fix endian bugMax Horn
2002-11-13Change quit dialog not implemented error to warningTravis Howell
2002-11-13Change last ugly hack to make it a little betterTravis Howell
2002-11-13An ugly hack to allow music looping in simon1talkieTravis Howell
2002-11-13Add midi streaming support from Jamieson630Travis Howell
2002-11-11fixed endian bug that prevented Simon2 SFX from playing on big endian machineseMax Horn
2002-11-11workaround for voc weaknessOliver Kiehl
2002-11-10completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some stat...Max Horn
2002-11-10oops, forgot a file (ambient effects)Oliver Kiehl
2002-11-10added ambient effects (rest of vc_52)Oliver Kiehl
2002-11-10if possible, always #include headers in the source files, not in other headersMax Horn
2002-11-10simon2dos works, thanks again to luddeTravis Howell
2002-11-09fixed some memory leaksOliver Kiehl
2002-11-08fixed warning; fixed array out of bounds accessMax Horn
2002-11-08last fix didn't work properlyOliver Kiehl
2002-11-08big endian fixOliver Kiehl
2002-11-08TypoTravis Howell
2002-11-08Remove error and replace with proper exit function.Travis Howell
2002-11-08Changed wrong sectionTravis Howell
2002-11-08Don't attempt to play music in simon 1 demoTravis Howell
2002-11-07Add work around for simon 1 ending slowdown/freeze when music is enabled.Travis Howell
2002-11-07Add another work around and some fixme commentsTravis Howell