aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-funcs.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Add _laserRescan and _laserOnScreenNipun Garg
2019-09-03HDB: Add clearDiverters()Nipun Garg
2019-09-03HDB: Safer loopsEugene Sandulenko
2019-09-03HDB: Hid noisy debug outputEugene Sandulenko
2019-09-03HDB: Unstub 'Cache graphics for Deliveries'Nipun Garg
2019-09-03HDB: Safer version of AI::moveEnts()Eugene Sandulenko
2019-09-03HDB: Fix removeEntity to not manipulate pointersNipun Garg
2019-09-03HDB: Implement safe version of removeEntity(). The previous one crashedEugene Sandulenko
2019-09-03HDB: Add checkForTouchplate callNipun Garg
2019-09-03HDB: Fix compilationEugene Sandulenko
2019-09-03HDB: Add checkForTouchplate()Nipun Garg
2019-09-03HDB: Unstub playSound callsNipun Garg
2019-09-03HDB: Rename _drawMan -> _gfxEugene Sandulenko
2019-09-03HDB: Unstub DialogChoice and MessageBar checksNipun Garg
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 getEntityXY()Nipun Garg
2019-09-03HDB: Make animations follow the requested framerateEugene Sandulenko
2019-09-03JANITORIAL: Fix code formattingEugene Sandulenko
2019-09-03JANITORIAL: Fix code formattingEugene Sandulenko
2019-09-03HDB: Remove warningEugene Sandulenko
2019-09-03HDB: Fix legalMove() checkEugene Sandulenko
2019-09-03HDB: Fix directional key logicEugene Sandulenko
2019-09-03HDB: Fix copy-paste errorNipun Garg
2019-09-03HDB: Add movePlayer() and playerUse()Nipun Garg
2019-09-03HDB: Unstub checkTeleportList()Nipun Garg
2019-09-03HDB: Add stunEnemy()Nipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Remove 'checkTriggerList' stubNipun Garg
2019-09-03HDB: Remove the stopEntity stub from animateEntityNipun Garg
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