summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2006-11-14Support running as a screensaver under X!Simon Howard
2006-10-22Remove d_french.h from autotools build.Simon Howard
2006-10-05Dehacked information checksum generationSimon Howard
2006-09-19Turn on -Wall as well.Simon Howard
2006-07-24Oops :-)Simon Howard
2006-07-22New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com>Simon Howard
2006-05-20Split off keyboard key definitions to a separate file.Simon Howard
2006-04-08Forgot to add net_query.c to Makefile.amSimon Howard
2006-03-31Remove reference to nonexistent i_main.hSimon Howard
2006-03-30Split off timer code into separate i_timer.c file. Add d_dedicated.cSimon Howard
2006-03-30Dedicated server mode.Simon Howard
2006-03-17Fix windres detectionSimon Howard
2006-02-19Move tic number expansion code to common code. Parse game data packetsSimon Howard
2006-01-30Install into the games directory, not bin (Thanks to Jon Dowland)Simon Howard
2006-01-08Move common connection code into net_common.c, shared by serverSimon Howard
2005-12-30Fix client code to correctly send reply to server on connection.Simon Howard
2005-12-29Add initial client/server connect code. Reorganise sources list inSimon Howard
2005-10-30Add foundation code for the new networking systemSimon Howard
2005-10-17Start of Dehacked 'Misc' section support. Initial Health+Bullets,Simon Howard
2005-10-12doomfeatures.h to allow certain features to be disabled in the buildSimon Howard
2005-10-09Include libtextscreen include in the right place, include deh_main.hSimon Howard
2005-10-08Dehacked "Sound" section supportSimon Howard
2005-10-08WAD merging codeSimon Howard
2005-10-04Dehacked "Misc" section parser (currently a dummy)Simon Howard
2005-10-04Rewrite cheats code. Add dehacked cheat replacement.Simon Howard
2005-10-03Add mapping code to map out structures and switch thing/frame code to useSimon Howard
2005-10-02The beginnings of dehacked supportSimon Howard
2005-10-02ENDOOM support using text mode emulationSimon Howard
2005-10-01automake doesn't recognise .rc files unless there is a rule like this inSimon Howard
2005-09-27Fix .rc -> .o ruleSimon Howard
2005-09-27Don't write converted output file unless everything went throughSimon Howard
2005-09-24Add application icon to running programSimon Howard
2005-09-20Conditionally build the resource file, dependent on whether windres existsSimon Howard
2005-09-20Include icon in exe, rather than the default icon. Thanks to Joe KennedySimon Howard
2005-09-05Add mmus2mid code from prboom. Use 'void *' for music handles. PassSimon Howard
2005-08-31Remove the last traces of NORMALUNIXSimon Howard
2005-08-30Windows fixesSimon Howard
2005-08-12Port network code to use SDL_netSimon Howard
2005-08-04Turn on compiler optimisation and warning optionsSimon Howard
2005-08-04Silence compiler warningsSimon Howard
2005-07-24Move to SDL for graphics.Simon Howard
2005-07-23Use ANSI-standard limit constants. Remove LINUX define.Simon Howard
2005-07-23Autotools build systemSimon Howard