aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2004-01-05Had checks wrong way around, seems to work now.Travis Howell
2004-01-05Add partial support for ignoreTurns, fixes some glitches in putt putt games.Travis Howell
2004-01-05'proper' fix for V1 MM problem; added a FIXMEMax Horn
2004-01-05fix bug #870433 (DIG: Scrolling regression with the lander game)Max Horn
2004-01-04Add commentTravis Howell
2004-01-04cleanupMax Horn
2004-01-04split out cursor/palette code into separate source filesMax Horn
2004-01-04Allow subtitles to be disabled in games using imuse digital again.Travis Howell
2004-01-04Fix a few subtitles glitches in loomcd during cutscenes.Travis Howell
2004-01-04renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...Max Horn
2004-01-04turns out we always had VirtScreen::backBuf but didn't use it... change that ...Max Horn
2004-01-04removed setFeatures (not needed anymore)Max Horn
2004-01-04replaced many instances of _screenWidth by VirtScreen::width, where approriat...Max Horn
2004-01-04uhm? I don't see why VC 2003 would complain about this, but not about the man...Max Horn
2004-01-04I don't see why this would be needed (my guess is that the hack in initVirtSc...Max Horn
2004-01-04remove this HACK workaround - I think I may have fixed the true cause (we'll ...Max Horn
2004-01-04cleanup (mostly moved stuff around, and replaced the fadeOut call)Max Horn
2004-01-03renamed updateDirtyRect to markRectAsDirty (because that's what it really doe...Max Horn
2004-01-03cleanupMax Horn
2004-01-03oopsMax Horn
2004-01-03removed unused param in initScreensMax Horn
2004-01-03added & renamed some constants; fixed & added some doxygen comments; cleaned ...Max Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03Should be enabled for all GF_NEW_COSTUMES games.Travis Howell
2004-01-03Add last fewTravis Howell
2004-01-03UpdateTravis Howell
2004-01-03re-enabled .sog and .so3 support for FTMax Horn
2004-01-02sync with dataMax Horn
2004-01-02Add comments for HE specific opcodesTravis Howell
2004-01-02OoopsTravis Howell
2004-01-02Add another HE games opcode and case.Travis Howell
2004-01-02Fix missing sfx in puttputtTravis Howell
2004-01-02Fix some masking issue in Putt Putt gamesTravis Howell
2004-01-02Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflowMax Horn
2004-01-02Can be used for The Dig too, lander mini-games works again.Travis Howell
2004-01-01Bypass Monkey Island 1 CD copy protection on restart.Travis Howell
2003-12-30be a bit more gentle to people typing in invalid box IDs :-)Max Horn
2003-12-30improved box drawing in debugger (now also draws boxes of height 0Max Horn
2003-12-30cleanupMax Horn
2003-12-30updated MD5 tableMax Horn
2003-12-30hook up MD5 database (this is still kind of a hack, but at least it shows tha...Max Horn
2003-12-30added generated MD5 table (not yet used)Max Horn
2003-12-30Add missing case for HE games.Travis Howell
2003-12-30This is dummy opcode in tentacleTravis Howell
2003-12-30Ooops, duplicate code.Travis Howell
2003-12-30Add correct solution for drawObjectQue[] overflow in lawn mower mini games of...Travis Howell
2003-12-30Give HE games their own IDs.Travis Howell
2003-12-29Emergency bugfix to keep Full Throttle from crashing as soon as someoneTorbjörn Andersson
2003-12-29Add support for mp3 or ogg musics tracks for Monkey Island 1 for Amiga.Travis Howell
2003-12-28This could be wrong so feel free to revert, but it does seem to fix crashesTorbjörn Andersson