aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/map-loader.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Fix type of getMapBG/FGTileIndexNipun Garg
2019-09-03HDB: Fix the type of _foreground and _backgroundNipun Garg
2019-09-03HDB: Added more debug output and hid some verbose stubsEugene Sandulenko
2019-09-03HDB: Add checkEntOnScreen() and checkXYOnScreen()Nipun Garg
2019-09-03HDB: Remove addToPathList stubsNipun Garg
2019-09-03HDB: Fix space formattingNipun Garg
2019-09-03HDB: Remove addToAutoActionList() stubNipun Garg
2019-09-03HDB: Remove addToActionList() stubNipun Garg
2019-09-03HDB: Add checkOneTileExistInRange()Nipun Garg
2019-09-03HDB: Add NULL checking to getMapBG/FGTileFlags()Nipun Garg
2019-09-03HDB: Add drawForegrounds() and drawGratings()Nipun Garg
2019-09-03HDB: Add NULL check to BG/FG tile animationNipun Garg
2019-09-03HDB: Unstub Animated Map TilesNipun Garg
2019-09-03HDB: Unstub Gratings and Foregrounds checkNipun Garg
2019-09-03HDB: Add Foreground dataNipun Garg
2019-09-03HDB: Add animating tile lists to Map::loadNipun Garg
2019-09-03HDB: Add Map::drawEnts()Nipun Garg
2019-09-03HDB: Fix signed/unsigned mismatch warningsNipun Garg
2019-09-03HDB: Add removeBG/FGTileAnimation()Nipun Garg
2019-09-03HDB: Add addBGTileAnimation and addFGTileAnimationNipun Garg
2019-09-03HDB: Add setter functions for BG/FG tile indicesNipun Garg
2019-09-03HDB: Fix warning() callsNipun Garg
2019-09-03HDB: Fix switch-case warningsNipun Garg
2019-09-03HDB: Scan all icons and process them in Map::loadNipun Garg
2019-09-03HDB: Hid some annoying STUB warningsEugene Sandulenko
2019-09-03HDB: Call initAllEnts() after map is loadedNipun Garg
2019-09-03HDB: Add getMapBGTileFlags and getMapFGTileFlagsNipun Garg
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