summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-10-03Replace end of section functions with NULLs as they arent currently beingSimon Howard
2005-10-03Add a weaponinfo_t mappingSimon Howard
2005-10-03Add mapping code to map out structures and switch thing/frame code to useSimon Howard
2005-10-03Frame numbers are indexed from 0Simon Howard
2005-10-02The beginnings of dehacked supportSimon Howard
2005-10-02Guard against music lumps containing non-MUS data, document in bugs listSimon Howard
2005-10-02Fix Final Doom automap level name displaySimon Howard
2005-10-02Fixes for Final DoomSimon Howard
2005-10-02Fix the length of time that ENDOOM is displayed forSimon Howard
2005-10-02ENDOOM support using text mode emulationSimon Howard
2005-10-02Make sure loading disk is only shown if the display is initialisedSimon Howard
2005-10-01automake doesn't recognise .rc files unless there is a rule like this inSimon Howard
2005-09-27Always use SDL_Flip to update the screen. Fixes problems in Windows whenSimon Howard
2005-09-27Fix .rc -> .o ruleSimon Howard
2005-09-27Add chocolate_doom_icon.c to CVS. This is kind of bad but saves havingSimon Howard
2005-09-27Don't write converted output file unless everything went throughSimon Howard
2005-09-26Fix melting crap on startup - oopsSimon Howard
2005-09-25Fix disk icon appearing before palette is set (pink disk!)Simon Howard
2005-09-24Remove leftover debug codeSimon Howard
2005-09-24Enforce sane screenmultiply valuesSimon Howard
2005-09-24Fix "loading" icon for all video modesSimon Howard
2005-09-24Commit uac_dead fixSimon Howard
2005-09-24Add application icon to running programSimon Howard
2005-09-2264-bit fixesSimon Howard
2005-09-22Remove external statistics driver support (-statcopy):Simon Howard
2005-09-22Use a new PU_FREE tag to mark free blocks, rather than the 'user' fieldSimon Howard
2005-09-20Generate chocolate-doom-res.rc with version and product infoSimon Howard
2005-09-20Conditionally build the resource file, dependent on whether windres existsSimon Howard
2005-09-20Include icon in exe, rather than the default icon. Thanks to Joe KennedySimon Howard
2005-09-17Mouse acceleration code to emulate old DOS driversSimon Howard
2005-09-17Set the default values for variables in their initialisers. Remove theSimon Howard
2005-09-17Rewrite configuration loading code; assign a type to each configurationSimon Howard
2005-09-14Fix startup messages displayed (build a console binary; remove CONSimon Howard
2005-09-14Lock surfaces properly when we have to (fixes crash under Windows 98)Simon Howard
2005-09-11Remove temporary MIDI files generated by sound code.Simon Howard
2005-09-11Fix sounds playing at the wrong volume (too quiet)Simon Howard
2005-09-11Second configuration file to allow chocolate doom-specific settings.Simon Howard
2005-09-11Fix declaration of I_Sleep (not I_Delay) and move to right headerSimon Howard
2005-09-11Missing declarationsSimon Howard
2005-09-08Delay calls so we don't use the entire CPUSimon Howard
2005-09-08Allow alt-tab away while running fullscreenSimon Howard
2005-09-08MAXINTERCEPTS got converted to INT_MAXERCEPTS accidentally when switchingSimon Howard
2005-09-08Fix switches not changing in Episode 4Simon Howard
2005-09-07No SIGHUP on WindowsSimon Howard
2005-09-07Modify the sound effect caching behaviour: sounds which are not playingSimon Howard
2005-09-07Catch signals and exit cleanlySimon Howard
2005-09-07Remove non-ANSI C headers and functionsSimon Howard
2005-09-07Remove non-ANSI C headers. Use standard C file I/O functions.Simon Howard
2005-09-07Fix up names of functionsSimon Howard
2005-09-07Maintain dos-specific options in config fileSimon Howard