Age | Commit message (Expand) | Author |
---|---|---|
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 |
2019-09-03 | HDB: Add Picture class to load non-tile graphics | Nipun Garg |
2019-09-03 | HDB: Setup system for drawing Title Screen | Nipun Garg |
2019-09-03 | HDB: Create the Draw Manager to draw/animate tiles | Nipun Garg |