summaryrefslogtreecommitdiff
path: root/src/setup
AgeCommit message (Collapse)Author
2010-02-05Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1845
2009-11-21Make assembly name in setup-manifest.xml use PROGRAM_PREFIX. RemoveSimon Howard
INSTALL_DIR #define when building setup. Subversion-branch: /branches/raven-branch Subversion-revision: 1740
2009-11-21Fix launch of game from setup tool.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1738
2009-11-21Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1737
2009-07-11Only show altdeath option in Doom setup.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1616
2009-07-09Select the game to configure automatically if the game name is foundSimon Howard
inside the name of the executable. Rename the executable for the Windows CE install packages. Subversion-branch: /branches/raven-branch Subversion-revision: 1612
2009-07-09Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1610
2009-06-13Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1601
2009-06-12Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1596
2009-06-11Fix wince include. Use top_builddir instead of .. where appropriate.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1591
2009-06-09Move menu/map/weapon key variables into common code, and bind variables.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1581
2009-06-09Rearrange the keyboard controls dialog. Move weapons controls into theSimon Howard
"more controls" subdialog. Subversion-branch: /branches/raven-branch Subversion-revision: 1580
2009-06-09Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1579
2009-05-21Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1528
2009-05-14Add character class selectors for Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1523
2009-05-14Merge from trunk. Note that src/i_sdlsound.c has not yet been merged asSimon Howard
it contains too many conflicts at present. Subversion-branch: /branches/raven-branch Subversion-revision: 1522
2009-05-10Remove left-over debug message.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1518
2009-05-10Set appropriate skill strings for Heretic/Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1517
2009-05-10Use the internal IWAD search for the setup multiplayer dialogs ratherSimon Howard
than the -findiwads command line hack. Subversion-branch: /branches/raven-branch Subversion-revision: 1516
2009-05-08Choose appropriate executable depending on game type.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1514
2009-05-08Set gamesdir variable in Makefile.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1513
2009-05-04Autogenerate setup-manifest.xml with the current version.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1507
2009-03-08Fix -cdrom command line parameter to work with Heretic and Hexen;Simon Howard
compiles now work on Windows. Subversion-branch: /branches/raven-branch Subversion-revision: 1452
2008-12-08Update lists of keyboard/mouse/joystick buttons.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1411
2008-12-05Auto-select the game type based on detected IWADs. If IWADs fromSimon Howard
multiple games are detected, pop up a dialog box to prompt the user to select a game to configure. Subversion-branch: /branches/raven-branch Subversion-revision: 1408
2008-12-02Add missing include.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1404
2008-12-02Fix setup to show the correct available sfx/music options, depending onSimon Howard
the game type. Add CD music option for Hexen. Subversion-branch: /branches/raven-branch Subversion-revision: 1402
2008-12-02Use PROGRAM_PREFIX for defining config file filenames.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1401
2008-12-01Add missing header includes.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1398
2008-11-28Set svn:ignore properties on directories.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1391
2008-11-28Add Heretic/Hexen controls to setup program.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1390
2008-11-27Add -game command-line parameter to control what game to configureSimon Howard
settings for. Subversion-branch: /branches/raven-branch Subversion-revision: 1389
2008-11-26Add bindings for remaining missing config file variables, to getSimon Howard
chocolate-setup functional again. Subversion-branch: /branches/raven-branch Subversion-revision: 1388
2008-11-24Make chocolate-setup use m_controls.c definitions for config fileSimon Howard
keyboard/mouse/joystick variables. Make other configuration file variables static and add bind functions. Subversion-branch: /branches/raven-branch Subversion-revision: 1387
2008-11-21Move setup/ into src/ and merge with main codebase. Remove duplicatedSimon Howard
code. Split out I_Endoom to separate i_endoom.c file. Subversion-branch: /branches/raven-branch Subversion-revision: 1384