summaryrefslogtreecommitdiff
path: root/src/setup/multiplayer.c
AgeCommit message (Expand)Author
2015-06-11setup: Fix help URL for level warp menu.Simon Howard
2015-05-31setup: Add help links for Multiplayer windows.Simon Howard
2015-05-04warnings: fix some cast to/from pointer from/to int warningsFabian Greffrath
2015-03-28net: Include port number in address strings.Simon Howard
2015-02-20Refactor config file API.Simon Howard
2014-11-04setup: Fix bug with strdup() of NULL pointer.Simon Howard
2014-10-28setup: dynamically set size of iwad_labels arrayFabian Greffrath
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-19setup: Make iwad_t pointers const.Simon Howard
2014-04-10setup: Save selected game when browsing menus.Simon Howard
2014-04-09setup: Show error when server address not entered.Simon Howard
2014-04-01setup: Eliminate use of sprintf().Simon Howard
2014-03-29setup: Eliminate use of unsafe string functions.Simon Howard
2014-03-16hexen: Increase maximum level number to MAP60.Simon Howard
2013-11-19Fix crash when using fallback Doom IWAD and selecting level.Simon Howard
2013-10-26Select fallback IWADs that match the game we are configuring (thanksSimon Howard
2013-08-17Fix IWAD auto-selection when joining a game in the setup tool (thanksSimon Howard
2013-04-01Merge from trunk.Simon Howard
2013-03-27Remove duplicate definition of M_OEMToUTF8() (thanks exp(x)).Simon Howard
2013-01-03Refactor skill selector to change automatically when switching characterSimon Howard
2012-10-28Merge from trunk.Simon Howard
2012-02-28Oops.Simon Howard
2012-02-02Bind missing sound variables so the settings are not lost when runningSimon Howard
2011-10-30Fix previous change - Strife games are not always -altdeath; the defaultSimon Howard
2011-10-29Update Strife multiplayer behavior to always use altdeath mode inSimon Howard
2011-10-23Fix player name input box in multiplayer configuration.Simon Howard
2011-09-20Display an error dialog if trying to connect to a server where a game isSimon Howard
2011-09-20Display a warning message when trying to join a server playing a gameSimon Howard
2011-09-20Auto-select IWAD based on query response from server.Simon Howard
2011-09-18Rerrange ordering of columns in server search dialog.Simon Howard
2011-09-18Hook query code into setup tool, and add search results window.Simon Howard
2011-09-17Add multiplayer query code to setup tool, and rework join gameSimon Howard
2011-02-12Merge from trunk.Simon Howard
2010-12-10Merge from trunk.Simon Howard
2010-08-31Merge from trunk.Simon Howard
2009-11-21Merge from trunk.Simon Howard
2009-07-11Only show altdeath option in Doom setup.Simon Howard
2009-05-14Add character class selectors for Hexen.Simon Howard
2009-05-14Merge from trunk. Note that src/i_sdlsound.c has not yet been merged asSimon Howard
2009-05-10Set appropriate skill strings for Heretic/Hexen.Simon Howard
2009-05-10Use the internal IWAD search for the setup multiplayer dialogs ratherSimon Howard
2008-11-26Add bindings for remaining missing config file variables, to getSimon Howard
2008-11-21Move setup/ into src/ and merge with main codebase. Remove duplicatedSimon Howard