aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-funcs.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Add _animTiles to fix memory leaksNipun Garg
2019-09-03HDB: Fix memory leaks with FileMan::findFiles()Nipun Garg
2019-09-03HDB: Fix warningNipun Garg
2019-09-03HDB: Fix flag checking across the engienEugene Sandulenko
2019-09-03HDB: Fix warningEugene Sandulenko
2019-09-03HDB: Fix copy-paste error in AI::legalMove()Eugene Sandulenko
2019-09-03HDB: Add cheating debug statment and remove...Nipun Garg
2019-09-03HDB: Add code for drawing Debug MarkNipun Garg
2019-09-03HDB: Add Player Attacking codeNipun Garg
2019-09-03HDB: Complete AI::checkPlayerCollision()Eugene Sandulenko
2019-09-03HDB: Complete AI::drawLevel2Ents()Eugene Sandulenko
2019-09-03HDB: Complete checkPlayerTileCollision()Eugene Sandulenko
2019-09-03HDB: Remove redundant warningsNipun Garg
2019-09-03HDB: Removed useless warningEugene Sandulenko
2019-09-03HDB: Removed useless warningEugene Sandulenko
2019-09-03HDB: Used transparent alpha blittingEugene Sandulenko
2019-09-03HDB: Modify InvEnt to have AIEntity as memberNipun Garg
2019-09-03HDB: Unstub lasers and moreNipun Garg
2019-09-03HDB: Fix enity lists, and warn on missing filesEugene Sandulenko
2019-09-03HDB: Add Laser related stubsNipun Garg
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: 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