Bug 5273 - disallow forwardmove of -128 and vice versa
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P1 critical
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-10-10 18:13 EDT by /dev/humancontroller
Modified: 2011-12-25 04:08:12 EST
0 users

See Also:


Attachments
disallow forwardmove of -128 (1.51 KB, patch)
2011-10-10 18:18 EDT, /dev/humancontroller

Description /dev/humancontroller 2011-10-10 18:13:57 EDT
conventionally, Q3 client chose to use forwardmove/rightmove/upmove values in [-127..127]. -128 can also be used, and is passed without checks. this can be considered a speedhack, which can give you a 0.78% boost in running speed.
Comment 1 /dev/humancontroller 2011-10-10 18:18:02 EDT
Created attachment 2995 [details]
disallow forwardmove of -128
Comment 2 Zachary J. Slater 2011-12-25 03:18:05 EST
I'm making a note here.
Comment 3 Zachary J. Slater 2011-12-25 04:08:12 EST
huge success (revision 2214)