aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-lists.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Fix trigger launchingEugene Sandulenko
2019-09-03HDB: Rewrote AI::killTrigger() to a safer variantEugene Sandulenko
2019-09-03JANITORIAL: Fix formattingNipun Garg
2019-09-03HDB: Add addBridgeExtend() and animateBridges()Nipun Garg
2019-09-03HDB: Unstub playSound callsNipun Garg
2019-09-03HDB: Rename _drawMan -> _gfxEugene Sandulenko
2019-09-03HDB: Fix warnings, const'nessEugene Sandulenko
2019-09-03HDB: Fix Maintenance bot path finding. Still it runs too fastEugene Sandulenko
2019-09-03HDB: Fire callbacks only when thier timeout is triggeredEugene Sandulenko
2019-09-03HDB: Made debug output more compactEugene Sandulenko
2019-09-03HDB: Solve ambigious codeEugene Sandulenko
2019-09-03HDB: Fix formattingNipun Garg
2019-09-03HDB: Fix initialization errorNipun Garg
2019-09-03HDB: Rewrite _animTargets as a struct arrayNipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Update debug outputNipun Garg
2019-09-03HDB: Track and assign new pointer after erasingNipun Garg
2019-09-03HDB: Add debug outputNipun Garg
2019-09-03HDB: Add FIXME for out-of-bounds accessNipun Garg
2019-09-03HDB: Add functions related to _callbacksNipun Garg
2019-09-03HDB: Remove 'checkTriggerList' stubNipun Garg
2019-09-03HDB: Add _luaList functionsNipun Garg
2019-09-03HDB: Add functions related to _triggerListNipun Garg
2019-09-03HDB: Add _teleporters related functionsNipun Garg
2019-09-03HDB: Add _hereList functionsNipun Garg
2019-09-03HDB: Add addToPathList() and findArrowPath()Nipun Garg
2019-09-03HDB: Fix space formattingNipun Garg
2019-09-03HDB: Added warning to catch ambigious codeEugene Sandulenko
2019-09-03HDB: Add debug output for activateActionNipun Garg
2019-09-03HDB: Add addToActionList() and checkActionList()Nipun Garg
2019-09-03HDB: Modify AI pointer arrays to be struct arraysNipun Garg
2019-09-03HDB: Shift Action initialization to AI()Nipun Garg
2019-09-03HDB: Add addAnimTarget() and animateTargets()Nipun Garg
2019-09-03HDB: Add list functions for _autoActionsNipun Garg