Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-30 | Fix Golum Ring causes graphic glitches, bug #777966 | Travis Howell | |
svn-id: r9294 | |||
2003-07-30 | typo | Travis Howell | |
svn-id: r9293 | |||
2003-07-30 | Add/remove/update simon comments | Travis Howell | |
svn-id: r9292 | |||
2003-07-30 | Small cleanup | Travis Howell | |
svn-id: r9290 | |||
2003-07-30 | vc_10_no_depack_swap implementation | Jamieson Christian | |
svn-id: r9289 | |||
2003-07-30 | Fix unit'd array and variable in simon | Travis Howell | |
svn-id: r9285 | |||
2003-07-29 | Partial fix for bug #779013. It no longer crashes, but the config file | Torbjörn Andersson | |
setting still overrides the command-line option. svn-id: r9283 | |||
2003-07-29 | cleanup | Max Horn | |
svn-id: r9281 | |||
2003-07-29 | Some 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-28 | unification | Max Horn | |
svn-id: r9242 | |||
2003-07-27 | Count amount of save files available so load/save dialog works correctly. | Travis Howell | |
svn-id: r9196 | |||
2003-07-25 | Surprised this has not caused major problems | Travis Howell | |
svn-id: r9188 | |||
2003-07-25 | Use correct frame rate value from disasm, fixes minor timing issue in simon 2 in | Travis Howell | |
troduction. Correct default _lock_counter value svn-id: r9186 | |||
2003-07-24 | ambient sfx works fine again | Travis Howell | |
svn-id: r9178 | |||
2003-07-24 | Should be right now | Travis Howell | |
svn-id: r9174 | |||
2003-07-24 | Ooops | Travis Howell | |
svn-id: r9171 | |||
2003-07-24 | Simon 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-24 | Another leak | Travis Howell | |
svn-id: r9165 | |||
2003-07-24 | Check before releasing memory | Travis Howell | |
svn-id: r9163 | |||
2003-07-24 | Fix for simon2mac voices problem, bug #776803 | Travis Howell | |
svn-id: r9160 | |||
2003-07-24 | Fix for Bug [775534] 0.5.0 RC SIMON1DOS Random sfx notes during music | Jamieson 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-22 | That last change wasn't quite right | Travis Howell | |
svn-id: r9119 | |||
2003-07-22 | Fix simon1talkie regression | Travis Howell | |
svn-id: r9118 | |||
2003-07-21 | Rename function, update comments | Travis Howell | |
svn-id: r9108 | |||
2003-07-21 | Rename variable | Travis Howell | |
svn-id: r9106 | |||
2003-07-21 | Add 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-20 | Use automatic dirty rect code for simon games for now to reduce CPU usage | Travis Howell | |
svn-id: r9093 | |||
2003-07-20 | Fix regression | Travis Howell | |
Switch erros to warnings svn-id: r9092 | |||
2003-07-20 | Remove comment | Travis Howell | |
svn-id: r9090 | |||
2003-07-18 | Add game specific scaler override to sky | Travis Howell | |
Add game specific scaler and full screen override to simon svn-id: r9067 | |||
2003-07-16 | This is actually needed | Travis Howell | |
svn-id: r9049 | |||
2003-07-15 | Check if voice file exists in simon2 | Travis Howell | |
svn-id: r9040 | |||
2003-07-15 | Use debug output instead of warnings for simon | Travis Howell | |
Fix debug output in sky svn-id: r9039 | |||
2003-07-15 | Remove unneeded warning | Travis Howell | |
svn-id: r9038 | |||
2003-07-15 | Remove warning in simon | Travis Howell | |
Add INDY3EGA Amiga - experimental support for sound effects, patch #771355 svn-id: r9033 | |||
2003-07-14 | Fixed 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-14 | Fixed error that resulted in bad script tracking | Jamieson 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-14 | Fix for Bug [770838] SIMON1DOS: Fatal crashes with French version | Jamieson 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-14 | Fixed typo. While I agree that this error should have | Jamieson 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-14 | We 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-14 | Feature [770161] SIMON: Remap instruments to GM | Jamieson 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-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-13 | Fix for Bug [768940] SIMON: Music in Swamp shouldn't loop | Jamieson Christian | |
Fixed problem with how loop control was being handled in the Simon 2 music queueing logic. svn-id: r8968 | |||
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 | |||
2003-06-24 | only declare class MP3Sound if USE_MAD is #defined | Max Horn | |
svn-id: r8644 | |||
2003-06-21 | undo this change again - proper fix would be to correct the MP3 playback code | Max Horn | |
svn-id: r8593 | |||
2003-06-21 | delete _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-21 | some more memory inits; cleanup | Max Horn | |
svn-id: r8581 | |||
2003-06-21 | fix some memory leaks | Max Horn | |
svn-id: r8580 |