aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_fascin.cpp
AgeCommit message (Collapse)Author
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-09GOB: Fascination - Reduce the scope of a couple of variablesStrangerke
2012-07-30GOB: Move drawString into FontSven Hesse
2012-06-22GOB: _renderFlags & 0x80 means "Do we have windows?"Sven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-02GOB: Make flags optional in Video::initSurfDescSven Hesse
svn-id: r55728
2011-02-02GOB: Remove the vidMode parameter from Video::initSurfDescSven Hesse
svn-id: r55727
2010-12-01GOB: Add back 3 empty lines used by DrMcCoyArnaud Boutonné
svn-id: r54724
2010-12-01GOB: little clean-upArnaud Boutonné
Remove a useless include of cursorman.h and several superflous empty lines. svn-id: r54718
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
svn-id: r52947
2010-08-21GOB: Clean up of Fascination codeArnaud Boutonné
Move Fascination specific function to appropriate classes, plus some style modifications svn-id: r52267
2010-08-08GOB: Add constants for different surfaces/spritesSven Hesse
Add static const int kFrontSurface = 20; static const int kBackSurface = 21; static const int kAnimSurface = 22; static const int kCursorSurface = 23; static const int kCaptureSurface = 30; to class Draw and substitute the raw numbers in other files with those aliases, for readability. svn-id: r51852
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-10-01Fix a regression in the first part of the intro (gitches when the paper and ↵Arnaud Boutonné
the rat are moving). svn-id: r44518
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
Fascination - initial version of several 'Fascination Window' functions, proper naming of most of fascination OPCODEDRAW and OPCODEGOB functions svn-id: r44472
2009-04-21Patch #2725859 : Added some MD5 to the gob engine, modified the way the ↵Arnaud Boutonné
first STK and TOT is declared, added inter and draw skeleton for Fascination svn-id: r40059