Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-19 | Fix NET_IPSocket and NET_IP6Socket return type | Zack Middleton | |
It was causing a warning on Windows x64. | |||
2013-02-16 | Update copyright notices | Tim Angus | |
2013-01-12 | We should not try to broadcast via the IPv4 socket if that socket is closed. | Zack Middleton | |
Previously, error messages were generated when querying local servers while IPv4 was disabled. Patch from /dev/humancontroller. | |||
2013-01-12 | - Have NET_Sleep work with Windows' INVALID_SOCKET again... - Use ↵ | Zack Middleton | |
SOCKET_ERROR in NET_Sleep. | |||
2013-01-12 | #5672 - Fixed incorrect type usage in NET_Sleep(), patch from Özkan Sezer. | Zack Middleton | |
2013-01-12 | fix IPv6-only operation of Windows binaries | Zack Middleton | |
the SOCKET type is unsigned on Windows, and should be casted to an int before comparing with the highestfd variable (note: ``int highestfd = -1;'') From /dev/humancontroller. | |||
2013-01-12 | fix wrong socket ID comparison, from /dev/humancontroller | Zack Middleton | |
2013-01-12 | #5439 - Potential memory leak in host name resolution. (Eugene C.) | Zack Middleton | |
2013-01-12 | Removed an unused variable (which wasn't compiled in as _DEBUG isn't defined ↵ | Zack Middleton | |
using make). | |||
2013-01-12 | Fix net_restart when networking was temporarily disabled | Thilo Schulz | |
2013-01-10 | Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes ↵ | Thilo Schulz | |
unused-but-set gcc warnings | |||
2013-01-10 | Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.c | Thilo Schulz | |
2013-01-10 | - Clear ip address listings after a NET_Restart - check for oldGameSet ↵ | Thilo Schulz | |
instead of the gamename string | |||
2013-01-09 | OpenBSD compile fixes, patch provided by Jonathan Gray (#4994) | Thilo Schulz | |
2013-01-09 | Fix a little quirk still | Thilo Schulz | |
2013-01-09 | Use memcmp instead of self-built while loop | Thilo Schulz | |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Merge ioq3-r1752 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1637 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1498, by popular demand | Tim Angus | |
2013-01-03 | * Merge ioq3-r1458 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1423 | Tim Angus | |
+ IPv6 + VoIP + Stereo rendering + Other minor stuff | |||
2013-01-03 | Fix compiling on OSX | Ben Millwood | |
2007-11-28 | * Merge ioq3-r1220 | Tim Angus | |
2007-09-15 | * Merge of ioq3-r1183 | Tim Angus | |
+ Windows dedicated console + MSVC project + Makefile tweaks | |||
2007-09-06 | * De-quake | Tim Angus | |
2007-09-05 | * Merge of ioq3-r1163 | Tim Angus | |
+ SDL everywhere + New R_LoadImage + net_ip.c + Window icon + GUI based dedicated server support + Compile time linked OpenGL * Remove ui_menuFiles cvar |