summaryrefslogtreecommitdiff
path: root/src/hexen
AgeCommit message (Expand)Author
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
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