summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 590
2006-08-31Add new chocolate-setup source files into build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 589
2006-08-31Build man/ and setup/ directories from main makefile.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 588
2006-08-31Add manual pages to buildSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 587
2006-08-31Fix problem with 'c:\' in doom-options.inSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 586
2006-08-31Change the 'abort' button to a quit button on the main menu. Change theSimon Howard
confirmation dialog to use 'abort'. Working 'start network game' button. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 585
2006-08-31Add display.c with missing ConfigDisplay and multiplayer.c withSimon Howard
multiplayer game start window. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 584
2006-08-31Add key and mouse input widgets for selecting keys and mouse buttons.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 583
2006-08-31Check for 'ff_end' not 'ff_start' when displaying warning message aboutSimon Howard
merging flats. Some old Vanilla WADs used ff_start..f_end to add extra flats and this message should not be displayed for them. Use American spelling of 'behavior'. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 582
2006-08-31Allow the demo size limit to be disabled through the config file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 581
2006-08-31Bomb out with an error when a dehacked string is set that is longer thanSimon Howard
is possible in Vanilla Doom with normal dehacked. Chocolate Doom is unforgiving! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 580
2006-08-31Use the new TXT_Sleep function in Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 579
2006-08-31Add dropdown listbox widgetSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 578
2006-08-31Exit the main loop automatically after all windows are closedSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 577
2006-08-31Add window listener functions to allow spying on keys and mouse buttonsSimon Howard
received by windows. Emit a 'closed' signal when a window is closed. Allow windows to have no action buttons. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 576
2006-08-31Change name of escape window actions to 'Close' and add a separateSimon Howard
'Abort' button creator. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 575
2006-08-31Center the calculator in the window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 574
2006-08-31Add TXT_SelectWidget function to select a widget in a table,Simon Howard
TXT_SetColumnWidths to set table column widths. Don't send key presses to unselectable widgets. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 573
2006-08-31Allow multiple callbacks for the same signal on widgetsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 572
2006-08-31Initialise string input boxes to not editingSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 571
2006-08-31More efficient TXT_Sleep function that puts the textscreen code to sleepSimon Howard
until an event is received or the screen needs to blink. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 570
2006-08-06Bomb out with an error when trying to draw patches that go off the screen,Simon Howard
as Vanilla Doom does. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 569
2006-07-28Try to convert MUS even if the MUS header is not present. The new codeSimon Howard
plays the deca.wad titlescreen music properly! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 568
2006-07-24Oops :-)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 567
2006-07-22New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com>Simon Howard
This plays back a lot of music closer to Vanilla Doom - eg. tnt.wad map02 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 566
2006-06-29Add inverted checkboxes (tick in box when value is false)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 565
2006-06-29Initial mouse configuration window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 564
2006-06-29Hugely refactor the response file loading code. Allow arguments to beSimon Howard
enclosed in quotes; this allows long filenames with spaces in to be specified with -file in response files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 563
2006-06-21Let the SDL parachute catch crashes and shut down properly. Don't crashSimon Howard
after playing demos. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 562
2006-06-20Add a fake nonfunctional key bindings configuration menu.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 561
2006-06-20Always add a bit of padding inside windows (removes the need to add paddingSimon Howard
explicitly in labels). Set the window title from the desktop title. Only draw widget selection highlight in the window with focus (top window). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 560
2006-06-18Add deh_section_sound to dehacked sections list (thanks to rpeter on the Simon Howard
dw forums). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 559
2006-06-16Add hash table for fast texture lookup; refactor P_GroupLines to use anSimon Howard
O(n) rather than O(n^2) algorithm: faster loading maps like sid.wad map03 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 558
2006-06-03Stop sending data to the server when a connection drops. Print a messageSimon Howard
to the console as well. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 557
2006-06-03Detect recursive calls to I_Error to prevent an infinite loop.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 556
2006-06-03Bomb out with an error message if game options are specified to a Simon Howard
dedicated server. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 555
2006-06-02Make clicking on "accept" action buttons send enter keypresses to the window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 554
2006-06-02Make mouse button presses on widgets actually do useful thingsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 553
2006-06-02Rearrange the buttons in the setup exit confirmation box.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 552
2006-06-02Add utility functions to create "Abort" and "Accept" window actionsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 551
2006-06-02Draw the bottom separator in windows at the full window width.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 550
2006-06-02Add initial code for a setup utility.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 549
2006-06-02Update BUGS list.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 548
2006-06-02textscreen: Rejig how the entire drawing process works. Add a recursiveSimon Howard
layout method that assigns the position and size of widgets for the whole window before drawing. Add another method that responds to mouse button presses. Allow windows to have no title bar by specifying NULL as the title. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 547
2006-05-29Add ability to make widgets right aligned or centered within tables.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 546
2006-05-29Convert calculator example to strutsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 545
2006-05-29Add -autojoin command line parameter to automatically search a local LAN Simon Howard
for a server and join it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 544
2006-05-29Fix broadcast transmits (-search works!)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 543
2006-05-29Add textscreen.h top level header to avoid having to include all txt_*Simon Howard
headers individually. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 542
2006-05-29Allow struts to force height as well as width. Hide "start game" buttonSimon Howard
for players which are not the game controller. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 541