summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2011-09-17Add multiplayer query code to setup tool, and rework join gameSimon Howard
2011-09-11Merge from raven-branch.Simon Howard
2011-09-11Merge from trunk.Simon Howard
2011-07-21Don't use $^ in Makefiles, as it s a GNU make extension (thanks JakubSimon Howard
2011-06-13Merge from trunk.Simon Howard
2011-06-13Link chocolate-setup against SDL_mixer to fix compile on Mac OS X.Simon Howard
2011-05-14Fix install of screensaver desktop file.Simon Howard
2011-05-14Add freedesktop.org desktop files for chocolate-doom, chocolate-setupSimon Howard
2011-05-14Convert build system to using the PROGRAM_PREFIX system used onSimon Howard
2011-02-12Merge from raven-branch. FEATURE_MULTIPLAYER has been disabledSimon Howard
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon Howard
2010-12-02Register servers with Internet master server.Simon Howard
2010-09-14Re-enable multiplayer support for Doom only, in preparation for networkSimon Howard
2010-09-09Merge from raven-branch.Simon Howard
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-06Merge from trunk.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-02-01Create strife directory as a copy of doom directory, change Makefile.amSimon 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