summaryrefslogtreecommitdiff
path: root/setup/Makefile.am
AgeCommit message (Collapse)Author
2009-12-18Fix poor quality application icons seen when the game is running.Simon Howard
Add back 8-bit icon files alongside files including both 8-bit and high quality 32-bit versions. Use the high quality icon files for resource files includes, and the low quality ones for in-game SDL. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1750
2009-11-19Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes theSimon Howard
crash. Check and disable MIDI by default if using an older version of SDL on OS X. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1730
2009-11-19Make chocolate-setup use its own location in the filesystem to find theSimon Howard
location of the chocolate-doom executable. Remove INSTALL_DIR define. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1729
2009-06-07Fix setup tool compile on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1567
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
in configure before checking for libraries and headers, to fix Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1412
2008-05-05Add setup-manifest.xml to dist.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1143
2008-04-26Add new Chocolate Doom icon.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1129
2008-01-25Rename some files to be package name independent.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1024
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-02-24Fix library ordering for libtextscreen.a; fixes windows compile.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 841
2006-12-16Add icon for setup tool.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 777
2006-10-23Rename testconfig.[ch] to execute.[ch], add generalised framework forSimon Howard
launching Doom. Make the "Save parameters and launch Doom" option on the main menu work. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 724
2006-10-23Add m_argv.[ch] from Doom, fix up configfile.c so that it compilesSimon Howard
properly. Add to build. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 719
2006-10-22Standardise setup config variable names on the same variable names usedSimon Howard
in Doom. Add header files for source files where they are needed. Make variables static where appropriate. General cleanups etc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 712
2006-09-26When invoking chocolate doom, run it from the install dir on Unix.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 676
2006-09-25Add "test" window actions to the keyboard/mouse dialogs to invoke Chocolate Simon Howard
Doom with the -testcontrols option. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 663
2006-09-21Add compatibility options dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 647
2006-09-20Add sound config dialog. Convert some of the mouse settings to use Simon Howard
spin controls. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 636
2006-08-31Add new chocolate-setup source files into build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 589
2006-06-29Initial mouse configuration window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 564
2006-06-20Add a fake nonfunctional key bindings configuration menu.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 561
2006-06-02Add initial code for a setup utility.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 549