aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
AgeCommit message (Collapse)Author
2003-07-22fix for bug #775640Max Horn
svn-id: r9128
2003-07-21added getResourceSize methodMax Horn
svn-id: r9109
2003-07-19moved 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-19added vc7 files and fixed warnings. vc6 is no longer supported by mePaweł Kołodziejski
svn-id: r9077
2003-07-19typoMax Horn
svn-id: r9075
2003-07-18Add Indy3 FM Towns support, patch #773434Travis Howell
svn-id: r9062
2003-07-17Fix from HibernatusTravis Howell
svn-id: r9060
2003-07-13debug/warning/error all automatically output a newlineMax Horn
svn-id: r8991
2003-07-06add 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-06recognise FMUS blcoks from 3DO humongous games and print out some debug info ↵Jonathan Gray
about them svn-id: r8801
2003-07-06Add support for Amiga version of Monkey Island 1Travis Howell
Palette is still wrong svn-id: r8790
2003-06-26rearragned stuffMax Horn
svn-id: r8652
2003-06-26added ResourceIterator, replacing two of the old ↵Max Horn
findResource/findResourceSmall function - contraty to those, this approach is thread safe svn-id: r8650
2003-06-25more const qualifiersMax Horn
svn-id: r8649
2003-06-25added some const qualifiers; moved _bundle & _current_cd_sound from class ↵Max Horn
Scumm to class Sound; some other tweaks svn-id: r8648
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵Max Horn
augmented by some more changes of mine svn-id: r8482
2003-06-14Format string/argument mismatch fixes.Torbjörn Andersson
svn-id: r8463
2003-06-07replaced GF_AFTER with _versionMax Horn
svn-id: r8372
2003-05-31cleanupMax Horn
svn-id: r8169
2003-05-30some cheap doxygen docs; cleanupMax Horn
svn-id: r8154
2003-05-28const as const can!Max Horn
svn-id: r8058
2003-05-28Treat AMI music resoucres in monkey2 for Amiga as ROL for now, to allow ↵Travis Howell
music playback svn-id: r8046
2003-05-26more const qualifiersMax Horn
svn-id: r8002
2003-05-25Corrected target loopback point for 'AD' conversionJamieson Christian
svn-id: r7924
2003-05-25Finishing the fixJamieson Christian
svn-id: r7923
2003-05-25Possible 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-25cleanupMax 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-23Fixed PPQN for old 'AD' music resourcesJamieson Christian
svn-id: r7852
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
svn-id: r7795
2003-05-20warning -> debug messageMax Horn
svn-id: r7733
2003-05-20init all Bundle members properly; make _voiceFile/_musicFile protectedMax Horn
svn-id: r7718
2003-05-19make gui work if the requested string vars don't existJonathan Gray
svn-id: r7674
2003-05-18cleanupMax Horn
svn-id: r7646
2003-05-16Feature [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-16some 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-13NUM_ACTORS -> _numActors (for consistency)Max Horn
svn-id: r7489
2003-05-13cleanupMax Horn
svn-id: r7488
2003-05-08init 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.txtJamieson Christian
svn-id: r7382
2003-05-03added music looping for MonkeyVGA/EGA and Indy3Max Horn
svn-id: r7283
2003-05-02shouldn't work so late at night, only make mistakesMax Horn
svn-id: r7257
2003-05-01umpfMax Horn
svn-id: r7256
2003-05-01cleanupMax Horn
svn-id: r7255
2003-05-01fixed music tempo in indy3/monkeyvga etc.Max Horn
svn-id: r7253
2003-05-01khalek, your patch didn't handle Indy (the original cause for my patch). ↵Max Horn
This oneshould work better. svn-id: r7251
2003-05-01unbreak costumes in most gamesJonathan Gray
svn-id: r7242
2003-05-01Fixed bug #730030: INDY3: Crash when loading new savegamesMax Horn
svn-id: r7240
2003-04-30PalmOS changesMax Horn
svn-id: r7224
2003-04-29make all known file extensions of resource files workJonathan Gray
svn-id: r7190