index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hdb
/
draw-manager.h
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Fix type and reading errors
Nipun Garg
2019-09-03
HDB: Add drawText()
Nipun Garg
2019-09-03
HDB: Add loadFont()
Nipun Garg
2019-09-03
HDB: Add getDimensions() to calculate pixel width
Nipun Garg
2019-09-03
HDB: Add getter-setter for Text Edges
Nipun Garg
2019-09-03
HDB: Add getter-setter for Kerning and Leading
Nipun Garg
2019-09-03
HDB: Add getter-setter for the cursor
Nipun Garg
2019-09-03
HDB: Add Font data
Nipun Garg
2019-09-03
HDB: Add the loadPic() helper
Nipun Garg
2019-09-03
HDB: Add cacheTileSequence()
Nipun Garg
2019-09-03
HDB: Add animateTile()
Nipun Garg
2019-09-03
HDB: Add selectGfx()
Nipun Garg
2019-09-03
HDB: Split getGfx() into getTileGfx and getPicGfx
Nipun Garg
2019-09-03
HDB: Compilation fixes
Eugene Sandulenko
2019-09-03
HDB: Modify GfxCache to take tileGfx and picGfx
Nipun Garg
2019-09-03
HDB: Add constructors to Tile and Picture
Nipun Garg
2019-09-03
HDB: Fix type of loaded
Nipun Garg
2019-09-03
HDB: Add getGfx to get and cache Gfx files
Nipun Garg
2019-09-03
HDB: Add _gfxCache to store cached graphics
Nipun Garg
2019-09-03
HDB: Add GfxCache struct
Nipun Garg
2019-09-03
HDB: Add updateVideo()
Nipun Garg
2019-09-03
HDB: Add getter-setter functions for _fadeInfo
Nipun Garg
2019-09-03
HDB: Add stubbed-out DrawMan::updateFade()
Nipun Garg
2019-09-03
HDB: Add DrawMan::setFade()
Nipun Garg
2019-09-03
HDB: Add _fadeInfo struct
Nipun Garg
2019-09-03
HDB: Add Tile::drawMasked for masked Blitting
Nipun Garg
2019-09-03
HDB: Make _globalSurface Back Buffer
Nipun Garg
2019-09-03
HDB: Add Picture::drawMasked for masked blitting
Nipun Garg
2019-09-03
HDB: Add fillScreen() for Fill operation
Nipun Garg
2019-09-03
HDB: Add drawSky, drawStars and drawStarsLeft
Nipun Garg
2019-09-03
HDB: Add _starField to hold PIC_STARX graphics
Nipun Garg
2019-09-03
HDB: Add _globalSurface for Fill+other operations
Nipun Garg
2019-09-03
HDB: Initialise TileLookup structure
Eugene Sandulenko
2019-09-03
HDB: Modify Picture/Tile to use a Managed Surface
Nipun Garg
2019-09-03
HDB: Add draw functions to Tile and Picture
Nipun Garg
2019-09-03
HDB: Add _stars3D, _stars3DSlow + setup functions
Nipun Garg
2019-09-03
HDB: Add Tile dimensions and Star count as enums
Nipun Garg
2019-09-03
HDB: Add a stubbed-out setSky() to DrawMan
Nipun Garg
2019-09-03
HDB: Add getTileIndex and getPicture to DrawMan
Nipun Garg
2019-09-03
HDB: Add sky tiles and non-graphics to DrawMan
Nipun Garg
2019-09-03
HDB: Add isSky()
Nipun Garg
2019-09-03
HDB: Change cacheTile() to getTile()
Nipun Garg
2019-09-03
HDB: Fix C++11 enum warning
Nipun Garg
2019-09-03
HDB: Add cacheTile() to load a Tile into memory
Nipun Garg
2019-09-03
HDB: Add TileLookup struct and _tLookupArray
Nipun Garg
2019-09-03
HDB: Add MAX_SKIES enum
Nipun Garg
2019-09-03
HDB: Add DrawMan::init to count number of tiles
Nipun Garg
2019-09-03
HDB: Correct the include paths from X.h to hdb/X.h
Nipun Garg
2019-09-03
HDB: Add destructors to Picture and Tile
Nipun Garg
2019-09-03
HDB: Add the Tile class to load 32x32 Tiles
Nipun Garg
[next]