aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
AgeCommit message (Collapse)Author
2012-07-07DOCS: Add Danish QuickStart fileThierry Crozat
This was sent by Steffen Nyeland by email.
2012-03-25ALL: added missing copying.* files for win32 and mac os xPawel Kolodziejski
2012-03-21OSX: allow make bundle with static freetype2 libraryPaweł Kołodziejski
2012-01-29GUI: Add GNU FreeFont TTFs for use with our modern theme.Johannes Schickel
2012-01-24BUILD: Add batch script for migration of saved games location in Windows NT4 ↵Travis Howell
onwards.
2012-01-14OSX: Fixed some file paths when copying docs to the bundle, and updated DS_StoreOystein Eftevaag
2012-01-14OSX: Use static zlib library againOystein Eftevaag
2011-12-06DOCS: Add Swedish README from patch #3451861Thierry Crozat
2011-11-28BUILD: Remove excess spaces.Travis Howell
2011-11-27DOCS: Add Swedish translation of QuickStart from patch #3443455Thierry Crozat
2011-11-23BUILD: Added comment to new project generation targetEugene Sandulenko
2011-11-23BUILD: Added build rule for generating IDE project filesEugene Sandulenko
2011-11-17BUILD: Update win32dist target, to convert line endings in English ↵Travis Howell
QuickStart file too.
2011-10-25DOCS: Renamed the Spanish QuickStart to use just ANSI chars.Jordi Vilalta Prat
It seems it wasn't handled properly neither by Git nor by some filesystems, so we prefer playing on the safe side.
2011-10-19DOC: Add Czech ReadMe from patch #3424959Thierry Crozat
2011-10-17BUILD: Fix win32 target for Windows.Travis Howell
2011-10-17DOC: Add Italian QuickStartThierry Crozat
2011-10-16BUILD: Install the new Spanish quickstart file.Jordi Vilalta Prat
2011-10-05DOC: Add Norwegian (bokmaal) QuickStart to Mac disk imageThierry Crozat
2011-10-05DOC: Rename French QuickStart fileThierry Crozat
2011-10-05BUILD: Add new translated documentation to Windows installer.Travis Howell
2011-10-04MACOSX: Remove -lSystemStubs from the link for scummvm-staticThierry Crozat
This should fix bug #3407662: SystemStubs library no longer available on 10.7. I tested compilation on 10.6 and there is no link error after removing it. Hopefully it will work on older systems as well.
2011-09-24PS3: Add a target to push ScummVM to the PS3 over the network using ps3load.Bastien Bouclet
ps3load now works on FW 3.55 using the lastest ps3toolchain
2011-08-22DOC: Add extended file attribute for UTF-8 files on MacOS XThierry Crozat
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-19MACOSX: Add Sparkle supportCeRiAl
2011-07-18DOC: Added German translation of README (WIP by SimSaw)Eugene Sandulenko
2011-07-18DOC: Renamed README template and translated versions to QuickStartEugene Sandulenko
2011-07-15BUILD: Include localized readmes into win32 packageEugene Sandulenko
2011-07-01NSIS: Always pass ARCH variable to script and handle case when the variable ↵Littleboy
is empty
2011-07-01NSIS: Convert line endings on the fly during installationLittleboy
2011-07-01CONFIGURE: Rename $WIN32BUILD to $STAGINGLittleboy
2011-06-30BUILD: Store the Windows installer scripts in a single directory, and share ↵Travis Howell
the graphics files.
2011-06-30BUILD: Use separate win32 target for each installer.Travis Howell
2011-06-25PS3: Fix out of tree builds.Bastien Bouclet
Allow GCC to use CELL BE PPU features.
2011-06-22PS3: Added a readmeBastien Bouclet
2011-06-22PS3: Map joypad buttons to features. Enable the virtual keyboard.Bastien Bouclet
2011-06-22PS3: Initial version of the PlayStation 3 backendBastien Bouclet
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
Conflicts: engines/groovie/script.cpp
2011-05-25BUILD: Rename UNIX #define to POSIXMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11CONFIGURE: Fix creation of the NSIS installer when building out of treeLittleboy
2011-05-11Merge remote branch 'upstream/master' into t7g-iosMatthew 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-06Merge pull request #31 from lordhoto/win-resJohannes 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-05BUILD: Silence windres command line when a non-verbose build is done.Johannes Schickel
2011-05-05WIN32: 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-02Merge remote-tracking branch 'upstream/master' into nsisLittleboy
Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk
2011-04-27PORTS: Tweak win32setup targetLittleboy
- Rename README-SDL to be used by installer script - Use relative build path for WIN32PATH - Add default build folder to ignore file
2011-04-27PORTS: Add target to build a win32 setup installerLittleboy