]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/command/sv_cmd.qc
Send the caller directly to the common functions, avoids any mishaps with "self"...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qc
2011-12-18 SamualSend the caller directly to the common functions, avoid...
2011-12-17 SamualReplace some instances of GetFilteredNumber with GetFil...
2011-12-17 SamualMake the "time" command available to both cmd and sv_cm...
2011-12-16 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-16 SamualFix some bugs with settemp and scoreboard_columns_set
2011-12-16 SamualMerge remote-tracking branch 'origin/master' into samua...
2011-12-14 SamualLots of "usage" updates all around
2011-12-14 SamualNow sv_cmd.qc uses common commands too -- plus some...
2011-12-13 SamualChange all requests in server/ to use CMD_REQUEST_...
2011-12-13 SamualMore work with the declaration/.qh files and the common...
2011-12-13 SamualMove all of the command files (clientcommands.qc, gamec...