Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-03 | AMIGAOS: Static builds preferred | Hubert Maier | |
Reasons: - Shared objects aren't really shared on AmigaOS (Once two programs load the same .so, it will be loaded twice into memory instead of sharing the already available one) - To make the program run for everyone i need to provide a subdir (SObjs/) which holds all the .so's used while compiling, otherwise some people have to go hunting for the correct .so's online. (That completely defies the use of "shared objects") Even worse is the fact that, if users have older .so's installed, they might experience crashes. - There is no benefit in building ScummVM with shared objects, because even *if* a new lib version is available as an .so it won't be mandatory to immediately switch to it, because the code probably won't take advantage of it as fast. In short: Switchting to static builds to reduce user grief, crash reports and as a bonus have ScummVM start a little faster. | |||
2015-12-25 | SDL/GL Enabled OpenGL(ES) on the Raspberry Pi in the configure script. | vanfanel | |
2015-12-24 | CONFIGURE: Make RE more portable | Willem Jan Palenstijn | |
Thanks criezy. | |||
2015-12-23 | OSX: Fix make bundle target when using SDL2 | Thierry Crozat | |
2015-12-20 | CONFIGURE: Report clang compiler version | Willem Jan Palenstijn | |
Our previous code printed the gcc version clang is pretending to be. | |||
2015-12-20 | CONFIGURE: Always disable have_gcc when using Intel compiler | Willem Jan Palenstijn | |
This fixes configure if icc is set to gcc-compatibility mode, which is the default. | |||
2015-12-16 | CONFIGURE: Disable use of USE_ARM_SOUND_ASM. | Johannes Schickel | |
The feature is currently broken (see bug #6957 "AUDIO: ARM ASM sound code causes distorted audio on 32 bit armv6"). Fixing the feature looks highly non-trivial and since nobody volunteered so far it's unlikely we will see any fix soon. | |||
2015-12-15 | PS3: Make use of an updated SDL2 version | Bastien Bouclet | |
This version, available at https://bitbucket.org/bgK/sdl_psl1ght, is based on SDL 2.0.3. | |||
2015-12-08 | RASPBERRYPI: Disable OpenGL ES because it offers no advantage over SDL2. | vanfanel | |
2015-12-08 | RASPBERRYPI: Prefer SDL2 over SDL1.2. | vanfanel | |
2015-12-08 | SDL/DISPMANX: Remove dispmanx graphics output. | vanfanel | |
2015-12-08 | CONFIGURE: Fix OpenGL ES detection for Raspberry Pi and other SBCs. | vanfanel | |
2015-11-12 | SDL/DISPMANX Fixed small issues with merging: Use append_var, fix spacing ↵ | vanfanel | |
issues and changed SurfaceSdlGraphicsManager constructor call parameters on DispmanXSdlGraphicsManager constructor. | |||
2015-11-11 | Merge branch 'master' into dispmanx | vanfanel | |
2015-10-18 | SDL/DISPMANX Renamed the RASBERRYPI define to the less confusing name of ↵ | vanfanel | |
DISPMANX because it controls whether dispmanx rendering backend is enabled or not on the Raspberry Pi. | |||
2015-10-18 | SDL/DISPMANX Removed a redundant and unused configure parameter info related ↵ | vanfanel | |
to dispmanx. | |||
2015-10-18 | SDL/DISPMANX Corrected configure script so Scummvm cross-compiles with ↵ | vanfanel | |
modern Raspbian that uses multiarch. | |||
2015-07-24 | SDL/DISPMANX: Made minor corrections sugested by fingolfin. | vanfanel | |
2015-07-22 | CONFIGURE: add and use append_var function | Max Horn | |
This allows replacing constructs like LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++" by append_var LDFLAGS "-static-libgcc -static-libstdc++" or even append_var LDFLAGS -static-libgcc -static-libstdc++ which improves readability and reduces "code duplication", and thus reduces the risk of introducing certain bugs (e.g. like this one: LDFLAGS="$LDFLAG -static-libgcc -static-libstdc++" | |||
2015-07-22 | SDL/DISPMANX: Updated class member names, configure script and asociated ↵ | vanfanel | |
files and docs to conform to fingolfin's corrections. | |||
2015-07-20 | SDL/DISPMANX: Updated rendering code for better buffers management. | vanfanel | |
2015-07-20 | RASPBERRYPI: Changed the RGB code for the game screen surface and added ↵ | vanfanel | |
RaspberryPi information file. | |||
2015-07-20 | RASPBERRYPI: Fixed cross-compilation. | vanfanel | |
2015-07-20 | RASPBERRYPI: Fixed variable names, removed gcc optimization flags, temporary ↵ | vanfanel | |
decrease buffers to 2. | |||
2015-07-07 | CONFIGURE: Ensure the USE_ALSA define ends up in config.mk | Matthew Hoops | |
2015-03-29 | RASPBERRYPI: Added Raspberry Pi native 2D API support (dispmanx) | vanfanel | |
2015-03-06 | CONFIGURE: Always link against Cocoa on OS X, since SDL2 doesn't seem to ↵ | Einar Johan Trøan Sømåen | |
pick it up for us. | |||
2015-02-16 | CONFIGURE: Make SDL_CONFIG override work with a MinGW host. | Johannes Schickel | |
2015-01-25 | SDL: Add experimental support for SDL2. | Johannes Schickel | |
This is based upon skristiansson's change set to make ScummVM work with SDL2. | |||
2015-01-25 | CONFIGURE: Allow to overwrite sdl-config to use with SDL_CONFIG. | Johannes Schickel | |
2015-01-18 | CONFIGURE: Use -mlongcall on Mac PPC builds | Matthew Hoops | |
Calls larger than 32MB away should no longer cause linker errors, provided libraries are rebuilt with that too | |||
2015-01-18 | CONFIGURE: Use "powerpc" instead of "ppc" as config.guess outputs | Matthew Hoops | |
powerpc-* targets get detected properly again now | |||
2015-01-05 | ANDROID: Remove unpacker and fix support for non arm | Joel Teichroeb | |
2015-01-04 | CONFIGURE: define HAVE_INT64 when we have 64-bit types. | Eugene Sandulenko | |
This has been hanging in the air forever, but for the sake of cleanness now is defined. | |||
2014-12-09 | CONFIGURE: Add likely fix for AmigaOS4 linker relocation build failure. | D G Turner | |
2014-10-26 | GCW0: Switch to HW floats and introduce the platform define | Eugene Sandulenko | |
2014-10-26 | CONFIGURE: Create port-specific platform for GCW0 | Eugene Sandulenko | |
2014-09-21 | CONFIGURE: Use pkgconfig to get CFLAGS for Unity if not supplied | Tobia Tesan | |
This is not necessary if we got --with-libunity-prefix= (line 1447). That's not always the case though. | |||
2014-09-21 | CONFIGURE: Ask for unity >= 3.8.1 | Tobia Tesan | |
Previously we asked for unity == 3.8.1, which broke things everywhere else | |||
2014-08-08 | AMIGAOS: Get rid of the OS version number | raziel- | |
"4" is the version of the OS. It will certainly change with future updates. | |||
2014-07-20 | BUILD: Add port specific makefile for AmigaOS4. | D G Turner | |
This moves the AmigaOS4 specific packaging rules from the global ports.mk to a port specific makefile in the AmigaOS subdirectory of the SDL backend (used for AmigaOS). Previously, port specific makefiles were only used for cross compiling builds and thus had a single entry in the cross compiling section of the configure. Since AmigaOS4 is a desktop system supporting native build, this required a second entry for when the host system is detected as ppc-amigaos to support native builds. However, currently this does break packaging of cross compiled builds for Win32, OSX and Unix when done on AmigaOS4... but this is not likely and has limited impact. To fix this, default _port_mk lines would need to be added to the sections of the cross compiling switch for mingw32 etc. to override the AmigaOS4 OS setting of _port_mk. | |||
2014-07-20 | BUILD: Fix AmigaOS4 build variable naming to be clearer. | D G Turner | |
2014-07-01 | CONFIGURE: Fix compilation on IRIX. | D G Turner | |
Fixes bug #6666 "IRIX: configure mistakenly detects $_host_alias-strings". | |||
2014-06-28 | BUILD: Move the PS3 make targets to a separate file | Bastien Bouclet | |
2014-06-27 | CONFIGURE: Disable the event recorder for the PS3 | Bastien Bouclet | |
It causes a crash on startup for unknown reasons | |||
2014-06-18 | ANDROID: Allow build with non-ancient SDK | Marcus Comstedt | |
2014-05-28 | CONFIGURE: Detect and use Mac Homebrew if it is installed | Eugene Sandulenko | |
2014-05-28 | CONFIGURE: Detect and use Fink if installed | Eugene Sandulenko | |
2014-05-21 | CONFIGURE: Send output for host-alias-strings test to config.log | D G Turner | |
This is not critical to build configuration and any problems would be visible by an incorrect endian test result. | |||
2014-05-20 | CONFIGURE: Fix information output for host-alias-strings test. | D G Turner | |
Thanks to LordHoto for the amendment to surpress error output. |