aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/map-loader.h
AgeCommit message (Expand)Author
2019-09-03HDB: Add checkOneTileExistInRange()Nipun Garg
2019-09-03HDB: Add drawForegrounds() and drawGratings()Nipun Garg
2019-09-03HDB: Add Foreground dataNipun Garg
2019-09-03HDB: Add Map::drawEnts()Nipun Garg
2019-09-03HDB: Add removeBG/FGTileAnimation()Nipun Garg
2019-09-03HDB: Add addBGTileAnimation and addFGTileAnimationNipun Garg
2019-09-03HDB: Add data for the Map Tile Animation CycleNipun Garg
2019-09-03HDB: Add setter functions for BG/FG tile indicesNipun Garg
2019-09-03HDB: Add constructors to all structsNipun Garg
2019-09-03HDB: Add getMapBGTileFlags and getMapFGTileFlagsNipun Garg
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: Add stubbed-out Map::draw functionNipun Garg
2019-09-03HDB: Call DrawMan::setSky from Map::loadNipun 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: Add Map Coordinate data members to MapNipun 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