aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/draw-manager.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Fix rendering surfaces without keycolorEugene Sandulenko
2019-09-03HDB: Fix dialog text spacingEugene Sandulenko
2019-09-03HDB: Fix index for _charInfoBlocksNipun Garg
2019-09-03HDB: Add loadTile() and stringLength()Nipun Garg
2019-09-03HDB: Fix space formattingNipun Garg
2019-09-03HDB: Fix space formattingNipun Garg
2019-09-03HDB: Fix character blittingNipun Garg
2019-09-03HDB: Fix type and reading errorsNipun Garg
2019-09-03HDB: Add debug output for font dataNipun Garg
2019-09-03HDB: Remove 'Add Animating Info' stubNipun Garg
2019-09-03HDB: Init Cursor, Text Edges and load Game FontNipun 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 the loadPic() helperNipun Garg
2019-09-03HDB: Add cacheTileSequence()Nipun Garg
2019-09-03HDB: Add animateTile()Nipun Garg
2019-09-03HDB: Modify getTileIndex to accept NULL inputNipun Garg
2019-09-03HDB: Add selectGfx()Nipun Garg
2019-09-03HDB: Split getGfx() into getTileGfx and getPicGfxNipun Garg
2019-09-03HDB: Add constructors to Tile and PictureNipun 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: Hid some annoying STUB warningsEugene Sandulenko
2019-09-03HDB: Clear screen before drawing transparent starsEugene Sandulenko
2019-09-03HDB: Clip blitting properlyEugene Sandulenko
2019-09-03HDB: Add updateVideo()Nipun Garg
2019-09-03HDB: Set _fadeInfo.active = false in updateFadeNipun Garg
2019-09-03HDB: Fix type cast formatting errorsNipun Garg
2019-09-03HDB: Add stubbed-out DrawMan::updateFade()Nipun Garg
2019-09-03HDB: Add DrawMan::setFade()Nipun Garg
2019-09-03HDB: Do not blit whole screenEugene Sandulenko
2019-09-03HDB: Optimise blitting codeEugene Sandulenko
2019-09-03HDB: Complete draw3DStarsLeftNipun Garg
2019-09-03HDB: Add Tile::drawMasked for masked BlittingNipun Garg
2019-09-03HDB: Implement workaround for edge blittingNipun Garg
2019-09-03HDB: Clip before passing to copyRectToSurfaceNipun Garg
2019-09-03HDB: Make _globalSurface Back BufferNipun Garg
2019-09-03HDB: Complete draw3DStarsNipun Garg
2019-09-03HDB: Add Picture::drawMasked for masked blittingNipun Garg
2019-09-03HDB: Lessen noise on the empty tilesEugene Sandulenko
2019-09-03HDB: Fix isSky to return correct skyIndexNipun Garg
2019-09-03HDB: Change getTileIndex using Common::matchStringNipun Garg
2019-09-03HDB: Fix the _tileSkyClouds filenameNipun Garg
2019-09-03HDB: Add assert to check _numTilesNipun Garg
2019-09-03HDB: Complete setSky() and drawSky()Nipun Garg
2019-09-03HDB: Fill out draw3DStars() and draw3DStarsLeft()Nipun Garg