summaryrefslogtreecommitdiff
path: root/src/hexen
AgeCommit message (Expand)Author
2015-06-08hexen: Replace v1.0 warning with an error.Simon Howard
2015-06-03Fix demo desyncs caused by P_RunThinkers() change.Simon Howard
2015-05-27Merge pull request #516 from khokh2001/oldoplSimon Howard
2015-05-08warnings: fix "iteration XY invokes undefined behavior" warningsFabian Greffrath
2015-05-05hexen: Don't show v1.0 message for demo version.Simon Howard
2015-05-05hexen: Show a startup warning if using v1.0 IWAD.Simon Howard
2015-05-05warnings: fix "address of array .. will always evaluate to 'true'"Fabian Greffrath
2015-05-05warnings: fix "value computed is not used" warningsFabian Greffrath
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-03-09Hexen and Heretic use older DMX. Since OPL Voice Allocating algorithm differ....khokh2001
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