aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-09-11Original load/save screen fix from HibernatusTravis Howell
2003-09-11A few if check fixes from Hibernatus, which were checked against disasm. of r...Travis Howell
2003-09-11Roland updates only applies ot PC versions.Travis Howell
2003-09-10fix for bugs #782733 and #794364 (hide mouse while smush video plays)Max Horn
2003-09-10experimental fix for bug #802396 (LOOMCD: Sound lock up); it turns out this i...Max Horn
2003-09-10cleanupMax Horn
2003-09-10fix for bug #776807 (MM: Jail Door Closes). Our doSentence implementation sho...Max Horn
2003-09-10instead of abusing the 'recursive' attribute to flag V2 background scripts, u...Max Horn
2003-09-10cleanupMax Horn
2003-09-10added refCon parameter to timer classMax Horn
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-09-10Check for Roland patch in loom and monkeyega, give better error if patch not ...Travis Howell
2003-09-10Add commentTravis Howell
2003-09-10Correct RO sound resource size for blocked games.Travis Howell
2003-09-10fix for bug #770042 (LOOM: Some bits of dialogue are repeated)Max Horn
2003-09-09cleanup; fix for bug #795942 (COMI: text display off screen) and #785760 (COM...Max Horn
2003-09-09fix for bug #782086 (COMI: a long walk)Max Horn
2003-09-09another fix for bug #802396 (LOOMCD: Sound often causes lock up)Max Horn
2003-09-09fix for bug #749970 (FT: Animation glitch at the fuel tower)Max Horn
2003-09-09replaced all use of scale items with scale slots. This allowed me to get rid ...Max Horn
2003-09-09added convertScaleTableToScaleSlot method, preparing to replace scale items w...Max Horn
2003-09-09added some comments to a FIXMEMax Horn
2003-09-09some initial work on Mac0 support. Everybody feel free to pick up here and im...Max Horn
2003-09-09cleanupMax Horn
2003-09-09added convertMac0Resource (which doesn't do anything yet, but is the place we...Max Horn
2003-09-08mention some GM instrument numbersMax Horn
2003-09-08added comment describing Mac0 formatMax Horn
2003-09-08fixed yet another bug in redraw logic (which was hidden so far and revealed b...Max Horn
2003-09-08moving stuff aroundMax Horn
2003-09-08actually USAGE_BIT_RESTORED must be cleared, tooMax Horn
2003-09-08turns out that in the GFX usage bit conversion process, we accidentally left ...Max Horn
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
2003-09-08overlooked one 'new Player_V2'Max Horn
2003-09-08fix an overflowMax Horn
2003-09-08set _musicEngine for V1/V2 games, tooMax Horn
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its member...Max Horn
2003-09-08WORKAROUND bug #770065: Sync issue in lens conversation (this is actually a s...Max Horn
2003-09-08fix for bug #802396 (LOOMCD: Sound often causes lock up)Max Horn
2003-09-08some cleanupMax Horn
2003-09-08Reduce PalmOS data segementChris Apers
2003-09-08fix warningPaweł Kołodziejski
2003-09-08Correct verb position in mac version of indy3egaTravis Howell
2003-09-08Amiga V3 music updates from unused.Travis Howell
2003-09-07properly decode SBL resources by scanning the VOC header in them; added a gue...Max Horn
2003-09-07make use of voc.h; some cleanupMax Horn
2003-09-07removed the seperate 'MP3' CD methods in class Sound (besides being misnamed,...Max Horn
2003-09-07cleanup/refactoringMax Horn
2003-09-07some cleanup; clarified isSoundInUse semantics and the difference between IMu...Max Horn
2003-09-07make some first use of Scumm::_musicEngine; cleanup; also some changes which ...Max Horn
2003-09-07small tweak (hm, is IMuse::get_sound_active really still needed? or rather, d...Max Horn