Commit Graph

253 Commits

Author SHA1 Message Date
Bill Currie 3b76c595be goofed on the HAVE_MIDI test 2010-08-11 23:42:59 +00:00
Bill Currie d0906f1453 conditionally build the sound format support files
Rather than using an ifdef around the entire code, get autoconf to do the work
for us. For one thing, this allows doxygen to produce decent docs. It also
makes for less compalation when building without support for various formats.
2010-08-11 23:42:42 +00:00
Bill Currie cfb457c6ac add detection of libsamplerate. not used yet 2010-08-06 01:58:57 +00:00
Bill Currie 970dd0b872 avoid the old dga headers if we can (they're now deprecated) 2010-08-05 02:35:16 +00:00
Bill Currie 96a507e8ea Disable svga support when not building for 32-bit x86 (for now, anyway). 2010-08-05 01:58:39 +00:00
Bill Currie 997102fea8 audit the usage of "only"
There are still a few iffy places (notably around certain prepositions), but
the relevant sentences are now much easier to read.
2010-01-13 06:42:26 +00:00
Bill Currie fb5b0dc5c3 Check for .git as well as .svn when autosetting -Werror 2009-12-24 07:46:28 +00:00
Bill Currie 0647a156e3 Apply witukind's XDG support patch 2009-12-22 12:28:55 +00:00
Bill Currie bf61415e7c properly expand $libdir so qfcc can find the libs 2009-12-20 07:28:03 +00:00
Bill Currie 6858a5f63d clean out the old zlib hack. seems to be not necessary any more 2009-12-20 06:05:51 +00:00
Bill Currie 51932ee433 --enable-boxclip configure option and some more tweaks, I guess (been too long) 2009-12-19 04:45:01 +00:00
Timothy C. McGrath 470bccc5e6 Make the help output less darn confusing for werror. 2007-12-16 15:43:21 +00:00
Bill Currie 2c10c42b23 don't try to build the console plugins when not building anything that needs them. 2007-06-22 10:27:42 +00:00
Bill Currie a02405582a opps, that was part of raorn's linker patches 2007-05-31 06:31:22 +00:00
Bill Currie 2becf1d1c1 make sure HAVE_JACK gets defined when it should 2007-05-17 10:14:25 +00:00
Bill Currie 3663c58efc add pkg-config file for qfcc 2007-04-09 00:52:36 +00:00
Jeff Teunissen 39c5bd0d9e Clean up aclocal stuff. 2007-03-27 07:08:22 +00:00
Bill Currie 8871765491 require gcc4 for the inline limit stuff (doesn't work in certain 3.4 versions) 2007-03-24 11:43:08 +00:00
Bill Currie 932c9e7330 fix incorrect braces 2007-03-24 11:33:21 +00:00
Bill Currie dc09b6e5ec this should fix the jack test 2007-03-24 11:28:22 +00:00
Bill Currie 605d7bde6a fix Hikaru's broken build (older gcc) 2007-03-24 11:11:42 +00:00
Bill Currie fa011b55d1 client side of http transfer support (untested) 2007-03-20 14:16:43 +00:00
Bill Currie cde6e60848 most of the hacking needed to break out the common code from snd_dma.c 2007-03-17 03:10:45 +00:00
Bill Currie 99c0954b47 the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
Bill Currie a4839df70c more extractable config info that might be of use to the user 2007-03-08 11:33:03 +00:00
Bill Currie b4ff94abdc (initial) pkg-config stuff for the main package 2007-03-07 06:43:21 +00:00
Ragnvald Maartmann-Moe IV 7e6698dff8 automake 1.10, WHEE 2006-12-07 09:52:57 +00:00
Bill Currie 43b6aed397 hopefully this works for both newer and older autoconf :P 2006-12-01 14:51:15 +00:00
Ragnvald Maartmann-Moe IV cfd5be654b Fix CnP error. 2006-12-01 06:59:07 +00:00
Ragnvald Maartmann-Moe IV 606f0cddf1 Yay. 2006-11-09 23:01:02 +00:00
Ragnvald Maartmann-Moe IV 12b3de8647 Add --disable-sdl-audio & --disable-sdl-cd options. Doesn't help any with SDL 1.3. Still, might be useful for somebody. 2006-11-09 18:40:04 +00:00
Bill Currie 1819a96bfb should be better alloca prototype testing 2006-08-20 06:23:54 +00:00
Bill Currie 3aea7f5088 fix an IFS snaffu that raorn found 2006-03-02 21:54:01 +00:00
Bill Currie bc9fcc3dc7 hopefully fix the bison and flex tests once and for all... (finally tested the flex test properly :P) 2006-01-18 12:03:12 +00:00
Bill Currie b43b44e556 if pkg-config is available, use it for getting libs needed by libpng. should fix Hikaru's build issues. 2005-10-27 14:23:00 +00:00
Bill Currie 088ae9d697 more cvs->svn conversion stuff and fix double include of config.h 2005-10-23 14:11:38 +00:00
Bill Currie dff68bfed0 beginnings of flac support. compiles but untested. if this doesn't crash,
I'll be surprised :)
2005-06-15 10:02:50 +00:00
Bill Currie df91ce0275 automaticly select the best available sound output driver as default 2005-06-08 10:12:28 +00:00
Bill Currie 85c25488b1 seems /that/ wasn't cruft :P 2005-05-09 12:11:18 +00:00
Bill Currie bebfe1594d clean out some old cruft 2005-05-09 02:01:02 +00:00
Bill Currie d1bef3bf8c get -Wsign-compare check into the right place 2005-05-02 06:30:18 +00:00
Bill Currie 7644b7fc8e a couple tweaks from snax' tree snuck in... 2005-05-01 22:27:03 +00:00
Brian Koropoff 281b683e14 Initial commit of a future partial implementation of the R5RS Scheme
standard, implemented in Ruamoko.  Currently works for a few simple
"Hello, world!" programs.
2005-05-01 11:48:36 +00:00
Bill Currie 9f0903e4ba wildcode and despair's automake 1.9 patch
This is an imperfect revision of history.
2004-11-18 06:08:00 +00:00
Bill Currie ca46503607 add -Wsign-compare (default for -Wall only in C++) and fix up the warnings 2004-07-13 19:14:01 +00:00
Bill Currie ccfaeaf999 make wad extraction a little more useful by writing the known image formats
as pcx. (palette is written as pcx too, to make it easy to view)
2004-05-10 00:33:48 +00:00
Bill Currie 0edf9f0d11 working CPPNAME for darwin 2004-05-09 01:20:51 +00:00
Bill Currie 9f4942cf6c 0.5.5-CVS now :) 2004-04-28 21:07:39 +00:00
Brian Koropoff c16194cf76 Disable libQFobject from being built or used, since it doesn't serve
any purpose right now.
2004-04-27 21:58:21 +00:00
Bill Currie a580c22a36 bsp2img doesn't need qfbsp includes 2004-04-06 03:30:09 +00:00