aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
2013-05-08NEVERHOOD: Add tables for Scene1308johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1306johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1305johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1304johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1303johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1302johndoe123
2013-05-08NEVERHOOD: Add tables for Scene2242johndoe123
2013-05-08NEVERHOOD: Add tables for Scene2207johndoe123
2013-05-08NEVERHOOD: Add tables for Scene2206johndoe123
2013-05-08NEVERHOOD: Add tables for Scene2205johndoe123
2013-05-08NEVERHOOD: Add tables for Scene2203johndoe123
2013-05-08NEVERHOOD: Add Hall of Records tablesjohndoe123
- Add tables for Scene2201
2013-05-08NEVERHOOD: Add tables for Module2000johndoe123
2013-05-08NEVERHOOD: Add more tablesjohndoe123
2013-05-08NEVERHOOD: Add entries for Scene1401, Scene1402 and Scene1705johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1201johndoe123
2013-05-08NEVERHOOD: Add entries for Module2300johndoe123
2013-05-08NEVERHOOD: Add NavigationLists in create_neverhoodjohndoe123
2013-05-08NEVERHOOD: Change addHitRect to use an explicit countjohndoe123
- This is since the alignment stuff didn't work and it's not worth it to investigate - Add possibility to write out hardcoded message lists instead of reading from the exe for special lists
2013-05-08NEVERHOOD: Updated tables.h with data from Scene1002johndoe123
2013-05-08NEVERHOOD: Commit of create_neverhood and neverhood.datjohndoe123
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
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.