Age | Commit message (Expand) | Author |
2005-03-06 | Add extra safety checks from original games, to copyVirtScreenBuffers() | Travis Howell |
2005-02-20 | Patch #1121337 (CGA rendering in early LEC titles). | Eugene Sandulenko |
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjörn Andersson |
2005-01-01 | Updated copyright | Max Horn |
2004-11-27 | moved all the HE wiz stuff to a separate module, with minor cleanups and simp... | Gregory Montoir |
2004-11-22 | HE wiz update, o90_unknown29 fully implemented. | Gregory Montoir |
2004-11-21 | HE wiz stuff update | Gregory Montoir |
2004-11-13 | minor Wiz stuff update | Gregory Montoir |
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 |