summaryrefslogtreecommitdiff
path: root/src/hexen/h2_main.c
AgeCommit message (Expand)Author
2011-10-22Fix Heretic and Hexen multiplayer chat.Simon Howard
2011-10-17Rearrange Hexen startup to fix crash when starting a deathmatch game.Simon Howard
2011-10-17Always show the Strife intro splash screen in windowed mode, and finishSimon Howard
2011-10-14Convert Hexen to use common main loop code. Working multiplayer!Simon Howard
2011-09-24Add -testcontrols to Hexen.Simon Howard
2011-09-05Place Hexen savegames in configdir/savegames/hexen.wad/ rather thanSimon Howard
2011-02-24Load response files from main() before calling D_DoomMain, so that allSimon Howard
2010-08-31Merge from trunk.Simon Howard
2010-04-18Split out WAD command line parsing code into common code shared betweenSimon Howard
2009-06-13Merge from trunk.Simon Howard
2009-06-10Remove setbuf() call from Heretic/Hexen code.Simon Howard
2009-06-10Make Hexen weapon and map keys reconfigurable.Simon Howard
2009-06-09Make Hexen menu keys reconfigurable.Simon Howard
2009-03-09Remove WATCOMC usage (thanks Quasar)Simon Howard
2009-03-08Fix -cdrom command line parameter to work with Heretic and Hexen;Simon Howard
2008-12-20Merge from trunk.Simon Howard
2008-12-03Centralise the list of IWAD files and use bitmasks to select whichSimon Howard
2008-11-21Move setup/ into src/ and merge with main codebase. Remove duplicatedSimon Howard
2008-11-09Recreate Hexen graphical startup in SDL.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-11-02Remove Hexen TIMEBOMB code.Simon Howard
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
2008-10-13Set window title for chocolate-hexen.Simon Howard
2008-10-13Perform necessary shutdown tasks on exit of Hexen.Simon Howard
2008-10-10Set SavePath correctly and create the directory if necessary.Simon Howard
2008-10-09Add mouse grab callback for Hexen.Simon Howard
2008-10-08Save config file at exit and initialise sound (fixes music)Simon Howard
2008-10-08Replace hexen "shareware" variable with gamemode/gamemission. UseSimon Howard
2008-10-08Minor tweaks to get chocolate-hexen to build.Simon Howard
2008-10-08Switch configuration file code to common configuration file code, andSimon Howard
2008-10-03Add missing UpdateState variable.Simon Howard
2008-10-03Rename Hexen main function to common D_DoomMain function.Simon Howard
2008-10-02Split out high-level sound code from hexen/i_ibm.c and refactor to useSimon Howard
2008-10-01Remove some redundant DOS and NeXT-related code.Simon Howard
2008-10-01Remove some duplicate definitions from h2def.h.Simon Howard
2008-10-01Merge hexen/v_video.c to common.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-17Convert MAXINT/MININT -> INT_MAX/INT_MIN in Heretic/Hexen code.Simon Howard
2008-09-14Silence some compiler warnings on heretic/hexen code.Simon Howard
2008-09-11Remove duplicate w_wad.c from hexen/ and DevMaps option.Simon Howard
2008-09-05Reformat (beautify) Raven sources and add GPL headers.Simon Howard
2008-09-04Add GPLed Heretic/Hexen source.Simon Howard