Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-18 | Add new target and notes | Travis Howell | |
svn-id: r9064 | |||
2003-07-18 | Add 22KHz sounds effect support for fm towns games, patch #773434 | Travis Howell | |
svn-id: r9063 | |||
2003-07-18 | Add Indy3 FM Towns support, patch #773434 | Travis Howell | |
svn-id: r9062 | |||
2003-07-17 | simplified code | Max Horn | |
svn-id: r9061 | |||
2003-07-17 | Fix from Hibernatus | Travis Howell | |
svn-id: r9060 | |||
2003-07-17 | Revert part of last changes. | Travis Howell | |
Caused indy3ega/loom to try to use amiga sound sometimes, when Amiga option was enabled. svn-id: r9059 | |||
2003-07-17 | Ooops | Travis Howell | |
svn-id: r9058 | |||
2003-07-17 | Make the Amiga option costumes/palette only again. | Travis Howell | |
svn-id: r9057 | |||
2003-07-17 | Update project files | Nicolas Bacca | |
svn-id: r9056 | |||
2003-07-17 | Fix Amiga palette | Travis Howell | |
svn-id: r9055 | |||
2003-07-17 | fix additional array read | Robert Göffringmann | |
svn-id: r9054 | |||
2003-07-17 | reprogrammed sky intros. | Robert Göffringmann | |
svn-id: r9053 | |||
2003-07-16 | some comments | Max Horn | |
svn-id: r9052 | |||
2003-07-16 | disable some more warnings which cause problems with gcc 2.95 or with bad ↵ | Max Horn | |
system headers svn-id: r9051 | |||
2003-07-16 | Quick-Fix for the OOB access in RNC decoder. | Joost Peters | |
Obviously this should be fixed in the decoder itself, but for some reason I couldn't get it to work in a short period of time. (before every offending READ_UINT16(), I had a call to function that was like this: "if ((_srcPtr - _startPtr) >= _packLen) { _srcPtr -= 2; }", note that _srcPtr is the current position in the buffer, _startPos is the starting position of the buffer and _packLen is the (supposed?) size. but I would still get "Invalid Read of 2" with this in Valgrind ..maybe someone knows what I did wrong?) svn-id: r9050 | |||
2003-07-16 | This is actually needed | Travis Howell | |
svn-id: r9049 | |||
2003-07-16 | Fix compile without USE_VORBIS | Nicolas Bacca | |
svn-id: r9048 | |||
2003-07-15 | proper fix for the small regression caused by my COMI fix last night; this ↵ | Max Horn | |
also fixes bug #766382 svn-id: r9047 | |||
2003-07-15 | oops, this was a serious bug: message referred to buf_output (and was used ↵ | Max Horn | |
by buf_output[300],) even after buf_output was out of scope svn-id: r9046 | |||
2003-07-15 | factored out some duplicate code into a new method ↵ | Max Horn | |
translateTextAndPlaySpeech; removed some completely useless code (why compute 'pointer' when we then throw away the result?) svn-id: r9045 | |||
2003-07-15 | temporary fix for bug #771562, I am working on a proper one now | Max Horn | |
svn-id: r9044 | |||
2003-07-15 | fix for bug #771803 | Max Horn | |
svn-id: r9043 | |||
2003-07-15 | Workaround for bug #770724 | Max Horn | |
svn-id: r9042 | |||
2003-07-15 | fix for bug #771734 | Max Horn | |
svn-id: r9041 | |||
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 | Fixed | Chris Apers | |
svn-id: r9037 | |||
2003-07-15 | Check path before launching a game | Chris Apers | |
svn-id: r9036 | |||
2003-07-15 | Fix for Bug [766851] ALL: MIDI fragment repeats after close ups | Jamieson Christian | |
Adjusted default _saveSound value used by S&M (whose value is assumed by pre-S&M games). Corrected save/load music behavior for non-temporary saves. (Until this default value change, the incorrect behavior would almost never manifest itself, so existing savegames should be fine.) svn-id: r9035 | |||
2003-07-15 | start of some segacd specific help | Jonathan Gray | |
svn-id: r9034 | |||
2003-07-15 | Remove warning in simon | Travis Howell | |
Add INDY3EGA Amiga - experimental support for sound effects, patch #771355 svn-id: r9033 | |||
2003-07-15 | replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵ | Max Horn | |
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032 | |||
2003-07-15 | put GID_MONKEY_SEGA in the correct place (has a micd/mi2 style interface) | Jonathan Gray | |
svn-id: r9031 | |||
2003-07-15 | Patch #771154 (ZAK: yet another doSentence fix); this should fix bug #752293 | Max Horn | |
svn-id: r9030 | |||
2003-07-15 | Patch #768260: Help Dialog Update (with some tweaks by me to make the dialog ↵ | Max Horn | |
a little smaller -> looks much better, IMO) svn-id: r9029 | |||
2003-07-14 | temporarily changed this to an error to help track down what is causing the ↵ | Max Horn | |
sound queue overflows(in particular, to figure out the room/script/offset where the bug occurs). Please report your findings to Fingolfin svn-id: r9028 | |||
2003-07-14 | reduced duplicate code | Max Horn | |
svn-id: r9027 | |||
2003-07-14 | Hires mouse pointer (CoMI). | Marcus Comstedt | |
svn-id: r9026 | |||
2003-07-14 | fix for bug #769744 (COMI: Trying to append to a nonexistant stream) | Max Horn | |
svn-id: r9025 | |||
2003-07-14 | Skip the "INSTALL" directory when looking for games (CoMI). | Marcus Comstedt | |
svn-id: r9024 | |||
2003-07-14 | oops | Max Horn | |
svn-id: r9023 | |||
2003-07-14 | removed whitespaces at line ends; added stopHandle | Max Horn | |
svn-id: r9022 | |||
2003-07-14 | maybe this fixed those random crashes... | Robert Göffringmann | |
svn-id: r9021 | |||
2003-07-14 | Compares in V2 are unsigned (at least in Zak). | Jochen Hoenicke | |
This fixes a problem with the parachute scene in Zak. svn-id: r9020 | |||
2003-07-14 | fixed up c64_ignorePakCols (it's still a hack and not working properly, but ↵ | Max Horn | |
at least it doesn't crash anymore; we probably should just remove it, and then handle the skiping inside proc64); determin which costume codec to use based on the costume format, not the scumm version svn-id: r9019 | |||
2003-07-14 | proper fix for V1/Zak (and maybe V1/MM, too?) ActorSet-Color | Max Horn | |
svn-id: r9018 | |||
2003-07-14 | this hack isn't necessary anymore (at least I found no cases where it would ↵ | Max Horn | |
be needed) svn-id: r9017 | |||
2003-07-14 | fix argument check | Jonathan Gray | |
svn-id: r9016 | |||
2003-07-14 | Less simon bugs now | Travis Howell | |
svn-id: r9015 |