From: Thomas Debesse Date: Thu, 13 Jul 2017 15:03:31 +0000 (+0200) Subject: remove version string from home config path X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=471a4d2dd74897618eade3f49b7290ff1dc27e1d;hp=471a4d2dd74897618eade3f49b7290ff1dc27e1d remove version string from home config path - GtkRadiant uses ~/.radiant/1.6.0/ - UFORadiant uses `~/.ufoai/radiant/ - DarkRadiant uses ~/.darkradiant/ - NetRadiant was using uses both ~/.netradiant/1.5.0/ and ~/.netradiant/1.1.5/, which is not defined by the version but the way you build it. - AARadiant uses `~/.aaradiant/1.5.0/ - XrealRadiant used ~/.rxealradiant/ I guess no one Radiant out there needs a version number in config path to not mess with other Radiants. ---