]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/common/mutators/mutator/nades/nades.qh
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)
commit40ff16ae2704fe7ace9dc77ff5f6e4fa186e2539
treee0ddf69b9276e09b21e8eb44d1d8444be7517f78
parent4409c6e68922316303de5f1d7fb45725c7652e19
parenta1c58a61c6e9892cae823f55fec21ee390df6106
Merge branch 'TimePath/stats' into 'master'

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