Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell | |
svn-id: r43304 | |||
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game ↵ | Travis Howell | |
engine, which require higher resolution. svn-id: r43270 | |||
2009-08-04 | commit slightly modified patch #2828646: WINCE: Integrate Windows CE with ↵ | Kostas Nakos | |
the master build system svn-id: r43041 | |||
2009-07-30 | DS: Started work on a new build system for the Nintendo DS port, based on ↵ | Max Horn | |
configure (and thus suitable for buildbot). Currently only the ARM7 part is 'done' svn-id: r42939 | |||
2009-07-28 | Patch #2828644: Support for mingw32ce 0.5.1 toolchain in configure script | Max Horn | |
svn-id: r42868 | |||
2009-07-28 | GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM ↵ | John Willis | |
scaler from the WinCE backend (Maybe this should be moved into /graphics/scalers at some point?). Also enable all the ARM optemised routines in this and the GP2X backend. svn-id: r42863 | |||
2009-07-25 | Add optional readline support to the text debugger console. | Willem Jan Palenstijn | |
Make text/graphical console selectable with an option to configure. svn-id: r42787 | |||
2009-07-24 | re-enable SCI engine | Eugene Sandulenko | |
svn-id: r42701 | |||
2009-07-10 | Changed the status of the Tinsel engine to be enabled by default | Paul Gilbert | |
svn-id: r42322 | |||
2009-07-09 | Changed the status of the cruise engine to be enabled by default | Paul Gilbert | |
svn-id: r42278 | |||
2009-07-02 | fixed indention (and trigger a reconfigure in buildbot) | Max Horn | |
svn-id: r42039 | |||
2009-06-17 | Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ↵ | Andre Heider | |
generation. svn-id: r41619 | |||
2009-06-10 | Clarify that Cygwin is not supported as building platform anymore | Eugene Sandulenko | |
svn-id: r41419 | |||
2009-06-04 | Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). ↵ | John Willis | |
Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. svn-id: r41156 | |||
2009-05-31 | Little formatting fix. | Johannes Schickel | |
svn-id: r41087 | |||
2009-05-16 | Fixed problem with building the Dreamcast port in the srcdir: | Marcus Comstedt | |
When srcdir is ".", GNU make strips ./ from the paths before putting them into $+. This makes filtering out using the original paths not work, so make sure the paths are absolute and not starting with ./ svn-id: r40630 | |||
2009-05-16 | Let ScummVM compile out of the box on FreeBSD | Eugene Sandulenko | |
svn-id: r40626 | |||
2009-05-10 | iPhone fixes for compiling with the unofficial sdk | Oystein Eftevaag | |
svn-id: r40440 | |||
2009-05-10 | Patch #2789608: "recognition of os2-emx in configure" | Eugene Sandulenko | |
svn-id: r40414 | |||
2009-05-09 | remove temporary files on mac os x | Paweł Kołodziejski | |
svn-id: r40401 | |||
2009-04-22 | Fix typo in special case gcc version detection | Willem Jan Palenstijn | |
svn-id: r40085 | |||
2009-04-21 | run psp-fixup-imports after linking | Joost Peters | |
svn-id: r40037 | |||
2009-04-04 | Remove the obsolete IPHONE_BACKEND define | Jordi Vilalta Prat | |
svn-id: r39835 | |||
2009-03-30 | Remove -Wno-parentheses switch for g++ 4.3. | Johannes Schickel | |
svn-id: r39763 | |||
2009-03-30 | Drop Cygwin support, the -mno-cygwin option is been removed from GCC in the ↵ | Travis Howell | |
future. svn-id: r39757 | |||
2009-03-30 | Added build rules for SCI32 games | Filippos Karapetis | |
svn-id: r39752 | |||
2009-03-30 | Fluidsynth requires additional libraries, for mingw build. | Travis Howell | |
svn-id: r39749 | |||
2009-03-28 | Fix bug #2684645: AMIGAOS: Build breaks in "base/commandline". | Walter van Niftrik | |
svn-id: r39730 | |||
2009-03-27 | Improved configure support for the GP2X port. | Andre Heider | |
svn-id: r39708 | |||
2009-03-25 | Allow building of psp backend via configure (Part 1 - Still need to add the ↵ | Joost Peters | |
fixup + EBOOT packing steps). Thanks dhewg and fingolfin for assistance. :) svn-id: r39693 | |||
2009-03-23 | Distinguish between the native and the host executable extension, so that ↵ | Andre Heider | |
nasm gets properly detected when cross-compiling. Also removed the "_have_x86=yes" overwrite for mingw, since it gets detected fine and breaks mingw-w64. svn-id: r39635 | |||
2009-03-23 | Fix compiler detection if CXX is preset to a working compiler but contains a ↵ | Max Horn | |
space svn-id: r39634 | |||
2009-03-22 | Don't just "return" from the script if == no (leftover from r39541, where ↵ | Andre Heider | |
that code was inside a function) svn-id: r39615 | |||
2009-03-22 | Fix compilation of the iPhone port. | Andre Heider | |
svn-id: r39611 | |||
2009-03-22 | Reverted vinterstum's 'unification' of iPhone and Mac OS X configure code. ↵ | Max Horn | |
There is no reliable way to distinguish iPhone OS X and 'regular' Mac OS X via the host type only svn-id: r39610 | |||
2009-03-22 | Fixed configure on OSX (no idea what this will do to the iPhone, but now at ↵ | Max Horn | |
least compiling on OS X is possible again) svn-id: r39607 | |||
2009-03-22 | - Grouped default settings | Jordi Vilalta Prat | |
- Grouped related functions - Add "backends/platform/$_backend" to MODULES for all backends - Some bits of formatting svn-id: r39605 | |||
2009-03-22 | OSX configure fix | Oystein Eftevaag | |
svn-id: r39603 | |||
2009-03-21 | Updated iphone/osx build rules a bit, to make them more consistent | Oystein Eftevaag | |
svn-id: r39600 | |||
2009-03-21 | Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of ↵ | Marcus Comstedt | |
some corny warnings). svn-id: r39588 | |||
2009-03-21 | Added support for dynamic plugins on Dreamcast to the configure script. | Marcus Comstedt | |
svn-id: r39587 | |||
2009-03-19 | configure: rearranged some stuff | Max Horn | |
svn-id: r39541 | |||
2009-03-19 | Whitespace fix | Oystein Eftevaag | |
svn-id: r39538 | |||
2009-03-19 | Added support for specifying which prefix directory to link in static libs ↵ | Oystein Eftevaag | |
for (for mac os x and iphone bundles), and use a build-specific strip command svn-id: r39537 | |||
2009-03-19 | Added configure support for the Wii and Gamecube port | Andre Heider | |
svn-id: r39531 | |||
2009-03-19 | Moved -pedantic from Makefile to the end of configure script | Andre Heider | |
svn-id: r39530 | |||
2009-03-19 | Extended the FLAC test to detect a libFLAC version which was compiled ↵ | Andre Heider | |
without libogg support svn-id: r39529 | |||
2009-03-19 | Fixed the tremor check. Instead of a ogg symbol, it now checks for a tremor ↵ | Andre Heider | |
one ;) svn-id: r39527 | |||
2009-03-18 | Initial support for building the Dreamcast port using the configure | Marcus Comstedt | |
script. Dynamic modules are not supported just yet. svn-id: r39524 | |||
2009-03-18 | Use host-specific ranlib when crosscompiling for darwin (Mac OS X) | Oystein Eftevaag | |
svn-id: r39523 |