aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2008-12-16Enable the Groovie engine by default since it's now supportedJordi Vilalta Prat
svn-id: r35403
2008-12-08Removed last traces of X11 backend.Johannes Schickel
svn-id: r35287
2008-11-30enabled tucker engine by default, since game should be completable with itGregory Montoir
svn-id: r35189
2008-11-14Patch #2271425: Groovie engineMax Horn
svn-id: r35060
2008-11-10add initial support for 'Bud Tucker in Double Trouble'Gregory Montoir
svn-id: r34990
2008-09-12Fix compiling under mingw, when using latest mingw-runtime (3.15).Travis Howell
svn-id: r34501
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax Horn
svn-id: r34216
2008-08-27Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ↵Max Horn
Compile svn-id: r34194
2008-08-20Committed patch from bug #2062926 "GCC 4.x versions not detected by ↵Johannes Schickel
configure script". svn-id: r34074
2008-07-23Fix bug which was triggered by file named 'a' in current directory.Eugene Sandulenko
svn-id: r33252
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
svn-id: r33230
2008-07-15config.log and tmp files should be put into the configure (= current) dir, ↵Max Horn
not the source dir svn-id: r33070
2008-07-09New configure flag --enable-profiling to compile and link with -pg (for Bertrand Augereau
gprof) svn-id: r32970
2008-06-24Fixed mktemp usage in BSD systems (as noted in bug #2000931)Jordi Vilalta Prat
svn-id: r32764
2008-06-14Revert last commit.Travis Howell
svn-id: r32700
2008-06-14Disable drawObject type 0x41, which is currently causing frequent crashes.Travis Howell
svn-id: r32699
2008-06-10Small cleanup (mainly removed useless variables and defines)Jordi Vilalta Prat
svn-id: r32662
2008-06-09Added some missing $EXEEXT which would make some tests to failJordi Vilalta Prat
svn-id: r32626
2008-06-09Use mktemp when availableJordi Vilalta Prat
svn-id: r32625
2008-06-09Ignore superfluous --enable/--disable flags for existing enginesJordi Vilalta Prat
svn-id: r32624
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵Johannes Schickel
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540
2008-05-31Use --enable-auto-import when linking dynamic plugins with MinGW.Johannes Schickel
svn-id: r32427
2008-05-14TypoMax Horn
svn-id: r32108
2008-05-07Reject invalid option combinations when enabling/disabling enginesJordi Vilalta Prat
svn-id: r31914
2008-05-07Show the SCUMM engine options properlyJordi Vilalta Prat
svn-id: r31913
2008-05-06Added openembedded.org target names (patch #1959138)Jordi Vilalta Prat
svn-id: r31912
2008-05-06Fail on invalid --enable/disable optionsJordi Vilalta Prat
svn-id: r31910
2008-05-06Fixed syntax error. String comparision is done with '=', not '=='.Torbjörn Andersson
svn-id: r31891
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
svn-id: r31889
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-05-02Added support to load plugins from different directories and the ability to ↵Jordi Vilalta Prat
specify the default directory from configure. svn-id: r31816
2008-05-02Enable drascula engine by defaultEugene Sandulenko
svn-id: r31806
2008-05-02Properly document the default manpage directoryJordi Vilalta Prat
svn-id: r31801
2008-04-20Patch #1947288: "AmigaOS4: small changes (Makefile, configure)"Eugene Sandulenko
svn-id: r31628
2008-04-20Added the M4 and MADE engines to configure (disabled by default)Filippos Karapetis
svn-id: r31603
2008-04-08Change add_to_config_mk_if_no to the more natural add_to_config_mk_if_yes in ↵Jordi Vilalta Prat
some cases svn-id: r31448
2008-03-23Patch #1923546: fix checking sdlconfig on OS/2 (supposing the files in path ↵Jordi Vilalta Prat
are executable) svn-id: r31227
2008-03-23Patch #1923547: enable nasm usage on OS/2Jordi Vilalta Prat
svn-id: r31226
2008-02-26Added -lnsl -lsocket to the libs required when building for Solaris, ↵Max Horn
partial fix for bug #1523129 svn-id: r30971
2008-02-26Patch #1901742: Solaris /bin/sh doesn't like $()Jordi Vilalta Prat
svn-id: r30969
2008-02-07- Fix math lib test when crosscompilingJordi Vilalta Prat
- Just need to remove the test files after all the tests svn-id: r30817
2008-02-07Enhanced tools detection when crosscompiling with mingw32 and removed ↵Jordi Vilalta Prat
dupplicate options svn-id: r30816
2008-02-07Use sdl-config --prefix to enable better detection of include paths.Jordi Vilalta Prat
svn-id: r30815
2008-02-05Committed my own patch #1885901 to fix NASM warnings.Torbjörn Andersson
svn-id: r30804
2008-01-31Patch #1880781: "BeOS port for scummvm"Eugene Sandulenko
svn-id: r30715
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-27Fix the endianness detection in Solaris 8 (It fixes but #1871509 "GUI ↵Jordi Vilalta Prat
distorted on Solaris/sparc") svn-id: r30658
2008-01-22Fix configure for plain Bourne shellsJordi Vilalta Prat
svn-id: r30613
2008-01-13Various small patches to the build system by jvpratMax Horn
svn-id: r30473
2008-01-13Added GPL header to configure (it really is complex enough to justify that), ↵Max Horn
and removed some old TODOs svn-id: r30471