aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
AgeCommit message (Expand)Author
2019-09-03HDB: Add laserScan()Nipun Garg
2019-09-03HDB: Add _laserRescan and _laserOnScreenNipun Garg
2019-09-03HDB: Add clearDiverters()Nipun Garg
2019-09-03HDB: Add Gate PuddlesNipun Garg
2019-09-03HDB: Move Bots gfx into _ai classNipun Garg
2019-09-03HDB: Move Bots gfx into _gfxNipun Garg
2019-09-03HDB: Remove '#if 0' conditionalsNipun Garg
2019-09-03HDB: Add _fairystones functionsNipun Garg
2019-09-03HDB: Add _fairystones dataNipun Garg
2019-09-03HDB: Commet out non-compiling codeNipun Garg
2019-09-03HDB: Add Gfx dataNipun Garg
2019-09-03HDB: Implement cineSpawnEntity()Eugene Sandulenko
2019-09-03HDB: Add Pushing codeNipun Garg
2019-09-03HDB: Unstub aiVortexianActionNipun Garg
2019-09-03HDB: Fix compilationEugene Sandulenko
2019-09-03HDB: Add checkForTouchplate()Nipun Garg
2019-09-03HDB: Add useTarget()Nipun Garg
2019-09-03HDB: Add addBridgeExtend() and animateBridges()Nipun Garg
2019-09-03HDB: Add _bridges dataNipun Garg
2019-09-03HDB: Add isClosedDoor() and isOpenDoor()Nipun Garg
2019-09-03HDB: Add traceStraightPath()Nipun Garg
2019-09-03HDB: Delete functions missing from originalNipun Garg
2019-09-03HDB: More portable struct initializersEugene Sandulenko
2019-09-03HDB: Fix warnings, const'nessEugene Sandulenko
2019-09-03HDB: Add entityFace()Nipun Garg
2019-09-03HDB: Add functions for Lua EntitiesNipun Garg
2019-09-03HDB: Add Inventory functionsNipun Garg
2019-09-03HDB: Add getEntityXY()Nipun Garg
2019-09-03HDB: Add _deliveries functionsNipun Garg
2019-09-03HDB: Add _deliveries dataNipun Garg
2019-09-03HDB: Add cineAbortable()Nipun Garg
2019-09-03HDB: Add movePlayer() and playerUse()Nipun Garg
2019-09-03HDB: Add tileDistance() and waypointsLeft()Nipun Garg
2019-09-03HDB: Add cineTextOut() and cineCenterTextOut()Nipun Garg
2019-09-03HDB: Add cycleFrames()Nipun Garg
2019-09-03HDB: Add stunEnemy()Nipun Garg
2019-09-03HDB: Rewrite _animTargets as a struct arrayNipun Garg
2019-09-03HDB: Fix compiler-error thrown by constructorNipun Garg
2019-09-03HDB: Modify constants for simpler accessNipun Garg
2019-09-03HDB: Add functions related to _callbacksNipun Garg
2019-09-03HDB: Add _callbacks dataNipun Garg
2019-09-03HDB: Remove 'checkTriggerList' stubNipun Garg
2019-09-03HDB: Add _luaList functionsNipun Garg
2019-09-03HDB: Add _luaList dataNipun Garg
2019-09-03HDB: Add spawnBlocking()Nipun Garg
2019-09-03HDB: Add functions related to _triggerListNipun Garg
2019-09-03HDB: Add _triggerList dataNipun Garg
2019-09-03HDB: Add _dummyLaserNipun Garg
2019-09-03HDB: Add floatEntity()Nipun Garg
2019-09-03HDB: Add hitPlayer()Nipun Garg