Changes between Version 34 and Version 35 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Jan 16, 2012, 12:54:10 AM (12 years ago)
Author:
historic_bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v34 v35  
    137137||XDG_CONFIG_HOME||~/.config||
    138138||XDG_DATA_HOME||~/.local/share||
    139 ||INSTALLED_DATADIR||e.g. /opt/local/data||
     139||INSTALLED_DATADIR||e.g. /opt/local/data (if compiled with this flag)||
    140140
    141141The default Atlas config dir (or file) is specified in source/tools/atlas/AtlasUI/Misc/DLLInterface.cpp and does not adhere to the values in Paths.cpp or the basedir-spec (Note #868)
     
    143143
    144144||'''Name'''||'''Readonly'''||'''Description'''||'''Path Linux'''||'''Determined by/Set where?'''||
    145 ||Game data root||Y||Data-Directory for static game data||$INSTALLED_DATADIR/ or relative to binary||m_rdata in Paths.cpp||
     145||Game data root||Y||Data-Directory for static game data||[INSTALLED_DATADIR or relative to binary]/||m_rdata in Paths.cpp||
    146146||User data root||N||Root-Directory for data the user creates in-game (savegames, screenshots etc...)||$XDG_DATA_HOME/0ad||m_Data in Paths.cpp||
    147147||Savegame directory||N||Directory where savegames are saved to and loaded from||$XDG_DATA_HOME/0ad/saves||As [User data root]/saves in GameSetup.cpp InitVFS||
    148148||screenshot directory||N||Directory where screnshots are saved by the game||$XDG_DATA_HOME/0ad/screenshots||As [User data root]/screenshots in GameSetup.cpp InitVFS||
    149 ||Default config||Y||Defaullt config-file which is readonly||$INSTALLED_DATADIR/config or relative to binary||As [Game data root]/config in GameSetup.cpp IniVFS||
     149||Default config||Y||Defaullt config-file which is readonly||[INSTALLED_DATADIR or relative to binary]/config||As [Game data root]/config in GameSetup.cpp IniVFS||
    150150||Userconfig root||N||Currently unclear... why is [Logs] here and not in [User data root]?||$XDG_CONFIG_HOME/0ad||As xdgConfig in Paths.cpp||
    151151||Userconfig||N||Contains user specific configuration settings||$XDG_CONFIG_HOME/0ad/config||m_config = [Userconfig root]/config in Paths.cpp||