aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09HACK: Display instructions during the cutscenes, so that the user won'tTorbjörn Andersson
2003-09-09Reworked the last commit a bit, so that PlaySmacker() doesn't need to knowTorbjörn Andersson
2003-09-09In PlaySmacker(), make sure there really is a text sprite to draw.Torbjörn Andersson
2003-09-09Missed config optionTravis Howell
2003-09-09Has not been Amiga AGA port for long long time.Travis Howell
2003-09-09Add indexed readme from 0.5.0 branch with updates.Travis Howell
2003-09-09added some comments to a FIXMEMax Horn
2003-09-09Up debug level of this warning, since it floods output in loomTravis Howell
2003-09-09Our ServiceWindows() never returns RDERR_APPCLOSED, and we always behave asTorbjörn Andersson
2003-09-09map 0xA5 to 11025 Hz, tooMax Horn
2003-09-09map 0xD3 in VOC headers to 22050 Hz, tooMax Horn
2003-09-09Added a WaitForFade() function, to replace numerous while-loops scatteredTorbjörn Andersson
2003-09-09CleanupTorbjörn Andersson
2003-09-09Resampling is no longer required.Travis Howell
2003-09-09updated vc7 filePaweł Kołodziejski
2003-09-09Clarified some comments in PlaySmacker(). At this point it should be fairlyTorbjörn Andersson
2003-09-09Read Smacker voice-overs from the correct file, same way as speech.cpp doesTorbjörn Andersson
2003-09-09Simplified the code to decide whether to use speech1.clu or speech2.cluTorbjörn Andersson
2003-09-09fix sfx routineRobert Göffringmann
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-08while 'more logical' the current link order doesn't work if all plugins are d...Max Horn
2003-09-08added a TODOMax 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-08minor TODOMax Horn
2003-09-08added About dialog to launcherMax Horn
2003-09-08more logical link orderMax Horn
2003-09-08fixed circular dependency; moved version string to main.cpp (seems more logic...Max Horn
2003-09-08Cleanup.Torbjörn Andersson
2003-09-08changes to get a better link order, and to allow building a 'bare bone' scumm...Max Horn
2003-09-08fixed disabling of modulesMax Horn
2003-09-08got rid of version_settingsMax Horn
2003-09-08Updated comment.Torbjörn Andersson
2003-09-08Added some code to display the subtitles for the Smacker movies, whenTorbjörn Andersson
2003-09-08more plugin related workMax 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