aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
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
2011-04-28DISTS: Remove optional flag from NSIS script uninstall sectionLittleboy
2011-04-28DISTS: Update NSIS installer shortcut creationLittleboy
- Fix missing CreateDirectory directive to create the base shortcut folder - Add Readme to the list of shortcuts
2011-04-28DISTS: Copy/use README-SDL to/from the build folder (it is copied from out ↵Littleboy
of tree)
2011-04-27DISTS: Add README-SDL to the installer scriptLittleboy
2011-04-27DISTS: Update formating and comments of NSIS scriptLittleboy
2011-04-27DISTS: Sort NSIS installer languages and disable the ones that aren't ↵Littleboy
supported by ScummVM itself yet.
2011-04-27DISTS: Add NSIS installer script template for building windows installersLittleboy
2011-04-27Add Inno Setup installer script for Windows buildsunknown
2011-04-25WEBOS: Improved build system. Now supports "release" and "beta" packaging, ↵Klaus Reimer
supports a custom base package ID and automatically determines the app version by merging the ScummVM version and a specified package version.
2011-04-24DRASCULA: Update German subtitles for Von Braun cutscene.Thierry Crozat
The first string of the old subtitles was too long.
2011-04-12WEBOS: Correct executable flag on start scriptKlaus Reimer
2011-04-12WEBOS: Move scummvmrc to ScummVM data directoryKlaus Reimer
scummvmrc is now located in ScummVM data directory and no longer in app directory so it is accessible via USB drive mode.
2011-04-12WEBOS: Add installation instructions to READMEKlaus Reimer
2011-04-12WEBOS: Add a README fileKlaus Reimer
2011-04-12WEBOS: Disable vkeybd, fix more directory references with wrong package nameKlaus Reimer
The vkeybd XML can't be read for some reason.
2011-04-12WEBOS: Correct package name, fix default key mappingKlaus Reimer
2011-04-12WEBOS: Add webos backendKlaus Reimer
IPK can be built with "make webosrelease".
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn
2011-04-09ANDROID: Automate the Manifest's versionCodedhewg
2011-04-09ANDOID: Replace mkmanifest.pl with sh/sed codedhewg
Removes build dependencies like perl and its XML modules
2011-04-06ANDROID: Add multitouch supportdhewg
2011-03-30ANDROID: Document Camera/Search mappingdhewg
2011-03-19ANDROID: Add port specific READMEdhewg
First version, just describing the controls and related hacks
2011-03-16ANDROID: Reindentdhewg
2011-03-08WIN32: Use names for various magic constants in resource definitionsMax Horn
2011-03-04ANDROID: Reindent manifestdhewg
2011-03-04ANDROID: Remove 'persistent' from the manifestdhewg
That's a flag valid only for apps build into the system image
2011-02-20HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGBstrangerke
2011-02-14GIT: ./tools/update-version.pl 1 3 0 gitdhewg
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
svn-id: r55507
2011-01-24TOOLS: Add better Code::Blocks support to create_projectJulien Templier
- Update searchs path and library names to use the mingw precompiled libraries directly - Enhance batch file to handle the same arguments as the MSVC one svn-id: r55499
2011-01-18HUGO: Improve mouse support in H3 DOS versionArnaud Boutonné
- Fix description of Penelope lying (when using mouse) - Use H3 Win logic in order to handle horizon - Add a workaround for a data bug in scenery1.dat, fixing the pathfinding bug in Crash screen svn-id: r55292
2011-01-13HUGO: Improve mouse support for DOS versionsArnaud Boutonné
- Enlarge Exit hotspots - Fix newspaper issue in H2 Dos (screen 33) svn-id: r55219
2011-01-11HUGO: Improve mouse support in DOS versions.Arnaud Boutonné
- Fix default verb for 'open door' in first screenActions - Add 'go to' values on objects - improve hotspot info related to objects svn-id: r55213
2011-01-07TOOLS: Add Dos intro music number in hugo.datArnaud Boutonné
svn-id: r55145