code_gs

Results 205 comments of code_gs

@V952 The surf ramp bug indeed happens with new maps, including in CS:GO. It's unrelated to this, however, and seems to stem from something in the movement code or traces.

The code for these portions is identical between MP and SP.

It is a correct usage - they are used in a loop to pick the min/max values from a range, so everything less than FLT_MAX/greater than std::numeric_limits::lowest() respectively should be...

@ellemti This change was already merged into GMod.

ULib would still override the hook lib with their version.

They can just reverse the priority values for their replacement since it uses enums and not raw numbers.