]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Factor out animation decisions and gameplay
authorRudolf Polzer <divverent@xonotic.org>
Wed, 21 Nov 2012 10:57:11 +0000 (11:57 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Wed, 21 Nov 2012 10:57:11 +0000 (11:57 +0100)
commita50fb8a2385ca2270696751107001a45937a2512
tree4776486aea412a0be9eb294473054372c1b5c73a
parent28d190414c8816b8bf3a8ffb433cbc79a2e28f5c
Factor out animation decisions and gameplay

This will later allow performing the animation decision on the client,
using flags networked by the server. Requirement for animation blending.
13 files changed:
qcsrc/common/animdecide.qc [new file with mode: 0644]
qcsrc/common/animdecide.qh [new file with mode: 0644]
qcsrc/common/util.qc
qcsrc/common/util.qh
qcsrc/server/cl_client.qc
qcsrc/server/cl_physics.qc
qcsrc/server/cl_player.qc
qcsrc/server/cl_weaponsystem.qc
qcsrc/server/defs.qh
qcsrc/server/mutators/mutator_dodging.qc
qcsrc/server/progs.src
qcsrc/server/t_jumppads.qc
qcsrc/server/w_electro.qc