summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2015-08-29Add some preliminary *.appdata.xml files for software centersMike Swanson
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-06-12Add desktop entries for all the games, make the Setup launch genericMike Swanson
2013-12-10build: adjust location of execgamesdirJan Engelhardt
2013-12-04Fix 'make clean' where some files were not being cleaned (thanksSimon Howard
2013-10-28Declare Windows binaries as DPI-aware to prevent the OS from applyingSimon Howard
2013-10-28Use _SCRIPTS rather than _DATA for duplicated setup binaries so that theSimon Howard
2013-09-21Rename gamesdir to execgamesdir so that the binaries are installed bySimon Howard
2013-09-21Install multiple copies of the setup binary, one for each game.Simon Howard
2013-08-11Remove Windows CE support.Simon Howard
2013-03-03Add GUS pseudo-emulation.Simon Howard
2012-12-23Add standalone build target for mus2mid binary.Simon Howard
2012-10-28Merge from trunk.Simon Howard
2012-10-28Define PRNG seed as a type.Simon Howard
2012-10-25Switch from MD5 to SHA-1 for network digests.Simon Howard
2011-11-03Remove use of $< in Makefiles, for compatibility with OpenBSD's make.Simon Howard
2011-10-14Convert Hexen to use common main loop code. Working multiplayer!Simon Howard
2011-10-13Convert Heretic code to use common main loop code. Working multiplayer!Simon Howard
2011-10-13Update Strife main loop code to use d_loop.c common main loop code.Simon Howard
2011-10-13Split out common main loop code into separate file, d_loop.c.Simon Howard
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