aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
AgeCommit message (Expand)Author
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
2019-09-03HDB: Add enums for AIType, AIDir and AIStateNipun Garg
2019-09-03HDB: Initialise CineCommandEugene Sandulenko
2019-09-03HDB: Modify prcocessCines for complete and bailOutNipun Garg
2019-09-03HDB: Change the type of _cineAbortFuncNipun Garg
2019-09-03HDB: Add cineFadeIn() and cineFadeOut()Nipun Garg
2019-09-03HDB: Stub out AI::init()Nipun Garg
2019-09-03HDB: Add cineWait() and cineWaitUntilDone()Nipun Garg
2019-09-03HDB: Add processCines to execute the CineCommandsNipun Garg
2019-09-03HDB: Complete the cineStart functionNipun Garg
2019-09-03HDB: Add the AI classNipun Garg