aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Expand)Author
2003-10-21Missed oneTravis Howell
2003-10-21Correctly reanem var this time.Travis Howell
2003-10-21Rename a few varsTravis Howell
2003-10-21Rename a few varsTravis Howell
2003-10-21Rename functionTravis Howell
2003-10-21fix shadow'd variable, the single letter variable names in the simon code are...Jonathan Gray
2003-10-21Fix text spacing when backspace key is used when entering save game name in H...Travis Howell
2003-10-21Stop garbage been left behind with backspace key when entering save game name...Travis Howell
2003-10-18We proudly present the latest installment of our hit series 'Untangle the mes...Max Horn
2003-10-17moved game detection code out to the pluginsMax Horn
2003-10-17moved platform/language constants to common/util.*Max Horn
2003-10-16Fix a few defaults vars.Travis Howell
2003-10-16Minor cleanupTravis Howell
2003-10-14fix debug mode 0Max Horn
2003-10-12some renaming for more consistent terminology (although we might want to reev...Max Horn
2003-10-12Fix for Bug [821514] SIMON: No Adlib volume for percussionJamieson Christian
2003-10-10some cleanupMax Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-08Fix display of verb name text when verb is selected in Simon the Sorcerer 1 a...Travis Howell
2003-10-05factor out common gfx_mode/fullscreen setup code from the game engines into t...Max Horn
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...Max Horn
2003-10-03cleanup / doxygenificationMax Horn
2003-10-03Simon namespaceMax Horn
2003-10-01Fix for Bug [812995] MT-32: wrong channel mappingJamieson Christian
2003-09-29Added decruncher for Simon 1 disk version files.Jamieson Christian
2003-09-29First-revision Amiga icon decompressor.Jamieson Christian
2003-09-26Small correction for simon1/2 HebrewTravis Howell
2003-09-25Small cleanup to reduce amount of game id checks.Travis Howell
2003-09-25Small cleanup to reduce amount of game id checks.Travis Howell
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-24Add Acorn version of Simon the Sorcerer 1 TalkieTravis Howell
2003-09-20fix bug pointed out by Merlin0fCha0sOliver Kiehl
2003-09-20fixed AMD64 warningMax Horn
2003-09-18added initial support for building our 4 adventure engines as loadable module...Max Horn
2003-09-18plugin work: right now, only with build rules for OS X. Once I can get it to ...Max Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its member...Max Horn
2003-09-07make use of voc.h; some cleanupMax Horn
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-05added default volume/pan valuesMax Horn
2003-09-05fixes for uninitialized pan and volumePaweł Kołodziejski
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-30Reverted previous change since the mixer change was reverted.Torbjörn Andersson
2003-08-30Fixed Simon 2 intro regression (and possibly others as well) caused byTorbjörn Andersson
2003-08-15Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexibleJamieson Christian
2003-08-11More music volume management fixesJamieson Christian