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.cpp
Age
Commit message (
Collapse
)
Author
2019-09-03
HDB: Fix character blitting
Nipun Garg
2019-09-03
HDB: Fix type and reading errors
Nipun Garg
2019-09-03
HDB: Add debug output for font data
Nipun Garg
2019-09-03
HDB: Remove 'Add Animating Info' stub
Nipun Garg
2019-09-03
HDB: Init Cursor, Text Edges and load Game Font
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 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: Modify getTileIndex to accept NULL input
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: Add constructors to Tile and Picture
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: Hid some annoying STUB warnings
Eugene Sandulenko
2019-09-03
HDB: Clear screen before drawing transparent stars
Eugene Sandulenko
2019-09-03
HDB: Clip blitting properly
Eugene Sandulenko
2019-09-03
HDB: Add updateVideo()
Nipun Garg
2019-09-03
HDB: Set _fadeInfo.active = false in updateFade
Nipun Garg
2019-09-03
HDB: Fix type cast formatting errors
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: Do not blit whole screen
Eugene Sandulenko
2019-09-03
HDB: Optimise blitting code
Eugene Sandulenko
2019-09-03
HDB: Complete draw3DStarsLeft
Nipun Garg
2019-09-03
HDB: Add Tile::drawMasked for masked Blitting
Nipun Garg
2019-09-03
HDB: Implement workaround for edge blitting
Nipun Garg
copyRectToSurface expects that graphics won't touch the edge of the screen. Hence, when they do touch the edge, the draw call is ignored.
2019-09-03
HDB: Clip before passing to copyRectToSurface
Nipun Garg
2019-09-03
HDB: Make _globalSurface Back Buffer
Nipun Garg
Modify drawMan to use _globalSurface as a copy of the whole screen
2019-09-03
HDB: Complete draw3DStars
Nipun Garg
2019-09-03
HDB: Add Picture::drawMasked for masked blitting
Nipun Garg
2019-09-03
HDB: Lessen noise on the empty tiles
Eugene Sandulenko
2019-09-03
HDB: Fix isSky to return correct skyIndex
Nipun Garg
2019-09-03
HDB: Change getTileIndex using Common::matchString
Nipun Garg
2019-09-03
HDB: Fix the _tileSkyClouds filename
Nipun Garg
2019-09-03
HDB: Add assert to check _numTiles
Nipun Garg
2019-09-03
HDB: Complete setSky() and drawSky()
Nipun Garg
2019-09-03
HDB: Fill out draw3DStars() and draw3DStarsLeft()
Nipun Garg
2019-09-03
HDB: Add fillScreen() for Fill operation
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: Abstract the common PixelFormat to hdb.h
Nipun Garg
2019-09-03
JANITORIAL: Remove trailing whitespaces
Eugene Sandulenko
2019-09-03
HDB: Added debug output to tile lookup
Eugene Sandulenko
[next]