[Scummvm-cvs-logs] scummvm master -> 131e5c729c6a826715c97455a90961a060bfb975
Kirben
kirben at optusnet.com.au
Mon Jan 30 14:29:18 CET 2012
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d814c2a861 DOC: Add notes about migration batch file for Windows users.
131e5c729c BUILD: The Windows installer will add a symbolic link to standard savegames area in Windows Vista/7.
Commit: d814c2a8618fa68908a4b81acea2cb6d52ff0f49
https://github.com/scummvm/scummvm/commit/d814c2a8618fa68908a4b81acea2cb6d52ff0f49
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2012-01-30T05:25:02-08:00
Commit Message:
DOC: Add notes about migration batch file for Windows users.
Changed paths:
NEWS
README
diff --git a/NEWS b/NEWS
index 8e8284f..d10e217 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,9 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added a difficulty selection dialog for Loom FM-TOWNS.
Windows port:
- - Changed default save games location for Windows NT4/2000/XP/Vista/7.
+ - Changed default savegames location for Windows NT4/2000/XP/Vista/7.
+ (The migration batch file can be used to copy savegames from the old
+ default location, to the new default location).
1.4.1 (2012-01-27)
AGOS:
diff --git a/README b/README
index 871c649..928864e 100644
--- a/README
+++ b/README
@@ -1367,6 +1367,10 @@ Savegames are stored under a hidden area in Windows NT4/2000/XP/Vista/7,
which can be accessed by running "%APPDATA%\ScummVM\Saved Games\" or by
enabling hidden files in Windows Explorer.
+Note for Windows NT4/2000/XP/Vista/7 users: The default savegames location
+changed in ScummVM 1.5.0. The migration batch file can be used to copy
+savegames from the old default location, to the new default location.
+
6.1) Autosaves:
---- ----------
For some games (namely "Beneath a Steel Sky", "Flight of the Amazon
Commit: 131e5c729c6a826715c97455a90961a060bfb975
https://github.com/scummvm/scummvm/commit/131e5c729c6a826715c97455a90961a060bfb975
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2012-01-30T05:27:20-08:00
Commit Message:
BUILD: The Windows installer will add a symbolic link to standard savegames area in Windows Vista/7.
Changed paths:
dists/win32/ScummVM.iss
diff --git a/dists/win32/ScummVM.iss b/dists/win32/ScummVM.iss
index f18a422..3608891 100644
--- a/dists/win32/ScummVM.iss
+++ b/dists/win32/ScummVM.iss
@@ -70,10 +70,16 @@ Name: {group}\Saved Games\Saved Games (new default); Filename: {userappdata}\Scu
[Run]
Filename: {app}\ScummVM.exe; Flags: nowait skipifdoesntexist postinstall skipifsilent
+;Creates a symbolic link for standard save games area, under Windows Vista/7
+Filename: {cmd}; Parameters: "/c ""mklink /d ""%userprofile%\Saved Games\ScummVM"" ""%appdata%\ScummVM\Saved games"" "" "; MinVersion: 0, 6.1
[UninstallDelete]
Type: files; Name: {app}\ISTool.url
+[Dirs]
+Name: "{userappdata}\ScummVM"; MinVersion: 0, 1
+Name: "{userappdata}\ScummVM\Saved Games"; MinVersion: 0, 1
+
[Files]
Source: AUTHORS.txt; DestDir: {app}; Flags: ignoreversion
Source: COPYING.txt; DestDir: {app}; Flags: ignoreversion
More information about the Scummvm-git-logs
mailing list