summary refs log tree commit diff
path: root/etc/tf/cfg/heavyweapons.cfg
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-05-30 10:07:47 -0400
committerJune McEnroe <june@causal.agency>2018-05-30 10:07:47 -0400
commite6b950755b0ef1217ad64da1f59ab10fadf350ec (patch)
treeaea17241496156ceebe1fda26c3bf233a6165aa0 /etc/tf/cfg/heavyweapons.cfg
parentIgnore macOS debug directories (diff)
downloadsrc-e6b950755b0ef1217ad64da1f59ab10fadf350ec.tar.gz
src-e6b950755b0ef1217ad64da1f59ab10fadf350ec.zip
Remove demoman mouse2 bind
I started playing with the sticky jumper rather than a shield.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
sg'> Also unary + and fix precedence of unary -. 2020-12-30Support unary + in orderJune McEnroe Missed this because operator(7) just doesn't list it, oddly. 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe