aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
AgeCommit message (Expand)Author
2019-09-03HDB: Add killPlayer()Nipun Garg
2019-09-03HDB: Add onEvenTile()Nipun Garg
2019-09-03HDB: Add checkFloating()Nipun Garg
2019-09-03HDB: Add _floats dataNipun Garg
2019-09-03HDB: Add stubbed AI::drawEnts()Nipun Garg
2019-09-03HDB: Fix type of *drawNipun Garg
2019-09-03HDB: Add AIEntLevel2 dataNipun Garg
2019-09-03HDB: Add cine clear FG, and set BG/FG functionsNipun Garg
2019-09-03HDB: Add animEntFrames()Nipun Garg
2019-09-03HDB: Fix type of certain gfx arraysNipun Garg
2019-09-03HDB: Add getStandFrameDir()Nipun Garg
2019-09-03HDB: Add clearInventory()Nipun Garg
2019-09-03HDB: Modify _inventory to an array of InvEnt*Nipun Garg
2019-09-03HDB: Compilation fixesEugene Sandulenko
2019-09-03HDB: Add constructors to all structsNipun Garg
2019-09-03HDB: Fix special1Gfx data typeNipun Garg
2019-09-03HDB: Clear Player Graphics in restartSystem()Nipun Garg
2019-09-03HDB: Add animLuaEntity()Nipun Garg
2019-09-03HDB: Add cineEntityFace()Nipun Garg
2019-09-03HDB: Remove cineMoveEntity stubNipun Garg
2019-09-03HDB: Add cineMoveEntity()Nipun Garg
2019-09-03HDB: Add setEntityGoal()Nipun Garg
2019-09-03HDB: Add cineLockPlayer() and cineUnlockPlayer()Nipun Garg
2019-09-03HDB: Add stopEntity()Nipun Garg
2019-09-03HDB: Add clearWaypoints()Nipun Garg
2019-09-03HDB: Add Waypoint dataNipun Garg
2019-09-03HDB: Add cacheEntGfx()Nipun Garg
2019-09-03HDB: Add additional player framesNipun Garg
2019-09-03HDB: Add AnimFrame constants and extend AIEntityNipun Garg
2019-09-03HDB: Add spawn()Nipun Garg
2019-09-03HDB: Add Entity Speed constantsNipun Garg
2019-09-03HDB: Add initAllEnts()Nipun Garg
2019-09-03HDB: Add removeEntityNipun Garg
2019-09-03HDB: Add clearPersistent()Nipun Garg
2019-09-03HDB: Add player resources and inventoryNipun Garg
2019-09-03HDB: Add lookAtXY and lookAtEntityNipun Garg
2019-09-03HDB: Add getTableEnt(), walkThroughEnt()Nipun Garg
2019-09-03HDB: Add getter-setters for _playerNipun Garg
2019-09-03HDB: Add Player Variables and Player FunctionsNipun Garg
2019-09-03HDB: Fix compilationEugene Sandulenko
2019-09-03HDB: Add cineUseEntity()Nipun Garg
2019-09-03HDB: Remove extern storage type from aiEntListNipun Garg
2019-09-03HDB: Add stubbed locateEntity()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 aiEntListNipun Garg
2019-09-03HDB: Add AIStateDef and AIEntTypeInfo structsNipun Garg
2019-09-03HDB: Add cineSetEntity()Nipun Garg
2019-09-03HDB: Add AIEntity structNipun Garg