]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Somewhat standardize cvar descriptions
authorotta8634 <k9wolf@pm.me>
Mon, 9 Dec 2024 10:53:38 +0000 (18:53 +0800)
committerotta8634 <k9wolf@pm.me>
Mon, 9 Dec 2024 14:27:53 +0000 (22:27 +0800)
commitfee7222486d316670551b18d677c2214939d2a2c
treedd008a95743f6dbfd562466eba85e0b8162fe61e
parent3f9820ed585f880602172c75048f076034af77aa
Somewhat standardize cvar descriptions

This commit isn't comprehensive, it mostly served to put all descriptions in a consistent format so that a script (added in a future commit) can sed replace them without exceptions where it doesn't work properly because the cvar has a different format than expected.
Description formatting rules used here thusfar will be outlined in such future commit.
Other rules applied so far include:
- making words like Devastator, Jetpack, Keepaway, etc. capitalized
- added "// script-ignore" on cvars which shouldn't be touched by the script
- option-lists (like "\"0\" = disabled, \"1\" = enabled") should be preceded by "; "
- etc.
Fixed any spelling errors I noticed.
Fully updated notifications.cfg, which will be excluded by the script due to the comment at the top of the file.
Didn't yet Americanize spelling.
Included AUTOCVAR_* descriptions.
32 files changed:
_hud_common.cfg
_hud_descriptions.cfg
balance-mario.cfg
balance-nexuiz25.cfg
balance-overkill.cfg
balance-samual.cfg
balance-xdf.cfg
balance-xonotic.cfg
balance-xpm.cfg
commands.cfg
crosshairs.cfg
gamemodes-server.cfg
minigames.cfg
monsters.cfg
mutators.cfg
notifications.cfg
physics.cfg
qcsrc/client/main.qh
qcsrc/common/mutators/mutator/buffs/sv_buffs.qh
qcsrc/common/mutators/mutator/damagetext/cl_damagetext.qh
qcsrc/common/mutators/mutator/damagetext/sv_damagetext.qc
qcsrc/common/mutators/mutator/globalforces/sv_globalforces.qc
qcsrc/common/mutators/mutator/hook/sv_hook.qc
qcsrc/common/mutators/mutator/stale_move_negation/sv_stale_move_negation.qc
qcsrc/common/notifications/all.qc
qcsrc/common/stats.qh
qcsrc/server/items/items.qc
randomitems-xonotic.cfg
vehicles.cfg
xonotic-client.cfg
xonotic-common.cfg
xonotic-server.cfg