aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/draw-manager.h
AgeCommit message (Expand)Author
2019-09-03HDB: Renamed draw-manager.* -> gfx.*Eugene Sandulenko
2019-09-03HDB: Add Pointer functionsNipun Garg
2019-09-03HDB: Add Pointer/Cursor dataNipun Garg
2019-09-03HDB: Move constants to draw-managerNipun Garg
2019-09-03HDB: Modify constants for simpler accessNipun Garg
2019-09-03HDB: Added more debug output and hid some verbose stubsEugene Sandulenko
2019-09-03HDB: Add loadTile() and stringLength()Nipun Garg
2019-09-03HDB: Add picture debugging codeNipun Garg
2019-09-03HDB: Fix type and reading errorsNipun Garg
2019-09-03HDB: Add drawText()Nipun Garg
2019-09-03HDB: Add loadFont()Nipun Garg
2019-09-03HDB: Add getDimensions() to calculate pixel widthNipun Garg
2019-09-03HDB: Add getter-setter for Text EdgesNipun Garg
2019-09-03HDB: Add getter-setter for Kerning and LeadingNipun Garg
2019-09-03HDB: Add getter-setter for the cursorNipun Garg
2019-09-03HDB: Add Font dataNipun Garg
2019-09-03HDB: Add the loadPic() helperNipun Garg
2019-09-03HDB: Add cacheTileSequence()Nipun Garg
2019-09-03HDB: Add animateTile()Nipun Garg
2019-09-03HDB: Add selectGfx()Nipun Garg
2019-09-03HDB: Split getGfx() into getTileGfx and getPicGfxNipun Garg
2019-09-03HDB: Compilation fixesEugene Sandulenko
2019-09-03HDB: Modify GfxCache to take tileGfx and picGfxNipun Garg
2019-09-03HDB: Add constructors to Tile and PictureNipun Garg
2019-09-03HDB: Fix type of loadedNipun Garg
2019-09-03HDB: Add getGfx to get and cache Gfx filesNipun Garg
2019-09-03HDB: Add _gfxCache to store cached graphicsNipun Garg
2019-09-03HDB: Add GfxCache structNipun Garg
2019-09-03HDB: Add updateVideo()Nipun Garg
2019-09-03HDB: Add getter-setter functions for _fadeInfoNipun Garg
2019-09-03HDB: Add stubbed-out DrawMan::updateFade()Nipun Garg
2019-09-03HDB: Add DrawMan::setFade()Nipun Garg
2019-09-03HDB: Add _fadeInfo structNipun Garg
2019-09-03HDB: Add Tile::drawMasked for masked BlittingNipun Garg
2019-09-03HDB: Make _globalSurface Back BufferNipun Garg
2019-09-03HDB: Add Picture::drawMasked for masked blittingNipun Garg
2019-09-03HDB: Add fillScreen() for Fill operationNipun Garg
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