aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
AgeCommit message (Collapse)Author
2002-12-31more cleanupMax Horn
svn-id: r6292
2002-12-31getting rid of _currentXMax Horn
svn-id: r6290
2002-12-26Increase allowed zbuffers for CMI (One room, 16, uses at least 6.. add a few ↵James Brown
spare just in case). svn-id: r6174
2002-12-26640*480 = 307200 > 65536: uin16 not sufficient to store the VirtScreen sizeMax Horn
svn-id: r6156
2002-12-25added (broken) cursor support for V8; enabled bomp drawingMax Horn
svn-id: r6113
2002-12-21got rid of _curVirtScreen and VirtScreen::unk1; added some comments to ↵Max Horn
gfx.cpp; added a hack to enable smooth scrolling in V7 games (note: when I say hack, I mean it, it is buggy as hell and not enabled by default, use at your own risk and don't report problems with it, it's disabled by default) svn-id: r6037
2002-12-16remove unused VideoMode structJonathan Gray
svn-id: r5992
2002-12-16forgot to remove _numLinesToProcessMax Horn
svn-id: r5987
2002-12-16cleanupMax Horn
svn-id: r5986
2002-12-15cleanup; reordering stuff in gfx.cpp, trying to group code into logical ↵Max Horn
groups (cursor, bomp, camera, palette, fades) svn-id: r5985
2002-12-04more cleanup; fixes out of bound access to _charsetData (but I am not sure ↵Max Horn
if that will be visible anywhere svn-id: r5833
2002-12-04lots of cleanup to the graphics code; removed various global states (makes ↵Max Horn
it easier to understand the code) svn-id: r5831
2002-11-06applied patch: #634326, and changed strip ranges for after and before scumm v7,Paweł Kołodziejski
added comments to saveload svn-id: r5448
2002-11-06removed more unused variables; cleaned up some spacesMax Horn
svn-id: r5442
2002-10-24changed number strips to dynamic and increased arrays tdirty and bdirty to 80Paweł Kołodziejski
svn-id: r5296
2002-10-20cleanup; fix for room 88 in The Dig (Ender, I was right, only the place was ↵Max Horn
another :-) svn-id: r5191
2002-09-29Patch 616144: Sam and Max layering fix (drawMaskOnBoth rewrite)James Brown
svn-id: r5036
2002-09-19renamed unk3/unk4 to scaleX/scaleYMax Horn
svn-id: r4970
2002-08-31and more fixesPaweł Kołodziejski
svn-id: r4889
2002-08-21Initial revisionMax Horn
svn-id: r4785