aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-inventory.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Remove invalid return statementNipun Garg
2019-09-03HDB: Unstub printYouGotMsg callNipun Garg
2019-09-03HDB: Fix warnings, const'nessEugene Sandulenko
2019-09-03HDB: Add Inventory functionsNipun Garg
2019-09-03HDB: Add _deliveries functionsNipun Garg
2019-09-03HDB: Add getInvItem()Nipun Garg
2019-09-03HDB: Modify AI pointer arrays to be struct arraysNipun Garg
2019-09-03HDB: Fix warning() callsNipun Garg
2019-09-03HDB: Add clearInventory()Nipun Garg
2019-09-03HDB: Modify _inventory to an array of InvEnt*Nipun Garg
2019-09-03HDB: Fix switch-case warningsNipun Garg
2019-09-03HDB: Add stubbed addToInventory()Nipun Garg