aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2010-10-12SWORD25: Added detection of libtheora, png an dplugged in the engineEugene Sandulenko
svn-id: r53169
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-10-11CONFIGURE: Update backends and special host lists.Jordi Vilalta Prat
- Update the documentation of available backends and special hosts based on the available ones. - Sort backend/host/case lists alphabetically. svn-id: r53158
2010-10-11CONFIGURE: Fix for bug #3085292 (--docdir not accepted)Jordi Vilalta Prat
- Handle the --docdir option which was documented but not accepted. - Reorder the directory variables and their handling to have the same order everywhere. This will hopefully make bugs like this harder to happen. svn-id: r53149
2010-10-08TOON: Merged Toon engine to ScummVM trunkEugene Sandulenko
svn-id: r53087
2010-10-07CONFIGURE: add REDUCE_MEMORY_USAGE to N64 and Dingux portsFabio Battaglia
svn-id: r53050
2010-09-26CONFIGURE: Clean up overuse of _exeext for GP2X/Wiz and Caanoo.John Willis
svn-id: r52917
2010-09-20CONFIGURE: Rework GP2X/Wiz/Caanoo and OpenPandora builds.John Willis
Just some small cleanup to make the building of debug and release builds follow the convention expected from the configure flags. svn-id: r52821
2010-09-20PSP: switch from wrapping memcpy to defining our own memcpyYotam Barnoy
The advantage is that we get to do inlining and even use lwl and lwr instructions where appropriate. We have to do it ourselves because the PSP doesn't tolerate built-in instructions, but also we have a more efficient memcpy than the lib's. svn-id: r52817
2010-09-12TESTBED: Merge gsoc2010-testbed branchEugene Sandulenko
svn-id: r52681
2010-09-09BUILD: Create configure temp files in build dirWillem Jan Palenstijn
This fixes detection issues with a noexec /tmp (bug #3009167), and matches what autoconf does. There should be no need to randomize temp file names in the build dir. svn-id: r52659
2010-09-09BUILD: Fix compiler test result loggingWillem Jan Palenstijn
svn-id: r52658
2010-09-09CONFIGURE: Move GP2XWIZ and CAANOO to use the GPH backend.John Willis
svn-id: r52649
2010-09-08CONFIGURE and N64: add n64.mk with nintendo64 specific dist targetsFabio Battaglia
svn-id: r52641
2010-09-08DINGUX: Add dingux.mk with specific 'dist' targetsFabio Battaglia
svn-id: r52632
2010-09-06CONFIGURE: Wrap usage help around 80 columnsEugene Sandulenko
svn-id: r52602
2010-09-06CONFIGURE: Remove 16Bit graphics support from the GP2X backend.John Willis
This should not have been committed with r52600, the GP2X backend refactor it needs is not yet ready to commit. svn-id: r52601
2010-09-06CONFIGURE: Add support for the OpenPandora backend.John Willis
svn-id: r52600
2010-09-04DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set.Andre Heider
svn-id: r52533
2010-09-01PSP: removed strict-aliasingYotam Barnoy
It's no longer needed after adding __may_alias__ flag in endian.h. svn-id: r52481
2010-08-31PSP: fix BS2 crash by disabling strict aliasingYotam Barnoy
The problem that caused the crash in BS2 had to do with GCC making improper assumptions about our code. Specifically, the alignment trick we use for READ_UINT32/16 allows some targets(e.g. MIPS) to generate better code, but it also goes against ANSI C aliasing rules, which prohibit the sharing of addresses between a struct and another variable value. Using -fno-strict-aliasing tells GCC not to assume strict ANSI C aliasing and also unfortunately prevents it from making some good optimizations. This change is probably needed for other platforms as well -- the crash on the PSP was simply a very rare coincidence. svn-id: r52473
2010-08-26CONFIGURE: Add support for building for the GPH Caanoo.John Willis
The Caanoo is based on the GP2XWIZ backend but needs to be a seperate target as it uses a different toolchain/libs etc. svn-id: r52401
2010-08-24SOUND: New global define AUDIO_REVERSE_STEREO.Andre Heider
This reverses the stereo channels for all sfx streams, meant for hardware devices which expect an inverse order. Use it for the Wii and Gamecube port since it's reversed since day one :P svn-id: r52357
2010-08-24CONFIGURE: don't force vkeybd for n64 port Fabio Battaglia
svn-id: r52355
2010-08-20CONFIGURE: force disable seq midi for dingux portFabio Battaglia
svn-id: r52219
2010-08-19DINGUX: disable check for vorbis, because of terrible performance compared ↵Fabio Battaglia
to tremor svn-id: r52212
2010-08-19DINGOO: new port. Patch #3039277Eugene Sandulenko
svn-id: r52210
2010-08-17CONFIGURE: Properly detect -Wglobal-constructorsEugene Sandulenko
svn-id: r52157
2010-08-17CONFIGURE: Add -Wglobal-constructors to Darwin builds.Eugene Sandulenko
svn-id: r52156
2010-08-17CONFIGURE: Add plugin support for the GP2X backend.John Willis
I'll switch the GP2X to use plugins by default for new releases after some additional testing. svn-id: r52153
2010-08-17CONFIGURE: Remove trailing space (and kick buildbot)Eugene Sandulenko
svn-id: r52152
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko
svn-id: r52137
2010-08-14WII: Update port for the current versions of the base libraries. Enable DVD ↵Andre Heider
access for the GameCube port. svn-id: r52074
2010-08-06TESTBED: Merged changes from trunk to my branchNeeraj Kumar
svn-id: r51798
2010-08-03CONFIGURE: removed two useless definitions in N64 sectionsFabio Battaglia
svn-id: r51700
2010-08-03PSP: Enable "CPU-hungry sound chips" again, the PSP is fast enough.Joost Peters
svn-id: r51684
2010-08-03PSP: Disable CPU-hungry sound chipsEugene Sandulenko
svn-id: r51683
2010-08-03PS2: Disable CPU-hungry sound chipsEugene Sandulenko
svn-id: r51682
2010-08-03N64: Disable CPU-hungry sound chipsEugene Sandulenko
svn-id: r51681
2010-08-03NDS: Disable NES APU for the platformEugene Sandulenko
svn-id: r51680
2010-08-03N64: Error out in configure if N64SDK is not setMax Horn
svn-id: r51672
2010-08-02CONFIGURE: drop hardcoded endianess and hq scalers from n64 sectionFabio Battaglia
svn-id: r51659
2010-08-02CONFIGURE: cleanup of N64 port sectionsFabio Battaglia
svn-id: r51657
2010-08-02BUILD: Unify how we set vars to yes/noMax Horn
svn-id: r51639
2010-08-02DS: More closely immitate CXXFLAGS of custom DS build systemMax Horn
svn-id: r51637
2010-08-02BUILD: Order host names (in particular ds and android) alphabeticallyMax Horn
svn-id: r51635
2010-08-02DS: Disable scalers and SIDMax Horn
svn-id: r51634
2010-08-01CONFIGURE: add support for N64 port to configureFabio Battaglia
svn-id: r51581
2010-07-24AMIGAOS4: Patch #3033938: "Configure change"Eugene Sandulenko
AmigaOS4 core devs tell that the special directory "SObjs" (that holds the shared object files) should only be used by the end user (games, apps, etc.) but not by projects that are to be build. This patch fixes it. svn-id: r51269
2010-07-20BUILD: Fix fallback readline detectionWillem Jan Palenstijn
svn-id: r51057