aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2005-07-08Fixes for RISC OSMax Horn
svn-id: r18514
2005-07-02Hackish native MIDI HW support for Mac OS X (incomplete)Max Horn
svn-id: r18481
2005-06-30Enhanced tremor support from Jolan Luff.Jonathan Gray
The configure script now works as follows for detection: Tremor only: use tremor Vorbis only: use vorbis Both: use vorbis This behaviour can be changed with newly added configure script options. svn-id: r18478
2005-05-15Disabling SCUMM7/8 games should disable HE61 games.Travis Howell
Split akos_processQueue() in HE61+ and SCUMM7+ versions. svn-id: r18101
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099
2005-05-14Add configure option to disable HE 70+ games.Travis Howell
svn-id: r18091
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
svn-id: r18011
2005-05-07Since the gobline engine is enabled by default now, changed "enable-gob" to ↵Max Horn
"disable-gob" svn-id: r17946
2005-05-07Goblins engine is now enabled by default.Torbjörn Andersson
svn-id: r17945
2005-04-14Pass user supplied $CXXFLAGS to the compiler only once.Jonathan Gray
svn-id: r17596
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512
2005-04-05Initial checking of Gob engineEugene Sandulenko
svn-id: r17388
2005-04-03Patch #1171304 (configure patch: detect more GCC versions)Max Horn
svn-id: r17348
2005-02-06Need to use = instead of :=, since EXECUTABLE gets defined *after* ↵Max Horn
PLUGIN_EXTRA_DEPS svn-id: r16741
2005-02-06Configure the plugin prefix/suffix in the configure script; use that setting ↵Max Horn
in plugins.cpp svn-id: r16739
2005-01-07Add GCC 4.x to the list of accepted GCC versionsMax Horn
svn-id: r16474
2005-01-06Fix bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed".Eugene Sandulenko
We should switch to nasm completely, though. svn-id: r16448
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other ↵Max Horn
things, this fixes bug #1083058 svn-id: r16316
2004-12-16configure was using at least three different indention styles (4-tabs; ↵Max Horn
2-spaces; 4-spaces-8-tabs); tried to unify this, configure is no best viewed with tabs=4 like the rest of ScummVM svn-id: r16091
2004-12-16Patch #1086705 (RISC OS cross compiling support)Max Horn
svn-id: r16090
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715
2004-10-23OpenBSD is _not_ a.out on i386/amd64Jonathan Gray
svn-id: r15668
2004-10-21Patch #1048326 Better MT-32 supportEugene Sandulenko
svn-id: r15635
2004-10-17Patch #1040501 (Possible fix for inttypes.h problem)Max Horn
svn-id: r15590
2004-09-19Don't break when /tmp is nonexec pointed out in gentoo bug #64550. Don't ↵Jonathan Gray
submit to stupidity of recent coreutils tail behaviour just yet however, have yet to see a system ship without support for -1 including gentoo svn-id: r15186
2004-08-02Allow SAGA engine to be disabled.Travis Howell
svn-id: r14429
2004-07-31enable SAGA engine by defaultJonathan Gray
svn-id: r14387
2004-07-27Given Makefile now depends on the configure script output move these default ↵Jonathan Gray
parameters out to the configure script svn-id: r14352
2004-07-20Add null driver to configureJoost Peters
svn-id: r14288
2004-05-21Added assembly versions of HQ2x and HQ3x scalers.Eugene Sandulenko
svn-id: r13844
2004-05-09removed awe based on Endy statementPaweł Kołodziejski
svn-id: r13809
2004-05-08IRIX doesn't need ranlib - made it a nop.Oliver Kiehl
Also write into correct variable svn-id: r13807
2004-05-06Clean up all tmps on mingwTravis Howell
svn-id: r13799
2004-05-05adding initial code for Another World enginePaweł Kołodziejski
svn-id: r13783
2004-04-30Fix cut'n'paste bug. It broke queen building with kyra disabledEugene Sandulenko
svn-id: r13683
2004-04-25Add FreeBSD plugins buildingEugene Sandulenko
svn-id: r13630
2004-04-16initial pass at adding install/uninstall support to configure script, also ↵Jonathan Gray
use DIR instead of PFX while here for consistency with autoconf like output svn-id: r13585
2004-04-09Fix plugin buildingMax Horn
svn-id: r13521
2004-04-09Add Kyrandia baseJames Brown
svn-id: r13516
2004-04-08Partially added EXEEXT support to configure script (incomplete; and boy, our ↵Max Horn
configure script sure needs a cleanup :-) svn-id: r13505
2004-04-08seems it is 'endianness' and not 'endianess'Max Horn
svn-id: r13504
2004-04-06Fix building from external directoryMax Horn
svn-id: r13487
2004-04-05Use config.guess to detect host OS/cpu/vendor; enforce memory alignment on ↵Max Horn
Alpha machines; do not use printf directly, rather use echo_n (not sure how portable 'printf' is) svn-id: r13475
2004-03-23Added export symbol list for plugins (only used on OSX, if anybody wants to ↵Max Horn
add support for Linux, go ahead) svn-id: r13368
2004-03-21minge uses configure nowTravis Howell
svn-id: r13348
2004-03-17Missed a bitTravis Howell
svn-id: r13335
2004-03-17Add Cygwin cross compile too.Travis Howell
svn-id: r13334
2004-03-17Add mingw to configure (Not working yet)Travis Howell
svn-id: r13333
2004-03-15display saga option in help textJonathan Gray
svn-id: r13304
2004-03-14Initial SAGA checkin. Disabled by default, enable with --enable-sagaEugene Sandulenko
but don't expect it to work. svn-id: r13280