aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-init.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Add _bridges dataNipun Garg
2019-09-03HDB: Rename _drawMan -> _gfxEugene Sandulenko
2019-09-03HDB: Add _deliveries dataNipun Garg
2019-09-03HDB: Rewrite _animTargets as a struct arrayNipun Garg
2019-09-03HDB: Add _callbacks dataNipun Garg
2019-09-03HDB: Add _luaList dataNipun Garg
2019-09-03HDB: Add _triggerList dataNipun Garg
2019-09-03HDB: Add _dummyLaserNipun Garg
2019-09-03HDB: Add _teleporters dataNipun Garg
2019-09-03HDB: Add _arrowPaths dataNipun Garg
2019-09-03HDB: Implemented AI::drawLevel2Ents()Eugene Sandulenko
2019-09-03HDB: More debug output for entity drawingEugene Sandulenko
2019-09-03HDB: Adding tracing of entity drawingEugene Sandulenko
2019-09-03HDB: Add entityName to _dummyPlayerNipun Garg
2019-09-03HDB: Add initAnimInfo()Nipun Garg
2019-09-03HDB: Modify AI pointer arrays to be struct arraysNipun Garg
2019-09-03HDB: Shift Action initialization to AI()Nipun Garg
2019-09-03HDB: Add _actions list and related dataNipun Garg
2019-09-03HDB: Add _dummyPlayer as Virtual PlayerNipun Garg
2019-09-03HDB: Add _animTargets and related dataNipun Garg
2019-09-03HDB: Add AutoAction struct and _autoActions arrayNipun Garg
2019-09-03HDB: Add variables for AutoAction tilesNipun Garg
2019-09-03HDB: Add _floats dataNipun Garg
2019-09-03HDB: Fix waypointGfx DataTypeNipun Garg
2019-09-03HDB: Clear Player Graphics in restartSystem()Nipun Garg
2019-09-03HDB: Clear Waypoint data in AI::init()Nipun Garg
2019-09-03HDB: Remove 'Cache Graphics for Inventory' stubNipun Garg
2019-09-03HDB: Add Waypoint dataNipun Garg
2019-09-03HDB: Add clearPersistent()Nipun Garg
2019-09-03HDB: Clear Player data: init() and restartSystem()Nipun Garg
2019-09-03HDB: Add restartSystem() and call it from init()Nipun Garg
2019-09-03HDB: Add _ents Entity List and initialize itNipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Add init code for all AI EntitiesNipun Garg