summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25Don't print arguments read from response files - Vanilla Doom doesn't doSimon Howard
it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 737
2006-10-24update chocolate-setup codeblocks projectRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 736
2006-10-24Don't rely on INSTALL_DIR for the Win32 build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 735
2006-10-24Add missing header for Win32 build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 734
2006-10-24Tweak capitalisation on the main menu to be more like setup.exe.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 733
2006-10-24Escape WAD filenames passed to Doom with " quotes, to allow WADSimon Howard
filenames with spaces. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 732
2006-10-24Pass through config variables into response file when launching Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 731
2006-10-24Fix player name option in setup tool.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 730
2006-10-24Make "hurt me plenty" the default skill.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 729
2006-10-24Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 728
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
error mess age. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 727
2006-10-23Build command line parameters for starting multiplayer games and joiningSimon Howard
multiplayer games. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 726
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
2006-10-23Add missing header.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 722
2006-10-23Detect when keyboard variables are changed and convert back so that theSimon Howard
new values are saved to the config file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 721
2006-10-23Load configuration on startup and save on quit. Functional setupSimon Howard
program! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 720
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-23Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 718
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 717
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 716
2006-10-23Move MakeDirectory function into m_misc.c. Move configdir related codeSimon Howard
into m_misc.c. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 715
2006-10-23Add initial setup config file code (derived from the Doom config fileSimon Howard
code). Not currently in build. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 714
2006-10-23Stackable clip areas (useful for a future implementation of scrollableSimon Howard
panes). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 713
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-10-22Fix problem caused by use of 'long' type instead of 'int' type inSimon Howard
state_t structure: caused problems when using multiplayer on 64-bit (thanks exp[x]). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 711
2006-10-22Remove d_french.h from autotools build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 710
2006-10-22Catch failure to initialise video when calling SDL_Init.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 709
2006-10-18Shut up warnings in w_wad.c.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 706
2006-10-18Timer functionssss, precious!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 705
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 704
2006-10-16Reformat coding style file. Add stuff about hungarian notation, jwz tabSimon Howard
characters link and an introduction giving a brief explanation for the choices. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 703
2006-10-15update code::blocks projectRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 702
2006-10-14Refactor I_InitGraphics.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 701
2006-10-14Disable the "loading from disk" icon on MacOS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 700
2006-10-14Display drone indicator on the netgame waiting screen if drones are connected.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 699
2006-10-14Display a different message from the normal WAD directory warning ifSimon Howard
players are mixing Freedoom/Original IWADs. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 698
2006-10-14Change wording on netgame warning message.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 697
2006-10-12Shut up compiler warnings for setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 696
2006-10-11Shut up compiler warningsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 695
2006-10-11Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 694
2006-10-10Remove d_french.h, other i18n-related stuff. If people want i18n, itSimon Howard
should be done with dehacked and/or wad replacements - see my british english translation in the idgames archive. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 693
2006-10-07Add float spin control and use it for the acceleration controller in setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 692
2006-10-06update Code::Blocks project for new md5 code.Russell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 691
2006-10-06Alternate textscreen palette that fits the Tango desktop guidelines: seeSimon Howard
http://uwstopia.nl/blog/2006/07/tango-terminal Subversion-branch: /trunk/chocolate-doom Subversion-revision: 690
2006-10-06Send deh/wad md5sums to players at the waiting screen. Display a warningSimon Howard
on the waiting screen if the checksums differ from the other players. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 689
2006-10-06Send deh/wad checksums to the server when connecting.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 688
2006-10-05Dehacked information checksum generationSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 687
2006-10-05WAD directory checksum generation codeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 686