Aciz
Aciz
Map list size can be controlled with `g_maxMapsVotedFor` cvar. Don't really see much of point in being able to control the number of votes.
2 ways to go on about this: 1. Use up one of `ps->persistant` field to store this data (there's a finite amount of these and more cannot be added in...
This is practically impossible to fix as there are limited amount of data that can be stored so that it's persistent across map restarts, and adding more is not possible...
Comment from eMMiel since he doesn't have a github account regarding SW: "So, when you play a braundorf match that takes 10 minutes. You were stressed for 10 minutes straight,...
The issue with those sudden death scenarios you listed is that it's then possible to win with a worse time, sudden death should NEVER occur on 2nd round of stopwatch...
Yes, the current implementation is flawed and does not take into account on what the actual objective is, a dynamite planted on any objective will trigger a sudden death, no...
Might not be arena file related at all, since `dir maps` command also outputs way less stuff than there should be. `!listmaps` output of maps registered on server database (aka...
Further investigation reveals that this is caused by this https://github.com/etlegacy/etlegacy/blob/master/src/server/sv_init.c#L865
Fixed as part of 5935e4e52d8c7c69201ca3ce448170d7dece2fe5, the splash screen itself is not functional but it no longer segfaults.
Fixed as part of 5935e4e52d8c7c69201ca3ce448170d7dece2fe5, the splash screen itself is not functional but it no longer segfaults.