aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
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
2004-03-04add function to provide echo -n behaviour for the echo -n less solaris usersJonathan Gray
svn-id: r13191
2004-02-25Build SDL backend via a module.mk file, tooMax Horn
svn-id: r13052
2004-02-23Changed FLAY_LIBS to FLAC_LIBS, as pointed out by Lord_Nightmare onTorbjörn Andersson
#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-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
svn-id: r12984
2004-02-21Create a simple Makefile when building outside the source tree (Needs ↵Max Horn
improvement, but works well enough in most cases) svn-id: r12972
2004-02-21do release builds with -O2Max Horn
svn-id: r12969
2004-02-15fix typoJonathan Gray
svn-id: r12897
2004-02-15Enable plugin support via configure scriptMax Horn
svn-id: r12895
2004-02-15versions of ALSA newer than 0.9 are ok as wellJonathan Gray
svn-id: r12893
2004-02-13add --disable-debug help textJonathan Gray
svn-id: r12857
2004-02-13add some information on used environment variables, descriptions taken from ↵Jonathan Gray
autoconf generated configure script svn-id: r12836
2004-02-01forgot to commit configureMax Horn
svn-id: r12699
2004-01-22patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host ↵Jonathan Gray
option to the configure script for cross compilation and sdl prefix option. Also remove obsolete sdlgl option from configure script and change the --disable-bs options to be --disable-sword to be consistent while I'm here svn-id: r12572
2004-01-18change output to be consistentJonathan Gray
svn-id: r12469
2004-01-18Copy mpeg2 status to BS1 as well.James Brown
svn-id: r12466
2004-01-14* /execute/ the binary too. don't only compile itOliver Kiehl
* actually 0.3.2 is sufficient. no need for 0.4.0 svn-id: r12382
2004-01-14fix path specifiersJonathan Gray
svn-id: r12371
2004-01-14number implies versionJonathan Gray
svn-id: r12370
2004-01-14Fix libmpeg2 version check. FreeBSD ports collection usually lags withEugene Sandulenko
newer package version, so current one has libmpeg2 0.3.1. Although it got passed by configure script. Now it is fixed. svn-id: r12366
2004-01-14Missed one.Travis Howell
svn-id: r12364