aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_v2.cpp
AgeCommit message (Expand)Author
2018-02-13GOB: Mark intentional fallthrough in switch statementsSven Hesse
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2012-07-30GOB: Add some PreGob and Once Upon A Time cursor functionsSven Hesse
2012-07-30GOB: Move drawString into FontSven Hesse
2012-06-18GOB: Add a workaround for the wrong German animal names in Little RedSven Hesse
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-05-29GOB: Fix v7 cursors drawn by the scriptsSven Hesse
2012-05-29GOB: Hook up the PE cursors to v7 loadCursorSven Hesse
2011-11-03GOB: Fix analyser warnings regarding sprintf() parameter signnessSven Hesse
2011-09-14GOB: Init "Diving" cursorSven Hesse
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-04GOB: Don't overwrite _destSpriteX after PRINTTEXTSven Hesse
2011-02-02GOB: Remove the vidMode parameter from Video::initSurfDescSven Hesse
2011-01-31GOB: Fix text end positons for non-monospaced fontsSven Hesse
2011-01-29GOB: Add GobEngine::isCurrentTot()Sven Hesse
2011-01-29GOB: Change _curTotFile and _totToLoad into Common::StringSven Hesse
2011-01-26GOB: Use a fake cursor for Addy for now :PSven Hesse
2011-01-26GOB: Check font index for kFontCountSven Hesse
2011-01-16GOB: Adding a proper shade methodSven Hesse
2011-01-16GOB: Use the correct font and shade color in Urban RunnerSven Hesse
2010-10-15GOB: Remove the now useless helper.hSven Hesse
2010-10-15GOB: Remove strncpy0()Sven Hesse
2010-09-30GOB: Fix 16bit cursorsSven Hesse
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
2010-08-17Fascination - Fix the texts not cleaned up (eg Hotel Hall). Thanks SylvainTV ...Arnaud Boutonné
2010-08-08GOB: Add constants for different surfaces/spritesSven Hesse
2010-03-06Gob3CD - Move subtitle check to initializationArnaud Boutonné
2010-03-06Gob3 CD - some texts are skipped in the CD version because they are considere...Arnaud Boutonné
2009-09-18Fixed warning about missing newlineAndre Heider
2009-09-15- Implement _pattern variableArnaud Boutonné
2009-08-08Changed the scroll-handling to be more like the original. This fixes bug #283...Sven Hesse
2009-07-28More alignment-related changesSven Hesse
2009-07-25Moved the decision whether subtitles should be displayed, so that the broken ...Sven Hesse
2009-07-24Caching the subtitle font and color, because some don't assign thoseSven Hesse
2009-07-24Adding subtitle support to WoodruffSven Hesse
2009-07-09Giving Font its own real classSven Hesse
2009-07-05Renaming FontDesc::extraData to charWidthsSven Hesse
2009-07-05Moving the "Collision" stuff to Hotspots in hotspots.cpp/.hSven Hesse
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ...Sven Hesse
2009-06-23Added Script methods to get the TOT major and minor versionSven Hesse
2009-06-22Encapsulating script file accessSven Hesse
2009-06-13Warn when a sprite operation is to be performed on a nonexistent surface inst...Sven Hesse
2009-06-13Making TotTextData's item's offsets unsigned. This could fix the crash in the...Sven Hesse
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...Max Horn
2009-06-04gob : _spriteBottom incorrectly saved and restored in Draw_v2::spriteOperationArnaud Boutonné
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2009-04-27Some minor clean-upSven Hesse
2008-12-12Text now works in Urban RunnerSven Hesse
2008-12-12Working (minus text) menu in Urban RunnerSven Hesse