summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-10-03Add mapping code to map out structures and switch thing/frame code to useSimon Howard
this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 155
2005-10-03Frame numbers are indexed from 0Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 154
2005-10-02The beginnings of dehacked supportSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 153
2005-10-02Guard against music lumps containing non-MUS data, document in bugs listSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 152
2005-10-02Fix Final Doom automap level name displaySimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 150
2005-10-02Fixes for Final DoomSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 149
2005-10-02Fix the length of time that ENDOOM is displayed forSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 148
2005-10-02ENDOOM support using text mode emulationSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 147
2005-10-02Make sure loading disk is only shown if the display is initialisedSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 145
2005-10-01automake doesn't recognise .rc files unless there is a rule like this inSimon Howard
here. Store the rule in both forms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 142
2005-09-27Always use SDL_Flip to update the screen. Fixes problems in Windows whenSimon Howard
running fullscreen, introduced by fixes to the disk icon code. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 140
2005-09-27Fix .rc -> .o ruleSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 139
2005-09-27Add chocolate_doom_icon.c to CVS. This is kind of bad but saves havingSimon Howard
to have Python installed Subversion-branch: /trunk/chocolate-doom Subversion-revision: 138
2005-09-27Don't write converted output file unless everything went throughSimon Howard
okay. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 137
2005-09-26Fix melting crap on startup - oopsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 134
2005-09-25Fix disk icon appearing before palette is set (pink disk!)Simon Howard
Cleanup and commenting Subversion-branch: /trunk/chocolate-doom Subversion-revision: 133
2005-09-24Remove leftover debug codeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 131
2005-09-24Enforce sane screenmultiply valuesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 130
2005-09-24Fix "loading" icon for all video modesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 129
2005-09-24Commit uac_dead fixSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 127
2005-09-24Add application icon to running programSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 126
2005-09-2264-bit fixesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 125
2005-09-22Remove external statistics driver support (-statcopy):Simon Howard
nonfunctional on modern systems and never used. Fix for systems where sizeof(int) != sizeof(void *) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 120
2005-09-22Use a new PU_FREE tag to mark free blocks, rather than the 'user' fieldSimon Howard
(avoids using magic numbers to mark allocated blocks with no user) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 119
2005-09-20Generate chocolate-doom-res.rc with version and product infoSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 118
2005-09-20Conditionally build the resource file, dependent on whether windres existsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 117
2005-09-20Include icon in exe, rather than the default icon. Thanks to Joe KennedySimon Howard
for drawing this icon. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 115
2005-09-17Mouse acceleration code to emulate old DOS driversSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 111
2005-09-17Set the default values for variables in their initialisers. Remove theSimon Howard
"defaultvalue" parameter and associated code from the configuration file parsing code. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 110
2005-09-17Rewrite configuration loading code; assign a type to each configurationSimon Howard
parameter. Allow float parameters, align all values in the configuration files Subversion-branch: /trunk/chocolate-doom Subversion-revision: 109
2005-09-14Fix startup messages displayed (build a console binary; remove CONSimon Howard
redirection code) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 106
2005-09-14Lock surfaces properly when we have to (fixes crash under Windows 98)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 105
2005-09-11Remove temporary MIDI files generated by sound code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 102
2005-09-11Fix sounds playing at the wrong volume (too quiet)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 101
2005-09-11Second configuration file to allow chocolate doom-specific settings.Simon Howard
Adjust some existing command line logic (for graphics settings and novert) to adjust for this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 98
2005-09-11Fix declaration of I_Sleep (not I_Delay) and move to right headerSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 97
2005-09-11Missing declarationsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 96
2005-09-08Delay calls so we don't use the entire CPUSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 95
2005-09-08Allow alt-tab away while running fullscreenSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 94
2005-09-08MAXINTERCEPTS got converted to INT_MAXERCEPTS accidentally when switchingSimon Howard
to the ANSI standard limit constants Subversion-branch: /trunk/chocolate-doom Subversion-revision: 93
2005-09-08Fix switches not changing in Episode 4Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 91
2005-09-07No SIGHUP on WindowsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 89
2005-09-07Modify the sound effect caching behaviour: sounds which are not playingSimon Howard
are now marked as PU_CACHE; it is otherwise possible to run out of memory. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 87
2005-09-07Catch signals and exit cleanlySimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 86
2005-09-07Remove non-ANSI C headers and functionsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 85
2005-09-07Remove non-ANSI C headers. Use standard C file I/O functions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 84
2005-09-07Fix up names of functionsSimon Howard
Make the quit button work (pops up the "quit doom?" prompt). Fix focus detection to release the mouse and ignore mouse events when window is not focused. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 83
2005-09-07Maintain dos-specific options in config fileSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 82
2005-09-06Restore -nosound, -nosfx, -nomusicSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 80
2005-09-06Setting music volumeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 79