Set the default number of channels to a more sensible 8
Global "configdir" variable with directory to store config files in.
Add warning message for WADs with FF_START or SS_START in, suggesting
Print startup banners which have been modified by dehacked.
Fix MIDI music not pausing when using SDL_mixer's native MIDI playback.
Map mouse buttons correctly.
Update NEWS with info about bugs fixed.
Check the return code from SDL_LockSurface to ensure a surface has been
Fix logic for lost soul bounce
doomfeatures.h to allow certain features to be disabled in the build
Include libtextscreen include in the right place, include deh_main.h
Handle blinking text in ENDOOM lumps properly.
Check the header of dehacked files and make sure we only load valid
Cannot do arithmetic on void pointers in standard C
Fix banner string for ultimate doom
Detect registered DOOM banner in dehacked patches
Allow dehacked substitutions on sprite names
Change dehacked startup message
Proper dehacked error/warning framework. Catch a load more errors.
Dehacked "Sound" section support
Add the ability to specify unsupported fields
Allow dehacked patches to override the name of the game via the
Print startup message to stdout, not stderr
Store the cache as part of the lumpinfo_t struct. Add W_AddFile prototype
Must use the right no clipping cheat for the right game.
Allow changing the background flats in finale text screens via dehacked
Dehacked "Misc" section parser (currently a dummy)
Parse dehacked "Ammo" sections properly
Rewrite cheats code. Add dehacked cheat replacement.
Move call to dehacked entrypoint to stop crashes
Dehacked text substitutions
Replace end of section functions with NULLs as they arent currently being
Add mapping code to map out structures and switch thing/frame code to use
Frame numbers are indexed from 0
The beginnings of dehacked support
Guard against music lumps containing non-MUS data, document in bugs list
Fix Final Doom automap level name display
Fix the length of time that ENDOOM is displayed for
ENDOOM support using text mode emulation
Make sure loading disk is only shown if the display is initialised
automake doesn't recognise .rc files unless there is a rule like this in
Always use SDL_Flip to update the screen. Fixes problems in Windows when
Add chocolate_doom_icon.c to CVS. This is kind of bad but saves having
Don't write converted output file unless everything went through
Fix melting crap on startup - oops
Fix disk icon appearing before palette is set (pink disk!)
Enforce sane screenmultiply values
Fix "loading" icon for all video modes
Add application icon to running program
Add some more useful information to the README
Remove external statistics driver support (-statcopy):
Use a new PU_FREE tag to mark free blocks, rather than the 'user' field
Generate chocolate-doom-res.rc with version and product info
Conditionally build the resource file, dependent on whether windres exists
Include icon in exe, rather than the default icon. Thanks to Joe Kennedy
Mouse acceleration code to emulate old DOS drivers
Set the default values for variables in their initialisers. Remove the
Rewrite configuration loading code; assign a type to each configuration
Remove mkinstalldirs (redundant now); include BUGS and TODO in distribution
Fix startup messages displayed (build a console binary; remove CON
Lock surfaces properly when we have to (fixes crash under Windows 98)
Remove temporary MIDI files generated by sound code.
Fix sounds playing at the wrong volume (too quiet)
Update NEWS with information about alt-tab bug