]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Delete frags.txt, g_swamp.qc, sv_stats.qc, and update todo.txt -- frags.txt is the...
authorSamual <samual@xonotic.org>
Wed, 11 May 2011 23:29:18 +0000 (19:29 -0400)
committerSamual <samual@xonotic.org>
Wed, 11 May 2011 23:29:18 +0000 (19:29 -0400)
annoy_balance.cfg [deleted file]
qcsrc/server/frags.txt [deleted file]
qcsrc/server/g_swamp.qc [deleted file]
qcsrc/server/sv_stats.qc [deleted file]
qcsrc/server/todo.txt

diff --git a/annoy_balance.cfg b/annoy_balance.cfg
deleted file mode 100644 (file)
index 184eb4e..0000000
+++ /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 \ 1SERVER^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 (file)
index 1daf099..0000000
+++ /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 (file)
index fe64e7c..0000000
+++ /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 (file)
index 0924cba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-
-// Accuracy
-//.float shots;
-//.float hits;
-
index c8f83abf78b29ead3fa1fee48d1a8c88f03d89a0..bbe81a2f6d19ae2d28b4bb6108e9942151ac73ca 100644 (file)
@@ -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