slipher

Results 772 comments of slipher

> bugs like resetting the color on `\n` I don't know of any situation where the user is allowed to type a string that contains newlines. On the other hand,...

Admin commands that print tables expect the color to be reset on a new line. Some (such as listplayers) may have color at the end of a line, so continuing...

Amusingly, I found a thread with a guy talking about how AAS sucks and he is moving to the greener grass of Recast: https://www.doomworld.com/forum/topic/112159-quake-3-bots-using-navmesh/. The thread seems to imply that...

@DolceTriade If you have the repro thing set up still, can you try this? ``` diff --git a/src/cgame/cg_servercmds.cpp b/src/cgame/cg_servercmds.cpp index c14be9500..bd964766f 100644 --- a/src/cgame/cg_servercmds.cpp +++ b/src/cgame/cg_servercmds.cpp @@ -319,10 +319,7 @@...

Why would changing it to 0 in the server not trigger a change? The previous value was 1, and the default value is (I assume) the empty string, not `0`.

So how do config strings that are sent when the user hasn't entered the game ever work? CS_MESSAGE (containing the map display name) is only set at server initialization but...

Jetpack is used by continuously holding the jump button, so yes deactivateUpgrade is useless.

Exceptions aren't actually crashes so there won't be any dumps. In IRC we discussed possibly turning off exceptions in the NaCl compiler to see if we could make throwing them...

A UI to select language is obviously good in principle, but I guess we ought to have at least one language with significant translated content before making one.