summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-12-20Merge from trunk.Simon Howard
2008-12-10Fix crash when playing Doom 1 levels.Simon Howard
2008-12-10Undo previous change.Simon Howard
2008-12-10Set icon before calling TXT_Init, for setup and ENDOOM screens.Simon Howard
2008-12-10Fix window icon/title under Windows XP Luna theme.Simon Howard
2008-12-09Make intermission screen work on MAP33, to be consistent with VanillaSimon Howard
2008-12-09Add check for sched_setaffinity to configure and only use it if it isSimon Howard
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
2008-12-08Update lists of keyboard/mouse/joystick buttons.Simon Howard
2008-12-08Flip the screen buffers after changing palette when doing the HexenSimon Howard
2008-12-05Auto-select the game type based on detected IWADs. If IWADs fromSimon Howard
2008-12-03Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for mapping filesSimon Howard
2008-12-03Oops.Simon Howard
2008-12-03Centralise the list of IWAD files and use bitmasks to select whichSimon Howard
2008-12-02Add missing include.Simon Howard
2008-12-02Use the hardware palette for textscreen and Hexen graphical startup.Simon Howard
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-12-01Don't try to read SDL events until initialised.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-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