From 4260f34402428b163e1625f3153253fef2fd6bb8 Mon Sep 17 00:00:00 2001 From: Samual Date: Wed, 11 May 2011 19:29:18 -0400 Subject: [PATCH] Delete frags.txt, g_swamp.qc, sv_stats.qc, and update todo.txt -- frags.txt is the only questionable change, but I think that information should be placed elsewhere in the code ANYWAY... like where score actually is handled. --- annoy_balance.cfg | 21 --------------------- qcsrc/server/frags.txt | 7 ------- qcsrc/server/g_swamp.qc | 8 -------- qcsrc/server/sv_stats.qc | 5 ----- qcsrc/server/todo.txt | 4 +++- 5 files changed, 3 insertions(+), 42 deletions(-) delete mode 100644 annoy_balance.cfg delete mode 100644 qcsrc/server/frags.txt delete mode 100644 qcsrc/server/g_swamp.qc delete mode 100644 qcsrc/server/sv_stats.qc diff --git a/annoy_balance.cfg b/annoy_balance.cfg deleted file mode 100644 index 184eb4e72..000000000 --- a/annoy_balance.cfg +++ /dev/null @@ -1,21 +0,0 @@ -// TEMPORARY CONFIG FOR BALANCE TESTING PURPOSES - -// ANNOY people with the BALANCE -alias annoy "sv_cmd adminmsg 0 \"${* q}\" 70" - // show message for 70 sec, clear previous one -alias annoy_s "annoy $*; echo SERVER^7: $*" - // annoy_s goes to rcon2irc (this echo fakes a chat message's output) -alias printbalance "annoy NOTE: Current balance is ^1$curbalance" - // refresh the balance status bar (call this every 60 sec) -alias printbalance_s "annoy_s NOTE: Next match will run ^1$curbalance" - // announce the balance for next match -alias switchbalance_samual "exec balanceXonotic.cfg; set curbalance fruit; printbalance_s" -alias switchbalance_fruit "exec balanceSamual.cfg; set curbalance samual; printbalance_s" -alias switchbalance "switchbalance_$curbalance" - // toggle between the balances -alias sv_hook_gameend "switchbalance" - // do this at the end of each match -set curbalance fruit -alias annoybalance "printbalance; defer 60 annoybalance" -annoybalance - // our timer \ No newline at end of file diff --git a/qcsrc/server/frags.txt b/qcsrc/server/frags.txt deleted file mode 100644 index 1daf09935..000000000 --- a/qcsrc/server/frags.txt +++ /dev/null @@ -1,7 +0,0 @@ -TODO: remove the .frags field, except for the following values: - -0 = regular player --2 = ???, used by arena --666 = spectator - -Anything else shall go through PlayerScore! diff --git a/qcsrc/server/g_swamp.qc b/qcsrc/server/g_swamp.qc deleted file mode 100644 index fe64e7c00..000000000 --- a/qcsrc/server/g_swamp.qc +++ /dev/null @@ -1,8 +0,0 @@ -/* -* t_swamp.c -* Adds spawnfunc_trigger_swamp and suppoart routines for xonotic 1.2.1+ -* Author tZork (Jakob MG) -* jakob@games43.se -* 2005 11 29 -*/ - diff --git a/qcsrc/server/sv_stats.qc b/qcsrc/server/sv_stats.qc deleted file mode 100644 index 0924cbac2..000000000 --- a/qcsrc/server/sv_stats.qc +++ /dev/null @@ -1,5 +0,0 @@ - -// Accuracy -//.float shots; -//.float hits; - diff --git a/qcsrc/server/todo.txt b/qcsrc/server/todo.txt index c8f83abf7..bbe81a2f6 100644 --- a/qcsrc/server/todo.txt +++ b/qcsrc/server/todo.txt @@ -1 +1,3 @@ -http://www.alientrap.org/devwiki/index.php?n=Xonotic.Todo (and get this Todo actually updated :P) +http://dev.xonotic.org/projects/xonotic/issues + +also: Maybe actually decide upon what to do with this todo file? No one uses it :P Just use the development tracker. \ No newline at end of file -- 2.39.2