splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
558 stars 176 forks source link

Clean up cvar list/flags #941

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

Alphabetizes (based on cvar name, not variable) list of cvars.

Adds FCVAR_DONTRECORD and/or FCVAR_PROTECTED where applicable, such as to custom header values for Authorization.

Groups them by feature/category.

Reduces "extra documentation" in cvar descriptions, as this should be in the web documentation. These should only explain the cvars themselves, not various nice-to-knows. Having too much text here increases the burden when making changes.

Also; defaults to enabling chat damage report.