Commit Graph

13 Commits

Author SHA1 Message Date
Nipun Garg
c661f8663a HDB: Add the centerMapXY to center the map 2019-09-03 17:16:47 +02:00
Nipun Garg
2eacf30d82 HDB: Add getMapBGTileIndex() + getMapFGTileIndex() 2019-09-03 17:16:47 +02:00
Nipun Garg
bb9aeb4248 HDB: Add getter-setter for _mapX and _mapY 2019-09-03 17:16:47 +02:00
Nipun Garg
35a351ce90 HDB: Add stubbed-out Map::draw function 2019-09-03 17:16:45 +02:00
Nipun Garg
b0146ffd2d HDB: Call DrawMan::setSky from Map::load 2019-09-03 17:16:45 +02:00
Nipun Garg
5d63b3abb5 HDB: Change _mapExplosions type from char to byte
Char is not portable for anything other than
ASCII strings, byte is preferred. Similar changes
were made to _mapExpBarrels and _mapLaserBeams
2019-09-03 17:16:44 +02:00
Nipun Garg
19eefe2cea HDB: Fix variables according to Naming Conventions 2019-09-03 17:16:44 +02:00
Nipun Garg
0e58f9c9d1 HDB: Add the loadTiles() function to map-loader 2019-09-03 17:16:44 +02:00
Nipun Garg
79136f44d2 HDB: Fix breaking changes in map-loader 2019-09-03 17:16:44 +02:00
Nipun Garg
f51736483d HDB: Add Map Coordinate data members to Map 2019-09-03 17:16:44 +02:00
Nipun Garg
90bba2df04 HDB: Shift loadMap from MapLoader to Map 2019-09-03 17:16:44 +02:00
Nipun Garg
8e62d001fc HDB: Load the mapHeader in loadMap(...) 2019-09-03 17:16:44 +02:00
Nipun Garg
067275cfeb HDB: Add skeletal map-loader subsystem 2019-09-03 17:16:44 +02:00