Age | Commit message (Expand) | Author |
2003-10-13 | cleanup; got rid of Gdi::_palette_mod in favor of Gdi::_roomPalette | Max Horn |
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix explic... | Max Horn |
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also m... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-09-05 | fixed a warning from the IBM C++ compiler | Max Horn |
2003-08-25 | implemented V1/C64 object masking, and simplified drawStripC64Mask a bit | Max Horn |
2003-06-19 | added initial form of v1 costume codec (NOT WORKING, i think) | Paweł Kołodziejski |
2003-06-06 | fixed almost object drawing for v1 games, (ugly hack for drawBitmap) | Paweł Kołodziejski |
2003-06-05 | added v1 gfx codec, (not working) | Paweł Kołodziejski |
2003-06-05 | there are a few places in maniac and zakdemo where we *do* have to store the ... | Max Horn |
2003-06-04 | cache room strip offsets (this should help performance on PalmOS) | Max Horn |
2003-06-01 | added a getMaskBuffer method (makes it easier to read some of the code); merg... | Max Horn |
2003-06-01 | clearUpperMask -> clearCharsetMask | Max Horn |
2003-05-30 | some cheap doxygen docs; cleanup | Max Horn |
2003-05-30 | cleanup | Max Horn |
2003-05-29 | moved camera stuff to own file | Max Horn |
2003-05-29 | removed obsolete | Max Horn |
2003-05-29 | removed obsolete | Max Horn |
2003-05-28 | const as const can! | Max Horn |
2003-05-26 | more const qualifiers | Max Horn |
2003-05-15 | Make use of ScummVM::Rect | Max Horn |
2003-05-15 | ScummPoint -> ScummVM::Point | Max Horn |
2003-05-15 | cleanup | Max Horn |
2003-05-11 | cleanup | Max Horn |
2003-05-10 | added a 'width' parameter to drawBitmap (contrary to 'numstrips', it specifie... | Max Horn |
2003-04-30 | added gfx bitmap and zbuffer codec for v2 games | Paweł Kołodziejski |
2003-04-09 | a little improved ega support | Paweł Kołodziejski |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup | Paweł Kołodziejski |
2002-12-31 | more cleanup | Max Horn |
2002-12-31 | getting rid of _currentX | Max Horn |
2002-12-26 | Increase allowed zbuffers for CMI (One room, 16, uses at least 6.. add a few ... | James Brown |
2002-12-26 | 640*480 = 307200 > 65536: uin16 not sufficient to store the VirtScreen size | Max Horn |
2002-12-25 | added (broken) cursor support for V8; enabled bomp drawing | Max Horn |
2002-12-21 | got rid of _curVirtScreen and VirtScreen::unk1; added some comments to gfx.cp... | Max Horn |
2002-12-16 | remove unused VideoMode struct | Jonathan Gray |
2002-12-16 | forgot to remove _numLinesToProcess | Max Horn |
2002-12-16 | cleanup | Max Horn |
2002-12-15 | cleanup; reordering stuff in gfx.cpp, trying to group code into logical group... | Max Horn |
2002-12-04 | more cleanup; fixes out of bound access to _charsetData (but I am not sure if... | Max Horn |
2002-12-04 | lots of cleanup to the graphics code; removed various global states (makes it... | Max Horn |
2002-11-06 | applied patch: #634326, and changed strip ranges for after and before scumm v7, | Paweł Kołodziejski |
2002-11-06 | removed more unused variables; cleaned up some spaces | Max Horn |
2002-10-24 | changed number strips to dynamic and increased arrays tdirty and bdirty to 80 | Paweł Kołodziejski |
2002-10-20 | cleanup; fix for room 88 in The Dig (Ender, I was right, only the place was a... | Max Horn |
2002-09-29 | Patch 616144: Sam and Max layering fix (drawMaskOnBoth rewrite) | James Brown |
2002-09-19 | renamed unk3/unk4 to scaleX/scaleY | Max Horn |
2002-08-31 | and more fixes | Paweł Kołodziejski |
2002-08-21 | Initial revision | Max Horn |