No longer chdir() to the content dir (bug #564)

Also, ~ and environment variables are interpreted in the supplied
content path now.
There's no longer a hardcoded fallback for CONTENTDIR in starcon2.c, as it
should always be defined in config.h.
Don't look for content in the default directories if an explicitely
supplied path failed. It would only confuse users.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1406 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-08-09 03:15:40 +00:00
parent c9fdd4e3a5
commit 27d524f758
3 changed files with 86 additions and 23 deletions
+6 -1
View File
@@ -1,9 +1,14 @@
Changes towards version 0.4:
- No longer chdir() to the content dir (bug #564)
Environment variables and ~ are interpreted in the supplied content
path now.
Don't look for content in the default directories if an explicitely
supplied path failed. It would only confuse users. - SvdB
- The unix build script is now able to detect SDL on Darwin (bug #358) - SvdB
- Resource units given more obviously when ordering a probe to
self-destruct (bug #586), from Nic.
- Shipyard "Combat Energy" changed to reflect the recharge rate (bug #522).
Also, some cleanups. Thanks and apologies to Nic.
Also, some cleanups. Thanks and apologies to Nic. - SvdB
- Added lots of debugging functions, SvdB
- Cleaned up use of the DEBUG define, SvdB
- Talking Pet .txt file corrected to match the .ogg files,