aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
AgeCommit message (Expand)Author
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
2019-09-03HDB: Add FPS and AnimDelay constantsNipun Garg
2019-09-03HDB: Add Anim FlagsNipun Garg
2019-09-03HDB: Add _actionMode and its getter-settersNipun Garg
2019-09-03HDB: Add kFlagStairTop flagNipun Garg
2019-09-03HDB: Add stubbed useEntity()Nipun Garg
2019-09-03HDB: Improve isDemo() function definitionNipun Garg
2019-09-03HDB: Add init code for all AI EntitiesNipun Garg
2019-09-03HDB: Add isDemo()Nipun Garg
2019-09-03HDB: Add paint() to draw static imagesNipun Garg
2019-09-03HDB: Add the AI class to hdb.cppNipun Garg
2019-09-03HDB: Add the AI classNipun Garg
2019-09-03HDB: Fix C++11 usage in _formatNipun Garg
2019-09-03HDB: Abstract the common PixelFormat to hdb.hNipun Garg
2019-09-03HDB: Add Tile flags enumNipun Garg
2019-09-03HDB: Add kScreenWidth and kScreenHeight enumsNipun Garg
2019-09-03HDB: Add the Common::RandomSource _rndNipun Garg
2019-09-03HDB: Add _drawMan to hdb.cppNipun Garg
2019-09-03HDB: Replace the map in hdb.cpp with _mapNipun Garg
2019-09-03HDB: Fix variables according to Naming ConventionsNipun Garg
2019-09-03HDB: Fix breaking changes in MapLoaderNipun Garg
2019-09-03HDB: Setup loadMap call in hdb.cppNipun Garg
2019-09-03HDB: Add skeletal map-loader subsystemNipun Garg
2019-09-03HDB: Fix allocation problem with g_hdbNipun Garg
2019-09-03HDB: Add *g_hdb to access the subsystemsNipun Garg
2019-09-03HDB: Modify setGameFlags() to getGameFlags()Nipun Garg
2019-09-03HDB: Check if demo version is runningNipun Garg
2019-09-03HDB: Add Lua subsystemNipun Garg
2019-09-03HDB: Fix the wrong class member namingNipun Garg
2019-09-03HDB: Load the logo screen and display it to screenNipun Garg
2019-09-03HDB: Setup system for drawing Title ScreenNipun Garg