summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-06Send deh/wad checksums to the server when connecting.Simon Howard
2006-10-05Dehacked information checksum generationSimon Howard
2006-10-05WAD directory checksum generation codeSimon Howard
2006-10-05Prevent against deadlock where client and server are both stuck waitingSimon Howard
2006-10-05Packet loss simulation code for test.Simon Howard
2006-09-30Only allow drone mode when connecting.Simon Howard
2006-09-30Make the server stop sending if one of the clients stops acknowledging.Simon Howard
2006-09-29Working -left and -right options!Simon Howard
2006-09-29Working drone clients!Simon Howard
2006-09-29Use TXT_AddWidgets in setup for greatly enhanced readability.Simon Howard
2006-09-28Add missing ellipsis to "Add WADs..."Simon Howard
2006-09-26Switch over a bunch of code to TXT_NewButton2 - improves readability.Simon Howard
2006-09-26When invoking chocolate doom, run it from the install dir on Unix.Simon Howard
2006-09-26Add "join game" dialog.Simon Howard
2006-09-26Move the "always run" checkbox to the movement section.Simon Howard
2006-09-26Add TXT_NewButton2 for creating a button with a callback (for convenience).Simon Howard
2006-09-26Add TXT_AddWidgets for adding multiple widgets to a table.Simon Howard
2006-09-25Reduce the minimum width of the key/mouse input widgets and align theSimon Howard
2006-09-25Add "Always run" checkbox to keyboard options.Simon Howard
2006-09-25Make examples call TXT_Shutdown before quit.Simon Howard
2006-09-25Update Code::Blocks setup project with added filesRussell Rice
2006-09-25Fix colors.Simon Howard
2006-09-25Don't disable screen melt entirely in testcontrols mode; just on startup.Simon Howard
2006-09-25Don't allow function keys to be used in testcontrols mode.Simon Howard
2006-09-25Remove low-pass filter on mouse for testcontrols mode - seems to workSimon Howard
2006-09-25Add "test" window actions to the keyboard/mouse dialogs to invoke Chocolate Simon Howard
2006-09-25Add "test controls" mode - for setup.exe in the future. Start straightSimon Howard
2006-09-24Add "extra parameters" dialog for specifying exra command-line parameters.Simon Howard
2006-09-24Add "time limit" control in multiplayer settings dialog.Simon Howard
2006-09-24Convenience function for creating a horizontal box.Simon Howard
2006-09-24Debug code for drawing an ASCII chart.Simon Howard
2006-09-24Use proper arrow characters on spin controls and change their color.Simon Howard
2006-09-24Fix declaration of TXT_NewWindowSelectActionSimon Howard
2006-09-22Call the SpechitOverrun _after_ incrementing numspechit. Thanks to QuasarSimon Howard
2006-09-22Continue to build things if we fail to update chocolate_doom_icon.c Simon Howard
2006-09-22Add DEH_String() conversions on more strings that are not being converted.Simon Howard
2006-09-22Fix warning.Simon Howard
2006-09-22Add the ability to type in values for spin controls, like with normalSimon Howard
2006-09-22Fix warning about initialiser.Simon Howard
2006-09-21Set default sound devices to SNDDEVICE_SB, so that sfx and music are on by Simon Howard
2006-09-21Rename Accept to Select.Simon Howard
2006-09-21Add compatibility options dialog.Simon Howard
2006-09-21Add ENDOOM and startup delay to display settings dialog.Simon Howard
2006-09-21Fix some warnings in textscreen code.Simon Howard
2006-09-21Use NULL for initialising pointers rather than 0.Simon Howard
2006-09-21Use DEFAULT_INT enum value rather than 0.Simon Howard
2006-09-21"\0" != NULLSimon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-09-21Add new codeblocks build files to dist.Simon Howard
2006-09-21Code::Blocks project and workspace.Russell Rice