aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
AgeCommit message (Collapse)Author
2003-08-30Update commentTravis Howell
svn-id: r9916
2003-08-29don't try to read objectRoomTable for HEv7 games right nowJonathan Gray
svn-id: r9898
2003-08-29make the 2nd gen windows based humongous games that have things like a ↵Jonathan Gray
different layout in the MAXS block at least start the bootscript, added pjs-demo target to test with svn-id: r9897
2003-08-28clean up humongous v7 index file block handlingJonathan Gray
svn-id: r9893
2003-08-28Load older Color Cycling resource.Travis Howell
Still need to work out resource differences svn-id: r9883
2003-08-23Work around for sound resource in ST versions.Travis Howell
svn-id: r9824
2003-08-22Fixed tempo value for Indy3 AD resources. DespiteJamieson Christian
the comment in the source, the disasm value DOES sound closer to the original than the alternative value that came from who-knows-where. The value being used rendered too slow a tempo. svn-id: r9823
2003-08-22More tweaks to the PPQN and tempo of AD resources.Jamieson Christian
Loom, Indy3 and monkeyvga are now all running at the right tempo and returning appropriate quarter note counts for the script timers. Fixes a sync regression with the Indy3 opening sequence under -eadlib. Ask me if I care that these numbers may not precisely match the disasm. svn-id: r9813
2003-08-20Fix speedy music regression in monkeyega/vga/pass.Travis Howell
Add unique tag to sfx when converting AD resources, to solve sfx cutting off music issue in monkeyega/vga. svn-id: r9801
2003-08-17More adlib tempo tweaksJochen Hoenicke
svn-id: r9742
2003-08-16Semantics correctionJamieson Christian
svn-id: r9729
2003-08-16Some Tempo changes for adlib soundsJochen Hoenicke
svn-id: r9725
2003-08-16Add a commentTravis Howell
svn-id: r9714
2003-08-15Changed on_timer frequency in adlib so V3 SFX are correctly timed.Jochen Hoenicke
Changed V3 conversion code to adapt to the new (correct) speed. svn-id: r9712
2003-08-15Fixed problem with Adlib sounds being generatedJamieson Christian
when using -epcspk or -epcjr with V6 games that don't have PC speaker resources. svn-id: r9701
2003-08-15add hack for string resource idx numbers greater than max for humongous gamesJonathan Gray
svn-id: r9698
2003-08-14Fix bad checkTravis Howell
svn-id: r9689
2003-08-14Add roland support for loom )ega)Travis Howell
Enable roland support for monkeyega svn-id: r9688
2003-08-14Revert bad changeTravis Howell
svn-id: r9687
2003-08-14Rearrange to be saferTravis Howell
svn-id: r9686
2003-08-14Added support for Roland MT-32 music tracksJamieson Christian
in monkeyvga/ega. Tested in monkeyvga, but not in monkeyega yet. There are still wrinkles to work out, but the parser for the new format is in and hooked up. svn-id: r9684
2003-08-14Add RO sound reosurce detection to small_header gamesTravis Howell
svn-id: r9682
2003-08-13Add fixme commentTravis Howell
svn-id: r9662
2003-08-13Adds finals changes for choice of sound formats in older games.Travis Howell
Only works wit monkeyvga, since ScummVM has it set as version 4. Remove some old debugging comments svn-id: r9659
2003-08-13Added PC Speaker and PCjr command line options,Jamieson Christian
in preparation for Kirben's addition of WA support for games that already have AD tracks. svn-id: r9656
2003-08-13Remove unused var.Travis Howell
svn-id: r9653
2003-08-13temp. fixme for music in monkeyega/vgaTravis Howell
svn-id: r9652
2003-08-12Add adlib music for indy3ega/loom and adlib sfx, patch #770862Travis Howell
svn-id: r9649
2003-08-11A nuke wasn't required after allTravis Howell
svn-id: r9630
2003-08-05nuke old resource againTravis Howell
svn-id: r9481
2003-08-05Add adlib music improvements for indy3/monkeyega/monkeyvga and cleanups from ↵Travis Howell
patch #770862 svn-id: r9480
2003-07-28removed _encbyte (it's only used locally)Max Horn
svn-id: r9252
2003-07-24cleanup: encapsulate some more members of class Actor, and rename ↵Max Horn
newDirection -> targetFacing (since it corresponds to the future value of 'facing'; the distinction between 'facing' and 'direction' is extremly fuzzy) svn-id: r9175
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