aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
AgeCommit message (Expand)Author
2019-09-03HDB: Fix CineCommand struct, use const char * insted of preallocated arraysEugene Sandulenko
2019-09-03HDB: Add getInvItem()Nipun Garg
2019-09-03HDB: Add Inventory getter-setter functionsNipun Garg
2019-09-03HDB: Add _teleporters related functionsNipun Garg
2019-09-03HDB: Add _teleporters dataNipun Garg
2019-09-03HDB: Add _hereList functionsNipun Garg
2019-09-03HDB: Add _hereList dataNipun Garg
2019-09-03HDB: Add findPath()Nipun Garg
2019-09-03HDB: Add addToPathList() and findArrowPath()Nipun Garg
2019-09-03HDB: Add _arrowPaths dataNipun Garg
2019-09-03HDB: Add checkPlayerCollision functionsNipun Garg
2019-09-03HDB: Add legalMove functionsNipun Garg
2019-09-03HDB: Add findEntityIgnore() and findEntityType()Nipun Garg
2019-09-03HDB: Fix space formattingNipun Garg
2019-09-03HDB: Implemented AI::drawLevel2Ents()Eugene Sandulenko
2019-09-03HDB: Added rest of the stubs for the rendering pipelineEugene Sandulenko
2019-09-03HDB: Add cineSetAnimFrame()Nipun Garg
2019-09-03HDB: Add cineAnimEntity()Nipun Garg
2019-09-03HDB: Add cineStop()Nipun Garg
2019-09-03HDB: Process cineMoveMaskedPic()Nipun Garg
2019-09-03HDB: Add cineMoveMaskedPic()Nipun Garg
2019-09-03HDB: Add cineAbort() and cineCleanUp()Nipun Garg
2019-09-03HDB: Add _cineFreeList functionsNipun Garg
2019-09-03HDB: Add _cineBlitList functionsNipun Garg
2019-09-03HDB: Add _cineBlitList and _cineFreeListNipun Garg
2019-09-03HDB: More debug output for entity drawingEugene Sandulenko
2019-09-03HDB: Adding tracing of entity drawingEugene Sandulenko
2019-09-03HDB: Add moveEnts()Nipun Garg
2019-09-03HDB: Add cinematicsActive()Nipun Garg
2019-09-03HDB: Add cineDialog()Nipun Garg
2019-09-03HDB: Correct const-nessEugene Sandulenko
2019-09-03HDB: Add initAnimInfo()Nipun Garg
2019-09-03HDB: Fix CineCommand string and title valuesNipun Garg
2019-09-03HDB: Add addToActionList() and checkActionList()Nipun Garg
2019-09-03HDB: Add findEntity()Nipun Garg
2019-09-03HDB: Add checkForTouchplate()Nipun Garg
2019-09-03HDB: Add stubbed addWaypoint()Nipun Garg
2019-09-03HDB: Modify AI pointer arrays to be struct arraysNipun Garg
2019-09-03HDB: Add _actions list and related dataNipun Garg
2019-09-03HDB: Remove _dummyPlayer stub from getPlayer()Nipun Garg
2019-09-03HDB: Add _dummyPlayer as Virtual PlayerNipun Garg
2019-09-03HDB: Add addAnimTarget() and animateTargets()Nipun Garg
2019-09-03HDB: Add _animTargets and related dataNipun Garg
2019-09-03HDB: Add list functions for _autoActionsNipun Garg
2019-09-03HDB: Add AutoAction struct and _autoActions arrayNipun Garg
2019-09-03HDB: Add stubbed Action FunctionsNipun Garg
2019-09-03HDB: Add animGrabbing()Nipun Garg
2019-09-03HDB: Add variables for AutoAction tilesNipun Garg
2019-09-03HDB: Add stubbed animateEntity()Nipun Garg
2019-09-03HDB: Add removeFirstWaypoint()Nipun Garg