[Scummvm-cvs-logs] CVS: scummvm NEWS,1.89,1.90 README,1.302,1.303

Jonathan Gray khalek at users.sourceforge.net
Mon Dec 20 15:12:00 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20606

Modified Files:
	NEWS README 
Log Message:
Document default save directories.


Index: NEWS
===================================================================
RCS file: /cvsroot/scummvm/scummvm/NEWS,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- NEWS	16 Dec 2004 16:37:16 -0000	1.89
+++ NEWS	20 Dec 2004 23:10:54 -0000	1.90
@@ -25,6 +25,10 @@
      information, for example in the SCUMM debugger.
    - Added support for setting output sample rate at run-time, although there
      is currently no GUI for it.
+   - The save directory now has a default rather than the current directory on
+     most platforms:
+         MacOS X:      $HOME/Documents/ScummVM Savegames/
+         Other unices: $HOME/.scummvm/
 
  SCUMM:
    - Removed the old zak256 target, use zakTowns instead

Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- README	20 Dec 2004 11:48:13 -0000	1.302
+++ README	20 Dec 2004 23:10:54 -0000	1.303
@@ -630,9 +630,13 @@
 
 6.0) Savegames:
 ---- ----------
-Savegames are by default put in the current directory. You can specify the save
-in the config file by setting the savepath parameter. See the example config
-file later in this readme.
+Savegames are by default put in the current directory on some platforms and
+preset directories on others.  You can specify the save in the config file by
+setting the savepath parameter. See the example config file later in this readme.
+
+The platforms that currently have a different default directory are:
+        MacOS X:      $HOME/Documents/ScummVM Savegames/
+        Other unices: $HOME/.scummvm/
 
 You can also use the environment variable SCUMMVM_SAVEPATH to specify where to
 put save games. Don't forget the trailing directory separator. Also be aware





More information about the Scummvm-git-logs mailing list