aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-funcs.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Add floatEntity()Nipun Garg
2019-09-03HDB: Hid noisy stubsEugene Sandulenko
2019-09-03HDB: Added missing code to AI::stopEntity()Eugene Sandulenko
2019-09-03HDB: Added some code to stopping entity.Eugene Sandulenko
2019-09-03HDB: Added more debug output and hid some verbose stubsEugene Sandulenko
2019-09-03HDB: Add findPath()Nipun 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: Implemented AI::drawLevel2Ents()Eugene Sandulenko
2019-09-03HDB: Added rest of the stubs for the rendering pipelineEugene Sandulenko
2019-09-03HDB: Added more debug output and hid some noisy oneEugene Sandulenko
2019-09-03HDB: Fix setEntityGoal() directionNipun Garg
2019-09-03HDB: Add debug outputNipun 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: 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