summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-08Remove i_system.c dependency on doom/ code and add a generic I_AtExit()Simon Howard
2008-09-08Fix disabled PC speaker sounds.Simon Howard
2008-09-08Remove unneeded doomstat.h include.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-06Add missing d_event.c.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
2008-09-05Add missing Hexen Makefile.am.Simon Howard
2008-09-05Remove z_zone.c and tables.c, as these are identical to the version inSimon Howard
2008-09-05Fix #include statements to use lower case filenames. Add automakeSimon Howard
2008-09-05Reformat (beautify) Raven sources and add GPL headers.Simon Howard
2008-09-04Remove unused files.Simon Howard
2008-09-04Add GPLed Heretic/Hexen source.Simon Howard
2008-08-24Update missing chex.deh to reference its location in the idgamesSimon Howard
2008-08-20Use / as a path separator, to allow cross-compiling of resource filesSimon Howard
2008-08-19Fix crash related to A_BFGSpray with NULL target when using dehackedSimon Howard
2008-08-09Don't modify level lumps when loading levels.Simon Howard
2008-08-08Use FILE_MAP_ALL_ACCESS rather than FILE_MAP_READ when mmapping filesSimon Howard
2008-08-02Search for chex.deh in WAD path.Simon Howard
2008-07-31Update netcode to allow chex quest gameversion.Simon Howard
2008-07-31Fix crash on Chex Quest intermission screen (thanks entryway)Simon Howard
2008-07-31Automatically load chex.deh on startup if playing in chex mode.Simon Howard
2008-07-31Fix mistake in exit confirmation string that was breaking dehackedSimon Howard
2008-07-29Don't do the Final Doom teleport quirk with Chex Quest, as chex.exeSimon Howard
2008-07-29Monsters don't drop ammo in Chex Quest.Simon Howard
2008-07-29Add magic dehacked comment to enable long cheat sequences (also for ChexSimon Howard
2008-07-26In chex mode, always warp to an episode 1 level, and display the levelSimon Howard
2008-07-26Allow magic comments in dehacked files that disable the DOS dehackedSimon Howard
2008-07-26Chex Quest's chex.exe is based on the Final Doom exe, not the UltimateSimon Howard
2008-07-26Fix "dimensional shambler waiting at the dos prompt" quit message toSimon Howard
2008-07-25Initial chex.exe emulation.Simon Howard
2008-07-09Fix dehacked replacements for the "press y to quit to dos" string.Simon Howard
2008-07-07Fix quit screen confirm message to say "quit to dos" rather than justSimon Howard
2008-06-14Add a helpful message for people trying to play with the wrong IWAD.Simon Howard
2008-06-11Only apply dehacked green armor class to the green armor shirt, not theSimon Howard
2008-06-09Always set armor class to 2 when picking up a megasphere (thanksSimon Howard
2008-05-05Updated VC++ Project for added files; Manifest should have versionGhostlyDeath
2008-05-04Remove Vanilla Doom reload hack.Simon Howard
2008-05-04Add command line option to disable mmapped WAD I/O.Simon Howard
2008-05-04Fix win32 mmap driver and add to build.Simon Howard
2008-05-02Add Windows memory mapping backend.Simon Howard
2008-05-02Memory-mapped WAD access.Simon Howard