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.h
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Fix type of getMapBG/FGTileIndex
Nipun Garg
2019-09-03
HDB: Fix the type of _foreground and _background
Nipun Garg
2019-09-03
HDB: Add getter-setter for _mapExpBarrels
Nipun Garg
2019-09-03
HDB: Add getter-setter function for _mapExplosions
Nipun Garg
2019-09-03
HDB: Add getter-setter for _mapExplosions
Nipun Garg
2019-09-03
HDB: Add checkEntOnScreen() and checkXYOnScreen()
Nipun Garg
2019-09-03
HDB: Add findPath()
Nipun Garg
2019-09-03
HDB: Add checkOneTileExistInRange()
Nipun Garg
2019-09-03
HDB: Add drawForegrounds() and drawGratings()
Nipun Garg
2019-09-03
HDB: Add Foreground data
Nipun Garg
2019-09-03
HDB: Add Map::drawEnts()
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 data for the Map Tile Animation Cycle
Nipun Garg
2019-09-03
HDB: Add setter functions for BG/FG tile indices
Nipun Garg
2019-09-03
HDB: Add constructors to all structs
Nipun Garg
2019-09-03
HDB: Add getMapBGTileFlags and getMapFGTileFlags
Nipun Garg
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: Add stubbed-out Map::draw function
Nipun Garg
2019-09-03
HDB: Call DrawMan::setSky from Map::load
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: Add Map Coordinate data members to Map
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