summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-09-02Don't allow \0 in dehacked strings read with DEH_ReadLine.Simon Howard
2006-09-01Sync the -loadgame parameter across all clients connected to a server.Simon Howard
2006-09-01Better spechits emulation. Remove support for emulating the higher-memorySimon Howard
2006-08-31Call R_ExecuteSetViewSize immediately after calling I_InitGraphics. Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Add new chocolate-setup source files into build.Simon Howard
2006-08-31Build man/ and setup/ directories from main makefile.Simon Howard
2006-08-31Add manual pages to buildSimon Howard
2006-08-31Fix problem with 'c:\' in doom-options.inSimon Howard
2006-08-31Change the 'abort' button to a quit button on the main menu. Change theSimon Howard
2006-08-31Add display.c with missing ConfigDisplay and multiplayer.c withSimon Howard
2006-08-31Add key and mouse input widgets for selecting keys and mouse buttons.Simon Howard
2006-08-31Check for 'ff_end' not 'ff_start' when displaying warning message aboutSimon Howard
2006-08-31Allow the demo size limit to be disabled through the config file.Simon Howard
2006-08-31Bomb out with an error when a dehacked string is set that is longer thanSimon Howard
2006-08-31Use the new TXT_Sleep function in Doom.Simon Howard
2006-08-31Add dropdown listbox widgetSimon Howard
2006-08-31Exit the main loop automatically after all windows are closedSimon Howard
2006-08-31Add window listener functions to allow spying on keys and mouse buttonsSimon Howard
2006-08-31Change name of escape window actions to 'Close' and add a separateSimon Howard
2006-08-31Center the calculator in the window.Simon Howard
2006-08-31Add TXT_SelectWidget function to select a widget in a table,Simon Howard
2006-08-31Allow multiple callbacks for the same signal on widgetsSimon Howard