Age | Commit message (Expand) | Author |
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 |