aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-06Added notes about mine and Lavosspawn's changes to BS2, and my changes toTorbjörn Andersson
the MPEG player. I'm not as sure what has changed in BS1, so I didn't write anything about that. svn-id: r17008
2005-03-06Applied patch #1155731, reducing the memory usage of the MPEG player byTorbjörn Andersson
about 8 MB. svn-id: r17007
2005-03-06TypoMax Horn
svn-id: r17006
2005-03-06Name parameters properly, lest we'll all be confused...Max Horn
svn-id: r17005
2005-03-06Obsolete TODO ;-)Max Horn
svn-id: r17004
2005-03-06Fix bug which led to an endless loop if 1.5x scaler is fed with odd value.Eugene Sandulenko
svn-id: r17003
2005-03-06*** empty log message ***Travis Howell
svn-id: r17002
2005-03-06Update HE issuesTravis Howell
svn-id: r17001
2005-03-06Use sprite groups number, not sprite id.Travis Howell
svn-id: r17000
2005-03-06Rename sprite fieldsTravis Howell
svn-id: r16999
2005-03-06Ooops, reversed that.Travis Howell
svn-id: r16998
2005-03-06c & p typeTravis Howell
svn-id: r16997
2005-03-06Correct class_flag checks for spritesTravis Howell
svn-id: r16996
2005-03-06Checks were in reverse.Travis Howell
svn-id: r16995
2005-03-06*** empty log message ***Travis Howell
svn-id: r16994
2005-03-06Add extra safety checks from original games, to copyVirtScreenBuffers()Travis Howell
svn-id: r16993
2005-03-05Fix spriteAddImageToList() according to disassembly. (sbb-related)Eugene Sandulenko
svn-id: r16992
2005-03-05Update commentsTravis Howell
svn-id: r16991
2005-03-05Remove invalid sprite checkTravis Howell
svn-id: r16990
2005-03-04Add missing checkTravis Howell
svn-id: r16989
2005-03-04Add more details to WizImageOpsTravis Howell
svn-id: r16988
2005-03-03big endian fixesJoost Peters
svn-id: r16987
2005-03-03That's what may happen if you happen to have more than one local tree.Eugene Sandulenko
Another spot of oboslete hercules-related usage. svn-id: r16986
2005-03-03Correct classId value.Travis Howell
svn-id: r16985
2005-03-03Forgot to commit. HercAmber/HercGreen documentationEugene Sandulenko
svn-id: r16984
2005-03-03Initialise variable.Torbjörn Andersson
svn-id: r16983
2005-03-03Need to adjust HE7 filename for mustard too.Travis Howell
svn-id: r16982
2005-03-03Fix compare string.Travis Howell
svn-id: r16981
2005-03-03Add missing actor redrawsTravis Howell
svn-id: r16980
2005-03-03Correct palSlot rangeTravis Howell
svn-id: r16979
2005-03-02Sync paletteOps in HE90Travis Howell
svn-id: r16978
2005-03-02Add two more VARs for HE89+Travis Howell
Minor cleanup svn-id: r16977
2005-03-02Mnetion hercGreen/hercAmber render modes.Eugene Sandulenko
svn-id: r16976
2005-03-02Distinguish between green and amber hercules. Now specify it via hercGreenEugene Sandulenko
and hercAmber. Updated documentation accordingly. svn-id: r16975
2005-03-02Make detection of v1 SCUMM games at detection stage, not resourceEugene Sandulenko
loading. This lets me disable hercules dithering for these games. svn-id: r16974
2005-03-02Commit o100_paletteOps WIP based on cyx's patch. Original patch justEugene Sandulenko
tends to be unappliable anymore, so that's why I decided to commit it when it required not so much work of manual patching. I've checked validness of it against IDB but we still have main question open: How to plug it in properly into our palette code? svn-id: r16973
2005-03-02Fix room resource loading in Buzzy games.Travis Howell
svn-id: r16972
2005-03-02Add dummy case used in airportTravis Howell
svn-id: r16971
2005-03-02Fix array read from files in HE72+Travis Howell
svn-id: r16970
2005-03-02When restoring older savegames, fill the script slot 'cycle' fields withTorbjörn Andersson
what I hope is a sensible value. This fixes a regression with a MonkeyVGA savegame I had where none of the scripts that should have been running were since all 'cycle' fields were 0. svn-id: r16969
2005-03-02Fix string display in Buzzy games.Travis Howell
svn-id: r16968
2005-03-02Fix COMI part III regression, I lost a line.Travis Howell
svn-id: r16967
2005-03-01Fixed warning.Torbjörn Andersson
svn-id: r16966
2005-02-28Update HE issuesTravis Howell
svn-id: r16965
2005-02-28Perform some validation before using GFX strip offset (see also bug #795214)Max Horn
svn-id: r16964
2005-02-28preliminar work on processWizImage 9 and updated wiz flagsGregory Montoir
svn-id: r16963
2005-02-28change division to right-shiftJoost Peters
svn-id: r16962
2005-02-28And, finally, the change I meant to before I got side-tracked: UseTorbjörn Andersson
ScummVM's "Rect" data type in the mouse list. The benefit of this is that we can then use the contains() function in checkMouseList(), which makes the code a bit less eye-watering. svn-id: r16961
2005-02-28Missed a change.Travis Howell
svn-id: r16960
2005-02-28Index the "mouse list" from 0 instead of 1. I have no idea why it wasn'tTorbjörn Andersson
this way to begin with. svn-id: r16959