]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'TimePath/stats' into 'master'
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 29 Nov 2015 05:32:13 +0000 (05:32 +0000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 29 Nov 2015 05:32:13 +0000 (05:32 +0000)
Register stats

* drastically simplifies common physics code
* amortizes stat cost, each stat is read at most once per frame instead of as many times as it is used, saving on `getstat` calls

See merge request !262


Trivial merge