summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-09Recreate Hexen graphical startup in SDL.Simon Howard
2008-11-08Recreate Heretic startup progress bar using textscreen library.Simon Howard
2008-11-08Use sizeof(short) to calculate size for allocation.Simon Howard
2008-11-03Add NULL terminator to Hexen sprite names list.Simon Howard
2008-11-03Add NULL terminator to 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-31Move gamma correction table to tables.c.Simon Howard
2008-10-31Don't set processor affinity on OSX, as it does not supportSimon 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-30Turn off warnings-as-errors.Simon 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-11- Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for memory mappedRussell Rice
2008-10-10Convert Heretic/Hexen menu code to use translated key value whenSimon Howard
2008-10-10Move shiftxform table to i_video.c; make 'data2' for key eventsSimon 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-08Move chocolate-hexen to default build.Simon 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-05Perform bounds checking on separation and volume values passed to theSimon Howard
2008-10-04Draw loading disk into a temporary buffer rather than the screen, to fixSimon 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-03Fix bug in previous commit.Simon Howard
2008-10-03Fix crash with P_FindNextHighestFloor.Simon Howard
2008-10-03Rename Hexen main function to common D_DoomMain function.Simon Howard
2008-10-03Fix Steam search path for Heretic.Simon Howard
2008-10-02Split out high-level sound code from hexen/i_ibm.c and refactor to useSimon Howard