index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hdb
/
ai-inventory.cpp
Age
Commit message (
Expand
)
Author
2019-09-14
HDB: Improve String Buffer Usage in AI Inventory Code
D G Turner
2019-09-14
HDB: Replace Unecessary Buffer in AI Inventory Code
D G Turner
2019-09-14
HDB: Fix More GCC Compiler Warnings
D G Turner
2019-09-13
HDB: Fix Some GCC Compiler Warnings
D G Turner
2019-09-07
HDB: Remove useless existence checks on entityName
Strangerke
2019-09-03
HDB: Change init functions to handle errors
Strangerke
2019-09-03
HDB: Make Platform specific constants into variables
Nipun Garg
2019-09-03
HDB: Add support for the PPC version
Nipun Garg
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Fix some CppCheck warnings in ai-inventory and ai-lists
Strangerke
2019-09-03
HDB: Add code to ready Weapon
Nipun Garg
2019-09-03
HDB: Add queryInventoryTypeSlot()
Nipun Garg
2019-09-03
HDB: Modify InvEnt to have AIEntity as member
Nipun Garg
2019-09-03
HDB: Unstub stubs
Nipun Garg
2019-09-03
HDB: Unstub Window function calls
Nipun Garg
2019-09-03
HDB: Remove invalid return statement
Nipun Garg
2019-09-03
HDB: Unstub printYouGotMsg call
Nipun Garg
2019-09-03
HDB: Fix warnings, const'ness
Eugene Sandulenko
2019-09-03
HDB: Add Inventory functions
Nipun Garg
2019-09-03
HDB: Add _deliveries functions
Nipun Garg
2019-09-03
HDB: Add getInvItem()
Nipun Garg
2019-09-03
HDB: Modify AI pointer arrays to be struct arrays
Nipun Garg
2019-09-03
HDB: Fix warning() calls
Nipun Garg
2019-09-03
HDB: Add clearInventory()
Nipun Garg
2019-09-03
HDB: Modify _inventory to an array of InvEnt*
Nipun Garg
2019-09-03
HDB: Fix switch-case warnings
Nipun Garg
2019-09-03
HDB: Add stubbed addToInventory()
Nipun Garg