summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-08-31Initialise string input boxes to not editingSimon Howard
2006-08-31More efficient TXT_Sleep function that puts the textscreen code to sleepSimon Howard
2006-08-06Bomb out with an error when trying to draw patches that go off the screen,Simon Howard
2006-07-28Try to convert MUS even if the MUS header is not present. The new codeSimon Howard
2006-07-24Oops :-)Simon Howard
2006-07-22New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com>Simon Howard
2006-06-29Add inverted checkboxes (tick in box when value is false)Simon Howard
2006-06-29Initial mouse configuration window.Simon Howard
2006-06-29Hugely refactor the response file loading code. Allow arguments to beSimon Howard
2006-06-21Let the SDL parachute catch crashes and shut down properly. Don't crashSimon Howard
2006-06-20Add a fake nonfunctional key bindings configuration menu.Simon Howard
2006-06-20Always add a bit of padding inside windows (removes the need to add paddingSimon Howard
2006-06-18Add deh_section_sound to dehacked sections list (thanks to rpeter on the Simon Howard
2006-06-16Add hash table for fast texture lookup; refactor P_GroupLines to use anSimon Howard
2006-06-03Stop sending data to the server when a connection drops. Print a messageSimon Howard
2006-06-03Detect recursive calls to I_Error to prevent an infinite loop.Simon Howard
2006-06-03Bomb out with an error message if game options are specified to a Simon Howard
2006-06-02Make clicking on "accept" action buttons send enter keypresses to the window.Simon Howard
2006-06-02Make mouse button presses on widgets actually do useful thingsSimon Howard