aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.cpp
AgeCommit message (Expand)Author
2014-03-16GOB: Remove the last remnants of Draw::_vgaSmallPaletteSven Hesse
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-15GOB: Change strcpy to strlcpy for safetySven Hesse
2012-07-30GOB: Add some PreGob and Once Upon A Time cursor functionsSven Hesse
2012-07-30GOB: Move drawString into FontSven Hesse
2012-07-30GOB: Don't crash when there's no _inter objectSven Hesse
2012-05-29GOB: Fix v7 cursors drawn by the scriptsSven Hesse
2012-05-29GOB: Hook up the PE cursors to v7 loadCursorSven Hesse
2011-09-14GOB: Init "Diving" cursorSven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-02GOB: Rename Draw::kSpritesCount to Draw::kSpriteCountSven Hesse
2011-02-02GOB: Remove the vidMode parameter from Video::initSurfDescSven Hesse
2011-01-30GOB: Change SPRITES_COUNT into a constSven Hesse
2011-01-26GOB: Check font index for kFontCountSven Hesse
2011-01-22GOB: Fix some of the live-video glitchynessSven Hesse
2011-01-20GOB: Urban: Fix missing visuals at Cemetary/LabSven Hesse
2011-01-16GOB: Add a method to get a true palette colorSven Hesse
2010-10-31GOB: Clean up class DataIOSven Hesse
2010-10-15GOB: Remove strncpy0()Sven Hesse
2010-10-15GOB: Fix Code analysis warningsSven Hesse
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
2010-08-21GOB: Clean up of Fascination codeArnaud Boutonné
2010-08-20Fascination - (SylvainTV) Implement window tracesArnaud Boutonné
2010-08-16Fascination - Suppress a debug warning, and replace several warnings by errors.Arnaud Boutonné
2010-08-15Suppress some debugging warningsArnaud Boutonné
2010-08-08GOB: Add constants for different surfaces/spritesSven Hesse
2010-04-28Only draw letters that actually fit on the surface. Should fix bug #2992268 (...Sven Hesse
2010-02-13Fascination:Arnaud Boutonné
2010-02-08Fascination: - Suppress the recently added oFascin_keyFunc, replace it with a...Arnaud Boutonné
2010-02-06Fascination - Use invalidateRect instead of dirtiedRect, fix several other li...Arnaud Boutonné
2010-02-03Fascination - Cleanup: suppress some noisy debug output, suppress some obsole...Arnaud Boutonné
2010-02-03Minor style-related changesSven Hesse
2010-02-03Fascination - Fix screen transition Arnaud Boutonné
2010-02-02Fascination - Add a window specific function, modify checkmouse() function in...Arnaud Boutonné
2010-01-27- Fixed openWin, saveWin, restoreWin, closeWin, winMove and activeWin, so tha...Arnaud Boutonné
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
2009-10-28Style fixesSven Hesse
2009-10-28Removing trailing spacesSven Hesse
2009-10-07Fix an assert in activeWin(). Arnaud Boutonné
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
2009-09-15- Implement _pattern variableArnaud Boutonné
2009-07-24Caching the subtitle font and color, because some don't assign thoseSven Hesse
2009-07-09Giving Font its own real classSven Hesse
2009-07-05Renaming FontDesc::extraData to charWidthsSven Hesse
2009-06-23Putting basic TOT handling into its own classSven Hesse
2009-06-23Replacing the 2 offset functions by a generic Script::getFunctionOffset()Sven Hesse
2009-06-23Added Script::getCenterOffset()Sven Hesse
2009-06-22Implemented a call stackSven Hesse
2009-06-22Encapsulating script file accessSven Hesse
2009-06-06GOB: Turned _spritesArray into a Common::Array (of fixed size) to detect out-...Max Horn