aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Expand)Author
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
2003-06-15cleanupOliver Kiehl
2003-06-15Small cleanupTravis Howell
2003-06-15Small cleanupTravis Howell
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm speci...Max Horn
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-14revert some changes as simon uses dynamic file objects for sound objects late...Jonathan Gray
2003-06-14make file objects stack based where possible, fixes a bunch of leaksJonathan Gray
2003-06-08added quit eventMax Horn
2003-06-06Preparations for removing GF_AFTER_V? flagsMax Horn
2003-06-05TypoTravis Howell
2003-06-05Adjust default _subtitle valuesTravis Howell
2003-06-05Last commit should have been made simon1 onlyTravis Howell
2003-06-05Commit combined speech and subtitles patchTravis Howell
2003-06-02Revert my last change, was correct according to disasm. but casued other prob...Travis Howell
2003-06-02simon2dos uses different VGA_DELAY_BASE, fixes text disappearing in copy prot...Travis Howell
2003-06-01Rename SimonState to SimonEngineTravis Howell