-
Switch to a hashmap or trie for storing the strings, the generated match is huge:
`cargo llvm-lines`:
```
Lines Copies Function name
----- ------ -------------
…
-
See [codemp/game/g_xcvar.h](https://github.com/JACoders/OpenJK/blob/master/codemp/game/g_xcvar.h).
We should do the same for `code/` and `codeJK2/`.
-
**Is your feature request related to a problem? Please describe.**
Provide a guide like https://development--o3deorg.netlify.app/docs/user-guide/networking/settings/ for the CVar settings in the proj…
-
Author: @IR4T4 (IR4T4)
Date: 2012-05-16
Redmine Issue: 50, https://dev.etlegacy.com/issues/50
---
Remove useless code
See #31 - reference for ui
---
Related commit(s):
af37fb532083ef31a708da0…
-
### Steps to reproduce
1. Launch Garry's Mod with the following options: `-noaddons -noworkshop +gamemode base`
2. After the loading screen, count and note down an amount of all Cvars (ConVars + Con…
-
### Describe the bug
If a cvar in a CFG file is followed by a comment, the cvar will be set to a string which includes the comment. For example:
```
sv_cheats 1 // Enable cheats on startup
```
wi…
-
There are propably more (newer) CMDs and CVars to check.
Older Exploits are also probably fixed now.
Checked:
- [x] CS:GO
- [ ] TF2
- [ ] CS:S
- [ ] L4D1
- [ ] L4D2
- [ ] Insurgency
- [ ] D…
-
I propose to implement the ability to quickly clear the player's userinfo, which is set by the setinfo command. The code from one of my projects that implements this feature is as follows:
```
cha…
-
Basically, this would be similar to `SubscribeLocalEvent` and co, it'd allow you to subscribe to CVar changes and automatically unsubscribe on shutdown.
-
### Which component should be improved?
Gameplay
### Describe your suggestion
Add 2 cvars to control zoom behavior, one which makes the `+zoom` input hold instead of toggle, and one which disables …