summaryrefslogtreecommitdiff
path: root/src/hexen
AgeCommit message (Expand)Author
2008-11-09Recreate Hexen graphical startup in SDL.Simon Howard
2008-11-03Add NULL terminator to Hexen sprite names list.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-11-02Remove Hexen TIMEBOMB code.Simon Howard
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
2008-10-30- Add missing m_random.h for hexenRussell Rice
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
2008-10-29Update Hexen to use common cheats code.Simon Howard
2008-10-29Add packed structure attribute for structures read from disk.Simon Howard
2008-10-24Further fixes to stop lumps being modified.Simon Howard
2008-10-24Fix Heretic/Hexen implementations of P_LoadBlockmap to not modify theSimon Howard
2008-10-24Endianness fixes for ACS code.Simon Howard
2008-10-23Fix Heretic/Hexen demo desyncs.Simon 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-12Don't hog the CPU.Simon Howard
2008-10-12Fix autorun hack for Hexen.Simon Howard
2008-10-10Convert Heretic/Hexen menu code to use translated key value whenSimon Howard
2008-10-10Fix crash at Hexen title screen.Simon Howard
2008-10-10Set SavePath correctly and create the directory if necessary.Simon Howard
2008-10-09Fix crashes when loading the same level twice.Simon Howard
2008-10-09Add mouse grab callback for Hexen.Simon Howard
2008-10-09Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump*Simon Howard
2008-10-08Fix sound effects!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-08Remove unused tsm_ID reference.Simon Howard
2008-10-08Use internal DisplayTicker variable for hexen/sb_bar.c.Simon Howard
2008-10-08Switch configuration file code to common configuration file code, andSimon Howard
2008-10-03Disable calls into low-level netgame code, until netgames are fixed.Simon Howard
2008-10-03Remove calls to Logitech Cyberman code.Simon Howard
2008-10-03Remove #defines for hexen/r_draw.c; we are only using the C versions ofSimon 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 duplicate SlopeDiv function.Simon 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-01Remove Hexen duplicate KEY_ definitions.Simon Howard
2008-10-01Merge tinttable variable to common.Simon Howard
2008-10-01Merge hexen/v_video.c to common.Simon Howard
2008-10-01Rename "FuzzColumn"/"FuzzPatch" for Heretic/Hexen code toSimon 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-17Remove Logitech Cyberman code.Simon Howard
2008-09-17Convert MAXINT/MININT -> INT_MAX/INT_MIN in Heretic/Hexen code.Simon Howard
2008-09-16Clean up some warnings in the 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