summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-29Remove use of m4; use "Chocolate Doom" when referring to the program bySimon Howard
its proper name. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 762
2006-11-29Use my gmail.com email address.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 761
2006-11-27* removal of FEATURE_* defines from codeblocks projectRussell Rice
* silence some warnings Subversion-branch: /trunk/chocolate-doom Subversion-revision: 760
2006-11-25Use C99 types.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 759
2006-11-25Remove FixedDiv2; use actual fixed point version of FixedDiv (wtf?)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 758
2006-11-25Remove version from msvc/config.h. This is not generated automatically,Simon Howard
so it is better to use a nonsensical version that will encourage anyone that uses it to set it properly. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 757
2006-11-19Silence warnings in debug buildRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 756
2006-11-16Display lowres turning warning message client-side, not throughSimon Howard
server-side broadcast messages. This avoids the possibility of malicious servers that might not send the message. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 755
2006-11-16Increase buffer size to fixes crashes due to buffer overruns.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 754
2006-11-15Use booleans in place of ints where possible.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 753
2006-11-15Fix endianness problem in mus2mid code (thanks denis)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 752
2006-11-14Use getenv/putenv, not SDL_getenv/SDL_putenv.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 751
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