projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
4409c6e
a1c58a6
)
Merge branch 'TimePath/stats' into 'master'
author
TimePath <andrew.hardaker1995@gmail.com>
Sun, 29 Nov 2015 05:32:13 +0000
(
05:32
+0000)
committer
TimePath <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