]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Inventory system
authorTimePath <andrew.hardaker1995@gmail.com>
Wed, 13 May 2015 05:46:07 +0000 (15:46 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Wed, 13 May 2015 05:46:07 +0000 (15:46 +1000)
commit98a754f2f897954b3a664c2d751d1a12a1688e42
treeebe9e782f5a6e3771f328f81d6303a796653f686
parent7ac9ebe0d7ea2238a58288af1c8891103455b5f3
Inventory system
Counts collected items and sends them with delta compression
qcsrc/client/main.qc
qcsrc/common/constants.qh
qcsrc/common/items/all.inc
qcsrc/common/items/all.qh
qcsrc/common/items/inventory.qh [new file with mode: 0644]
qcsrc/common/items/item.qh
qcsrc/common/items/item/pickup.qc [new file with mode: 0644]
qcsrc/common/items/item/pickup.qh
qcsrc/server/cl_client.qc
qcsrc/server/miscfunctions.qc
qcsrc/server/miscfunctions.qh