summaryrefslogtreecommitdiff
path: root/src/hexen/g_game.c
AgeCommit message (Expand)Author
2015-03-23play sound when trying to enter a forbidden map in the demo versionFabian Greffrath
2015-02-19Apparently, the Hexen font only has upper-case chcractersFabian 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-05-05Clean up file headers.Simon Howard
2014-04-29hexen: Fix joystick strafe left/right buttons.Simon Howard
2014-04-19joystick: Add an axis to allow strafing.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2014-03-24Fix various Clang compiler warnings.Simon Howard
2014-03-23heretic/hexen: Fix -timedemo.Simon Howard
2014-03-17Allow for PNG screenshots.Fabian Greffrath
2014-03-16heretic/hexen: Fix pause key remapping.Simon Howard
2014-03-13Allow to rebind artifact keys in Hexen.Fabian Greffrath
2013-12-23heretic, hexen: Fix mouse (and joystick) weapon cycling.svdijk
2013-09-21Fix mouse "use" button in Heretic (thanks mooseman2).Simon Howard
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2011-10-19Oops.Simon Howard
2011-10-19Change MAXPLAYERS to NET_MAXPLAYERS and add back individual MAXPLAYERSSimon Howard
2011-10-17Fix Hexen multiplayer spy key rebinding.Simon Howard
2011-10-15Add weapon cycling keys for Hexen.Simon Howard
2011-10-15Revert previous change to angle constants and apply a more specific fix.Simon Howard
2011-10-14Convert Hexen to use common main loop code. Working multiplayer!Simon Howard
2011-09-25Fix special1/special2 values in Hexen code so that they can properlySimon Howard
2011-09-24Add -testcontrols to Hexen.Simon Howard
2009-06-10Make Hexen weapon and map keys reconfigurable.Simon Howard
2009-03-09Remove WATCOMC usage (thanks Quasar)Simon Howard
2008-12-01Remove 'uint' type.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
2008-10-12Fix autorun hack for Hexen.Simon Howard
2008-10-09Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump*Simon Howard
2008-10-08Switch configuration file code to common configuration file code, andSimon Howard
2008-10-03Remove calls to Logitech Cyberman code.Simon Howard
2008-10-02Split out high-level sound code from hexen/i_ibm.c and refactor to useSimon Howard
2008-10-01Remove Hexen duplicate KEY_ definitions.Simon Howard
2008-10-01Use common versions of ticcmd_t and event_t for Hexen code. Remove oldSimon Howard
2008-10-01Merge Hexen fixed_t and angle definitions to common code, plus byteSimon Howard
2008-09-05Reformat (beautify) Raven sources and add GPL headers.Simon Howard
2008-09-04Add GPLed Heretic/Hexen source.Simon Howard