summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-04-26Add new Chocolate Doom icon.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1129
2008-04-25Generate transparency mask for the application icon from black parts ofSimon Howard
the image. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1128
2008-04-19Fix build problem when libsamplerate support is enabled.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1124
2008-04-19Fix some more warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1121
2008-04-19Fix warning.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1120
2008-04-19Don't successfully save a savegame if a buffer overrun occurs, and don'tSimon Howard
overwrite the existing savegame. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1119
2008-04-15Make use_libsamplerate be an integer value that controls conversionSimon Howard
quality, rather than an on/off setting. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1112
2008-04-02April Fools!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1110
2008-04-01Flip all levels on load - the game is more fun this way.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1109
2008-03-30Fix an error messageRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1108
2008-03-13Display a warning message if use_libsamplerate != 0, but libsamplerateSimon Howard
support is not compiled in. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1106
2008-03-13Apply SRC patch from David Flater.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1105
2008-03-09Split out configuration file code from m_misc.c into m_config.c. MoveSimon Howard
screenshot code into v_video.c Add M_FileLength common function for finding the length of an open file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1102
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1095
2008-02-26Minor config file documentation fixes.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1092
2008-02-25Replace manpage header, footer, environment files with a single templateSimon Howard
file. Generate documentation for the default.cfg and chocolate-doom.cfg configuration files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1091
2008-02-24Switch to using CONFIG_VARIABLE_ macros for the configuration fileSimon Howard
tables. Add documentation for each value (for autogenerating documentation). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1090
2008-02-24Fix leftover "junk" displayed on the screen on the initial melt whenSimon Howard
using -warp. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1089
2008-02-23Perform a low-pass filter of converted sounds to filter outSimon Howard
high-frequency noise from the upscaling process. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1088
2008-02-21Shut up compile warning.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1087
2008-02-17Add command line option for server to allow client version checking toSimon Howard
be disabled. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1086
2008-02-13Don't try to precache sound effects that don't exist.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1085
2008-02-12Add comment.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1084
2008-02-12Use SRC_SINC_FASTEST for speed when using libsamplerate for conversions,Simon Howard
and precache all sound effects for speed. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1083
2008-02-12Set the default startup_delay to 1s.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1081
2008-02-11Add support for sample rate conversion using libsamplerate (thanks toSimon Howard
David Flater for this patch). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1076
2008-02-10Fix compiler warnings. Refactor the intercepts overrun code so that itSimon Howard
should work properly on big endian machines as well as little endian machines. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1074
2008-02-09Fix up the R_Main startup progress dots. If stdout is a file, don'tSimon Howard
display the surrounding box. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1069
2008-02-09Set the process affinity mask to 1 on Windows, to work around a bug inSimon Howard
SDL_mixer (thanks entryway). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1068
2008-02-09Define WIN32_LEAN_AND_MEAN to fix windows build of i_system.c.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1066
2008-02-09Remove some unneeded functions from i_system.c. Make I_Error exit usingSimon Howard
exit() rather than abort(). Display a message box with the error on Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1065
2008-02-06Use geometric distance to find the nearest mode when autoadjusting,Simon Howard
rather than number of pixels. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1057
2008-02-06Add -geometry command line parameter to allow the screen size to beSimon Howard
specified with one combined option. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1056
2008-02-05fix a few warningsRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1045
2008-02-04Mark 512x400 as a "bad" mode (don't autoadjust to it in fullscreen).Simon Howard
Makes 640x480 the default when 320x200 mode is not available. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1043
2008-01-30Be more accurate in describing windowboxed modes as eitherSimon Howard
"pillarboxed", "letterboxed" or "windowboxed". Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1036
2008-01-25Update win32 resource files for the new icon filenames.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1030
2008-01-25Rename some files to be package name independent.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1024
2008-01-24Make lookup tables const where possible.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1015
2008-01-24Fix fast / respawning monsters parameter not exchanged when startingSimon Howard
netgames (thanks GhostlyDeath). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1014
2008-01-22Use MEM_SEEK_SET for memio, not SEEK_SET.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1012
2008-01-20Fix loading disk icon. Add back -1, -2, -3 command line options forSimon Howard
scale. Only allow 320x200, 640x400 special case for aspect ratio correct when running fullscreen. Clean up "nearest mode" autoadjustment. Fix crash with autoadjust when running windowed. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1007
2008-01-20Add -width, -height command line parameters for specifying the screenSimon Howard
mode. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1006
2008-01-20Refactor the video mode configuration system.Simon Howard
The previous system was built around the program choosing a screen mode from the user's settings, this is based around choosing settings from the specified screen mode. As such, the old screenmultiply config variable is now gone. Also, aspect ratio correction is now on by default. Add new aspect ratio correction functions for horizontal squashing (as a complement to the existing vertical stretching). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1005
2008-01-16Added MSVC9 (2k8 Express) Project File; The client builds but -setup andGhostlyDeath
-server just need to have files excluded/included from the project Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1000
2008-01-10Use the same spechits magic value that PrBoom-plus uses (thanksSimon Howard
Lemonzest). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 997
2007-12-18Don't center the mouse on startup if the mouse is disabled (thanksSimon Howard
Siggi) Reset the palette when the window is restored to clear any screen corruption (thanks Catoptromancy) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 994
2007-12-14Don't grab the mouse if the mouse is disabled by -nomouse or throughSimon Howard
use_mouse in the configuration file (thanks MikeRS). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 990
2007-12-14Include doomfeatures.h in deh_misc.h so that FEATURE_DEHACKED is checkedSimon Howard
properly. Fixes STRAIN desyncs with BFG Cells/Shot not set properly. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 988
2007-12-13Add missing argument to the extraconfig command line parameter.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 986