summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-09-17Update TODO list :-)Simon Howard
2006-09-16Undo previous commit: 'comport' and 'showmessages' are only generatedSimon Howard
2006-09-16Preserve 'comport' variable in configuration files even though it is unused.Simon Howard
2006-09-15Interpret the snd_sfxdevice and snd_musicdevice values in the configurationSimon Howard
2006-09-12Fix Z_FreeTags in z_native.c (chains were not set to NULL when freed).Simon Howard
2006-09-11Add codeblocks project files; thanks to Russell Rice.Simon Howard
2006-09-09Fix the -nomusic parameter.Simon Howard
2006-09-09Add command line arguments to main() in textscreen examples.Simon Howard
2006-09-09Add config.h for a possible MSVC build in the future. Add mkinstalldirsSimon Howard
2006-09-09Include SDL.h in the textscreen headers; the SDL headers need to be Simon Howard
2006-09-09Add reference counts on callback tables so that if a callback destroysSimon Howard
2006-09-09Remove hack accidentally committed that always updates the paletteSimon Howard
2006-09-02Add -nwtmerge option, which behaves the same as NWT's -merge option. What thisSimon Howard
2006-09-02Allow loading dehacked 2.3 patches.Simon Howard