doom3-bfg/neo
Daniel Gibson b38aff8995 Fix sending clients from lobby to game when lobby and game are on same server
In the current case (only "direct" lobby backend, i.e. connect to a
server directly), lobby and game are always on the same server anyway..

It used to send the IP of the first network interface.. that kinda works
on Windows and FreeBSD in LANs (i.e. not over the internet or even
behind a NAT), but not at all on Linux, because the first device seems
to be the loopback device there (at least on my machine)..
Now it sends net_ip (so it should even work behind NAT) or, if net_ip is
set to "localhost" (the default), 0.0.0.0 is sent, which the client
interprets as "just use the IP of the lobby you're already connected to"
2013-03-17 23:35:12 +01:00
..
aas Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
amplitude Replace malloc.h by stdlib.h 2013-03-16 01:38:53 +01:00
cm Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
cmake Added support for SDL 2.0 2012-12-14 19:03:30 +01:00
d3xp Implement Sys_ReLaunch() for Linux, refactor it 2013-01-20 04:32:11 +01:00
framework Configurable username for Multi-Player (ui_name), com_pause no cheat 2013-03-16 14:32:47 +01:00
idlib Some timer-related improvements for POSIX 2013-03-16 14:32:47 +01:00
libs fix zlib include path in zip.h 2013-01-04 14:40:35 +01:00
renderer Support resizing windows + improve fullscreen for SDL2 2013-01-04 14:40:35 +01:00
sound shut up compiler warnings 2013-03-16 14:32:47 +01:00
swf Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys Fix sending clients from lobby to game when lobby and game are on same server 2013-03-17 23:35:12 +01:00
ui Fixed various warnings from clang 2012-12-23 06:40:47 +01:00
astyle-code.bat Moved minizip contrib code to libs/zlib/minizip/ 2013-01-02 17:09:45 +01:00
astyle-code.sh Moved minizip contrib code to libs/zlib/minizip/ 2013-01-02 17:09:45 +01:00
astyle-options.ini Added Artistic Style 2.02.1 C++ beautifier. 2012-11-28 16:36:17 +01:00
astyle.exe Formatted code. 2012-12-08 18:20:13 +01:00
cmake-eclipse-linux-debug.sh First playable version on Linux. 2012-12-16 17:31:21 +01:00
cmake-eclipse-linux-profile.sh First playable version on Linux. 2012-12-16 17:31:21 +01:00
cmake-eclipse-mingw-debug.bat Added Doom 3 GCC compile options. 2012-12-03 14:21:45 +01:00
cmake-eclipse-mingw-release.bat Added neo/cmake-eclipse-mingw-release.bat 2012-12-03 17:30:42 +01:00
cmake-vs2010-32bit.bat Changed OpenAL to use buffers instead of streaming 2013-01-05 00:13:35 +01:00
cmake-vs2010-64bit.bat Changed OpenAL to use buffers instead of streaming 2013-01-05 00:13:35 +01:00
cmake-vs2012-32bit.bat Changed OpenAL to use buffers instead of streaming 2013-01-05 00:13:35 +01:00
cmake-vs2012-64bit.bat Changed OpenAL to use buffers instead of streaming 2013-01-05 00:13:35 +01:00
CMakeLists.txt There's no libdl on FreeBSD 2013-03-16 14:32:47 +01:00