Age | Commit message (Expand) | Author |
2004-10-07 | Simplify calling drawBomp a littl | Max Horn |
2004-10-05 | Allow color adjustment when decompressing wizImages. | Travis Howell |
2004-10-04 | Remove Gdi::fillRect, use the existing fill() method instead | Max Horn |
2004-10-04 | Implement case 150 for drawBMAPBg | Eugene Sandulenko |
2004-10-01 | Smooth scrolling seems to work very well, so I am promoting it now from hack-... | Max Horn |
2004-09-30 | rewrote drawStripHE ; although it's less efficient than the previous version,... | Gregory Montoir |
2004-09-28 | NEWS/TODO update; update smooth scrolling comment | Max Horn |
2004-09-27 | Revert by bad change and just adjust for BMAP images. | Travis Howell |
2004-09-26 | Re-enable V7_SMOOTH_SCROLLING_HACK since invalid read/write were unrelated. | Travis Howell |
2004-09-25 | Turning off V7_SMOOTH_SCROLLING_HACK for now again | Max Horn |
2004-09-25 | Cleanup to reduce code duplication | Travis Howell |
2004-09-25 | Cleanup to reduce code duplication. | Travis Howell |
2004-09-25 | Cleanup to reduce code duplication. | Travis Howell |
2004-09-24 | Enable V7_SMOOTH_SCROLLING_HACK temporarily, so that some people get exposed ... | Max Horn |
2004-09-24 | Fix OOB access in V7_SMOOTH_SCROLLING_HACK mode | Max Horn |
2004-09-24 | Avoid out-of-bounds access in V7_SMOOTH_SCROLLING_HACK mode | Max Horn |
2004-09-24 | Get rid of unused dbClear flag | Max Horn |
2004-09-24 | Added some const qualifiers | Max Horn |
2004-09-24 | More V7_SMOOTH_SCROLLING_HACK related fixes | Max Horn |
2004-09-22 | Made dstPitch an explicit parameter, instead of (ab)using _screenWidth (impor... | Max Horn |
2004-09-20 | cleanup / code re-use | Gregory Montoir |
2004-09-19 | Moved some code from Gdi::drawBitmap into a new method Gdi::getZPlanes; cleanup | Max Horn |
2004-09-19 | Cleanup, added some HE related TODO/FIXME comments (for consideration by the ... | Max Horn |
2004-09-18 | GFX codec cleanup: renamed some of the Gdi::unkDecode methods; simplified and... | Max Horn |
2004-09-18 | preliminar AuxQueue support (freddemo intro), some glitches though | Gregory Montoir |
2004-09-05 | Added BMAP support in objects. | Eugene Sandulenko |
2004-09-03 | preliminar Wiz images support (HE 72) | Gregory Montoir |
2004-08-26 | Added initial support for BMAP resources of HE 7.2 games. Doesn't work | Eugene Sandulenko |
2004-08-14 | Modified VirtScreen to inherit from Graphics::Surface, and added getPixels()/... | Max Horn |
2004-08-08 | Patch #1003866 (SCUMM: New text rendering code (fixes various bugs)) | Max Horn |
2004-08-08 | Moved some code out into a separate function | Max Horn |
2004-06-23 | HE 7.0 fixes | Eugene Sandulenko |
2004-06-20 | Rewrote 3DO graphics decoders to more C-like syntax. | Eugene Sandulenko |
2004-02-24 | Graphics decoders for 3DO HE titles. Preliminary implementation, don't | Eugene Sandulenko |
2004-01-08 | move the charset mask to the charset renderer class; some other related changes | Max Horn |
2004-01-08 | cleanup (make some more use of class Common::Rect) | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-06 | get rid of VirtScreen::scrollable | Max Horn |
2004-01-06 | typo | Max Horn |
2004-01-06 | renamed VirtScreen::alloctwobuffers to hasTwoBuffers; added lots of doxygen c... | Max Horn |
2004-01-04 | turns out we always had VirtScreen::backBuf but didn't use it... change that ... | Max Horn |
2004-01-03 | renamed updateDirtyRect to markRectAsDirty (because that's what it really doe... | Max Horn |
2004-01-03 | cleanup | Max Horn |
2004-01-03 | added & renamed some constants; fixed & added some doxygen comments; cleaned ... | Max Horn |
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 |