summaryrefslogtreecommitdiff
path: root/src/hexen
AgeCommit message (Expand)Author
2015-05-01Perform case-insensitive check for .lmp extension.Simon Howard
2015-04-26Don't read currentthinker->next after Z_Free().Simon Howard
2015-04-26hexen: Remove m_misc.c.Simon Howard
2015-04-13Fix assigning structs not compiling on Visual StudioFabian Greffrath
2015-03-30Merge pull request #523 from chocolate-doom/hexndemoFabian Greffrath
2015-03-30The 4-Level Demo Version also has 3 Info pagesFabian Greffrath
2015-03-30Turn maxplayers into a global variableFabian Greffrath
2015-03-27Remove old DOS source files.Simon Howard
2015-03-26Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom int...Fabian Greffrath
2015-03-23play sound when trying to enter a forbidden map in the demo versionFabian Greffrath
2015-03-23maintain an explicit switch list for the demo versionFabian Greffrath
2015-02-23Switch pick-up messages for Chaos Device and Disc of RepulsionFabian Greffrath
2015-02-20Refactor config file API.Simon Howard
2015-02-20Fix game code that makes false boolean assumptions.Simon Howard
2015-02-19Apparently, the Hexen font only has upper-case chcractersFabian Greffrath
2015-02-13Identify the "shareware" version early on.Fabian Greffrath
2015-02-02currently, no separate startup banner for the demo version :(Fabian Greffrath
2015-02-02adapt cheat codes for the demo versionFabian Greffrath
2015-02-02set the max_players limit in network games to 4 in shareware modeFabian Greffrath
2015-01-20Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom int...Fabian Greffrath
2015-01-20First shot at support for the Hexen 4-level DemoFabian Greffrath
2015-01-19Add extra checks to weapon cycling loops.Simon Howard
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-12-18fix some more endianess issues with the width fields in patch_t structsFabian Greffrath
2014-12-18fix a bug that causes monsters to become partly invisibleFabian Greffrath
2014-11-27hexen: audit calls to P_StartACS().Simon Howard
2014-11-27hexen: Store minotaur start time as little endian.Simon Howard
2014-11-26hexen: Fix incorrect size on M_StringCopy().Simon Howard
2014-10-01hexen: Add workaround for Mac Hexen IWAD.Simon Howard
2014-05-10hexen: Fix desync of demo1 on some platforms/compilersalexey.lysiuk
2014-05-05Clean up file headers.Simon Howard
2014-04-29hexen: Fix joystick strafe left/right buttons.Simon Howard
2014-04-27music: Add loop point Ogg/Flac metadata support.Simon Howard
2014-04-19Exit with error on startup if using the wrong IWAD.Simon Howard
2014-04-19joystick: Add joystick button to toggle menu.Simon Howard
2014-04-19joystick: Add an axis to allow strafing.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30hexen: Eliminate use of sprintf().Simon Howard
2014-03-30hexen: Make -playdemo cope with paths.Simon Howard
2014-03-29misc: Make arguments to string functions const.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2014-03-27hexen: Allow abort on startup by pressing escape.Simon Howard
2014-03-24Fix various Clang compiler warnings.Simon Howard
2014-03-23Rearrange order of SDL sound startup.Simon Howard
2014-03-23Set default for key_menu_screenshot to 0.Simon Howard
2014-03-23heretic/hexen: Fix -timedemo.Simon Howard
2014-03-22heretic/hexen: Fix automap background scrolling.Simon Howard
2014-03-18Add a dedicated key for taking screenshots.Fabian Greffrath
2014-03-17Allow for PNG screenshots.Fabian Greffrath
2014-03-16heretic/hexen: Fix pause key remapping.Simon Howard