aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/draw-manager.cpp
AgeCommit message (Expand)Author
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
2019-09-03HDB: Add fillScreen() for Fill operationNipun 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: Abstract the common PixelFormat to hdb.hNipun Garg
2019-09-03JANITORIAL: Remove trailing whitespacesEugene Sandulenko
2019-09-03HDB: Added debug output to tile lookupEugene Sandulenko
2019-09-03HDB: Remove redundant moduloNipun 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 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: Add cacheTile() to load a Tile into memoryNipun Garg
2019-09-03HDB: Add TileLookup struct and _tLookupArrayNipun Garg
2019-09-03HDB: Add DrawMan::init to count number of tilesNipun Garg