aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Collapse)Author
2003-07-30Fix Golum Ring causes graphic glitches, bug #777966Travis Howell
svn-id: r9294
2003-07-30typoTravis Howell
svn-id: r9293
2003-07-30Add/remove/update simon commentsTravis Howell
svn-id: r9292
2003-07-30Small cleanupTravis Howell
svn-id: r9290
2003-07-30vc_10_no_depack_swap implementationJamieson Christian
svn-id: r9289
2003-07-30Fix unit'd array and variable in simonTravis Howell
svn-id: r9285
2003-07-29Partial fix for bug #779013. It no longer crashes, but the config fileTorbjörn Andersson
setting still overrides the command-line option. svn-id: r9283
2003-07-29cleanupMax Horn
svn-id: r9281
2003-07-29Some basic suport for reversed text for hebrew version.Travis Howell
svn-id: r9278
2003-07-28<memory.h> is not a standard header file. (Merge from branch-0-5-0.)Marcus Comstedt
svn-id: r9255
2003-07-28unificationMax Horn
svn-id: r9242
2003-07-27Count amount of save files available so load/save dialog works correctly.Travis Howell
svn-id: r9196
2003-07-25Surprised this has not caused major problemsTravis Howell
svn-id: r9188
2003-07-25Use correct frame rate value from disasm, fixes minor timing issue in simon 2 inTravis Howell
troduction. Correct default _lock_counter value svn-id: r9186
2003-07-24ambient sfx works fine againTravis Howell
svn-id: r9178
2003-07-24Should be right nowTravis Howell
svn-id: r9174
2003-07-24OoopsTravis Howell
svn-id: r9171
2003-07-24Simon games shold only play one voice at a time.Travis Howell
Fixes many voice overlaps Fixes subtitles been ot of sync with voice, with simon 1 versions that had combi ned speech/subtitles. svn-id: r9167
2003-07-24Another leakTravis Howell
svn-id: r9165
2003-07-24Check before releasing memoryTravis Howell
svn-id: r9163
2003-07-24Fix for simon2mac voices problem, bug #776803Travis Howell
svn-id: r9160
2003-07-24Fix for Bug [775534] 0.5.0 RC SIMON1DOS Random sfx notes during musicJamieson Christian
Corrected a problem with resource size computation for GMF sound effect resources. Since GMF resources have no size info, we were computing sizes with the assumption that each GMF appears in its own file, so the file size becomes the resource size. This is true for simon1dos music files but not for SFX files. This fix uses the resource offset pointers at the beginning of SFX files to properly compute the size of SFX resources. svn-id: r9155
2003-07-22That last change wasn't quite rightTravis Howell
svn-id: r9119
2003-07-22Fix simon1talkie regressionTravis Howell
svn-id: r9118
2003-07-21Rename function, update commentsTravis Howell
svn-id: r9108
2003-07-21Rename variableTravis Howell
svn-id: r9106
2003-07-21Add sfx/voice support for simon1cd32, thanks to olki.Travis Howell
Adjust a few debugs Add hack to allow load/save in simon1cd32 via keyboard svn-id: r9105
2003-07-20Use automatic dirty rect code for simon games for now to reduce CPU usageTravis Howell
svn-id: r9093
2003-07-20Fix regressionTravis Howell
Switch erros to warnings svn-id: r9092
2003-07-20Remove commentTravis Howell
svn-id: r9090
2003-07-18Add game specific scaler override to skyTravis Howell
Add game specific scaler and full screen override to simon svn-id: r9067
2003-07-16This is actually neededTravis Howell
svn-id: r9049
2003-07-15Check if voice file exists in simon2Travis Howell
svn-id: r9040
2003-07-15Use debug output instead of warnings for simonTravis Howell
Fix debug output in sky svn-id: r9039
2003-07-15Remove unneeded warningTravis Howell
svn-id: r9038
2003-07-15Remove warning in simonTravis Howell
Add INDY3EGA Amiga - experimental support for sound effects, patch #771355 svn-id: r9033
2003-07-14Fixed behavior of "m" key under simon1dos.Jamieson Christian
The "m" key was turning off both music AND MIDI sound effects. It now turns off only the music. svn-id: r9014
2003-07-14Fixed error that resulted in bad script trackingJamieson Christian
when creating sprites during a savegame load after having been at certain locations. (If that sounds convoluted, it's because I don't know why I fixed what I did, only that the code we had was not quite constructed properly from assembler references.) svn-id: r9013
2003-07-14Fix for Bug [770838] SIMON1DOS: Fatal crashes with French versionJamieson Christian
Fix variable underflow for large subtitle strings with no discernable whitespace. This fixes crashes for French subtitles that do, in fact, have whitespace but perhaps not using the same ASCII character that we scan for. Anyway, the text will display, albeit with an extra blank line, and ScummVM no longer blows up. svn-id: r9009
2003-07-14Fixed typo. While I agree that this error should haveJamieson Christian
been caught before committing (compiler didn't detect need to do incremental build, sorry), I think if something this trivial is going to get such a reaction, I have to agree with Fingolfin that a release or RC branch is advisable regardless of how slow one predicts the CVS traffic will be. svn-id: r9005
2003-07-14We ARE in a cvs freeze, PLEASE at least test if your code compiles before ↵James Brown
commiting... Jamieson, this isn't even a valid line of C! @toad Jamieson630 svn-id: r9004
2003-07-14Feature [770161] SIMON: Remap instruments to GMJamieson Christian
Apparently Simon 1 (all versions) uses MT32 instruments, so now we map them to GM *unless* the --native-mt32 option was specified. svn-id: r9001
2003-07-13debug/warning/error all automatically output a newlineMax Horn
svn-id: r8991
2003-07-13Fix for Bug [768940] SIMON: Music in Swamp shouldn't loopJamieson Christian
Fixed problem with how loop control was being handled in the Simon 2 music queueing logic. svn-id: r8968
2003-07-05updated code to use type MutexRef; added class StackLock (from sdl backend, ↵Max Horn
now in util.*) svn-id: r8777
2003-06-24only declare class MP3Sound if USE_MAD is #definedMax Horn
svn-id: r8644
2003-06-21undo this change again - proper fix would be to correct the MP3 playback codeMax Horn
svn-id: r8593
2003-06-21delete _sound when SimonState is destroyed; fix leak & enian bug in ↵Max Horn
playSting (but somebody please test that, I don't have simon1dos) svn-id: r8582
2003-06-21some more memory inits; cleanupMax Horn
svn-id: r8581
2003-06-21fix some memory leaksMax Horn
svn-id: r8580