summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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
option to hide email adresses from spambotsMartin Szulecki 2009-07-31ui-commit: add support for 'commit-filter' optionLars Hjemli 2009-07-31ui-tree: add support for source-filter optionLars Hjemli 2009-07-31ui-snapshot: use cgit_{open|close}_filter() to execute compressorsLars Hjemli 2009-07-31Add generic filter/plugin infrastructureLars Hjemli 2009-07-25Add support for mime type registration and lookupLars Hjemli 2009-07-25cgit.h: keep config flags sortedLars Hjemli 2009-07-25cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli 2009-07-25Add support for 'noheader' optionLars Hjemli 2009-07-25cgitrc.5.txt: document 'head-include'Lars Hjemli 2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli 2009-06-07Add head-include configuration option.Mark Lodato 2009-03-15CGIT 0.8.2.1Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli