]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/command/sv_cmd.qc
Compatibility with 0.5 for voting, plus fix player/world entity for common commands
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qc
2011-12-29 SamualCompatibility with 0.5 for voting, plus fix player...
2011-12-28 SamualUpdate commands.cfg with new command listing from the...
2011-12-28 SamualAdd a generic command to dump all commands from a progr...
2011-12-28 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-28 SamualMassive revamp of help system code
2011-12-28 SamualBegin total re-write of generic command system
2011-12-27 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-27 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-26 SamualTake care of the rest of the TODO's in sv_cmd.qc and...
2011-12-26 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-26 SamualAdd another alias, plus make some of the warnings more...
2011-12-26 SamualMuch more work towards finishing the commands (taking...
2011-12-26 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-25 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-24 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-24 SamualFixes for GetFilteredEntity, plus finish "tell" command...
2011-12-24 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-24 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-23 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-22 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-22 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-20 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-20 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-19 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-19 SamualLots and lots and lots of todo's being hammered away :D
2011-12-19 SamualTake care of a bunch of todo's
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 SamualUpdate some more usage descriptions
2011-12-18 SamualImprove handling of "unknown commands"
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-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...