summaryrefslogtreecommitdiff
path: root/src/hexen
AgeCommit message (Expand)Author
2010-08-31Merge from trunk.Simon Howard
2010-06-12Add tags files to svn:ignore.Simon Howard
2010-05-03Fix compiler warnings.Simon Howard
2010-04-30Scale up music volume from configuration file value in Heretic/Hexen.Simon Howard
2010-04-18Fix svn:ignore properties.Simon Howard
2010-04-18Split out WAD command line parsing code into common code shared betweenSimon Howard
2010-02-06Fix Heretic/Hexen "noise" sound debug cheats.Simon Howard
2009-10-16Remove CR characters from code. Minor formatting cleanups toSimon Howard
2009-10-16Fix compile under MSVC (thanks entryway).Simon 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-05-04Fix window close button to bring up F10 quit message.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
2009-02-03Fix compiler warnings.Simon Howard
2009-01-27Calculate size of linebuffer using sizeof (64-bit fix)Simon Howard
2009-01-27Fix for R_InitTranslationTables to not align on a 256 byte boundarySimon Howard
2009-01-27Don't align "colormaps" on a 256 byte boundary (fix for 64 bit)Simon Howard
2009-01-27long -> intSimon Howard
2009-01-27Change obsolete pointer field to an integer field (fix for 64 bit)Simon Howard
2009-01-27Use sizeof() to calculate amounts to allocate, rather than hard-codedSimon Howard
2008-12-20Fix Hexen startup code to set window title before setting video modeSimon Howard
2008-12-20Merge from trunk.Simon Howard
2008-12-03Centralise the list of IWAD files and use bitmasks to select whichSimon Howard
2008-12-02Fix endianness bug with Hexen ACS code.Simon Howard
2008-12-01Do endianness conversion when accessing patch->width fields.Simon Howard
2008-12-01Remove 'uint' type.Simon Howard
2008-12-01Remove #pragma statements.Simon Howard
2008-11-28Set svn:ignore properties on directories.Simon Howard
2008-11-23Shut up some Hexen compiler warnings.Simon 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-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