fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
31 stars 8 forks source link

proper search list for data files #10

Closed fabiangreffrath closed 1 year ago

fabiangreffrath commented 1 year ago

Implement a proper search list for path that may contain data files. This should include (at least) the current directory, the executable's directory, $XDG_DATA_HOME and ($XDG_DATA_DIRS or "/usr/local/share:/usr/share"). This might require some string contruction tools from Chocolate Doom.