aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Add _animTiles to fix memory leaksNipun Garg
2019-09-03HDB: Fix memory leaks when stream is returned NULLNipun Garg
2019-09-03HDB: Delete Player Graphics in destructorNipun Garg
2019-09-03HDB: Fix memory leaks due to findFirstData()Nipun Garg
2019-09-03HDB: NULL each tile after calling destructorNipun Garg
2019-09-03HDB: Remove redundant custom free() functionNipun Garg
2019-09-03HDB: Fix uninitialised variablesEugene Sandulenko
2019-09-03HDB: Added more stuff to cheat for MAP00Eugene Sandulenko
2019-09-03HDB: Fix warningEugene Sandulenko
2019-09-03HDB: Move HDBGame::hasFeature() to detection.cpp for consistencyEugene Sandulenko
2019-09-03HDB: Unstub TODOsNipun Garg
2019-09-03HDB: Unstub the Quit functionalityNipun Garg
2019-09-03HDB: Count FPS and print onto screenNipun Garg
2019-09-03HDB: Fix Icon loadingNipun Garg
2019-09-03HDB: Unstub redundant warningsNipun Garg
2019-09-03HDB: Unstub the TRY AGAIN screenNipun Garg
2019-09-03HDB: Add moveMap() and startMoveMap()Nipun Garg
2019-09-03HDB: Add _debugLogoNipun Garg
2019-09-03HDB: Added SetDebug/GetDebug, no relevant functionalityEugene Sandulenko
2019-09-03HDB: Simplify bootparam processingEugene Sandulenko
2019-09-03HDB: Add missing paint() callNipun Garg
2019-09-03HDB: Add Loading ScreenNipun Garg
2019-09-03HDB: Add mode-select to the level-selectNipun Garg
2019-09-03HDB: Show cursor in the main menuEugene Sandulenko
2019-09-03HDB: Clear the Persistent variablesNipun Garg
2019-09-03HDB: Restore bootparam and save/load from the command line funcitonalityEugene Sandulenko
2019-09-03HDB: Disable the command-line level-selectNipun Garg
2019-09-03HDB: Add HDBGame::start() and remove AI::clearP...Nipun Garg
2019-09-03HDB: Add Menu callsNipun Garg
2019-09-03HDB: Set and Draw Bonus StarsNipun Garg
2019-09-03HDB: Shift HDB::save() and HDB::loadSaveFile...Nipun Garg
2019-09-03HDB: Add readConfig(), writeConfig() and CheatingNipun Garg
2019-09-03HDB: Properly process non-existent save loadingEugene Sandulenko
2019-09-03HDB: Added more code for loading save states from the command lineEugene Sandulenko
2019-09-03HDB: Proper prototype for saveGameState()Eugene Sandulenko
2019-09-03HDB: Add missing code in changeGameState()Nipun Garg
2019-09-03HDB: Add missing time codeNipun Garg
2019-09-03HDB: Shift Save/Load functions to saveload.cppNipun Garg
2019-09-03HDB: Add loadGame() and Sound::stopMusic()Nipun Garg
2019-09-03HDB: Add openFile, write, closeFile Lua functionsNipun Garg
2019-09-03HDB: Add save/load for the Lua Globals environmentNipun Garg
2019-09-03HDB: Unstub _ai->save() callNipun Garg
2019-09-03HDB: Add saveSlot, loadSlot, saveGame and loadGameNipun Garg
2019-09-03HDB: Add HDBGame save() and load()Nipun Garg
2019-09-03HDB: Add setInMapName() and related dataNipun Garg
2019-09-03HDB: Disable skipping manny quest for nowEugene Sandulenko
2019-09-03HDB: Proper place for the cheat patches. And wrap them into a defineEugene Sandulenko
2019-09-03HDB: Attempt to implement hot patchesEugene Sandulenko
2019-09-03HDB: Do not declare AIEntity every frameNipun Garg
2019-09-03HDB: Add Pushing codeNipun Garg