summaryrefslogtreecommitdiff
path: root/setup/execute.c
AgeCommit message (Collapse)Author
2010-12-25Pass through all command line arguments specified to the setup tool toSimon Howard
the game, to match Vanilla behavior (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2227
2009-12-18Make ExecuteCommand() under Unix return a failure when the executableSimon Howard
cannot be executed. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1748
2009-12-14Use GetModuleFileNameW to get the (Unicode) path to the Doom executable.Simon Howard
This hopefully fixes problems with Unicode directory names. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1747
2009-11-21Use execvp() rather than execv(), to look up Doom binary in the PATH ifSimon Howard
necessary. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1735
2009-11-21Fix crash with chocolate-setup under Windows (thanks Janizdreg).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1731
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-10-04Provide pointer to STARTUPINFO structure when calling CreateProcessW, toSimon Howard
stop crash under normal Windows (not CE) when launching Doom from the setup tools (thanks Janizdreg). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1709
2009-07-07Fix launching of the game from the setup tool in Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1608
2009-06-07Fix header includes (thanks exp[x])Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1575
2009-06-07Fix setup tool compile on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1567
2008-01-25Rename some files to be package name independent.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1024
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-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-02Replace WINDOWS define with _WIN32Russell Rice
Update Codeblocks project Subversion-branch: /trunk/chocolate-doom Subversion-revision: 814
2007-01-02sys/wait.h does not exist on windows (thank mingw for sucking), addRussell Rice
WIFEXITED and WEXITSTATUS macros so it can compile under windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 813
2006-12-23Add '-findiwads' command line hack so that the setup program can findSimon Howard
out what games are installed. Provide a drop-down list in setup to allow the game type to be selected. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 803
2006-10-25Make the "test controls" option work - write the current config toSimon Howard
temporary config files and make Doom use these when executing it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 738
2006-10-24Don't rely on INSTALL_DIR for the Win32 build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 735
2006-10-24Pass through config variables into response file when launching Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 731
2006-10-23Write newlines in response files to separate parameters.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 725
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