summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-14Support running as a screensaver under X!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 750
2006-11-10Fix for playing demos on PPC (actually, fix for loading single lumpSimon Howard
files on non-little-endian machines). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 749
2006-11-10Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windibSimon Howard
on Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 748
2006-11-06Use DirectX by default on Windows.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 747
2006-11-06Center the mouse on startup to prevent abrupt turns when launching aSimon Howard
game from the command line. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 746
2006-11-02Update NEWS file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 745
2006-10-31Simulate overflowing the Doom frame table in dehacked patches (DOSSimon Howard
dehacked's behavior). Overwrite the weaponinfo table instead when changes are made to the last element in states[]. Thanks to grazza for pointing out that Chococlate Doom did not emulate this bug. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 744
2006-10-28Explicitly support dehacked patches that overflow the ammo[] array withSimon Howard
an invalid ammo type, allowing weapons that decrease the max ammo of other weapons. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 743
2006-10-28Display a warning when setting dehacked fields that would overflowSimon Howard
buffers in Vanilla dehacked. This should help pick up bugs like the one in Batman Doom. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 742
2006-10-27Allow multiple dehacked patches to be specified with the -deh commandSimon Howard
line paramter, as with -file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 741
2006-10-25Allow F10 to exit in testcontrols mode.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 740
2006-10-25"Always run" trick should only be when joyb_speed >= 10. Use 29 as theSimon Howard
ideal value in setup as this works in Original, Ultimate and Final Doom, Heretic, Hexen and Strife. Thanks to Janizdreg for this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 739
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