summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2007-03-09Add pcsound Linux driver.Simon Howard
2007-03-09Don't build console mode apps; use the default -mwindows until theSimon 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
2007-01-08Bomb out with an error in configure if SDL_mixer or SDL_net are notSimon Howard
2006-12-23Fix my email address.Simon Howard
2006-12-16Shut up datarootdir warnings.Simon Howard
2006-09-20Change the default optimisation level to -O2 and addSimon Howard
2006-09-19Turn on -Wall as well.Simon Howard
2006-09-19Build with debugging symbols by default.Simon Howard
2006-08-31Add manual pages to buildSimon Howard
2006-06-02Add initial code for a setup utility.Simon Howard
2006-05-24Move textscreen GUI demos into an examples/ subdir.Simon Howard
2006-03-17Fix windres detectionSimon Howard
2006-03-14Detect the presence of 'windres' properlySimon Howard
2006-01-20Bump version to 0.2.0Simon Howard
2006-01-05Fixes for big endian machines (thanks locust)Simon Howard
2005-10-290.1.2Simon Howard
2005-10-180.1.1Simon Howard
2005-10-09v0.1.0Simon Howard
2005-10-02ENDOOM support using text mode emulationSimon Howard
2005-09-270.0.4Simon Howard
2005-09-20Generate chocolate-doom-res.rc with version and product infoSimon Howard
2005-09-20Conditionally build the resource file, dependent on whether windres existsSimon Howard
2005-09-170.0.3Simon Howard
2005-09-14Fix startup messages displayed (build a console binary; remove CONSimon Howard
2005-09-130.0.2Simon Howard
2005-09-07v0.0.1Simon Howard
2005-08-12Port network code to use SDL_netSimon Howard
2005-08-04Turn on compiler optimisation and warning optionsSimon Howard
2005-07-24Move to SDL for graphics.Simon Howard
2005-07-23Autotools build systemSimon Howard