summaryrefslogtreecommitdiff
path: root/src/doom
AgeCommit message (Expand)Author
2008-09-20Add I_VideoBuffer variable for pointer to screen buffer used bySimon Howard
2008-09-20Make the wipe code use dynamically allocated transition screens.Simon Howard
2008-09-17Remove definitions from heretic/doomdef.h that are in common code.Simon Howard
2008-09-17Move finecosine variable into tables.c.Simon Howard
2008-09-17Move gameaction from d_event.h into doom/ code.Simon Howard
2008-09-17Split sound code out of Heretic's i_ibm.c into s_sound.c. RenameSimon Howard
2008-09-17Silence compiler warning.Simon Howard
2008-09-14Remove i_sdlsound.c dependency on doom/Simon Howard
2008-09-11Refactor configuration file system to allow configuration file variablesSimon Howard
2008-09-10Split out variables for controls into common m_controls.c.Simon Howard
2008-09-10Split off game mode/mission/version definitions into common code, alongSimon Howard
2008-09-08Remove i_system.c dependency on doom/ code and add a generic I_AtExit()Simon Howard
2008-09-08Move s_sound.[ch] to doom/Simon Howard
2008-09-08Split off some of the s_sound.c code into i_sound.c and reimplement theSimon Howard
2008-09-07Move m_bbox.[ch] back to common (needed by v_video.c). Remove someSimon Howard
2008-09-07Move dehacked code to doom/. Split dehacked string replacement code intoSimon Howard
2008-09-07Move m_bbox.[ch], f_wipe.[ch] to doom/Simon Howard
2008-09-06Split off patch code from r_defs.h into a common file. Remove dependencySimon Howard
2008-09-06Remove dependencies of i_video.c on doom/ code.Simon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-09-06Split event code into a separate d_event.c file.Simon Howard
2008-09-06Add missing Makefile.am.Simon Howard
2008-09-06Move doom-specific files to a separate directory.Simon Howard