w=1
to the URL for a small diff excluding indentation changes.
IKernel
instead at most 32.
Assert when incorrect arguments are passed to IKernel
functions instead of returning a bool
, which was not being handled in all cases. These functions are not expected to fail expect on programming errors.
Consistently order and format creation and registration of kernel interfaces in client and server.
sv_vote_yes_percentage 100
is set, but it fails immediately even if only a single player is on the server. It works with sv_vote_yes_percentage 99
, so it looks like a rounding error somewhere.vector2_base operator+(const T rhs) const { return vector2_base(x + rhs, y + rhs); }
haha here u go