lilium-voyager/code
Zack Middleton 729766150f Don't start a vote after vote passed for map change
Processing a callvote command after a vote passed to change maps but
has not been executed yet will result in 1) map change immediately
happening 2) after new map loads players have vote HUD messages but
Game VM doesn't have a vote in progress. The phantom vote status will
only be removed if players start a new vote or run vid_restart.

The underlying issue is that a second callvote sets vote config
strings but a map change is executed before they are sent to clients.
Resulting in clients getting "cs" reliable commands with the config
string changes _after_ the map change. Out of sync config strings.

Even if the underlying issue was fixed, the second vote would be lost.
So it's best to not force a map change to happen immediately anyway.

Reported by Tobias Kuehnhammer.
2017-04-12 18:29:17 -05:00
..
AL 5882 - Update OpenAL Headers to OpenAL Soft 1.15.1 2013-02-17 07:34:41 -06:00
asm Remove unused fpucw from snapvector.asm 2015-07-09 18:35:45 -05:00
botlib Fix swapping AAS bboxes 2017-02-27 18:18:15 -06:00
cgame Fix glyph width calculation in Text_Paint_Limit 2015-09-15 16:56:03 -05:00
client Remove FS_Read2(). 2017-03-17 04:21:11 -07:00
game Don't start a vote after vote passed for map change 2017-04-12 18:29:17 -05:00
jpeg-8c Mark JPEG lib changes, file provided by Simon McVittie 2012-07-01 18:07:56 +00:00
libcurl-7.35.0/curl Fix building with curl on Linux PPC and Sparc 2014-09-09 13:18:28 -04:00
libogg-1.3.1 Upgrade libogg 1.3.0 to 1.3.1 2014-02-08 03:38:01 +00:00
libs Add stripped SDL2 reference dll's to repo 2016-08-16 10:50:24 -04:00
libspeex Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-set gcc warnings 2011-07-29 12:27:00 +00:00
libvorbis-1.3.4 There have been 0 days since the last compiler warning 2014-08-27 12:40:45 +01:00
null [null/null_glimp.c] Fix up bitrot in null impl 2016-07-26 10:52:15 +01:00
opus-1.1 Fix a few warnings 2014-08-30 17:29:23 +01:00
opusfile-0.5 Fix a few warnings 2014-08-30 17:29:23 +01:00
q3_ui Fix iamamonkey printing 'levels' instead of 'awards' 2016-05-23 10:23:14 -05:00
qcommon Improve FS_GetModList 2017-04-12 17:49:50 +10:00
renderercommon OpenGL2: Detect Intel graphics and avoid/use certain operations there. 2016-12-07 22:30:55 -08:00
renderergl1 Avoid 'register' declarations 2016-11-01 16:37:38 +00:00
renderergl2 OpenGL2: Generate less shaders when r_sunlightMode is disabled. 2017-01-26 19:58:28 -08:00
sdl Correct test for GL_EXT_texture_env_add support 2017-01-26 00:14:31 -08:00
SDL2/include Update SDL2 to 2.0.4 2016-08-15 22:20:00 -04:00
server Remove FS_Read2(). 2017-03-17 04:21:11 -07:00
sys Detect GOG install path 2017-04-07 16:26:26 +10:00
tools [botlib] Use floating point absolute value rather than truncate to integer 2016-07-25 18:36:31 +01:00
ui Avoid 'register' declarations 2016-11-01 16:37:38 +00:00
zlib drop some useless return statements 2013-05-30 15:43:21 -05:00