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
Jonathan Gray
4092bd5693
fix typo
...
svn-id: r12897
2004-02-15 02:48:22 +00:00
Max Horn
be218fa982
Enable plugin support via configure script
...
svn-id: r12895
2004-02-15 01:21:02 +00:00
Jonathan Gray
a6d020ed25
versions of ALSA newer than 0.9 are ok as well
...
svn-id: r12893
2004-02-15 00:43:10 +00:00
Jonathan Gray
906fbfeb13
add --disable-debug help text
...
svn-id: r12857
2004-02-13 14:46:56 +00:00
Jonathan Gray
85e417bb11
add some information on used environment variables, descriptions taken from autoconf generated configure script
...
svn-id: r12836
2004-02-13 00:53:56 +00:00
Max Horn
579d7bef24
forgot to commit configure
...
svn-id: r12699
2004-02-01 14:03:00 +00:00
Jonathan Gray
978ba89095
patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host 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-22 04:31:31 +00:00
Jonathan Gray
06de6f1dfb
change output to be consistent
...
svn-id: r12469
2004-01-18 09:33:25 +00:00
James Brown
8a6641826b
Copy mpeg2 status to BS1 as well.
...
svn-id: r12466
2004-01-18 05:55:28 +00:00
Oliver Kiehl
f496e49815
* /execute/ the binary too. don't only compile it
...
* actually 0.3.2 is sufficient. no need for 0.4.0
svn-id: r12382
2004-01-14 13:23:16 +00:00
Jonathan Gray
4746920c74
fix path specifiers
...
svn-id: r12371
2004-01-14 06:47:23 +00:00
Jonathan Gray
d48891b9cd
number implies version
...
svn-id: r12370
2004-01-14 06:27:28 +00:00
Eugene Sandulenko
05b9f4ddf6
Fix libmpeg2 version check. FreeBSD ports collection usually lags with
...
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-14 02:29:49 +00:00
Travis Howell
9db5e22986
Missed one.
...
svn-id: r12364
2004-01-14 01:42:31 +00:00