aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.cpp
AgeCommit message (Expand)Author
2004-08-14Modified VirtScreen to inherit from Graphics::Surface, and added getPixels()/...Max Horn
2004-08-14FIXME comment regarding blitAlso charset rendering mode (which i believe is b...Max Horn
2004-08-14Fix for bug #1008621 and #1008622Max Horn
2004-08-10Fix by erik for bug #1006098 (FBDEMO: Subtitle regression in intro)Max Horn
2004-08-08Patch #1003866 (SCUMM: New text rendering code (fixes various bugs))Max Horn
2004-06-27Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...Max Horn
2004-04-25Workaround for bug #864030 (COMI: ASCII 0xb (11) not handled)Max Horn
2004-04-08Record on which virtual screen we last drew masked textMax Horn
2004-04-08Semi-experimental change: revised _hasMask handling -> simpler code (after re...Max Horn
2004-04-06cleanupMax Horn
2004-04-04Fix for last part of bug #766749 (COMI: Text should not always have a shadow)...Max Horn
2004-04-03Fix for bugs #915586, #905856, part of bug #766749 (COMI: Bug with text being...Max Horn
2004-02-22whitespacesMax Horn
2004-01-15do a better job at charset clipping; some reengineering. However, to properly...Max Horn
2004-01-08cleanupMax Horn
2004-01-08more cleanupMax Horn
2004-01-08cleanup (make some more use of class Common::Rect)Max Horn
2004-01-08Fix for bug #803381 (COMI: Text cut off)Max Horn
2004-01-06updated copyright noticeMax Horn
2004-01-06get rid of VirtScreen::scrollableMax Horn
2004-01-06renamed VirtScreen::alloctwobuffers to hasTwoBuffers; added lots of doxygen c...Max Horn
2004-01-04turns out we always had VirtScreen::backBuf but didn't use it... change that ...Max Horn
2004-01-04replaced many instances of _screenWidth by VirtScreen::width, where approriat...Max Horn
2004-01-03renamed updateDirtyRect to markRectAsDirty (because that's what it really doe...Max Horn
2003-12-27cleanupMax Horn
2003-12-26got rid of those _maxFOO macros, replaced them by access to the equivalent _n...Max Horn
2003-12-15Add extra color table entry for v1 games, for inventory/sentence color.Travis Howell
2003-11-18Alter old demo checkTravis Howell
2003-11-18Missed one checkTravis Howell
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-17moved platform/language constants to common/util.*Max Horn
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-14use old method to decide on text colouring for loom towns, I think the pink d...Jonathan Gray
2003-09-09cleanup; fix for bug #795942 (COMI: text display off screen) and #785760 (COM...Max Horn
2003-09-01Fix from Hibernatus, indy3 has black shadowsTravis Howell
2003-08-18Updated globals access for PalmOSChris Apers
2003-08-06get rid of GF_INDY3 again, and also remove GID_INDY3_256 and GID_INDY3_TOWNSMax Horn
2003-07-19moved some functions out of scummvm.cpp into more appropriate files; rearrang...Max Horn
2003-07-19More fix from HibernatusTravis Howell
2003-07-18Add Indy3 FM Towns support, patch #773434Travis Howell
2003-07-16some commentsMax Horn
2003-07-13debug/warning/error all automatically output a newlineMax Horn
2003-06-26correct shadow color in Zak256Max Horn
2003-06-26implemented text shadow in Zak256 (also needed for Indy3-256, maybe?). (Parti...Max Horn
2003-06-19re-applying my changes (chrilith undid them by accident)Max Horn
2003-06-19PalmOS changesChris Apers
2003-06-19added spanish font & prepositions; removed some trailing spacesMax Horn