summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2013-10-15Remove gamemission variables for Heretic and Hexen and hard-code to theSimon Howard
2013-09-24Add portable functions to read integers from savegame files and useSimon Howard
2013-09-24Split Heretic savegame code into a separate file.Simon Howard
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2011-10-19Change MAXPLAYERS to NET_MAXPLAYERS and add back individual MAXPLAYERSSimon Howard
2011-10-15Remove duplicate definitions.Simon Howard
2011-10-13Convert Heretic code to use common main loop code. Working multiplayer!Simon Howard
2011-09-25Fix special1/special2 values so that they can properly hold pointerSimon Howard
2011-09-24Add -testcontrols to Heretic.Simon Howard
2011-09-05Store Heretic savegames in the configuration directory, as with DoomSimon Howard
2010-02-07Move sound structure and ammo definitions into headers. Add #ifndefSimon Howard
2009-10-16Remove CR characters from code. Minor formatting cleanups toSimon Howard
2009-03-09Remove WATCOMC usage (thanks Quasar)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-01Rename "FuzzColumn"/"FuzzPatch" for Heretic/Hexen code toSimon Howard
2008-09-27Save Heretic configuration files on exit.Simon Howard
2008-09-25Add mouse grab callback for Heretic.Simon Howard
2008-09-24Add I_InitNetwork function into d_net.c temporarily.Simon Howard
2008-09-24Replace all occurrences of long with int in the Heretic code.Simon Howard
2008-09-24Remove redundant destscreen,destview variablesSimon Howard
2008-09-20Use common event queue code.Simon Howard
2008-09-20Harmonise heretic code on TICRATE and use definition in i_timer.h.Simon Howard
2008-09-20Remove definitions from heretic/doomdef.h and use common headers. MergeSimon Howard
2008-09-20Remove heretic duplicate versions of M_AddToBox, M_ClearBox, SlopeDivSimon Howard
2008-09-20Move m_random.[ch] to doom/ (as Hexen uses a different random numberSimon Howard
2008-09-20Remove bits from heretic/m_misc.c that are in common; changeSimon Howard
2008-09-20Replace heretic "screen" variable with I_VideoBuffer.Simon Howard
2008-09-20Merge heretic/v_video.c to common code.Simon Howard
2008-09-17Remove heretic definitions for fixed math arithmetic and endiannessSimon Howard
2008-09-17Remove definitions from heretic/doomdef.h that are in common code.Simon Howard
2008-09-17Convert MAXINT/MININT -> INT_MAX/INT_MIN in Heretic/Hexen code.Simon Howard
2008-09-11Remove duplicate w_wad.c from heretic/.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-04Add GPLed Heretic/Hexen source.Simon Howard