aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
AgeCommit message (Expand)Author
2019-09-03HDB: Change init functions to handle errorsStrangerke
2019-09-03HDB: Integrate PPC version of Menu and GfxNipun Garg
2019-09-03HDB: Replaced font name with a constantEugene Sandulenko
2019-09-03HDB: De not create fade screen on every frameEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Fix guard definesEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Added more constants instead of magic numbersEugene Sandulenko
2019-09-03HDB: Delete Cached gfx data in one placeNipun Garg
2019-09-03HDB: NULL each tile after calling destructorNipun Garg
2019-09-03HDB: Convert _surface from struct to pointerNipun Garg
2019-09-03HDB: Remove redundant custom free() functionNipun Garg
2019-09-03HDB: Add drawDebugInfo()Nipun Garg
2019-09-03HDB: Add loadIcon() for TYPE_ICON32 loadingNipun Garg
2019-09-03HDB: Complete Map::restartSystem()Eugene Sandulenko
2019-09-03HDB: Unstubbing updateVideo()Nipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Add Loading ScreenNipun Garg
2019-09-03HDB: Replace original color functionsNipun Garg
2019-09-03HDB: Unstub drawSnow()Nipun Garg
2019-09-03HDB: Add macros for RGB-565 conversionsNipun Garg
2019-09-03HDB: Add Bonus Star functionsNipun Garg
2019-09-03HDB: Add centerPrint()Nipun Garg
2019-09-03HDB: Add Sine and Cosine tableNipun Garg
2019-09-03HDB: Used transparent alpha blittingEugene Sandulenko
2019-09-03HDB: Remove unnecessary functionsNipun Garg
2019-09-03HDB: Add save and loadSave functionsNipun Garg
2019-09-03HDB: Add Gfx save() and loadSaveFile()Nipun Garg
2019-09-03HDB: Add turnOnSnow()Nipun Garg
2019-09-03HDB: Add PanicZone data and functionsNipun Garg
2019-09-03HDB: Move Bots gfx into _ai classNipun Garg
2019-09-03HDB: Move Bots gfx into _gfxNipun Garg
2019-09-03HDB: Add Tile::free() and Picture::free()Nipun Garg
2019-09-03HDB: Modify the return type of draw functionsNipun Garg
2019-09-03HDB: Add check for unknown sizeNipun Garg
2019-09-03HDB: Unstub HDBGame::restartMap()Eugene Sandulenko
2019-09-03HDB: More portable struct initializersEugene Sandulenko
2019-09-03HDB: Rename class DrawMan -> GfxEugene Sandulenko
2019-09-03HDB: Renamed draw-manager.* -> gfx.*Eugene Sandulenko