aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/draw-manager.h
AgeCommit message (Expand)Author
2019-09-03HDB: Add drawSky, drawStars and drawStarsLeftNipun Garg
2019-09-03HDB: Add _starField to hold PIC_STARX graphicsNipun Garg
2019-09-03HDB: Add _globalSurface for Fill+other operationsNipun Garg
2019-09-03HDB: Initialise TileLookup structureEugene Sandulenko
2019-09-03HDB: Modify Picture/Tile to use a Managed SurfaceNipun Garg
2019-09-03HDB: Add draw functions to Tile and PictureNipun Garg
2019-09-03HDB: Add _stars3D, _stars3DSlow + setup functionsNipun Garg
2019-09-03HDB: Add Tile dimensions and Star count as enumsNipun Garg
2019-09-03HDB: Add a stubbed-out setSky() to DrawManNipun Garg
2019-09-03HDB: Add getTileIndex and getPicture to DrawManNipun Garg
2019-09-03HDB: Add sky tiles and non-graphics to DrawManNipun Garg
2019-09-03HDB: Add isSky()Nipun Garg
2019-09-03HDB: Change cacheTile() to getTile()Nipun Garg
2019-09-03HDB: Fix C++11 enum warningNipun Garg
2019-09-03HDB: Add cacheTile() to load a Tile into memoryNipun Garg
2019-09-03HDB: Add TileLookup struct and _tLookupArrayNipun Garg
2019-09-03HDB: Add MAX_SKIES enumNipun Garg
2019-09-03HDB: Add DrawMan::init to count number of tilesNipun Garg
2019-09-03HDB: Correct the include paths from X.h to hdb/X.hNipun Garg
2019-09-03HDB: Add destructors to Picture and TileNipun Garg
2019-09-03HDB: Add the Tile class to load 32x32 TilesNipun Garg
2019-09-03HDB: Add Picture class to load non-tile graphicsNipun Garg
2019-09-03HDB: Setup system for drawing Title ScreenNipun Garg
2019-09-03HDB: Create the Draw Manager to draw/animate tilesNipun Garg