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
/
gfx.h
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Change init functions to handle errors
Strangerke
2019-09-03
HDB: Integrate PPC version of Menu and Gfx
Nipun Garg
2019-09-03
HDB: Replaced font name with a constant
Eugene Sandulenko
2019-09-03
HDB: De not create fade screen on every frame
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Fix guard defines
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Added more constants instead of magic numbers
Eugene Sandulenko
2019-09-03
HDB: Delete Cached gfx data in one place
Nipun Garg
2019-09-03
HDB: NULL each tile after calling destructor
Nipun Garg
2019-09-03
HDB: Convert _surface from struct to pointer
Nipun Garg
2019-09-03
HDB: Remove redundant custom free() function
Nipun Garg
2019-09-03
HDB: Add drawDebugInfo()
Nipun Garg
2019-09-03
HDB: Add loadIcon() for TYPE_ICON32 loading
Nipun Garg
2019-09-03
HDB: Complete Map::restartSystem()
Eugene Sandulenko
2019-09-03
HDB: Unstubbing updateVideo()
Nipun Garg
2019-09-03
HDB: Fix warnings
Eugene Sandulenko
2019-09-03
HDB: Add Loading Screen
Nipun Garg
2019-09-03
HDB: Replace original color functions
Nipun Garg
2019-09-03
HDB: Unstub drawSnow()
Nipun Garg
2019-09-03
HDB: Add macros for RGB-565 conversions
Nipun Garg
2019-09-03
HDB: Add Bonus Star functions
Nipun Garg
2019-09-03
HDB: Add centerPrint()
Nipun Garg
2019-09-03
HDB: Add Sine and Cosine table
Nipun Garg
2019-09-03
HDB: Used transparent alpha blitting
Eugene Sandulenko
2019-09-03
HDB: Remove unnecessary functions
Nipun Garg
2019-09-03
HDB: Add save and loadSave functions
Nipun Garg
2019-09-03
HDB: Add Gfx save() and loadSaveFile()
Nipun Garg
2019-09-03
HDB: Add turnOnSnow()
Nipun Garg
2019-09-03
HDB: Add PanicZone data and functions
Nipun Garg
2019-09-03
HDB: Move Bots gfx into _ai class
Nipun Garg
2019-09-03
HDB: Move Bots gfx into _gfx
Nipun Garg
2019-09-03
HDB: Add Tile::free() and Picture::free()
Nipun Garg
2019-09-03
HDB: Modify the return type of draw functions
Nipun Garg
2019-09-03
HDB: Add check for unknown size
Nipun Garg
2019-09-03
HDB: Unstub HDBGame::restartMap()
Eugene Sandulenko
2019-09-03
HDB: More portable struct initializers
Eugene Sandulenko
2019-09-03
HDB: Rename class DrawMan -> Gfx
Eugene Sandulenko
2019-09-03
HDB: Renamed draw-manager.* -> gfx.*
Eugene Sandulenko