aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-funcs.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Add moveEnts()Nipun Garg
2019-09-03HDB: Fix initialization warningsNipun Garg
2019-09-03HDB: Add findEntity()Nipun Garg
2019-09-03HDB: Add checkForTouchplate()Nipun Garg
2019-09-03HDB: Modify AI pointer arrays to be struct arraysNipun Garg
2019-09-03HDB: Remove Player Gfx stub from lookAtEntityXYNipun Garg
2019-09-03HDB: Add animGrabbing()Nipun Garg
2019-09-03HDB: Use Masked Blitting instead of MaskedAlphaNipun Garg
2019-09-03HDB: Add stubbed animateEntity()Nipun Garg
2019-09-03HDB: Add killPlayer()Nipun Garg
2019-09-03HDB: Add checkFloating()Nipun Garg
2019-09-03HDB: Unstub 'Increment Stun Timer'Nipun Garg
2019-09-03HDB: Unstub 'Draw Floating Entities'Nipun Garg
2019-09-03HDB: Add stubbed AI::drawEnts()Nipun Garg
2019-09-03HDB: Add animEntFrames()Nipun Garg
2019-09-03HDB: Fix warning() callsNipun Garg
2019-09-03HDB: Modify cacheEntGfx to use new gfx functionsNipun Garg
2019-09-03HDB: Modify _inventory to an array of InvEnt*Nipun Garg
2019-09-03HDB: Add constructors to all structsNipun Garg
2019-09-03HDB: Fix switch-case warningsNipun Garg
2019-09-03HDB: Fix member variables namesNipun Garg
2019-09-03HDB: Add animLuaEntity()Nipun Garg
2019-09-03HDB: Remove 'Cache Graphics for Inventory' stubNipun Garg
2019-09-03HDB: Add setEntityGoal()Nipun Garg
2019-09-03HDB: Add stopEntity()Nipun Garg
2019-09-03HDB: Remove Cache Gfx stub from spawnNipun Garg
2019-09-03HDB: Add cacheEntGfx()Nipun Garg
2019-09-03HDB: Add spawn()Nipun Garg
2019-09-03HDB: Add stubs for caching graphics and LaserScanNipun Garg
2019-09-03HDB: Add initAllEnts()Nipun Garg
2019-09-03HDB: Add removeEntityNipun Garg
2019-09-03HDB: Add lookAtXY and lookAtEntityNipun Garg
2019-09-03HDB: Add getTableEnt(), walkThroughEnt()Nipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Complete locateEntity()Nipun Garg
2019-09-03HDB: Add stubbed locateEntity()Nipun Garg