summaryrefslogtreecommitdiff
path: root/setup
AgeCommit message (Collapse)Author
2008-04-26Add new Chocolate Doom icon.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1129
2008-04-15Fix bug with joystick configuration.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1111
2008-02-12Add use_libsamplerate variable to setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1082
2008-02-12Set the default startup_delay to 1s.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1081
2008-02-09Set the SDL_VIDEODRIVER in setup, so that we get the correct modes listSimon Howard
(different video drivers can give different results). Restart textscreen when the video driver is changed. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1067
2008-02-06Make 320x240 a "good" mode when aspect ratio correction is turned off.Simon Howard
Don't switch to "bad" modes when changing other settings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1055
2008-02-05Set screen_{width,height} when finding the nearest mode. Save the lastSimon Howard
mode explicitly selected and use this as criteria for which mode is nearest. Align the display window so that the top always stays still. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1046
2008-02-04Update chocolate-setup to the new screen mode config system.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1042
2008-01-25Update win32 resource files for the new icon filenames.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1030
2008-01-25Rename some files to be package name independent.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1024
2008-01-16Updated VC9 project, -setup and -server now build correctlyGhostlyDeath
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1001
2007-11-23Use _spawnv() to invoke Doom under Windows, rather than system(). FixesSimon Howard
bug with DOS window "flashing up" when opening the multiplayer dialogs. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 980
2007-10-18Shut up signed / unsigned comparison warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 978
2007-09-02Disable "saving config in ... " message for setup (thanks MikeRS)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 964
2007-07-29Allow more than the standard three mouse buttons to be defined throughSimon Howard
setup (hopefully) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 939
2007-07-22Add missing new mouse buttons to setup (thanks RazTK).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 938
2007-07-10Shut up compiler warning.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 936
2007-07-08Make the numeric keypad behave like Vanilla does.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 935
2007-07-05Clearer prompt when asking whether to save settings on exit of setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 931
2007-07-05Remove "startup delay" from the setup display configuration dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 930
2007-06-22Don't allow two actions bound to the same button in setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 926
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
sizeof(*array) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 922
2007-06-20Add x5 screen scale (thanks MikeRS!)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 919
2007-06-20Add new configuration options for the mouse and joystick for controlsSimon Howard
that are available through the keyboard. Justification: this is already possible through advanced mouse drivers and programs like js2x, so there might as well be a proper interface for it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 918
2007-06-18Add -iwad when joining a game, as well as when creating one (thanksSimon Howard
MikeRS :-) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 916
2007-06-14Add configuration file variable to change the sound sample rateSimon Howard
(snd_samplerate) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 906
2007-06-13Working joystick code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 903
2007-06-09Joystick calibration (untested)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 901
2007-06-09Add *.exe to svn:ignore.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 899
2007-06-09Initial joystick calibration code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 898
2007-06-09Open the joystick when prompting for a new button.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 897
2007-06-04Remove unneeded SDL.h include.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 895
2007-06-04Oops!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 894
2007-06-04Completed joystick button selection widget (untested)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 893
2007-06-01Hide the joystick speed control when the always run hack is being used.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 888
2007-05-31Initial joystick support.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 887
2007-05-02Check in autoconf if python is installed; if not, don't run pythonSimon Howard
scripts. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 873
2007-03-16Add config file option to enable/disable native keyboard bindings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 860
2007-03-12Change "sound effects enabled" checkbox to a dropdown, allowing PCSimon Howard
speaker to be selected as well. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 855
2007-03-10Ignore the HOME environment variable on Windows - just behave likeSimon Howard
Vanilla Doom. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 853
2007-03-09Fix discrepancy between Doom and setup program when prompting for keys.Simon Howard
Add the ability to enable/disable key mappings so that the raw key can be read in setup, exactly the same way that it is in Doom. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 846
2007-02-24Fix up setup tool to display the video driver setting tabulated with allSimon Howard
the other settings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 843
2007-02-24Fix library ordering for libtextscreen.a; fixes windows compile.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 841
2007-02-23Fix compile errors.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 840
2007-02-23Add an extra option to chocolate-setup on Windows to allow the videoSimon Howard
driver to be selected from directx and windib. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 839
2007-01-06Set svn:ignore properties on directories.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 824
2007-01-06temp -> tempdirRussell Rice
update codeblocks projects (which is a new format, latest cb svn build is needed) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 822
2007-01-06Choose the locations for temporary files more intelligently.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 821
2007-01-05Make the WADs input box wider. Rename labels in the start multiplayerSimon Howard
game dialog. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 819
2007-01-02Replace WINDOWS define with _WIN32Russell Rice
Update Codeblocks project Subversion-branch: /trunk/chocolate-doom Subversion-revision: 814