]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/command
compile fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command /
2011-12-19 SamualUpdates for vote help
2011-12-19 SamualMore InterpretBoolean use
2011-12-19 SamualMany more updates regarding client verification......
2011-12-19 SamualNew way to verify client entities and some other fixes
2011-12-19 SamualShow maxclients in who command
2011-12-19 SamualUpdate some more usage descriptions
2011-12-18 SamualImprove handling of "unknown commands"
2011-12-18 SamualBots don't have IP addresses or crypto keys
2011-12-18 SamualAdd "separator" support to who command, limit nicknames...
2011-12-18 SamualRemove debug print
2011-12-18 SamualSend the caller directly to the common functions, avoid...
2011-12-18 SamualFixes for "Who" command
2011-12-17 SamualReplace some instances of GetFilteredNumber with GetFil...
2011-12-17 SamualSeparate GetFilteredNumber and GetFilteredEntity
2011-12-17 Samualcl_cmd is now called LocalCommand, not GameCommand
2011-12-17 SamualMake all common commands use "GetCommandPrefix()" to...
2011-12-17 SamualUse print_to for time command
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 SamualFix typo
2011-12-16 SamualMerge remote-tracking branch 'origin/master' into samua...
2011-12-14 Samual"unset" vote_caller when doing VoteReset()
2011-12-14 SamualRemove useless comments
2011-12-14 SamualMore usage updates
2011-12-14 SamualLots of "usage" updates all around
2011-12-14 SamualSome more quick changes
2011-12-14 SamualLots and lots of improvements all around :D
2011-12-14 SamualRe-write vote information printing
2011-12-14 SamualNow sv_cmd.qc uses common commands too -- plus some...
2011-12-14 SamualMake cmd.qc use the common commands and strip out the...
2011-12-13 SamualWhoops -- ACTUALLY commit those new files too ;)
2011-12-13 SamualChange all requests in server/ to use CMD_REQUEST_...
2011-12-13 SamualNow make everything else compile too
2011-12-13 SamualMore work with the declaration/.qh files and the common...
2011-12-13 SamualWrite some actual content for common.qc and common.qh
2011-12-13 SamualGive radarmap a separate .qh file as well
2011-12-13 SamualMove radarmap to command/ folder too
2011-12-13 SamualCreate separate .qh files for each of the other .qc...
2011-12-13 SamualMove all of the command files (clientcommands.qc, gamec...