aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-inventory.cpp
AgeCommit message (Expand)Author
2019-09-14HDB: Improve String Buffer Usage in AI Inventory CodeD G Turner
2019-09-14HDB: Replace Unecessary Buffer in AI Inventory CodeD G Turner
2019-09-14HDB: Fix More GCC Compiler WarningsD G Turner
2019-09-13HDB: Fix Some GCC Compiler WarningsD G Turner
2019-09-07HDB: Remove useless existence checks on entityNameStrangerke
2019-09-03HDB: Change init functions to handle errorsStrangerke
2019-09-03HDB: Make Platform specific constants into variablesNipun Garg
2019-09-03HDB: Add support for the PPC versionNipun Garg
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Fix some CppCheck warnings in ai-inventory and ai-listsStrangerke
2019-09-03HDB: Add code to ready WeaponNipun Garg
2019-09-03HDB: Add queryInventoryTypeSlot()Nipun Garg
2019-09-03HDB: Modify InvEnt to have AIEntity as memberNipun Garg
2019-09-03HDB: Unstub stubsNipun Garg
2019-09-03HDB: Unstub Window function callsNipun Garg
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