aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/map.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Fix memory leaksNipun Garg
2019-09-03HDB: More var initialisationEugene Sandulenko
2019-09-03HDB: Fix uninitialised variablesEugene Sandulenko
2019-09-03HDB: Fix delete mismatchEugene Sandulenko
2019-09-03HDB: Fix flag checking across the engienEugene Sandulenko
2019-09-03HDB: Unstub TODOsNipun Garg
2019-09-03HDB: Complete AI::restartSystem()Eugene Sandulenko
2019-09-03HDB: Complete Map::restartSystem()Eugene Sandulenko
2019-09-03HDB: Fix _mapLoaded flag handlingEugene Sandulenko
2019-09-03HDB: Consistent memory management for map explosionsEugene Sandulenko
2019-09-03HDB: Proper memory handling for map featuresEugene Sandulenko
2019-09-03HDB: Add Loading ScreenNipun Garg
2019-09-03HDB: Initialize Map member variablesNipun Garg
2019-09-03HDB: Added missing calls to Map::Map::loadSaveFile()Eugene Sandulenko
2019-09-03HDB: Allocate memory on loadingEugene Sandulenko
2019-09-03HDB: Initialise variablesEugene Sandulenko
2019-09-03HDB: Turn _gratinds[] and _foregrounds[] into structs from pointersEugene Sandulenko
2019-09-03HDB: Fix Endian reading issuesNipun Garg
2019-09-03HDB: Fix removeBGTileAnimation() and removeFGTileAnimation() implementationsEugene Sandulenko
2019-09-03HDB: Remove unreferenced variableNipun Garg
2019-09-03HDB: Add Map save() and loadSaveFile()Nipun Garg
2019-09-03HDB: Unstub addtoFairystones callsNipun Garg
2019-09-03HDB: Implement loadMap()Eugene Sandulenko
2019-09-03HDB: Unstub HDBGame::restartMap()Eugene Sandulenko
2019-09-03HDB: Fix tile animation speedEugene Sandulenko
2019-09-03HDB: Initialise variableEugene Sandulenko
2019-09-03HDB: Rename map-loader.* -> map.*Eugene Sandulenko