summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2009-07-13Merge from trunk.Simon Howard
2009-06-11Include libc_wince.a in chocolate-server build.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-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon 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
2008-01-25Rename some files to be package name independent.Simon Howard
2007-06-18Remove deleted headers from Makefile.am.Simon Howard
2007-06-17Make the music code modular as well, although for the time being thereSimon Howard
2007-06-17Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "soundSimon Howard
2007-06-16Switch back to z_zone, not z_native (oops!)Simon Howard
2007-05-31Initial joystick support.Simon Howard
2007-05-20Fix crash when converting audio down to a lower sample rate.Simon Howard
2007-05-16Add FEATURE_SOUND.Simon Howard
2007-05-16Oops!Simon Howard
2007-05-16Rejig net_cl_new_sync and drone to be in d_net.c instead ofSimon Howard
2007-05-02Check in autoconf if python is installed; if not, don't run pythonSimon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2007-03-09Move the pcsound library to the top level, alongside textscreen.Simon Howard
2007-03-07Use native endianness for sound output, rather than always LSB. Add PCSimon Howard
2006-12-21Split off IWAD-related code into separate d_iwad.c. On Windows, searchSimon Howard
2006-12-16Add icon for setup tool.Simon Howard
2006-12-15Split off scaling code into i_scale.c. Add aspect ratio correctionSimon Howard
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