Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵ | Max Horn | |
augmented by some more changes of mine svn-id: r8482 | |||
2003-06-14 | fixed aquadran's Windows fix (a pointer is const for good reasons; simply ↵ | Max Horn | |
casting it to something non-const is bad, and undermines the compilers aliasing detection svn-id: r8481 | |||
2003-06-14 | cleanup | Max Horn | |
svn-id: r8480 | |||
2003-06-14 | Fixed o6_band() to be "logical AND" instead of "logical OR". I've forgotten | Torbjörn Andersson | |
who pointed this out, and I don't know which games use it. svn-id: r8479 | |||
2003-06-14 | fix for bug #749249, related with path of game data placed on root drive ↵ | Paweł Kołodziejski | |
under win98 svn-id: r8478 | |||
2003-06-14 | revert some changes as simon uses dynamic file objects for sound objects ↵ | Jonathan Gray | |
later on svn-id: r8477 | |||
2003-06-14 | make file objects stack based where possible, fixes a bunch of leaks | Jonathan Gray | |
svn-id: r8476 | |||
2003-06-14 | init actor things to make valgrind happy | Jonathan Gray | |
svn-id: r8475 | |||
2003-06-14 | small fix | Max Horn | |
svn-id: r8474 | |||
2003-06-14 | renamed _bcr -> _costumeRenderer | Max Horn | |
svn-id: r8473 | |||
2003-06-14 | oops | Jonathan Gray | |
svn-id: r8472 | |||
2003-06-14 | another leak | Jonathan Gray | |
svn-id: r8471 | |||
2003-06-14 | fix leaks | Jonathan Gray | |
svn-id: r8470 | |||
2003-06-14 | init _2byteFontPtr | Max Horn | |
svn-id: r8469 | |||
2003-06-14 | runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPT | Max Horn | |
svn-id: r8468 | |||
2003-06-14 | cleanup | Max Horn | |
svn-id: r8467 | |||
2003-06-14 | fix bug #754378 (I hope) | Oliver Kiehl | |
svn-id: r8466 | |||
2003-06-14 | fix 0.0368 text decoding bug | Oliver Kiehl | |
svn-id: r8465 | |||
2003-06-14 | Format string/argument mismatch fix. | Torbjörn Andersson | |
svn-id: r8464 | |||
2003-06-14 | Format string/argument mismatch fixes. | Torbjörn Andersson | |
svn-id: r8463 | |||
2003-06-14 | add support for strange beos gcc version strings | Jonathan Gray | |
svn-id: r8462 | |||
2003-06-13 | Cast %c error() parameters to byte before printing, like we do elsewhere. | Torbjörn Andersson | |
svn-id: r8461 | |||
2003-06-13 | Hack to avoid bad actor crash in o5_walkActorToActor() when using the camel | Torbjörn Andersson | |
in the FOA "wits" path. We have a number of these hacks now... svn-id: r8460 | |||
2003-06-13 | make -z output align nicely | Jonathan Gray | |
svn-id: r8459 | |||
2003-06-13 | fix for bug #752843 (based on patch #748675) | Max Horn | |
svn-id: r8458 | |||
2003-06-13 | fix for bug #752860 (based on patch #748675) | Max Horn | |
svn-id: r8457 | |||
2003-06-13 | Added comment on how Sam & Max uses one of the current unimplemented | Torbjörn Andersson | |
opcodes. svn-id: r8456 | |||
2003-06-12 | remove unnecessary newline | Max Horn | |
svn-id: r8455 | |||
2003-06-12 | Fixed problem with variant game IDs (e.g. 'tentaclea') | Jamieson Christian | |
svn-id: r8454 | |||
2003-06-12 | Removed S&M Bumpusville hack made unnecessary by | Jamieson Christian | |
another fix (presumably the BOT Diner fix). svn-id: r8453 | |||
2003-06-12 | Made notation of transient config domains consistent. | Jamieson Christian | |
Now all transient config domains use a name in the form _TRANSIENT_DOMAIN svn-id: r8452 | |||
2003-06-12 | this camera movement check seems to be new in V4 (or even V5 ?) | Max Horn | |
svn-id: r8451 | |||
2003-06-12 | Added MPU401 crash fix | Jamieson Christian | |
svn-id: r8450 | |||
2003-06-12 | Fixed MSVC warning | Jamieson Christian | |
svn-id: r8449 | |||
2003-06-12 | rework loom subtitle option handing | Jonathan Gray | |
svn-id: r8448 | |||
2003-06-12 | indention | Max Horn | |
svn-id: r8447 | |||
2003-06-12 | hook subtitle variable up to f9 for loomcd | Jonathan Gray | |
svn-id: r8446 | |||
2003-06-12 | make readable on standard terminal without wrapping (80 char) | Jonathan Gray | |
svn-id: r8445 | |||
2003-06-12 | This was missing | Chris Apers | |
svn-id: r8444 | |||
2003-06-12 | maniac/zak are working now | Travis Howell | |
svn-id: r8443 | |||
2003-06-12 | Update indy3ega/loomega issues | Travis Howell | |
svn-id: r8442 | |||
2003-06-12 | The compressed box matrix would sometimes refer to the box after the last | Torbjörn Andersson | |
one. This was probably harmless, but the fix seems to be trivial. I hope. svn-id: r8441 | |||
2003-06-12 | Applied Jamieson630's race condition fix to the ALSA driver as well. | Torbjörn Andersson | |
svn-id: r8440 | |||
2003-06-11 | some walk fixes | Max Horn | |
svn-id: r8439 | |||
2003-06-11 | fixed createBoxMatrix for small header games (bug #752844) | Max Horn | |
svn-id: r8438 | |||
2003-06-11 | Fixed command line options being ignored when the launcher is used. | Jamieson Christian | |
Again, I hope I'm manipulating the domain-based config architecture correctly. I've created yet another transient domain called "_COMMAND_LINE", so that after game-specific options are loaded, the command line options can be loaded and override the config file. GUI options are then loaded so as to override command line options. svn-id: r8437 | |||
2003-06-11 | Removed unnecessary warning. | Jamieson Christian | |
svn-id: r8436 | |||
2003-06-11 | fixed cast warnings | Max Horn | |
svn-id: r8435 | |||
2003-06-11 | Fix for bug [741592] GUI: Switching music driver mixes up music | Jamieson Christian | |
Implement true music driver selection from the GUI options dialog. This implementation depends on a new, transient config domain called "user-overrides". Probably any other config changes made from the options dialog will need to go into this domain, which is now loaded after the game settings are loaded. I hope this is the right way to do it. I'm still a little fuzzy about our game settings architecture. If anybody suddenly gets a "[user-overrides]" section showing up in their scummvm.ini or scummvm.rc files, you'll know why. svn-id: r8434 | |||
2003-06-11 | Fixed post-mortem attempts to transmit MIDI data | Jamieson Christian | |
svn-id: r8433 |