summaryrefslogtreecommitdiff
path: root/src/net_gui.c
AgeCommit message (Expand)Author
2014-10-24Proceed by pressing enter at netgame warning screen.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-12net: Add -nodes command line argument.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30Eliminate some uses of sprintf() from common code.Simon Howard
2013-10-20Fix icon at multiplayer wait screen (thanks Alexandre Xavier).Simon Howard
2013-10-15Remove call to I_SetWindowTitle() that is no longer needed.Simon Howard
2013-08-31Add notification window to the waiting screen to show whether the serverSimon Howard
2013-04-02Split game start sequence into two-stage process. This is the firstSimon Howard
2012-10-28Merge from trunk.Simon Howard
2012-10-25Switch from MD5 to SHA-1 for network digests.Simon Howard
2011-10-19Send MAXPLAYERS value for game on connect to server. Make server adaptSimon Howard
2011-10-19Change MAXPLAYERS to NET_MAXPLAYERS and add back individual MAXPLAYERSSimon Howard
2010-12-10Merge from trunk.Simon Howard
2010-12-10Remove "Error:" from the message displayed by I_Error, to match Vanilla.Simon Howard
2010-11-20Remove dependency of network code on Doom code.Simon Howard
2010-09-14Re-enable multiplayer support for Doom only, in preparation for networkSimon Howard
2009-11-21Merge from trunk.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
2008-09-08Remove unneeded doomstat.h include.Simon Howard
2008-09-06Remove dependencies of i_video.c on doom/ code.Simon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2007-03-10Lots of changes/additions:Russell Rice
2007-01-07Display a message on the console with details when WAD/DEH checksums doSimon Howard
2006-11-16Increase buffer size to fixes crashes due to buffer overruns.Simon Howard
2006-10-24Shut up compiler warnings.Simon Howard
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-10-14Display drone indicator on the netgame waiting screen if drones are connected.Simon Howard
2006-10-14Display a different message from the normal WAD directory warning ifSimon Howard
2006-10-14Change wording on netgame warning message.Simon Howard
2006-10-06Send deh/wad md5sums to players at the waiting screen. Display a warningSimon Howard
2006-08-31Use the new TXT_Sleep function in Doom.Simon Howard
2006-05-29Add textscreen.h top level header to avoid having to include all txt_*Simon Howard
2006-05-29Allow struts to force height as well as width. Hide "start game" buttonSimon Howard
2006-05-29Add strut class to allow table column width to be forced.Simon Howard
2006-05-26Switch netgame waiting screen to use the new text mode GUI system.Simon Howard
2006-05-19Split off text mode gui desktop code into a separate file. Rename someSimon Howard
2006-03-30Split off timer code into separate i_timer.c file. Add d_dedicated.cSimon Howard
2006-03-24Adjust anti-CPU-hogging sleep times.Simon Howard
2006-03-11Fix bug with corruption of long player names. Remove tab characters.Simon Howard
2006-01-23Make the network waiting screen not thrash the CPU so much.Simon Howard
2006-01-14Set the window caption and titleSimon Howard
2006-01-14Detect if disconnected from the server while waiting for the game start.Simon Howard
2006-01-14Change the format of color commands. Reorganise the waiting dialog.Simon Howard
2006-01-13Add text-mode I/O functions.Simon Howard
2006-01-12Game start packetsSimon Howard
2006-01-10Shut up compiler warningsSimon Howard
2006-01-09Send clients their player number, and indicate on the waiting screenSimon Howard