summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-23VC++ Project now buildsGhostlyDeath
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1127
2008-04-20Bump version to 1.1.1, update ChangeLog and NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1125
2008-04-19Fix build problem when libsamplerate support is enabled.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1124
2008-04-19Bump version to 1.1.0, update ChangeLog and NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1122
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-19Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1118
2008-04-16Update some of the documentation.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1115
2008-04-15Make the BSD PC speaker driver work on FreeBSD.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1113
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-15Fix bug with joystick configuration.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1111
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-15Fix build of Chocolate ServerRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1107
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-12Add "see also" sections to manpages and GPL note. Add "files" section toSimon Howard
chocolate-doom.6 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1104
2008-03-09update codeblocks project to reflect previous commit changesRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1103
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-28Move vc9/ project files into the msvc/ directory and update the READMESimon Howard
file for the MSVC files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1097
2008-02-28Fix MSVC project file and resource file for new filenames.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1096
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1095
2008-02-26Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1094
2008-02-26Don't sort config file variables alphabetically. Throw an exception forSimon Howard
unknown documentation comments. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1093
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-12Add use_libsamplerate variable to setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1082
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-09Set the SDL_VIDEODRIVER in setup, so that we get the correct modes listSimon Howard
(different video drivers can give different results). Restart textscreen when the video driver is changed. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1067
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-06Make 320x240 a "good" mode when aspect ratio correction is turned off.Simon Howard
Don't switch to "bad" modes when changing other settings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1055
2008-02-05Set screen_{width,height} when finding the nearest mode. Save the lastSimon Howard
mode explicitly selected and use this as criteria for which mode is nearest. Align the display window so that the top always stays still. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1046
2008-02-05fix a few warningsRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1045