]> icculus.org git repositories - divverent/nexuiz.git/commit - data/qcsrc/common/util.qh
change the values networked as "long" in scores and race times to "int24_t" (3 bytes...
authordiv0 <div0@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Fri, 4 Sep 2009 06:52:19 +0000 (06:52 +0000)
committerdiv0 <div0@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Fri, 4 Sep 2009 06:52:19 +0000 (06:52 +0000)
commiteecf12bb0159901b6752c362ed4d0b5e03aff21a
treee78b9b1a6718d0f6bf957b840e7411e2edff554f
parentf3d7bfe9b1064a802c68bb3e4d09a350662fd22a
change the values networked as "long" in scores and race times to "int24_t" (3 bytes instead of 4).
Range is now:
-8388608..8388607

In time, at 100Hz timer: 83886.07 seconds (a bit less than a day) ;)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@7622 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
data/qcsrc/client/Main.qc
data/qcsrc/common/util.qc
data/qcsrc/common/util.qh
data/qcsrc/server/race.qc
data/qcsrc/server/scores.qc