]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'TimePath/itemsys' into 'master'
authorMario <zacjardine@y7mail.com>
Sat, 4 Jul 2015 03:06:12 +0000 (03:06 +0000)
committerMario <zacjardine@y7mail.com>
Sat, 4 Jul 2015 03:06:12 +0000 (03:06 +0000)
TimePath/itemsys: an item and inventory system

This system and the weapon system seem to overlap quite a bit and would benefit from being combined, currently this one ignores weapons completely.

Current state:
 * All items except weapons are spawned using this system
 * Tracks item pickups from clients and networks their inventories to them
 * Items can define their own behaviour to actions without conditional logic throughout the code

See merge request !128


Trivial merge