summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etc/tf/cfg/autoexec.cfg17
-rw-r--r--etc/tf/cfg/engineer.cfg2
-rw-r--r--etc/tf/cfg/medic.cfg3
-rw-r--r--etc/tf/link.sh7
4 files changed, 0 insertions, 29 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg
deleted file mode 100644
index c584dadd..00000000
--- a/etc/tf/cfg/autoexec.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-cl_interp 0
-bind = "exec autoexec"
-bind p "record p; stop"
-bind \ kill
-bind ' explode
-bind / toggle_duck
-bind mouse2 +attack2
-alias sens1 "sensitivity 1.7"
-alias sens2 "sensitivity 1.7"
-alias sens3 "sensitivity 3"
-bind 1 "slot1; sens1"
-bind 2 "slot2; sens2"
-bind 3 "slot3; sens3"
-bind mouse3 "voicemenu 2 6"
-bind mouse4 "voicemenu 0 7"
-bind mouse5 "voicemenu 1 4"
-tf_contract_progress_show 0
diff --git a/etc/tf/cfg/engineer.cfg b/etc/tf/cfg/engineer.cfg
deleted file mode 100644
index 19dcabb7..00000000
--- a/etc/tf/cfg/engineer.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-bind mouse3 "destroy 2; build 2"
-bind mouse5 "voicemenu 2 6"
diff --git a/etc/tf/cfg/medic.cfg b/etc/tf/cfg/medic.cfg
deleted file mode 100644
index 56444145..00000000
--- a/etc/tf/cfg/medic.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-alias +uber "say_team === UBER USED MOVE FORWARD ===; +attack2"
-alias -uber -attack2
-bind mouse2 +uber
diff --git a/etc/tf/link.sh b/etc/tf/link.sh
deleted file mode 100644
index 03bd25e5..00000000
--- a/etc/tf/link.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -eu
-
-tf="${HOME}/Library/Application Support/Steam/steamapps/common/Team Fortress 2/tf"
-for cfg in cfg/*.cfg; do
-	ln -fs "${PWD}/${cfg}" "${tf}/${cfg}"
-done
filter: fix libravatar email-filter https issueChristian Hesse 2014-12-13ui-diff: add "stat only" diff typeJohn Keeping 2014-12-13Change "ss" diff flag to an enumJohn Keeping 2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping 2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping 2014-08-07git: update to v2.0.4John Keeping 2014-08-07Always check if README exists in choose_readme()Lukas Fleischer 2014-08-01cgitrc.5: we mean a cgi response, not requestJason A. Donenfeld 2014-07-28ui-stats.c: set parent pointer to NULL after freeing itJohn Keeping 2014-07-28git: update to v2.0.3John Keeping 2014-07-28parsing.c: make commit buffer constJohn Keeping 2014-06-30Bump version.Jason A. Donenfeld 2014-06-29remove debug fprinf() calls that sneaked in with commit 79c985Christian Hesse 2014-06-28git: update to 2.0.1Christian Hesse 2014-06-28ui-patch: Flush stdout after outputting dataJohn Keeping 2014-06-28ui-log: ignore unhandled argumentsJohn Keeping 2014-06-28git: update for git 2.0Christian Hesse 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse