index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hdb
/
map-loader.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Remove addToAutoActionList() stub
Nipun Garg
2019-09-03
HDB: Remove addToActionList() stub
Nipun Garg
2019-09-03
HDB: Add checkOneTileExistInRange()
Nipun Garg
2019-09-03
HDB: Add NULL checking to getMapBG/FGTileFlags()
Nipun Garg
2019-09-03
HDB: Add drawForegrounds() and drawGratings()
Nipun Garg
2019-09-03
HDB: Add NULL check to BG/FG tile animation
Nipun Garg
2019-09-03
HDB: Unstub Animated Map Tiles
Nipun Garg
2019-09-03
HDB: Unstub Gratings and Foregrounds check
Nipun Garg
2019-09-03
HDB: Add Foreground data
Nipun Garg
2019-09-03
HDB: Add animating tile lists to Map::load
Nipun Garg
2019-09-03
HDB: Add Map::drawEnts()
Nipun Garg
2019-09-03
HDB: Fix signed/unsigned mismatch warnings
Nipun Garg
2019-09-03
HDB: Add removeBG/FGTileAnimation()
Nipun Garg
2019-09-03
HDB: Add addBGTileAnimation and addFGTileAnimation
Nipun Garg
2019-09-03
HDB: Add setter functions for BG/FG tile indices
Nipun Garg
2019-09-03
HDB: Fix warning() calls
Nipun Garg
2019-09-03
HDB: Fix switch-case warnings
Nipun Garg
2019-09-03
HDB: Scan all icons and process them in Map::load
Nipun Garg
2019-09-03
HDB: Hid some annoying STUB warnings
Eugene Sandulenko
2019-09-03
HDB: Call initAllEnts() after map is loaded
Nipun Garg
2019-09-03
HDB: Add getMapBGTileFlags and getMapFGTileFlags
Nipun Garg
2019-09-03
HDB: Properly set up initial map position
Eugene Sandulenko
2019-09-03
HDB: Add the centerMapXY to center the map
Nipun Garg
2019-09-03
HDB: Add getMapBGTileIndex() + getMapFGTileIndex()
Nipun Garg
2019-09-03
HDB: Add getter-setter for _mapX and _mapY
Nipun Garg
2019-09-03
HDB: Fixed order of msmHeader
Eugene Sandulenko
2019-09-03
HDB: Call fTile->drawMasked from Map::draw
Nipun Garg
2019-09-03
HDB: Change _mapX and _mapY to hero position
Nipun Garg
2019-09-03
HDB: Fix crash with -d5
Eugene Sandulenko
2019-09-03
HDB: Added debug output to the map loading
Eugene Sandulenko
2019-09-03
JANITORIAL: Remove trailing whitespaces
Eugene Sandulenko
2019-09-03
HDB: Skip sky tiles
Eugene Sandulenko
2019-09-03
HDB: Add stubbed-out Map::draw function
Nipun Garg
2019-09-03
HDB: Call DrawMan::setSky from Map::load
Nipun Garg
2019-09-03
HDB: Complete loadTiles()
Nipun Garg
2019-09-03
HDB: Stub out Map::loadTiles()
Nipun Garg
2019-09-03
HDB: Change _mapExplosions type from char to byte
Nipun Garg
2019-09-03
HDB: Fix variables according to Naming Conventions
Nipun Garg
2019-09-03
HDB: Add the loadTiles() function to map-loader
Nipun Garg
2019-09-03
HDB: Fix breaking changes in map-loader
Nipun Garg
2019-09-03
HDB: Fix breaking changes in MapLoader
Nipun Garg
2019-09-03
HDB: Shift loadMap from MapLoader to Map
Nipun Garg
2019-09-03
HDB: Load the mapHeader in loadMap(...)
Nipun Garg
2019-09-03
HDB: Add skeletal map-loader subsystem
Nipun Garg