]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Modularise commands
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 3 May 2015 02:06:55 +0000 (12:06 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 3 May 2015 02:06:55 +0000 (12:06 +1000)
commita838c2e00ecdfff0ca1665e1bf74e617d7aebc41
tree0559f0fb6bbfbe975cc3db8cf66f83adf2146d68
parent6f37a8f8076a572097afb13de2c367a72717c927
Modularise commands
31 files changed:
qcsrc/client/command/cl_cmd.qc
qcsrc/client/command/commands.qc [new file with mode: 0644]
qcsrc/client/command/commands.qh [new file with mode: 0644]
qcsrc/client/progs.src
qcsrc/common/command/command.qh [new file with mode: 0644]
qcsrc/common/command/commands.qc [new file with mode: 0644]
qcsrc/common/command/commands.qh [new file with mode: 0644]
qcsrc/common/command/generic.qc
qcsrc/common/command/generic.qh
qcsrc/common/command/markup.qc
qcsrc/common/command/markup.qh
qcsrc/common/command/rpn.qc
qcsrc/common/command/rpn.qh
qcsrc/common/command/shared_defs.qh [deleted file]
qcsrc/common/util.qh
qcsrc/menu/_.qh [new file with mode: 0644]
qcsrc/menu/command/commands.qc [new file with mode: 0644]
qcsrc/menu/command/commands.qh [new file with mode: 0644]
qcsrc/menu/progs.src
qcsrc/server/command/banning.qc
qcsrc/server/command/cmd.qc
qcsrc/server/command/commands.qc [new file with mode: 0644]
qcsrc/server/command/commands.qh [new file with mode: 0644]
qcsrc/server/command/common.qc
qcsrc/server/command/common.qh
qcsrc/server/command/getreplies.qc
qcsrc/server/command/radarmap.qc
qcsrc/server/command/sv_cmd.qc
qcsrc/server/command/vote.qc
qcsrc/server/mutators/mutators_include.qc
qcsrc/server/progs.src