Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-06 | Merged from trunk, from r51495 to r51775 | Alejandro Marzini | |
svn-id: r51776 | |||
2010-08-05 | OPENGL: Fix USE_OPENGL redefinition warnings. | Alejandro Marzini | |
svn-id: r51750 | |||
2010-08-04 | OPENGL: Improved OpenGL auto detection. | Alejandro Marzini | |
svn-id: r51720 | |||
2010-08-03 | CONFIGURE: removed two useless definitions in N64 sections | Fabio Battaglia | |
svn-id: r51700 | |||
2010-08-03 | OSX: Fix OpenGL detection | Joost Peters | |
svn-id: r51690 | |||
2010-08-03 | PSP: Enable "CPU-hungry sound chips" again, the PSP is fast enough. | Joost Peters | |
svn-id: r51684 | |||
2010-08-03 | PSP: Disable CPU-hungry sound chips | Eugene Sandulenko | |
svn-id: r51683 | |||
2010-08-03 | PS2: Disable CPU-hungry sound chips | Eugene Sandulenko | |
svn-id: r51682 | |||
2010-08-03 | N64: Disable CPU-hungry sound chips | Eugene Sandulenko | |
svn-id: r51681 | |||
2010-08-03 | NDS: Disable NES APU for the platform | Eugene Sandulenko | |
svn-id: r51680 | |||
2010-08-03 | OPENGL: Add basic configure detection. | Alejandro Marzini | |
svn-id: r51676 | |||
2010-08-03 | N64: Error out in configure if N64SDK is not set | Max Horn | |
svn-id: r51672 | |||
2010-08-02 | CONFIGURE: drop hardcoded endianess and hq scalers from n64 section | Fabio Battaglia | |
svn-id: r51659 | |||
2010-08-02 | CONFIGURE: cleanup of N64 port sections | Fabio Battaglia | |
svn-id: r51657 | |||
2010-08-02 | BUILD: Unify how we set vars to yes/no | Max Horn | |
svn-id: r51639 | |||
2010-08-02 | DS: More closely immitate CXXFLAGS of custom DS build system | Max Horn | |
svn-id: r51637 | |||
2010-08-02 | BUILD: Order host names (in particular ds and android) alphabetically | Max Horn | |
svn-id: r51635 | |||
2010-08-02 | DS: Disable scalers and SID | Max Horn | |
svn-id: r51634 | |||
2010-08-01 | CONFIGURE: add support for N64 port to configure | Fabio Battaglia | |
svn-id: r51581 | |||
2010-07-31 | Add OpenGL dependencies to MinGW configure. | Alejandro Marzini | |
svn-id: r51551 | |||
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini | |
svn-id: r51495 | |||
2010-07-24 | AMIGAOS4: 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-20 | BUILD: Fix fallback readline detection | Willem Jan Palenstijn | |
svn-id: r51057 | |||
2010-07-20 | BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detection | Max Horn | |
* Added a yes/no variable _unix to configure, which controls when -DUNIX is added to DEFINES * Enable SEQ MIDI via _seq_midi by default on UNIX type systems, except for those which override that. * Switch SEQ MIDI code to check #define USE_SEQ_MIDI (alternatively, we could compile it only conditionally...) svn-id: r51055 | |||
2010-07-20 | BUILD: Enhance configure code, add (unfinished) USE_SEQ_MIDI support | Max Horn | |
* Remove unused add_to_config_mk_if_no() * Add two new functions: define_in_config_h_if_yes() and define_in_config_if_yes(). These make it much more convenient to #define something in config.h, or in both config.h and config.mk simultaneously. * Convert configure code to use the two new functions, were appropriate. * Add preliminary USE_SEQ_MIDI support, as discussed on scummvm-devel. This is incomplete as it does not actually detect anything, it just allows turning off _seq support. svn-id: r51054 | |||
2010-07-18 | PSP: switched to using my memcpy | Yotam Barnoy | |
svn-id: r50982 | |||
2010-07-15 | Fixed header for OS X, and added OpenGL feature to configure script. (Patch ↵ | Alejandro Marzini | |
by clone2727) svn-id: r50908 | |||
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini | |
svn-id: r50840 | |||
2010-07-11 | Fix compile on Mac OS X. | Matthew Hoops | |
svn-id: r50801 | |||
2010-07-05 | Drop direct use of (private) libEGL.so and call EGL functions via Java. | Angus Lees | |
This removes the final private library - we should be completely above board now. svn-id: r50677 | |||
2010-07-05 | DS: Can now build binaries via our "configure/make" build system. | Max Horn | |
Conversion of the old build system is incomplete. Binaries created using this new build system support most likely will not run! More work is needed, but the work done so far should be enough to get basic NDS support on our buildbot working. svn-id: r50672 | |||
2010-07-05 | NDS: Rename backend 'nds' to 'ds' in configure | Max Horn | |
svn-id: r50670 | |||
2010-07-05 | Switch Android toolchain prefix from arm-android-eabi to | Angus Lees | |
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6 change uses. Work around Android 2.0 and newer dynamic linker bug by explicitly linking plugins against the core libscummvm.so. Mark Android packages as preferring to be on external storage. Move -lm from LDFLAGS to LIBS. svn-id: r50665 | |||
2010-07-01 | NDS: Some tweaks for compiling via std build system | Max Horn | |
svn-id: r50582 | |||
2010-07-01 | Fix configure output (missing newline) | Max Horn | |
svn-id: r50556 | |||
2010-06-26 | Remove support for translation of console messages. | Johannes Schickel | |
In recent discussions on -devel it turned out, that this feature is rather superfluous and instead we should rather implement a proper error reporting in our GUI. I also removed the dependency on iconv along with this. svn-id: r50335 | |||
2010-06-24 | Disable addition of "SCUMMVM_SVN_REVISION" to the version string, in case ↵ | Johannes Schickel | |
--enable-release was specified on configure run. svn-id: r50246 | |||
2010-06-23 | Fixed Posix port problem with destructor and configure. | Alejandro Marzini | |
svn-id: r50194 | |||
2010-06-22 | Created posix port subclassed from sdl backend. Removed unnecessary #include ↵ | Alejandro Marzini | |
in win32.cpp svn-id: r50173 | |||
2010-06-17 | Fix possible link error for scummvm-static (for MacOS X bundle) when ↵ | Thierry Crozat | |
USE_TRANSLATION is set but USE_TERMCONV is not. svn-id: r49941 | |||
2010-06-16 | PSP: got rid of SDL | Yotam Barnoy | |
svn-id: r49903 | |||
2010-06-15 | GP2X: Move port distribution rules into a makefile for use with buildbot. | John Willis | |
This removes them from the old scripts in /backends/platform/gp2x/build/ and puts them in the right place. svn-id: r49892 | |||
2010-06-15 | Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of ↵ | Johannes Schickel | |
(ENABLE_)TRANSLATION, DETECTLANG and TERMCONV. svn-id: r49885 | |||
2010-06-15 | Fix linking of the cc_tests (gamecube too) | Andre Heider | |
svn-id: r49884 | |||
2010-06-15 | Fix linking of the cc_tests | Andre Heider | |
svn-id: r49882 | |||
2010-06-15 | GP2XWiz: Add port distribution rules into a makefile so they can be used ↵ | John Willis | |
with buildbot. This removes them from the old scripts in /backends/platform/gp2xwiz/build/ and puts them in the right place as make targets. svn-id: r49877 | |||
2010-06-15 | Fix iconv signature on BSD systems. (Based on what we do in tools/) | Johannes Schickel | |
svn-id: r49868 | |||
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko | |
Based on patch #2903830: "Updated Translation Prototype" by alexbevi which in turn is based on patch #1739965 by jvprat. Currently it builds all translations right into ScummVM. Once the feature will be accepted more widely, i.e. more translations will pop up, it will be trivial to move translation strings to external file. Finished translation: Russian Unfinished translation: Hungarian Things which are nice to do: - Language code -> language mapping for more user friendness - Specifying fonts to be used with language - Updating of interface language without restart. It will require moving of much code to reflowLayout() methods for each dialog The .po files must be in single byte encodings. I.e. no support for Unicode. svn-id: r49759 | |||
2010-06-08 | Remove unnecessary explicit _endian=little for Android | Angus Lees | |
svn-id: r49504 | |||
2010-06-06 | Add Android backend from patch #2603856 | Max Horn | |
svn-id: r49449 |