aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/map-loader.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Properly set up initial map positionEugene Sandulenko
2019-09-03HDB: Add the centerMapXY to center the mapNipun Garg
2019-09-03HDB: Add getMapBGTileIndex() + getMapFGTileIndex()Nipun Garg
2019-09-03HDB: Add getter-setter for _mapX and _mapYNipun Garg
2019-09-03HDB: Fixed order of msmHeaderEugene Sandulenko
2019-09-03HDB: Call fTile->drawMasked from Map::drawNipun Garg
2019-09-03HDB: Change _mapX and _mapY to hero positionNipun Garg
2019-09-03HDB: Fix crash with -d5Eugene Sandulenko
2019-09-03HDB: Added debug output to the map loadingEugene Sandulenko
2019-09-03JANITORIAL: Remove trailing whitespacesEugene Sandulenko
2019-09-03HDB: Skip sky tilesEugene Sandulenko
2019-09-03HDB: Add stubbed-out Map::draw functionNipun Garg
2019-09-03HDB: Call DrawMan::setSky from Map::loadNipun Garg
2019-09-03HDB: Complete loadTiles()Nipun Garg
2019-09-03HDB: Stub out Map::loadTiles()Nipun Garg
2019-09-03HDB: Change _mapExplosions type from char to byteNipun Garg
2019-09-03HDB: Fix variables according to Naming ConventionsNipun Garg
2019-09-03HDB: Add the loadTiles() function to map-loaderNipun Garg
2019-09-03HDB: Fix breaking changes in map-loaderNipun Garg
2019-09-03HDB: Fix breaking changes in MapLoaderNipun Garg
2019-09-03HDB: Shift loadMap from MapLoader to MapNipun Garg
2019-09-03HDB: Load the mapHeader in loadMap(...)Nipun Garg
2019-09-03HDB: Add skeletal map-loader subsystemNipun Garg