Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-18 | DOC: Added German translation of README (WIP by SimSaw) | Eugene Sandulenko | |
2011-07-18 | DOC: Renamed README template and translated versions to QuickStart | Eugene Sandulenko | |
2011-07-15 | BUILD: Include localized readmes into win32 package | Eugene Sandulenko | |
2011-07-01 | NSIS: Always pass ARCH variable to script and handle case when the variable ↵ | Littleboy | |
is empty | |||
2011-07-01 | NSIS: Convert line endings on the fly during installation | Littleboy | |
2011-07-01 | CONFIGURE: Rename $WIN32BUILD to $STAGING | Littleboy | |
2011-06-30 | BUILD: Store the Windows installer scripts in a single directory, and share ↵ | Travis Howell | |
the graphics files. | |||
2011-06-30 | BUILD: Use separate win32 target for each installer. | Travis Howell | |
2011-06-25 | PS3: Fix out of tree builds. | Bastien Bouclet | |
Allow GCC to use CELL BE PPU features. | |||
2011-06-22 | PS3: Added a readme | Bastien Bouclet | |
2011-06-22 | PS3: Map joypad buttons to features. Enable the virtual keyboard. | Bastien Bouclet | |
2011-06-22 | PS3: Initial version of the PlayStation 3 backend | Bastien Bouclet | |
2011-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn | |
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: engines/groovie/script.cpp | |||
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-11 | CONFIGURE: Fix creation of the NSIS installer when building out of tree | Littleboy | |
2011-05-11 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: audio/decoders/qdm2.h common/util.cpp engines/groovie/music.cpp engines/groovie/resource.h video/qt_decoder.cpp video/qt_decoder.h | |||
2011-05-06 | Merge pull request #31 from lordhoto/win-res | Johannes Schickel | |
Embed engine/theme dists files into Win Executable. Check the following link for further discussion: https://github.com/scummvm/scummvm/pull/31 | |||
2011-05-05 | BUILD: Silence windres command line when a non-verbose build is done. | Johannes Schickel | |
2011-05-05 | WIN32: Embed engine data files and theme files into executable. | Johannes Schickel | |
This embeds all the engine data files from dists/engine-data into the executable in case the engines using them are included statically. Furthermore it includes the theme dist files in the executable. | |||
2011-05-02 | Merge remote-tracking branch 'upstream/master' into nsis | Littleboy | |
Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk | |||
2011-04-27 | PORTS: Tweak win32setup target | Littleboy | |
- Rename README-SDL to be used by installer script - Use relative build path for WIN32PATH - Add default build folder to ignore file | |||
2011-04-27 | PORTS: Add target to build a win32 setup installer | Littleboy | |
2011-04-27 | Add Inno Setup installer script for Windows builds | unknown | |
2011-04-22 | BUILD: Move ARM_ASM flags to configure | dhewg | |
So they're used again if a port overwrites _port_mk | |||
2011-04-13 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: video/qt_decoder.cpp | |||
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |
2011-04-09 | ALL: Add optional dependency on libfaad | Matthew Hoops | |
2011-01-19 | MACOSX: Fix make bundle when compiling with libtheoradec | Matthew Hoops | |
svn-id: r55326 | |||
2010-10-15 | MACOSX: Fix make bundle when compiling with libpng | Matthew Hoops | |
svn-id: r53463 | |||
2010-10-13 | BUILD: Patch #3086472 "AMIGAOS4: Adding COPYING.BSD and new Icon" | Jordi Vilalta Prat | |
Use the DIST_FILES_DOCS variable so no new document files are forgotten. svn-id: r53424 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-07-09 | Added iPad icon | Oystein Eftevaag | |
svn-id: r50752 | |||
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-15 | Fix link of scummvm-static (for MacOS X bundle) when translation is enabled. | Thierry Crozat | |
svn-id: r49894 | |||
2010-05-26 | Add safeguards when no engines with engine-data are included. Inspired by ↵ | Eugene Sandulenko | |
patch #2986300 svn-id: r49240 | |||
2010-05-11 | Added stripping and permissions of the iPhone executable in ports.mk | Oystein Eftevaag | |
svn-id: r49002 | |||
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-08 | Remove the now broken "deb" target. | Andre Heider | |
svn-id: r48966 | |||
2010-04-13 | Patch #2984292: "AmigaOS4: Remove _SVN from unstable builds" | Max Horn | |
svn-id: r48652 | |||
2010-02-27 | Added the svn:keywords property to some files missing it. | Jordi Vilalta Prat | |
svn-id: r48148 | |||
2010-02-02 | Install the plugins from the current directory (the build one), not from the ↵ | Jordi Vilalta Prat | |
source directory svn-id: r47812 | |||
2009-11-22 | Added a codesigning step to the iphonebundle make target | Oystein Eftevaag | |
svn-id: r46089 | |||
2009-10-22 | Fix bug #2703992: OSX: make bundle fails | Max Horn | |
svn-id: r45336 | |||
2009-09-25 | Move wii specific stuff from ports.mk to backends/platform/wii/wii.mk | Max Horn | |
svn-id: r44343 | |||
2009-09-25 | Move linuxmoto specific stuff from ports.mk to a new file ↵ | Max Horn | |
backends/platform/linuxmoto/linuxmoto.mk svn-id: r44342 | |||
2009-09-25 | Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform | Max Horn | |
svn-id: r44341 | |||
2009-09-11 | Added support for WINDRESFLAGS, required for e.g. multilib enabled MinGW ↵ | Andre Heider | |
toolchains svn-id: r44035 | |||
2009-08-31 | Forgot to remove a $(STRIP) line in r43855 | Andre Heider | |
svn-id: r43860 |