summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-10-08Allow dehacked patches to override the name of the game via theSimon Howard
startup banner. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 170
2005-10-08Print startup message to stdout, not stderrSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 169
2005-10-08WAD merging codeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 168
2005-10-08Store the cache as part of the lumpinfo_t struct. Add W_AddFile prototypeSimon Howard
to header. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 167
2005-10-06Must use the right no clipping cheat for the right game.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 166
2005-10-06Allow changing the background flats in finale text screens via dehackedSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 165
2005-10-04Dehacked "Misc" section parser (currently a dummy)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 164
2005-10-04Parse dehacked "Ammo" sections properlySimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 163
2005-10-04Rewrite cheats code. Add dehacked cheat replacement.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 162
2005-10-04Move call to dehacked entrypoint to stop crashesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 161
2005-10-03Dehacked text substitutionsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 160
2005-10-03Weapons mapping codeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 158
2005-10-03Replace end of section functions with NULLs as they arent currently beingSimon Howard
used for anything. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 157
2005-10-03Add a weaponinfo_t mappingSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 156
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