slipher

Results 721 comments of slipher

Well, the proposed code is completely wrong as `PmoveSingle` may execute many times per frame. Measuring the time between its executions with a stopwatch does not give you the time...

How do you produce this? When I click to open the class selection dialog, it always centers the cursor (therefore putting it within the dialog).

Almost every chat app keeps your "draft" message if you switch to another conversation, or (on mobile devices) close the app. So I don't think erasing the message is desirable....

If we made it a normal text field then we could use Ctrl+A, backspace/delete. I wonder why it was written as a completely custom element in the first place. (There...

I don't really see the point of this. The error can still happen e.g. if there are too many spectators. And it might interfere with legitimate commands, let's say you...

Bot fill quotas are checked every 2 seconds IIRC.

Does this really work? The path recalculation is requested *before* the movement is done. So assuming the calculation is done within a frame or two, the bot will still be...

A pop-up every time you join the server sounds pretty annoying...

At least turn it off by default so that it could be used only if a mod wanted to write something.

> `trap_SendServerCommand( 0, ... ) length exceeds 1022.` Sounds like the message was just too long and there's no bug?