index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net_sdl.c
Age
Commit message (
Expand
)
Author
2014-10-24
Replace strdup() with M_StringDuplicate().
Simon Howard
2014-05-05
Clean up file headers.
Simon Howard
2014-04-01
Replace all snprintf() calls with M_snprintf().
Simon Howard
2012-10-28
Merge from trunk.
Simon Howard
2012-10-28
Add functions for network signature requests. These request the signed
Simon Howard
2011-02-12
Merge from trunk.
Simon Howard
2010-12-18
Add a M_CheckParmWithArgs function, that behaves like M_CheckParm but
Simon Howard
2009-11-21
Merge from trunk.
Simon Howard
2009-09-30
Change British English spellings to American English, for consistency.
Simon Howard
2008-09-06
Remove includes of doomdef.h where possible, move generic parts into top
Simon Howard
2007-10-18
#define snprintf, vsnprintf to _snprintf, _vsnprintf in MSVC.
Simon Howard
2007-06-22
Replace 35 with TICRATE where appropriate.
Simon Howard
2006-12-24
Javadoc-style self-documenting system for command line options.
Simon Howard
2006-10-18
Strip out CVS logs, RCS Id tags.
Simon Howard
2006-10-05
Packet loss simulation code for test.
Simon Howard
2006-09-17
Fix local LAN queries.
Simon Howard
2006-05-29
Fix broadcast transmits (-search works!)
Simon Howard
2006-05-11
Allow port to be specified for client to connect to through -port or
Simon Howard
2006-04-09
Broadcast searches (currently broken)
Simon Howard
2006-04-06
Debug code for tracking bandwidth usage
Simon Howard
2006-01-02
Rename i_net_module -> net_sdl_module. Fix the AddrToString method.
Simon Howard
2005-12-29
Automatically initialise the address table
Simon Howard
2005-10-30
Add foundation code for the new networking system
Simon Howard