aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Expand)Author
2003-07-27Count amount of save files available so load/save dialog works correctly.Travis Howell
2003-07-25Surprised this has not caused major problemsTravis Howell
2003-07-25Use correct frame rate value from disasm, fixes minor timing issue in simon 2 inTravis Howell
2003-07-24ambient sfx works fine againTravis Howell
2003-07-24Should be right nowTravis Howell
2003-07-24OoopsTravis Howell
2003-07-24Simon games shold only play one voice at a time.Travis Howell
2003-07-24Another leakTravis Howell
2003-07-24Check before releasing memoryTravis Howell
2003-07-24Fix for simon2mac voices problem, bug #776803Travis Howell
2003-07-24Fix for Bug [775534] 0.5.0 RC SIMON1DOS Random sfx notes during musicJamieson Christian
2003-07-22That last change wasn't quite rightTravis Howell
2003-07-22Fix simon1talkie regressionTravis Howell
2003-07-21Rename function, update commentsTravis Howell
2003-07-21Rename variableTravis Howell
2003-07-21Add sfx/voice support for simon1cd32, thanks to olki.Travis Howell
2003-07-20Use automatic dirty rect code for simon games for now to reduce CPU usageTravis Howell
2003-07-20Fix regressionTravis Howell
2003-07-20Remove commentTravis Howell
2003-07-18Add game specific scaler override to skyTravis Howell
2003-07-16This is actually neededTravis Howell
2003-07-15Check if voice file exists in simon2Travis Howell
2003-07-15Use debug output instead of warnings for simonTravis Howell
2003-07-15Remove unneeded warningTravis Howell
2003-07-15Remove warning in simonTravis Howell
2003-07-14Fixed behavior of "m" key under simon1dos.Jamieson Christian
2003-07-14Fixed error that resulted in bad script trackingJamieson Christian
2003-07-14Fix for Bug [770838] SIMON1DOS: Fatal crashes with French versionJamieson Christian
2003-07-14Fixed typo. While I agree that this error should haveJamieson Christian
2003-07-14We ARE in a cvs freeze, PLEASE at least test if your code compiles before com...James Brown
2003-07-14Feature [770161] SIMON: Remap instruments to GMJamieson Christian
2003-07-13debug/warning/error all automatically output a newlineMax Horn
2003-07-13Fix for Bug [768940] SIMON: Music in Swamp shouldn't loopJamieson Christian
2003-07-05updated code to use type MutexRef; added class StackLock (from sdl backend, n...Max Horn
2003-06-24only declare class MP3Sound if USE_MAD is #definedMax Horn
2003-06-21undo this change again - proper fix would be to correct the MP3 playback codeMax Horn
2003-06-21delete _sound when SimonState is destroyed; fix leak & enian bug in playSting...Max Horn
2003-06-21some more memory inits; cleanupMax Horn
2003-06-21fix some memory leaksMax Horn
2003-06-21init some member vars previously not initedMax Horn
2003-06-21fix (?) for an invalid read report in valgrinMax Horn
2003-06-20reuse file, remove file2 usageMax Horn
2003-06-16misc.Travis Howell
2003-06-15Change GF_AMIGAS back to GF_AMIGATravis Howell
2003-06-15cleanupMax Horn
2003-06-15renamed Sound -> BaseSound to avoid conflicts with the scumm class of the sam...Max Horn
2003-06-15cleanupMax Horn
2003-06-15small reorg (keep private classes out of header files, if possible -> decreas...Max Horn
2003-06-15Stop simon1win crashing on loading of save gameTravis Howell
2003-06-15fix for simon2Oliver Kiehl