]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Chat: refactor to module, it will be more than just a few commands
authorTimePath <andrew.hardaker1995@gmail.com>
Sat, 7 Apr 2018 02:01:00 +0000 (12:01 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sat, 7 Apr 2018 04:17:43 +0000 (14:17 +1000)
commite876aff0eb053c7483e902e8b27f27c44ba92193
tree0d58e3d834caf5179fe7463b244ffb54323e5b24
parent847e6b4ee337d8a238d661b7023e4092c787f8cd
Chat: refactor to module, it will be more than just a few commands
14 files changed:
qcsrc/client/main.qc
qcsrc/menu/_mod.inc
qcsrc/menu/_mod.qh
qcsrc/menu/command/_mod.inc
qcsrc/menu/command/_mod.qh
qcsrc/menu/command/notice.qc [deleted file]
qcsrc/menu/command/notice.qh [deleted file]
qcsrc/menu/modules/_mod.inc [new file with mode: 0644]
qcsrc/menu/modules/_mod.qh [new file with mode: 0644]
qcsrc/menu/modules/chat/_mod.inc [new file with mode: 0644]
qcsrc/menu/modules/chat/_mod.qh [new file with mode: 0644]
qcsrc/menu/modules/chat/commands.qc [new file with mode: 0644]
qcsrc/menu/modules/chat/commands.qh [new file with mode: 0644]
qcsrc/menu/modules/chat/interface.qh [new file with mode: 0644]