summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2010-04-30Merge from trunk.Simon Howard
2010-04-18Split out WAD command line parsing code into common code shared betweenSimon Howard
2010-02-07Initial code for HHE patch support.Simon Howard
2010-02-05Merge from trunk.Simon Howard
2010-02-02Move parts of dehacked code into top-level common code, to allow futureSimon Howard
2010-01-27Merge from trunk.Simon Howard
2009-12-18Fix poor quality application icons seen when the game is running.Simon Howard
2009-07-13Merge from trunk.Simon Howard
2009-07-11Generate programs with names based on PROGRAM_PREFIX.Simon Howard
2009-07-09Include the resource file in the source list when building the setupSimon Howard
2009-06-12Merge from trunk.Simon Howard
2009-06-11Include libc_wince.a in chocolate-server build.Simon Howard
2009-06-11Fix wince include. Use top_builddir instead of .. where appropriate.Simon Howard
2009-06-09Merge from trunk.Simon Howard
2009-06-07Detect Windows CE target and build/include libc_wince files asSimon Howard
2009-04-03Fix up MIDI reading code; add test code.Simon Howard
2009-03-28Initial MIDI file parsing code.Simon Howard
2009-03-10Add initial GENMIDI lump loading, OPL detection.Simon Howard
2009-03-04Add initial stub for OPL backend.Simon Howard
2008-12-20Merge from trunk.Simon Howard
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
2008-12-05Auto-select the game type based on detected IWADs. If IWADs fromSimon Howard
2008-11-27Add -game command-line parameter to control what game to configureSimon Howard
2008-11-24Make chocolate-setup use m_controls.c definitions for config fileSimon 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-10-30Turn off warnings-as-errors.Simon Howard
2008-10-08Move chocolate-hexen to default build.Simon Howard
2008-09-30Add chocolate-heretic to default build.Simon Howard
2008-09-30Move d_iwad.c into common code and update Heretic to use it on startupSimon Howard
2008-09-28Tidy up heretic start up messages.Simon Howard
2008-09-20Add chocolate-heretic, chocolate-hexen build targets.Simon Howard
2008-09-20Move m_random.[ch] to doom/ (as Hexen uses a different random numberSimon Howard
2008-09-10Split out variables for controls into common m_controls.c.Simon Howard
2008-09-10Split off game mode/mission/version definitions into common code, alongSimon Howard
2008-09-09Replace Hexen CD music API with SDL-based equivalent (as yet untested).Simon Howard
2008-09-08Move s_sound.[ch] to doom/Simon Howard
2008-09-08Split off some of the s_sound.c code into i_sound.c and reimplement theSimon Howard
2008-09-07Move m_bbox.[ch] back to common (needed by v_video.c). Remove someSimon Howard
2008-09-07Move dehacked code to doom/. Split dehacked string replacement code intoSimon Howard
2008-09-07Move m_bbox.[ch], f_wipe.[ch] to doom/Simon Howard
2008-09-06Split off patch code from r_defs.h into a common file. Remove dependencySimon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-09-06Split event code into a separate d_event.c file.Simon Howard
2008-09-06Move doom-specific files to a separate directory.Simon Howard
2008-09-05Fix #include statements to use lower case filenames. Add automakeSimon Howard
2008-05-04Fix win32 mmap driver and add to build.Simon Howard
2008-05-02Add WAD I/O abstraction layer - first step for mmapped WAD access.Simon Howard
2008-04-25Generate transparency mask for the application icon from black parts ofSimon Howard
2008-03-09Split out configuration file code from m_misc.c into m_config.c. MoveSimon Howard