- Moved ExpandEnvVars() from d_main.cpp to cmdlib.cpp.

- AutoExec paths now support the same variable expansion as the search paths.
  Additionally, on Windows, the default autoexec path is now relative to
  $PROGDIR, rather than using a fixed path to the executable's current
  directory.
- All usable Autoload and AutoExec sections are now created at the top of
  the config file along with some brief explanatory notes so they are
  readily visible to anyone who wants to edit them.


SVN r1307 (trunk)
This commit is contained in:
Randy Heit 2008-12-07 00:50:04 +00:00
commit ef3b57fb8f
8 changed files with 466 additions and 101 deletions

View file

@ -55,4 +55,6 @@ int strbin (char *str);
void CreatePath(const char * fn);
FString ExpandEnvVars(const char *searchpathstring);
#endif