summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-09-20Make sure modified copyright banners always end in a newline. If they don't, addSimon Howard
2006-09-20Fill in some default values for the player name and the chat macrosSimon Howard
2006-09-20Add sound config dialog. Convert some of the mouse settings to use Simon Howard
2006-09-20Add spin control widget.Simon Howard
2006-09-20Change the default optimisation level to -O2 and addSimon Howard
2006-09-20Add multiplayer configuration dialog.Simon Howard
2006-09-20Remove tab characters :-)Simon Howard
2006-09-20Add HACKING file with guidelines for Chocolate Doom hackers.Simon Howard
2006-09-20Fix code style :-)Simon Howard
2006-09-20add extra defines when buildingRussell Rice
2006-09-20Add "Enable mouse" checkbox to mouse config dialog. Reorder options.Simon Howard
2006-09-19Fix chocolate-setup warnings.Simon Howard
2006-09-19Fix textscreen warnings.Simon Howard
2006-09-19Turn on -Wall as well.Simon Howard
2006-09-19'widgets' variable was used uninitialised. For some reason this didn't Simon Howard
2006-09-19Build with debugging symbols by default.Simon Howard
2006-09-19Move the grab mouse setting to the mouse config dialog.Simon Howard
2006-09-19New display settings dialog!Simon Howard
2006-09-19Check column is valid when finding a selectable column. Fixes weirdSimon Howard
2006-09-19Set mouse button defaults.Simon Howard
2006-09-19make the icon work in the client binaryRussell Rice
2006-09-18Code::Blocks projects:Russell Rice
2006-09-18Level select dialog.Simon Howard
2006-09-18Fix TXT_SelectWidgets with NULL spacers.Simon Howard
2006-09-18Add function to set button label.Simon Howard
2006-09-18Repeat key presses when the key is held down - thanks to Mad_Mac for thisSimon Howard
2006-09-17Split off query data into a net_querydata_t structure in net_structrw.cSimon Howard
2006-09-17Fix local LAN queries.Simon Howard
2006-09-17Always wait for a keypress before closing the ENDOOM window; do not Simon Howard