Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-14 | Adds support for building on Intel Macs, using a modified | Oystein Eftevaag | |
version of patch 1448395 by Aubin and some of my own changes. Notably: * Two elements of a struct in backends/midi/quicktime.cpp needed to be forced to BE. * NASM set to build Mach-O binaries * configure now checks for Altivec support on Darwin hosts, instead of assuming it. Altivec support can also be disabled (not 100% sure if t his is actually needed, but might be handy for crosscompiling). * The aliasing of the symbols contained in the .asm files done on Windows were also needed on MacOS. Note that while the asm code is properly compiled and linked in, HQ2/3x support will still not work properly on Intel macs if NASM is enabled. svn-id: r21280 | |||
2006-02-25 | Improved patch for bug #1436165 (no more warnings from GNU tail about ↵ | Max Horn | |
outdated parameters) svn-id: r20888 | |||
2006-02-22 | Fixed typo in configure script | Gregory Montoir | |
svn-id: r20817 | |||
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko | |
svn-id: r20813 | |||
2006-02-22 | Patch #1436165: "configure fixes for Solaris compatibility" | Eugene Sandulenko | |
svn-id: r20810 | |||
2006-02-20 | Added --enable-Werror option to our configure script | Max Horn | |
svn-id: r20792 | |||
2006-02-20 | Fixed indention (spaces -> tabs) | Max Horn | |
svn-id: r20791 | |||
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null ↵ | Max Horn | |
and x11 backends; added engines/module.mk svn-id: r20584 | |||
2006-02-11 | Ooops, allow Lure engine to be enabled | Travis Howell | |
svn-id: r20545 | |||
2006-02-11 | Disable Lure engine by default for now | Travis Howell | |
svn-id: r20543 | |||
2006-02-11 | Add patch #1374870 - New Lure of the Temptress module | Travis Howell | |
svn-id: r20536 | |||
2006-01-29 | Allow GCC 2.95 again as compilation is now fixed. | Jonathan Gray | |
svn-id: r20289 | |||
2006-01-28 | Compilation has been busted on GCC 2.xx for some time. Don't | Jonathan Gray | |
pretend to support it in configure. svn-id: r20264 | |||
2006-01-24 | added option to allow switch disable scalers | Paweł Kołodziejski | |
svn-id: r20159 | |||
2006-01-24 | don't execute binary for libmpeg2 test when cross compiling | Paweł Kołodziejski | |
svn-id: r20158 | |||
2006-01-21 | Fix --with-XYZ-prefix options, which would incorrectly overwrite _prefix ↵ | Max Horn | |
(see also patch #1411577, but note that this fix is different) svn-id: r20123 | |||
2006-01-08 | Kyrandia is now ready for default compiling, please update the other build ↵ | Johannes Schickel | |
systems for that change too. svn-id: r19950 | |||
2005-12-26 | Switched the CoreAudio driver to use an AUGraph; this simplifies things a ↵ | Max Horn | |
lot and should also cope with the user switching the default output device while ScummVM is running svn-id: r19835 | |||
2005-11-18 | Make configure message regarding plugin support less ambigious | Max Horn | |
svn-id: r19646 | |||
2005-11-08 | Patch #1342957 (touchup configure output/debug) | Max Horn | |
svn-id: r19523 | |||
2005-10-26 | applied patch #1331972 + changaed deprecated option to new one in -tail- | Paweł Kołodziejski | |
svn-id: r19314 | |||
2005-10-23 | Some more Broken Sword I & II -> 1 & 2 changes | Max Horn | |
svn-id: r19257 | |||
2005-10-16 | fix mem align for arm processors by Koen Kooi | Paweł Kołodziejski | |
svn-id: r19111 | |||
2005-10-11 | Patch #1324028 "Another configure patch for OS/2" | Eugene Sandulenko | |
svn-id: r19024 | |||
2005-10-11 | Patch #1323715 "OS/2 Patches to ScummVM" and credited the author. | Eugene Sandulenko | |
svn-id: r19016 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-07-21 | Fix case of CoreMIDI framework | Max Horn | |
svn-id: r18572 | |||
2005-07-08 | Fixes for RISC OS | Max Horn | |
svn-id: r18514 | |||
2005-07-02 | Hackish native MIDI HW support for Mac OS X (incomplete) | Max Horn | |
svn-id: r18481 | |||
2005-06-30 | Enhanced 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-15 | Disabling SCUMM7/8 games should disable HE61 games. | Travis Howell | |
Split akos_processQueue() in HE61+ and SCUMM7+ versions. svn-id: r18101 | |||
2005-05-14 | Added --disable-hq and --disable-scumm-7-8 options. Also improved | Eugene Sandulenko | |
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099 | |||
2005-05-14 | Add configure option to disable HE 70+ games. | Travis Howell | |
svn-id: r18091 | |||
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn | |
svn-id: r18011 | |||
2005-05-07 | Since the gobline engine is enabled by default now, changed "enable-gob" to ↵ | Max Horn | |
"disable-gob" svn-id: r17946 | |||
2005-05-07 | Goblins engine is now enabled by default. | Torbjörn Andersson | |
svn-id: r17945 | |||
2005-04-14 | Pass user supplied $CXXFLAGS to the compiler only once. | Jonathan Gray | |
svn-id: r17596 | |||
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjö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-05 | Initial checking of Gob engine | Eugene Sandulenko | |
svn-id: r17388 | |||
2005-04-03 | Patch #1171304 (configure patch: detect more GCC versions) | Max Horn | |
svn-id: r17348 | |||
2005-02-06 | Need to use = instead of :=, since EXECUTABLE gets defined *after* ↵ | Max Horn | |
PLUGIN_EXTRA_DEPS svn-id: r16741 | |||
2005-02-06 | Configure the plugin prefix/suffix in the configure script; use that setting ↵ | Max Horn | |
in plugins.cpp svn-id: r16739 | |||
2005-01-07 | Add GCC 4.x to the list of accepted GCC versions | Max Horn | |
svn-id: r16474 | |||
2005-01-06 | Fix 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-25 | Moved the softsynth midi drivers into a sound/softsynth; amongst other ↵ | Max Horn | |
things, this fixes bug #1083058 svn-id: r16316 | |||
2004-12-16 | configure 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-16 | Patch #1086705 (RISC OS cross compiling support) | Max Horn | |
svn-id: r16090 | |||
2004-11-06 | Major 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-23 | OpenBSD is _not_ a.out on i386/amd64 | Jonathan Gray | |
svn-id: r15668 | |||
2004-10-21 | Patch #1048326 Better MT-32 support | Eugene Sandulenko | |
svn-id: r15635 |