ArchHooks: remove Data from per-user directory, move UserPackages to Packages
This commit is contained in:
@@ -11,7 +11,10 @@ StepMania 5.0 beta 2 | 20130???
|
|||||||
2013/02/04
|
2013/02/04
|
||||||
----------
|
----------
|
||||||
* [Player] Add a "Column" parameter to the StepMessage to allow the theme or
|
* [Player] Add a "Column" parameter to the StepMessage to allow the theme or
|
||||||
chart to discover which column is being triggered. [djpohly]
|
chart to discover which column is being triggered.
|
||||||
|
* [ArchHooks] Unix: Move UserPackages to Packages in the per-user directory,
|
||||||
|
and remove Data from the per-user directory. Users who have installed
|
||||||
|
packages to UserPackages will need to migrate them to Packages instead.
|
||||||
|
|
||||||
2013/02/03
|
2013/02/03
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -299,15 +299,14 @@ void ArchHooks::MountUserFilesystems( const RString &sDirOfExecutable )
|
|||||||
FILEMAN->Mount( "dir", sUserDataPath + "/CDTitles", "/CDTitles" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/CDTitles", "/CDTitles" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Characters", "/Characters" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/Characters", "/Characters" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Courses", "/Courses" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/Courses", "/Courses" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Data", "/Data" );
|
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Logs", "/Logs" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/Logs", "/Logs" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Noteskins", "/Noteskins" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/Noteskins", "/Noteskins" );
|
||||||
|
FILEMAN->Mount( "dir", sUserDataPath + "/Packages", "/Packages" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Save", "/Save" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/Save", "/Save" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Screenshots", "/Screenshots" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/Screenshots", "/Screenshots" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Songs", "/Songs" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/Songs", "/Songs" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/RandomMovies", "/RandomMovies" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/RandomMovies", "/RandomMovies" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/Themes", "/Themes" );
|
FILEMAN->Mount( "dir", sUserDataPath + "/Themes", "/Themes" );
|
||||||
FILEMAN->Mount( "dir", sUserDataPath + "/UserPackages", "/UserPackages" );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user