Changes between Initial Version and Version 1 of Ticket #5576, comment 5


Ignore:
Timestamp:
Aug 30, 2019, 2:17:26 PM (5 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5576, comment 5

    initial v1  
    11`GameSetup.cpp`:
     2https://code.wildfiregames.com/source/0ad/browse/ps/trunk/source/ps/GameSetup/GameSetup.cpp
    23{{{
    34const OsPath xdgData   = XDG_Path("XDG_DATA_HOME",   home, home/".local/share/") / subdirectoryName;
    45}}}
    56
    6 
    77`Paths.cpp`:
     8https://code.wildfiregames.com/source/0ad/browse/ps/trunk/source/ps/GameSetup/Paths.cpp
    89{{{
    910const char* path = getenv(envname);