Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-10 | cleanup | Max Horn | |
svn-id: r10162 | |||
2003-09-10 | fix for bug #776807 (MM: Jail Door Closes). Our doSentence implementation ↵ | Max Horn | |
should now be pretty close to what the original does. But regressions are possible... svn-id: r10161 | |||
2003-09-10 | instead of abusing the 'recursive' attribute to flag V2 background scripts, ↵ | Max Horn | |
use the freezeResistant attribute. This is a bit more consistent. Also, verb 254 should stop *any* sentence script, not just background ones; some cleanup svn-id: r10159 | |||
2003-09-10 | cleanup | Max Horn | |
svn-id: r10158 | |||
2003-09-10 | added refCon parameter to timer class | Max Horn | |
svn-id: r10156 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10152 | |||
2003-09-10 | Check for Roland patch in loom and monkeyega, give better error if patch not ↵ | Travis Howell | |
found. svn-id: r10148 | |||
2003-09-10 | Add comment | Travis Howell | |
svn-id: r10147 | |||
2003-09-10 | Correct RO sound resource size for blocked games. | Travis Howell | |
svn-id: r10146 | |||
2003-09-10 | fix for bug #770042 (LOOM: Some bits of dialogue are repeated) | Max Horn | |
svn-id: r10145 | |||
2003-09-09 | cleanup; fix for bug #795942 (COMI: text display off screen) and #785760 ↵ | Max Horn | |
(COMI: Lockup/crash on Skull Island) svn-id: r10144 | |||
2003-09-09 | fix for bug #782086 (COMI: a long walk) | Max Horn | |
svn-id: r10143 | |||
2003-09-09 | another fix for bug #802396 (LOOMCD: Sound often causes lock up) | Max Horn | |
svn-id: r10142 | |||
2003-09-09 | fix for bug #749970 (FT: Animation glitch at the fuel tower) | Max Horn | |
svn-id: r10141 | |||
2003-09-09 | replaced all use of scale items with scale slots. This allowed me to get rid ↵ | Max Horn | |
of two big FIXME's, and might fix other scaling bugs in FT/DIG svn-id: r10140 | |||
2003-09-09 | added convertScaleTableToScaleSlot method, preparing to replace scale items ↵ | Max Horn | |
with scale slots svn-id: r10139 | |||
2003-09-09 | added some comments to a FIXME | Max Horn | |
svn-id: r10132 | |||
2003-09-09 | some initial work on Mac0 support. Everybody feel free to pick up here and ↵ | Max Horn | |
implement the rest <g> svn-id: r10119 | |||
2003-09-09 | cleanup | Max Horn | |
svn-id: r10118 | |||
2003-09-09 | added convertMac0Resource (which doesn't do anything yet, but is the place ↵ | Max Horn | |
we can add Mac0 support in later); factored out some common code in convertADResource; fixed memory leak when convertADResource was called; misc cleanup svn-id: r10117 | |||
2003-09-08 | mention some GM instrument numbers | Max Horn | |
svn-id: r10116 | |||
2003-09-08 | added comment describing Mac0 format | Max Horn | |
svn-id: r10115 | |||
2003-09-08 | fixed yet another bug in redraw logic (which was hidden so far and revealed ↵ | Max Horn | |
by my previous fix) svn-id: r10112 | |||
2003-09-08 | moving stuff around | Max Horn | |
svn-id: r10111 | |||
2003-09-08 | actually USAGE_BIT_RESTORED must be cleared, too | Max Horn | |
svn-id: r10110 | |||
2003-09-08 | turns out that in the GFX usage bit conversion process, we accidentally left ↵ | Max Horn | |
out this code. This should fix bug #744794 and potentially others svn-id: r10109 | |||
2003-09-08 | make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume | Max Horn | |
svn-id: r10097 | |||
2003-09-08 | overlooked one 'new Player_V2' | Max Horn | |
svn-id: r10096 | |||
2003-09-08 | fix an overflow | Max Horn | |
svn-id: r10095 | |||
2003-09-08 | set _musicEngine for V1/V2 games, too | Max Horn | |
svn-id: r10094 | |||
2003-09-08 | renamed VersionSettings -> TargetSettings and also renamed some of its ↵ | Max Horn | |
members; added GameDetector::findTarget; made launcher use that new method; some initial preparations for Plugin code svn-id: r10092 | |||
2003-09-08 | WORKAROUND bug #770065: Sync issue in lens conversation (this is actually a ↵ | Max Horn | |
script bug) svn-id: r10088 | |||
2003-09-08 | fix for bug #802396 (LOOMCD: Sound often causes lock up) | Max Horn | |
svn-id: r10085 | |||
2003-09-08 | some cleanup | Max Horn | |
svn-id: r10084 | |||
2003-09-08 | Reduce PalmOS data segement | Chris Apers | |
svn-id: r10083 | |||
2003-09-08 | fix warning | Paweł Kołodziejski | |
svn-id: r10081 | |||
2003-09-08 | Correct verb position in mac version of indy3ega | Travis Howell | |
svn-id: r10077 | |||
2003-09-08 | Amiga V3 music updates from unused. | Travis Howell | |
svn-id: r10076 | |||
2003-09-07 | properly decode SBL resources by scanning the VOC header in them; added a ↵ | Max Horn | |
guess at how SEGA SBLs work (untested, might be completely wrong) svn-id: r10074 | |||
2003-09-07 | make use of voc.h; some cleanup | Max Horn | |
svn-id: r10073 | |||
2003-09-07 | removed the seperate 'MP3' CD methods in class Sound (besides being ↵ | Max Horn | |
misnamed, merging them into their parent functions actually seems clearer to me, reading wise) svn-id: r10071 | |||
2003-09-07 | cleanup/refactoring | Max Horn | |
svn-id: r10070 | |||
2003-09-07 | some cleanup; clarified isSoundInUse semantics and the difference between ↵ | Max Horn | |
IMuse::get_sound_active and IMuse::getSoundStatus; added lots of const qualifiers to IMuse; rewrote IMuseInternal::getSoundStatus (hopefully not breaking it); added MusicEngine::getSoundStatus svn-id: r10069 | |||
2003-09-07 | make some first use of Scumm::_musicEngine; cleanup; also some changes which ↵ | Max Horn | |
*might* cause some breakage, but if they don't, we can build on them to simplify Sound::playSound a little (mainly by removing lots of 'return' statements) svn-id: r10068 | |||
2003-09-07 | small tweak (hm, is IMuse::get_sound_active really still needed? or rather, ↵ | Max Horn | |
does IMuse::getSoundStatus really have to return an int or can we cast it to boolean safely?) svn-id: r10067 | |||
2003-09-07 | added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 ↵ | Max Horn | |
(initial stab, more work to follow) svn-id: r10066 | |||
2003-09-07 | Fix warning | Travis Howell | |
svn-id: r10065 | |||
2003-09-07 | Add news files | Travis Howell | |
svn-id: r10063 | |||
2003-09-07 | Add music player for Amiga versions of indy3ega/loom from unused. | Travis Howell | |
Revert last change to common.rules for now, it broke compile. svn-id: r10061 | |||
2003-09-07 | cleanup | Max Horn | |
svn-id: r10055 |