aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
2011-08-21BADA: Initial BADA port implementationChris Warren-Smith
2011-08-10BUILD: Only use supported languages in Windows installer script.Travis Howell
2011-08-10BUILD: Remove English specific launch message in Windows installer script.Travis Howell
2011-08-10BUILD: Only use supported languages in Windows installer script.Travis Howell
2011-08-10BUILD: Install documentation based on language chosen during installation.Travis Howell
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-07JANITORIAL: Add missing NL at EOF.Christoph Mallon
2011-08-02Merge pull request #52 from CeRiAl/macosx-sparkleOystein Eftevaag
MACOSX: Add Sparkle support
2011-07-27KYRA: add support for Russian Kyra 1 floppy fan translationathrxx
2011-07-25KYRA: add support for Kyra 2 Russian floppyathrxx
2011-07-24LOL: add support for Russian CD-ROM versionathrxx
2011-07-24LOL: add support for Russian floppy versionathrxx
2011-07-19MACOSX: Add Sparkle supportCeRiAl
2011-07-10REDHAT: Update list of packaged data filesWillem Jan Palenstijn
(cherry picked from commit 97674b66b8f71f3128f5e0b243b44a018529ff11)
2011-07-04NSIS: Handle case when the Games.dll plugin cannot be loaded (and skip ↵Littleboy
shortcut creation)
2011-07-04NSIS: Register with game explorer on installationLittleboy
2011-07-04DISTS: Add Windows Game Explorer xml resourceLittleboy
2011-07-01Merge branch 'master' of github.com:scummvm/scummvmTravis Howell
2011-07-01BUILD: Update Windows installer script.Travis Howell
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-01DISTS: Add missing IDI_COUNT to scummvm.rc.inLittleboy
2011-06-30BUILD: Store the Windows installer scripts in a single directory, and share ↵Travis Howell
the graphics files.
2011-06-30BUILD: Store the Windows installer scripts in a single directory, and share ↵Travis Howell
the graphics files.
2011-06-30WIN32: Add option to disable the console window, keeping the current default ↵Travis Howell
of enabling the console window.
2011-06-29BACKENDS: Implement Win32TaskbarManager::setCount()Littleboy
2011-06-26BACKENDS: Add special Win32 path to set SDL window iconLittleboy
We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback. This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later
2011-06-26ICONS: Update Windows iconsLittleboy
- Replace 128x128 RGB version by PNG compressed 256x256 version for Windows Vista and later - Update 256 colors versions of the icon to remove black background - Remove 16 colors versions (256 colors icons have been supported since Windows 3.0 and are the default on Windows 95) - Add missing sizes and colors to NSIS installer icon
2011-06-22PS3: Added a readmeBastien Bouclet
2011-06-22PS3: Initial version of the PlayStation 3 backendBastien Bouclet
2011-06-11LOL: update kyra.dat for italian fan translationathrxx
2011-06-07DISTS: Update XCode workspaceJulien
The workspace was broken by 39076ef9722529d80fef. This reverts it to the previous revision and reapplies the changes: - change UNIX to POSIX - remove mpeg2 support And adds the following changes: - add missing files to the workspace - enable translation support - silence multi-character constant warning
2011-06-01CREATE_PROJECT: Add stubs for Xcode providerJulien
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-05-26SAMSUNGTV: added readme to distsPawel Kolodziejski
2011-05-25BUILD: Rename UNIX #define to POSIXMax Horn
2011-05-16IPHONE/OSX: Updated xcode projectOystein Eftevaag
2011-05-11NSIS: Add option to not include data files in the installer (they are now ↵Littleboy
included in the exe by default)
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: Get rid of old MSVC style win resource support.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-05DISTS: Test for parameters in NSIS script and throw errors when not passed ↵Littleboy
to command line
2011-05-05DISTS: Add optional ARCH parameter to NSIS scriptLittleboy
2011-05-02DISTS: Update NSIS script version to 1.4.0gitLittleboy
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-05-01WEBOS: Removed special paths from default configuration.Klaus Reimer
2011-05-01WEBOS: No longer creating paths which are not used anymore.Klaus Reimer
2011-05-01RELEASE: This is 1.4.0gitEugene Sandulenko
2011-04-28DISTS: Drop high-resolution versions of the installer icon (128x128 & 96x96)Littleboy
This reduces installer size by around 114Kb.
2011-04-28DISTS: Update NSIS start menu shortcuts creation/removalLittleboy
- Create shortcuts in all-users start menu folder - Properly remove all shortcuts on uninstall