Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-16 | CONFIGURE: Set DISABLE_SAVELOADCHOOSER_GRID for the GPH backend. | David-John Willis | |
* Move some backend settings from the host selection to the backend. * Also remove stale referances to the old GP2X backend. | |||
2012-08-08 | CONFIGURE: Add case for selecting OpenGL ES support on the OpenPandora. | David-John Willis | |
2012-06-22 | CONFIGURE: Set dingux optimization level to -O3 | Fabio Battaglia | |
2012-06-22 | Disable Alsa Midi in Dingux/OpenDingux port | Fabio Battaglia | |
Disabling (useless) Alsa Midi solves a compilation problem on the OpenDingux port | |||
2012-05-31 | ALL: Correct spelling of "Mac OS X" in various places | Max Horn | |
2012-05-15 | MIDI: add sndio midi backend | Jonathan Gray | |
New sndio MIDI backend for OpenBSD written by Alexandre Ratchov. Tested with an external MT-32 and fluidsynth. | |||
2012-04-27 | PS3: Fix build using lastest ps3toolchain | Bastien Bouclet | |
2012-04-26 | CONFIGURE: fix typo in --with-freetype2-prefix help message | Joost Peters | |
2012-04-19 | CONFIGURE: Fix out-of-tree builds. | Alyssa Milburn | |
2012-04-18 | BUILD: Move list of engines out of configure | Max Horn | |
The new file engines/configure.engines is currently manually created and maintained, but could be regenerated by a script in the future. | |||
2012-03-21 | OSX: allow make bundle with static freetype2 library | Paweł Kołodziejski | |
2012-02-26 | IPHONE: Update default build settings. (Disable scalers, mt32, timidity). | Johannes Schickel | |
I took the freedom of also removing the unused OBJCFLAGS flag with this. | |||
2012-02-26 | IPHONE: Enable 16bpp support in configure. | Johannes Schickel | |
2012-01-29 | GRAPHICS: Add a TTF font class using FreeType2. | Johannes Schickel | |
2012-01-27 | CONFIGURE: Fix compilation on 32 bits MacOS X | Thierry Crozat | |
The issue was that it cannot find a 64 bits type because 'long int' is 32 bits and compilation of the test program with 'long long' failed due to the use of -pedantic flag (and 'long long' is not part of ISO C++ 1998 standard). It nevertheless defined _UINT64 which subsequently told systems headers to not redefine uint64 and caused many compilation error in system headers. | |||
2012-01-21 | CONFIGURE: Add WebOS --sysroot to CXXFLAGS | dhewg | |
Fixes compilation with PDK 3.0.5 (libc headers were now found). | |||
2012-01-21 | CONFIGURE: Don't use -pedantic for WebOS | dhewg | |
This fixes Tremor autodetection. tremor/config_types.h typedefs ogg_int64_t, which errors out with "ISO C++ 1998 does not support ‘long long’" when using -pedantic. | |||
2012-01-21 | CONFIGURE: Whitespace fix | dhewg | |
Buildbot update test :P | |||
2012-01-10 | CONFIGURE: Also check "long long" in find_type_with_size. | Johannes Schickel | |
This is because on Win64 "long" is 4 bytes and only "long long" is 8 bytes. Without this check we would not have a 64 bit integer type on Win64. | |||
2012-01-10 | CONFIGURE: Make 32bit pointer check a bit safer. | Johannes Schickel | |
This adapts the check to be similar to the find_type_with_size check, i.e. it assigns a value to test_array and also returns 0. Should not be required, at least builtbot went fine, but better be safe and sorry. | |||
2012-01-10 | CONFIGURE: Fix formatting. | Johannes Schickel | |
Thanks to Max for pointing out. | |||
2012-01-08 | CONFIGURE: Better test for 32-bitness courtsey of LordHoto | Eugene Sandulenko | |
2012-01-08 | CONFIGURE: Add detection for 64-bitness and define int64 when applicable | Eugene Sandulenko | |
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx | |
2011-12-18 | CONFIGURE: Update WinCE compiler host alias naming. | D G Turner | |
This is required to work with the newest tool chain. | |||
2011-12-15 | MAEMO: Don't explicitly link to libpthread | Tarek Soliman | |
2011-12-15 | CONFIGURE: Don't link against libpng by default | Tarek Soliman | |
Except for the PSP port, nothing is actually using libpng symbols. It is being linked against if it is available at compile time. This needlessly creates a dependency. | |||
2011-12-02 | MAEMO: Fix compile error when using Maemo 5 SDK | Tarek Soliman | |
Thanks NerdKnight | |||
2011-11-28 | MAEMO: Enable keymapper in the daily builds | Tarek Soliman | |
2011-11-28 | CGE: Set supported | Strangerke | |
2011-11-26 | ALL: unrecognised -> unrecognized. | Johannes Schickel | |
2011-11-26 | BUILD: Report more specific errors for configure engine options | Willem Jan Palenstijn | |
2011-11-26 | CONFIGURE: Accept plural as well as singular forms for engine build options. | D G Turner | |
i.e. --enable-engines=* will be accepted as well as --enable-engine= | |||
2011-11-25 | BUILD: Change engine configuration options | D G Turner | |
This changes the set of engine options to ./configure to: --enable-all-engines --disable-all-engines --enable-engine=<engine name>[,<engine name>...] And if plugins are enabled: --enable-engine-static=<engine name>[,<engine name>...] --enable-engine-dynamic=<engine name>[,<engine name>...] | |||
2011-11-20 | TOLTECS: integrate engine | Alex Bevilacqua | |
2011-11-20 | M4: Removed the M4/MADS engine from trunk | Paul Gilbert | |
2011-11-17 | ANDROID: Add minimal C++ headers to include path. | Alyssa Milburn | |
2011-11-16 | CONFIGURE: Use 'TsAGE' instead of the full title of Ringworld | Strangerke | |
2011-11-03 | BUILD: Revert 3a461c2 since it breaks tests for various libraries under ↵ | Travis Howell | |
mingw (and maybe other systems). | |||
2011-10-31 | CONFIGURE: Ensure that INCLUDES are included at configure-time. | Matt Lewandowsky | |
2011-10-31 | CONFIGURE: Clean up two minor nits in configure. | Matt Lewandowsky | |
2011-10-22 | CONFIGURE: Fix MacPort detection | Eugene Sandulenko | |
2011-10-19 | Merge pull request #89 from TomFrost/master | Willem Jan Palenstijn | |
HP TouchPad compatibility and full WebOS port update, Round 2 This is a manual merge of the pull request, with some commit message changes. | |||
2011-10-18 | WINCE: Add workaround for memory management problem on Windows CE < 6.0 | CeRiAl | |
This fixes the "32MB memory limit per process" problem in Windows CE < 6.0 | |||
2011-10-09 | CONFIGURE: Rename "release optimization" to "optimizations" | Tarek Soliman | |
2011-10-09 | CONFIGURE: Enable release optimizations by default when optimization... | Tarek Soliman | |
... level is specified This preserves the old behavior of ports that used to always pass in -Os or -O3 It also allows --disable-release-optimization for those ports to function | |||
2011-10-09 | CONFIGURE: Separate release mode from optimizations | Tarek Soliman | |
2011-10-09 | CONFIGURE: Removed useless ENGINE_WIP_ defines from config.h | Tarek Soliman | |
This is a holdover from when it was going to warn on a per-engine basis. This warning is now handled on a per-game basis with ADGF_UNSTABLE and ADGF_TESTING. It resulted in a lot of spam in config.h: a define for every single engine and subengine that looks like this: define ENGINE_WIP_SCUMM_7_8 false It was not being used in-tree and I don't see it being used in the near future. | |||
2011-10-01 | WebOS: Add improvements suggested in pull req. 89. | TomFrost | |
The improvements in this commit are mostly code formatting, variable abstraction, and in one case, a performance enhancement as calculations were made a one-time fire rather than being run with every mouse move event. | |||
2011-09-30 | CONFIGURE: Fix comment. | Johannes Schickel | |