Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-19 | moved some functions out of scummvm.cpp into more appropriate files; ↵ | Max Horn | |
rearranged stuff inside scummvm.cpp to be grouped a bit more logical svn-id: r9083 | |||
2003-07-19 | added vc7 files and fixed warnings. vc6 is no longer supported by me | Paweł Kołodziejski | |
svn-id: r9077 | |||
2003-07-19 | typo | Max Horn | |
svn-id: r9075 | |||
2003-07-18 | Add Indy3 FM Towns support, patch #773434 | Travis Howell | |
svn-id: r9062 | |||
2003-07-17 | Fix from Hibernatus | Travis Howell | |
svn-id: r9060 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-06 | add support for MRAW/dmu files in 3DO humongous games, has the overlapping ↵ | Jonathan Gray | |
music problem again so will probably have to play music via digital imuse at some point svn-id: r8803 | |||
2003-07-06 | recognise FMUS blcoks from 3DO humongous games and print out some debug info ↵ | Jonathan Gray | |
about them svn-id: r8801 | |||
2003-07-06 | Add support for Amiga version of Monkey Island 1 | Travis Howell | |
Palette is still wrong svn-id: r8790 | |||
2003-06-26 | rearragned stuff | Max Horn | |
svn-id: r8652 | |||
2003-06-26 | added ResourceIterator, replacing two of the old ↵ | Max Horn | |
findResource/findResourceSmall function - contraty to those, this approach is thread safe svn-id: r8650 | |||
2003-06-25 | more const qualifiers | Max Horn | |
svn-id: r8649 | |||
2003-06-25 | added some const qualifiers; moved _bundle & _current_cd_sound from class ↵ | Max Horn | |
Scumm to class Sound; some other tweaks svn-id: r8648 | |||
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 | Format string/argument mismatch fixes. | Torbjörn Andersson | |
svn-id: r8463 | |||
2003-06-07 | replaced GF_AFTER with _version | Max Horn | |
svn-id: r8372 | |||
2003-05-31 | cleanup | Max Horn | |
svn-id: r8169 | |||
2003-05-30 | some cheap doxygen docs; cleanup | Max Horn | |
svn-id: r8154 | |||
2003-05-28 | const as const can! | Max Horn | |
svn-id: r8058 | |||
2003-05-28 | Treat AMI music resoucres in monkey2 for Amiga as ROL for now, to allow ↵ | Travis Howell | |
music playback svn-id: r8046 | |||
2003-05-26 | more const qualifiers | Max Horn | |
svn-id: r8002 | |||
2003-05-25 | Corrected target loopback point for 'AD' conversion | Jamieson Christian | |
svn-id: r7924 | |||
2003-05-25 | Finishing the fix | Jamieson Christian | |
svn-id: r7923 | |||
2003-05-25 | Possible fix for [742962] MI1VGA - Crash at Scumm Bar. | Jamieson Christian | |
Fixes End of Track that is rewritten from 'AD' resource. svn-id: r7922 | |||
2003-05-25 | cleanup | Max Horn | |
svn-id: r7919 | |||
2003-05-24 | (somewhat hackish) support for COMI CD changing on Mac OS X; reordered stuff ↵ | Max Horn | |
in scumm.h svn-id: r7908 | |||
2003-05-23 | Fixed PPQN for old 'AD' music resources | Jamieson Christian | |
svn-id: r7852 | |||
2003-05-21 | many pedantic warning fixes (and some actual potential buglets fixed, too) | Max Horn | |
svn-id: r7795 | |||
2003-05-20 | warning -> debug message | Max Horn | |
svn-id: r7733 | |||
2003-05-20 | init all Bundle members properly; make _voiceFile/_musicFile protected | Max Horn | |
svn-id: r7718 | |||
2003-05-19 | make gui work if the requested string vars don't exist | Jonathan Gray | |
svn-id: r7674 | |||
2003-05-18 | cleanup | Max Horn | |
svn-id: r7646 | |||
2003-05-16 | Feature [557411] Adlib sound effects with GM drivers. | Jamieson Christian | |
Support for simultaneous drivers is based on a #define in imuse.cpp, and is disabled by default. svn-id: r7582 | |||
2003-05-16 | some updates that get us up to the bootscripts of he v7 games before ↵ | Jonathan Gray | |
erroring out on unimplemented opcodes svn-id: r7576 | |||
2003-05-13 | NUM_ACTORS -> _numActors (for consistency) | Max Horn | |
svn-id: r7489 | |||
2003-05-13 | cleanup | Max Horn | |
svn-id: r7488 | |||
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵ | Max Horn | |
_vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning svn-id: r7393 | |||
2003-05-07 | ..\..\msg.txt | Jamieson Christian | |
svn-id: r7382 | |||
2003-05-03 | added music looping for MonkeyVGA/EGA and Indy3 | Max Horn | |
svn-id: r7283 | |||
2003-05-02 | shouldn't work so late at night, only make mistakes | Max Horn | |
svn-id: r7257 | |||
2003-05-01 | umpf | Max Horn | |
svn-id: r7256 | |||
2003-05-01 | cleanup | Max Horn | |
svn-id: r7255 | |||
2003-05-01 | fixed music tempo in indy3/monkeyvga etc. | Max Horn | |
svn-id: r7253 | |||
2003-05-01 | khalek, your patch didn't handle Indy (the original cause for my patch). ↵ | Max Horn | |
This oneshould work better. svn-id: r7251 | |||
2003-05-01 | unbreak costumes in most games | Jonathan Gray | |
svn-id: r7242 | |||
2003-05-01 | Fixed bug #730030: INDY3: Crash when loading new savegames | Max Horn | |
svn-id: r7240 | |||
2003-04-30 | PalmOS changes | Max Horn | |
svn-id: r7224 | |||
2003-04-29 | make all known file extensions of resource files work | Jonathan Gray | |
svn-id: r7190 | |||
2003-04-28 | pedantic checks | Max Horn | |
svn-id: r7177 | |||
2003-04-28 | add some he v7 blocks | Jonathan Gray | |
svn-id: r7173 |