[Scummvm-cvs-logs] scummvm master -> 967193c3773d23631a1279e02cbeddde563d4e6e

Kirben kirben at optusnet.com.au
Mon Jan 23 14:09:17 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:
1ab9066077 BUILD: Add Start Menu items for default saved game locations (old and new) to Windows installer.
967193c377 NEWS: Add default saved games location change on Windows NT4 onwards.


Commit: 1ab9066077055aafa39b61ae8f3d7ef2216ef0c2
    https://github.com/scummvm/scummvm/commit/1ab9066077055aafa39b61ae8f3d7ef2216ef0c2
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2012-01-23T05:06:09-08:00

Commit Message:
BUILD: Add Start Menu items for default saved game locations (old and new) to Windows installer.

Changed paths:
    dists/win32/ScummVM.iss



diff --git a/dists/win32/ScummVM.iss b/dists/win32/ScummVM.iss
index 14536d0..10eb031 100644
--- a/dists/win32/ScummVM.iss
+++ b/dists/win32/ScummVM.iss
@@ -64,6 +64,9 @@ Name: {group}\PrectiMe; Filename: {app}\PrectiMe.txt; WorkingDir: {app}; Comment
 Name: {group}\Liesmich; Filename: {app}\Liesmich.txt; WorkingDir: {app}; Comment: Liesmich; Flags: createonlyiffileexists; Languages: de
 Name: {group}\LasMig; Filename: {app}\LasMig.txt; WorkingDir: {app}; Comment: LasMig; Flags: createonlyiffileexists; Languages: se
 
+Name: {group}\Saved Games (old default); Filename: {app}; WorkingDir: {app}; Comment: Saved Games (old default); IconIndex: 0
+Name: {group}\Saved Games (new default); Filename: {userappdata}\ScummVM\Saved Games; WorkingDir: {userappdata}\ScummVM\Saved Games; Comment: Saved Games (new default); IconIndex: 0
+
 [Run]
 Filename: {app}\ScummVM.exe; Flags: nowait skipifdoesntexist postinstall skipifsilent
 


Commit: 967193c3773d23631a1279e02cbeddde563d4e6e
    https://github.com/scummvm/scummvm/commit/967193c3773d23631a1279e02cbeddde563d4e6e
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2012-01-23T05:06:10-08:00

Commit Message:
NEWS: Add default saved games location change on Windows NT4 onwards.

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index 95d918c..545aee4 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for the Macintosh version of SPY Fox in Hold the Mustard.
    - Added a difficulty selection dialog for Loom FM-TOWNS.
 
+ Windows port:
+   - Changed default save games location for Windows NT4/2000/XP/Vista/7
+
 1.4.1 (2012-01-27)
  AGOS:
    - Fixed loading videos directly from InstallShield cabinets in the Windows






More information about the Scummvm-git-logs mailing list