2690: Remove Quality Textures & Texture Compression from graphics menu (fixes#2676) r=heinrich5991 a=def-
Since people just randomly click it and then complain about bad looking graphics
Co-authored-by: def <dennis@felsin9.de>
2684: Make steam_api dependency static on Linux non-Steam builds r=def- a=heinrich5991
This allows building without rpath modifying on Linux which seems to be
needed for openSUSE packaging.
Fixes#2669.
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2678: Load serverbrowser more fairly r=heinrich5991 a=def-
One from each country and so on instead of doing one country fully first
before moving to the next. This makes loading servers like Japan and AUS
much faster since they're at the back of the list. This also reduces the
peak number of packets sent to each IP at once.
2681: Upgrade SDL2 for Linux Steam release to 2.0.12 (fixes#2679) r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
One from each country and so on instead of doing one country fully first
before moving to the next. This makes loading servers like Japan and AUS
much faster since they're at the back of the list. This also reduces the
peak number of packets sent to each IP at once.
2668: Drop lib prefix from MinGW builds of our steam_api.dll stub r=def- a=heinrich5991
libsteam_api.dll -> steam_api.dll
This unifies the name between MinGW and MSVC.
Fixes#2657.
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2665: Use the correct name for determining ranks r=def- a=heinrich5991
Was broken by the recent Steam name update.
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2667: Fix server port in teehistorian r=def- a=heinrich5991
Official servers weren't affected because they didn't use the default of
`sv_port 0`.
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2662: Read server port from CNetServer but not from app config r=def- a=BannZay
Due to a34c72530b we may see "[register]: ERROR: configure your firewall/nat to let through udp on port 0."
Reason: reading port data from configs but not from server object itself
I am new to server code, take a close look to changes please
Co-authored-by: Andrii <bannzay3@gmail.com>
2661: Missed a vote case r=def- a=Learath2
Seems no one is willing to test this with me, it's rather safe though.
Co-authored-by: Learath <learath2@gmail.com>
2658: Refresh browser on "Indicate map finish" click r=def- a=BannZay
"Indicate map finish" is not responsive so it might be hard to figure out what does this toggle does for new players.
Co-authored-by: Andrii <bannzay3@gmail.com>