Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2010-05-23 | add mips-sgi(-irix6.5) cross-compiling target | Joost Peters | |
svn-id: r49167 | |||
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. ↵ | Andre Heider | |
Configure reflects that now. svn-id: r48996 | |||
2010-05-09 | Revise how prefix, datadir etc. are handled. | Max Horn | |
With these changes, we are a bit closer to how autoconf works, the de-facto standard for configure scripts. The changes make it easier for packagers to modify where ScummVM install things (e.g. the Maemo port might benefit from this). It is now also trivial to override certain paths when invoking make, e.g. you can now do make install prefix=/opt and also datadir, mandir etc. will reflect the change. svn-id: r48989 | |||
2010-05-09 | Fallback to the nasm compatible yasm. | Andre Heider | |
svn-id: r48980 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-05-08 | Lets not override the return value in cc_check() | Andre Heider | |
svn-id: r48969 | |||
2010-05-08 | Cleanup, remove tmp files to avoid /tmp file flood (like on buildbot). | Andre Heider | |
svn-id: r48968 | |||
2010-04-26 | Modified configure to support PSP profiling | Yotam Barnoy | |
svn-id: r48803 | |||
2010-04-22 | set cxx_verc_fail=no when MIPSpro 7.4.4 is detected + proper MIPSpro ↵ | Joost Peters | |
capitalization svn-id: r48770 | |||
2010-04-17 | Fix for #2985480 - AMIGAOS4: Compiler errors on ./configure | Ori Avtalion | |
svn-id: r48688 | |||
2010-04-16 | Remove type_4_byte='long' FIXMEs from configure | Max Horn | |
Since no porter complained about these during the last release, this should be safe. In any case it would be trivial to put them back, but that is only acceptable if an explanatory comment is included. svn-id: r48676 | |||
2010-04-16 | Fix stupid mistake | Max Horn | |
svn-id: r48672 | |||
2010-04-16 | Enable more ARM asm on arm-linux targets | Max Horn | |
svn-id: r48671 | |||
2010-04-16 | Trying to fix DC port compilation | Max Horn | |
svn-id: r48669 | |||
2010-04-16 | Change configure entries for NDS and DC ports to use _port_mk | Max Horn | |
svn-id: r48664 | |||
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy | |
svn-id: r48632 | |||
2010-04-11 | Change 'head -1' to (hopefully more portable) 'head -n1' | Max Horn | |
svn-id: r48619 | |||
2010-04-09 | Yet another attempt to fix cc_check_define: make it only link, but not ↵ | Max Horn | |
compile, the test code svn-id: r48603 | |||
2010-04-09 | Change outdated configure status message | Willem Jan Palenstijn | |
svn-id: r48602 | |||
2010-04-09 | Change cc_check to always pass LDFLAGS (it already always passed CXXFLAGS), ↵ | Max Horn | |
and adapt calling code accordingly svn-id: r48601 | |||
2010-04-09 | Trying to fix cc_check_define breakage for cross platform builds which ↵ | Max Horn | |
*require* a non-trivial LDFLAGS & CXXFLAGS; applying same fix to the memalign test code svn-id: r48600 | |||
2010-04-09 | Use head -1 instead of grep -m (non-POSIX flag) | Ori Avtalion | |
svn-id: r48599 | |||
2010-04-09 | Have cc_check_define return 0 on success | Ori Avtalion | |
svn-id: r48597 | |||
2010-04-09 | Fix configure script on cross-platform environments | Ori Avtalion | |
svn-id: r48596 | |||
2010-04-09 | Future-proof gcc >= 4.3 test (Will break on version 5.0) | Ori Avtalion | |
svn-id: r48595 | |||
2010-04-09 | Simplify GCC version tests, add support for the clang compiler | Ori Avtalion | |
svn-id: r48594 | |||
2010-03-24 | configure: document --enable-release and --enable-profiling | Max Horn | |
svn-id: r48399 | |||
2010-03-24 | not need this for samsungtv | Paweł Kołodziejski | |
svn-id: r48395 | |||
2010-03-24 | update samsungtv toolchain prefix | Paweł Kołodziejski | |
svn-id: r48380 | |||
2010-03-13 | cleanup samsungtv sdl-config | Paweł Kołodziejski | |
svn-id: r48251 | |||
2010-03-13 | rename samygo to cl | Paweł Kołodziejski | |
svn-id: r48250 |