Commit Graph

120 Commits

Author SHA1 Message Date
Max Horn
52bbc86797 Patch #1181544 (AmigaOS 4 changes)
svn-id: r18011
2005-05-09 21:21:21 +00:00
Max Horn
cbbd212f81 Since the gobline engine is enabled by default now, changed "enable-gob" to "disable-gob"
svn-id: r17946
2005-05-07 16:29:11 +00:00
Torbjörn Andersson
d6866a0314 Goblins engine is now enabled by default.
svn-id: r17945
2005-05-07 14:50:59 +00:00
Jonathan Gray
e8a2cf1cf8 Pass user supplied $CXXFLAGS to the compiler only once.
svn-id: r17596
2005-04-14 06:59:46 +00:00
Torbjörn Andersson
13dc149ded Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation
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-10 14:33:44 +00:00
Eugene Sandulenko
1758c5b211 Initial checking of Gob engine
svn-id: r17388
2005-04-05 15:07:40 +00:00
Max Horn
2296e4e02e Patch #1171304 (configure patch: detect more GCC versions)
svn-id: r17348
2005-04-03 17:01:07 +00:00
Max Horn
317358ea48 Need to use = instead of :=, since EXECUTABLE gets defined *after* PLUGIN_EXTRA_DEPS
svn-id: r16741
2005-02-06 17:45:16 +00:00
Max Horn
8525d73e9b Configure the plugin prefix/suffix in the configure script; use that setting in plugins.cpp
svn-id: r16739
2005-02-06 17:21:31 +00:00
Max Horn
50d64c1329 Add GCC 4.x to the list of accepted GCC versions
svn-id: r16474
2005-01-07 14:14:04 +00:00
Eugene Sandulenko
27bf2ad560 Fix bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed".
We should switch to nasm completely, though.

svn-id: r16448
2005-01-06 15:50:41 +00:00
Max Horn
fec3df2096 Moved the softsynth midi drivers into a sound/softsynth; amongst other things, this fixes bug #1083058
svn-id: r16316
2004-12-25 18:34:44 +00:00
Max Horn
a3228a4358 configure was using at least three different indention styles (4-tabs; 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-16 22:15:32 +00:00
Max Horn
642b5e703b Patch #1086705 (RISC OS cross compiling support)
svn-id: r16090
2004-12-16 22:05:45 +00:00
Eugene Sandulenko
805b21181a Major MT-32 emu overhaul based on KingGuppy's code.
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-11-06 01:41:32 +00:00
Jonathan Gray
d168ce9394 OpenBSD is _not_ a.out on i386/amd64
svn-id: r15668
2004-10-23 13:55:23 +00:00
Eugene Sandulenko
9d0b746aaa Patch #1048326 Better MT-32 support
svn-id: r15635
2004-10-21 22:37:37 +00:00
Max Horn
a41b8d2293 Patch #1040501 (Possible fix for inttypes.h problem)
svn-id: r15590
2004-10-17 17:57:33 +00:00
Jonathan Gray
8906d3a3bf Don't break when /tmp is nonexec pointed out in gentoo bug #64550. Don't 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-09-19 09:57:24 +00:00
Travis Howell
6214ae3424 Allow SAGA engine to be disabled.
svn-id: r14429
2004-08-02 05:01:28 +00:00
Jonathan Gray
d53a852c16 enable SAGA engine by default
svn-id: r14387
2004-07-31 12:46:30 +00:00
Jonathan Gray
3cf5c78c42 Given Makefile now depends on the configure script output move these default parameters out to the configure script
svn-id: r14352
2004-07-27 12:16:03 +00:00
Joost Peters
521d46b425 Add null driver to configure
svn-id: r14288
2004-07-20 13:42:36 +00:00
Eugene Sandulenko
d33b24036e Added assembly versions of HQ2x and HQ3x scalers.
svn-id: r13844
2004-05-21 02:08:48 +00:00
Paweł Kołodziejski
f74a675850 removed awe based on Endy statement
svn-id: r13809
2004-05-09 13:12:19 +00:00
Oliver Kiehl
011173f18c IRIX doesn't need ranlib - made it a nop.
Also write into correct variable

svn-id: r13807
2004-05-08 10:47:56 +00:00
Travis Howell
fe2f4382fb Clean up all tmps on mingw
svn-id: r13799
2004-05-06 10:31:01 +00:00
Paweł Kołodziejski
e29ec6e79c adding initial code for Another World engine
svn-id: r13783
2004-05-05 07:25:32 +00:00
Eugene Sandulenko
580d47f5fe Fix cut'n'paste bug. It broke queen building with kyra disabled
svn-id: r13683
2004-04-30 10:40:18 +00:00
Eugene Sandulenko
c5c1a83d35 Add FreeBSD plugins building
svn-id: r13630
2004-04-25 19:33:46 +00:00
Jonathan Gray
45dd6a4ae6 initial pass at adding install/uninstall support to configure script, also use DIR instead of PFX while here for consistency with autoconf like output
svn-id: r13585
2004-04-16 08:30:57 +00:00
Max Horn
3e98a219b2 Fix plugin building
svn-id: r13521
2004-04-09 16:17:57 +00:00
James Brown
3978b728db Add Kyrandia base
svn-id: r13516
2004-04-09 12:36:06 +00:00
Max Horn
ecf6976890 Partially added EXEEXT support to configure script (incomplete; and boy, our configure script sure needs a cleanup :-)
svn-id: r13505
2004-04-08 22:54:22 +00:00
Max Horn
650dc2117c seems it is 'endianness' and not 'endianess'
svn-id: r13504
2004-04-08 22:46:46 +00:00
Max Horn
36d667b2b5 Fix building from external directory
svn-id: r13487
2004-04-06 20:04:05 +00:00
Max Horn
fbd9340768 Use config.guess to detect host OS/cpu/vendor; enforce memory alignment on Alpha machines; do not use printf directly, rather use echo_n (not sure how portable 'printf' is)
svn-id: r13475
2004-04-05 22:07:09 +00:00
Max Horn
ed5ac925f0 Added export symbol list for plugins (only used on OSX, if anybody wants to add support for Linux, go ahead)
svn-id: r13368
2004-03-23 00:30:50 +00:00
Travis Howell
472ca9c689 minge uses configure now
svn-id: r13348
2004-03-21 00:23:03 +00:00
Travis Howell
1ca917d81b Missed a bit
svn-id: r13335
2004-03-17 09:29:20 +00:00
Travis Howell
ab13bca41d Add Cygwin cross compile too.
svn-id: r13334
2004-03-17 09:28:36 +00:00
Travis Howell
d90e92019e Add mingw to configure (Not working yet)
svn-id: r13333
2004-03-17 09:14:41 +00:00
Jonathan Gray
c0e6295845 display saga option in help text
svn-id: r13304
2004-03-15 08:09:54 +00:00
Eugene Sandulenko
2fe422ad0c Initial SAGA checkin. Disabled by default, enable with --enable-saga
but don't expect it to work.

svn-id: r13280
2004-03-14 23:37:11 +00:00
Jonathan Gray
355e59ad6b add function to provide echo -n behaviour for the echo -n less solaris users
svn-id: r13191
2004-03-04 22:44:10 +00:00
Max Horn
e9584c64f3 Build SDL backend via a module.mk file, too
svn-id: r13052
2004-02-25 11:41:55 +00:00
Torbjörn Andersson
87438d5417 Changed FLAY_LIBS to FLAC_LIBS, as pointed out by Lord_Nightmare on
#scummvm. Clarified that it's FLAC >= 1.0.1 that the configure script is
looking for. (That's when the seekable decoder was added.)

svn-id: r13010
2004-02-23 16:41:05 +00:00
Max Horn
aa6ec62e9d Patch #885904 (Flac Support) with some tweaks by me
svn-id: r12984
2004-02-22 14:11:16 +00:00
Max Horn
24e5059aec Create a simple Makefile when building outside the source tree (Needs improvement, but works well enough in most cases)
svn-id: r12972
2004-02-21 15:55:26 +00:00
Max Horn
1ca197eba0 do release builds with -O2
svn-id: r12969
2004-02-21 15:17:16 +00:00