Aciz
Aciz
Prints produced by various components of the mod are all over the place when it comes to formatting and color coding. The prints should be redone so that they are...
Allow players to use `/revive` command to revive themselves (normally cheat protected).
It's useless to have in the mod and takes up unnecessary space in `CS_SERVERINFO`.
TJMod's `tj_drawYaw`, shows little arrows left/right when moving mouse left/right.
There are several old maps which have broken arena files inside them. Since they are only few kb in size mostly, we could provide fixes for those in the mod...
This makes it clearer why vote might fail even in situations where it seemingly should pass. Example scenario: * 4 players, 4 specs * vote is called by a player,...
Now that we have callvote devmap, it's a much more realistic scenario that someone might actually change a cheat protected cvar directly that we have a shadow cvar for. This...
Now that clients have the ability to turn of banners (#805), we should still provide a way to get around this on code level, in case we want print out...
Mounted MG42s are handled mostly on server side, when a client mounts MG42, cgame never gets the correct heat value that the MG currently has (`pmext->weapHeat[WP_DUMMY_MG42]` is only updated on...
When using `video-pipe` to pipe video/audio to `ffmpeg`, the extension is hardcoded to be `mp4`. https://github.com/ec-/Quake3e/blob/14e33fbe196a10f272b35a1fda584ff1edd74a9a/code/client/cl_main.c#L3539-L3562 However, `ffmpeg` allows overriding the auto-determined container with `-f ` flag. Combining this with...