aboutsummaryrefslogtreecommitdiff
path: root/dists/scummvm.rc
AgeCommit message (Collapse)Author
2016-09-26RELEASE: This is 1.10.0gitEugene Sandulenko
2016-09-06CLOUD: Move wwwroot archive to dists and script to devtoolsThierry Crozat
Both the data used to generate the archive and the archive itself were moved to dists/ instead of being in backends/. The script was also improved to optionally take a path as a command line argument to indicate where the wwwroot data are instead of assuming they are in the working directory. Finally a 'wwwroot' make target was also added to invoke the python script and generate the archive. with the expected path to
2016-09-05BUILD: Add wwwroot.zip to resource files for Windows buildsThierry Crozat
The file had already been added to scummvm.rc, but not to scummvm.rc.in. As a result running update-version.pl would have caused the change to be lost.
2016-08-24CLOUD: Add wwwrootAlexander Tkachev
wwwroot.zip contains ScummVM local webserver's resources, such as template html pages, styles and images. One can make it from wwwroot directory contents by running make_archive.py script. It's added to scummvm.rc, so it's included in the executable (it works with MinGW, but I was unable to do that in VS yet). IndexPageHandler is the one who returns these resources. It uses index.html for "/". I'm replacing "{message}" with translated message, so that's the way I thought the templates should work.
2016-05-22UPDATES: Add support for WinSparkleFilippos Karapetis
2016-02-05RELEASE: This is 1.9.0gitEugene Sandulenko
2016-01-01ALL: Update copyright yearsEugene Sandulenko
2015-11-28BUILD: Add access.dat to resource file for Windows builds.Kirben
2015-01-18JANITORIAL: Update copyright yearThierry Crozat
2014-06-30RELEASE: This is 1.8.0gitEugene Sandulenko
2014-01-01JANITORIAL: Update copyright yearEugene Sandulenko
2013-07-04MORTEVIELLE: Update misc files to include mort.datStrangerke
2013-06-05BUILD: install tony.datWillem Jan Palenstijn
2013-05-20NEVERHOOD: Add neverhood.dat to dist files.Johannes Schickel
2013-05-05RELEASE: This is 1.7.0gitEugene Sandulenko
2013-01-28BUILD: Add wintermute.zip to resource file for Windows builds.Kirben
2013-01-02JANITORIAL: Update copyright yearStrangerke
2012-09-05WIN32: Embed tony.dat in executableLittleboy
2012-07-08RELEASE: This is 1.6.0gitEugene Sandulenko
2012-07-05WIN32: Also embed scummclassic.zip in the executable.Johannes Schickel
This is required to have proper translation support with the classic theme without having an external scummclassic.zip.
2012-01-01MISC: This is year 2012Strangerke
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-10-20RELEASE: This is 1.5.0gitEugene Sandulenko
2011-07-04DISTS: Add Windows Game Explorer xml resourceLittleboy
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-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-01RELEASE: This is 1.4.0gitEugene Sandulenko
2011-03-08WIN32: Use names for various magic constants in resource definitionsMax Horn
2011-02-14GIT: ./tools/update-version.pl 1 3 0 gitdhewg
2010-09-17RELEASE: This is 1.3.0svnEugene Sandulenko
svn-id: r52773
2010-03-07And this is 1.2.0svn nowEugene Sandulenko
svn-id: r48178
2010-01-22Update copyright string to show current yearArnaud Boutonné
svn-id: r47447
2009-10-25Initial check in of a tool which is able to create MSVC project files out of ↵Johannes Schickel
the configure / Makefile based build system. svn-id: r45380
2009-07-24This is 1.1.0svnEugene Sandulenko
svn-id: r42699
2009-07-10Restored several files after the version update.Eugene Sandulenko
.in files are THE sources, and have to be modified, not the files generated from them. svn-id: r42358
2009-07-10This is 1.0.0svnEugene Sandulenko
svn-id: r42346
2009-04-18Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC ↵Eugene Sandulenko
warnings" svn-id: r39995
2009-01-19This is 0.14.0svnEugene Sandulenko
svn-id: r35927
2008-09-05Updated some copyright strings to 2001-2008Max Horn
svn-id: r34371
2008-07-21This is 0.13.0svn nowEugene Sandulenko
svn-id: r33160
2007-12-28Bumping version to 0.12.0svnEugene Sandulenko
svn-id: r30030
2007-12-02fixes for cygwin buildKostas Nakos
svn-id: r29700
2007-06-05Trunk becomes 0.11.0svnEugene Sandulenko
svn-id: r27116
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-06-12Update yearEugene Sandulenko
svn-id: r23049
2006-06-11oops. Copyright sign lostEugene Sandulenko
svn-id: r23043
2006-06-11Bump versionEugene Sandulenko
svn-id: r23041
2006-05-13fix VS2005 compilation warningsAndrew Kurushin
svn-id: r22431