aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Collapse)Author
2002-11-26cleanupOliver Kiehl
svn-id: r5719
2002-11-24removed some no longer used variable declarationsOliver Kiehl
svn-id: r5713
2002-11-24Use command line/config file setting for music volumeTravis Howell
svn-id: r5712
2002-11-24Missed a few disabled debugsTravis Howell
svn-id: r5711
2002-11-24The vc_62 warning should be for simon 2 onlyTravis Howell
svn-id: r5710
2002-11-24Disable/remove some warningsTravis Howell
Enable more debugging svn-id: r5709
2002-11-24fixed last commitOliver Kiehl
svn-id: r5708
2002-11-24Add back changes that were reverted by mistakeTravis Howell
svn-id: r5707
2002-11-24split simon soundOliver Kiehl
svn-id: r5706
2002-11-24Add vc_65 (commented out for now, since it requires another function)Travis Howell
Add warning to vc_62 where it should be playing music. svn-id: r5703
2002-11-23Simon stuffTravis Howell
svn-id: r5700
2002-11-23Music volume just uses + and - now, key mapping worksTravis Howell
svn-id: r5698
2002-11-21Broke MidiStreamer into .h and .cpp components.Jamieson Christian
svn-id: r5682
2002-11-21revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵Max Horn
all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653
2002-11-20Include simon debug options by defaultTravis Howell
svn-id: r5642
2002-11-20fixed compilation for now <shudder>Max Horn
svn-id: r5638
2002-11-20Add back missing simon debug functionTravis Howell
svn-id: r5637
2002-11-20Another ooopsTravis Howell
svn-id: r5635
2002-11-20OoopsTravis Howell
svn-id: r5634
2002-11-20Revert earlier change for optional text support in simon1talkie/win since ↵Travis Howell
the data files don't have complete text. I have left TEXT_HACK removed for the same reason. svn-id: r5633
2002-11-20Main debug output can now be controlled by 'o' and 'v' keysTravis Howell
svn-id: r5631
2002-11-20Split debug opcode table into separate file.Travis Howell
Clean up debug, debug now uses correct opcode table automatically svn-id: r5630
2002-11-20Auto enable text when no voice file is available.Travis Howell
Allow 't' to toggle speech on and off in simon1talkie/win svn-id: r5629
2002-11-18added [ and ] for volume control on US keyboards and changed volume change to 16Oliver Kiehl
svn-id: r5597
2002-11-18Added support for volume and pause control to Simon music.Jamieson Christian
Note that MidiStreamer is now used as a streaming wrapper for ALL MidiDriver types, even those that natively support streaming. This is because MidiStreamer supports a hybrid of streamed and non-streamed MIDI, which is necessary to support interactive events. svn-id: r5596
2002-11-17added the ability to pause effects (s) and ambient sound (b)Oliver Kiehl
svn-id: r5593
2002-11-17added structures for midi pause/volumeOliver Kiehl
svn-id: r5591
2002-11-17quit_if_user_presses_y() addedOliver Kiehl
svn-id: r5590
2002-11-17implemented quit_if_user_presses_y()Oliver Kiehl
svn-id: r5589
2002-11-16Cursors should now be hidden during cut scenes (I hope)Travis Howell
svn-id: r5586
2002-11-16added cursor for simon1Oliver Kiehl
svn-id: r5585
2002-11-16OoopsTravis Howell
svn-id: r5584
2002-11-16Don't show cursor during cut scenesTravis Howell
svn-id: r5583
2002-11-16added context sensitive mouse cursors for simon2. yay! ;)Oliver Kiehl
svn-id: r5582
2002-11-15readded variable removed in last commit - needed for big endianOliver Kiehl
svn-id: r5577
2002-11-15removed not used variable (fix compilation)Paweł Kołodziejski
svn-id: r5573
2002-11-15638809: Simon startup speedupJames Brown
svn-id: r5559
2002-11-13changed warning to errorOliver Kiehl
svn-id: r5539
2002-11-13fixed looping problem, removed useless code and renamed playSound to playEffectsOliver Kiehl
svn-id: r5538
2002-11-13cleanupMax Horn
svn-id: r5530
2002-11-13fix endian bugMax Horn
svn-id: r5528
2002-11-13Change quit dialog not implemented error to warningTravis Howell
svn-id: r5527
2002-11-13Change last ugly hack to make it a little betterTravis Howell
svn-id: r5526
2002-11-13An ugly hack to allow music looping in simon1talkieTravis Howell
Most likely better wat to do this... svn-id: r5525
2002-11-13Add midi streaming support from Jamieson630Travis Howell
svn-id: r5522
2002-11-11fixed endian bug that prevented Simon2 SFX from playing on big endian machineseMax Horn
svn-id: r5518
2002-11-11workaround for voc weaknessOliver Kiehl
svn-id: r5517
2002-11-10completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some ↵Max Horn
static variables from drawFlashlight() and made them members of class Scumm instead svn-id: r5506
2002-11-10oops, forgot a file (ambient effects)Oliver Kiehl
svn-id: r5503
2002-11-10added ambient effects (rest of vc_52)Oliver Kiehl
svn-id: r5502