aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
AgeCommit message (Expand)Author
2019-09-03HDB: Move save filename generation to genSaveFileName()Eugene Sandulenko
2019-09-03HDB: Unstub the Quit functionalityNipun Garg
2019-09-03HDB: Count FPS and print onto 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: Unstubbing updateVideo()Nipun Garg
2019-09-03HDB: Add Loading ScreenNipun Garg
2019-09-03HDB: Add HDBGame::start() and remove AI::clearP...Nipun Garg
2019-09-03HDB: Add isVoiceless()Nipun Garg
2019-09-03HDB: Add Save struct and _saveHeaderNipun Garg
2019-09-03HDB: Add Sine and Cosine tableNipun Garg
2019-09-03HDB: Add readConfig(), writeConfig() and CheatingNipun Garg
2019-09-03HDB: Proper prototype for saveGameState()Eugene Sandulenko
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 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: Add cineStartMap()Nipun Garg
2019-09-03HDB: Fix warningEugene Sandulenko
2019-09-03HDB: Implement loadMap()Eugene Sandulenko
2019-09-03HDB: Completed rendering pipelineEugene Sandulenko
2019-09-03HDB: Unstub HDBGame::restartMap()Eugene Sandulenko
2019-09-03HDB: Added stub for Menu classEugene Sandulenko
2019-09-03HDB: Implemented HDBGame::startMap()Eugene Sandulenko
2019-09-03HDB: Add LASTMAPNAME Lua variableEugene Sandulenko
2019-09-03HDB: Add and init Sound subsystemNipun Garg
2019-09-03HDB: Rename map-loader.* -> map.*Eugene Sandulenko
2019-09-03HDB: Rename class DrawMan -> GfxEugene Sandulenko
2019-09-03HDB: Rename _drawMan -> _gfxEugene Sandulenko
2019-09-03HDB: Renamed draw-manager.* -> gfx.*Eugene Sandulenko
2019-09-03HDB: Add functions related to _pauseFlagNipun Garg
2019-09-03HDB: Add _pauseFlag dataNipun Garg
2019-09-03HDB: Add setTargetXY()Nipun Garg
2019-09-03HDB: Add getter-setter for _gameStateNipun Garg
2019-09-03HDB: Move constants to draw-managerNipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Modify constants for simpler accessNipun Garg
2019-09-03HDB: Add mpc.h from source filesNipun Garg
2019-09-03HDB: Add remaining game FlagsNipun Garg
2019-09-03HDB: Add _input subsytem and init itNipun Garg
2019-09-03HDB: Add RightBot functionsNipun Garg
2019-09-03HDB: Add aiShockBot functionsNipun Garg
2019-09-03HDB: Add findPath()Nipun Garg
2019-09-03HDB: Add and init the _window subsystemNipun Garg
2019-09-03HDB: Add addToActionList() and checkActionList()Nipun Garg
2019-09-03HDB: Add stubbed animateEntity()Nipun Garg
2019-09-03HDB: Add time-keeping functionsNipun Garg