summaryrefslogtreecommitdiff
path: root/src/doom/d_main.c
AgeCommit message (Expand)Author
2008-09-27Split out startup banner code into common code; display copyright noticeSimon Howard
2008-09-27Save Heretic configuration files on exit.Simon Howard
2008-09-25Make ENDOOM screen work on Heretic.Simon Howard
2008-09-24Add #ifdefs necessary to disable multiplayer.Simon Howard
2008-09-24Add I_EnableLoadingDisk function to enable Doom's "loading disk" - it isSimon Howard
2008-09-23Merge updates from trunk.Simon Howard
2008-09-20Remove screen parameter from V_DrawPatch functions; update code to useSimon Howard
2008-09-20Add I_VideoBuffer variable for pointer to screen buffer used bySimon Howard
2008-09-11Refactor configuration file system to allow configuration file variablesSimon Howard
2008-09-08Remove i_system.c dependency on doom/ code and add a generic I_AtExit()Simon Howard
2008-09-06Remove dependencies of i_video.c on doom/ code.Simon Howard
2008-09-06Split event code into a separate d_event.c file.Simon Howard
2008-09-06Move doom-specific files to a separate directory.Simon Howard