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: 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