summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-02Fix setup to show the correct available sfx/music options, depending onSimon Howard
2008-12-02Use PROGRAM_PREFIX for defining config file filenames.Simon 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-01Add missing header includes.Simon Howard
2008-12-01Remove 'uint' type.Simon Howard
2008-12-01Remove #pragma statements.Simon Howard
2008-12-01Fix make dist.Simon Howard
2008-11-28Update HH-TODO.Simon Howard
2008-11-28Add function to get the number of episodes.Simon Howard
2008-11-28Set svn:ignore properties on directories.Simon Howard
2008-11-28Add Heretic/Hexen controls to setup program.Simon Howard
2008-11-27Add -game command-line parameter to control what game to configureSimon Howard
2008-11-26Add bindings for remaining missing config file variables, to getSimon Howard
2008-11-24Make chocolate-setup use m_controls.c definitions for config fileSimon Howard
2008-11-23Shut up some Hexen compiler warnings.Simon Howard
2008-11-23Shut up compiler warnings in Heretic code.Simon Howard
2008-11-21Move setup/ into src/ and merge with main codebase. Remove duplicatedSimon Howard
2008-11-21Update msvc projectRussell Rice
2008-11-21Update codeblocks projectRussell Rice
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-31- Update codeblocks projectsRussell 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-26Update HH-TODO.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-13Update HH-TODO.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