diff --git a/CHANGES b/CHANGES
index de2083a..72a1a9c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
This is the changelog for developers, != changelog for the end user
that we distribute with the binaries. (see changelog)
+30/09/2006
+namespace
+- Fixed Etb saving custom tags to global tagfile (Shaderman/namespace)
+- Fixed postbuild step for brushexport, shaderplug and sunplug (Shaderman)
+- Added installersupport for new files and plugins (Shaderman)
+
30/09/2006
namespace
- Added LocalLcPath to plugin interface
diff --git a/contrib/brushexport/brushexport.vcproj b/contrib/brushexport/brushexport.vcproj
index a978947..709aa27 100644
--- a/contrib/brushexport/brushexport.vcproj
+++ b/contrib/brushexport/brushexport.vcproj
@@ -54,7 +54,8 @@
Name="VCMIDLTool"/>
+ CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\plugins"
+ copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\plugins""/>
+ CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\plugins"
+ copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\plugins""/>
+ CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\plugins"
+ copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\plugins""/>
+ CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\plugins"
+ copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\plugins""/>
+ CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\plugins"
+ copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\plugins""/>
+ CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\plugins"
+ copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\plugins""/>
mGameToolsPath.c_str();
stream << SHADERTAG_FILE;
- filename = stream.c_str();
+ default_filename = stream.c_str();
- globalErrorStream() << filename.c_str() << "\n";
-
- if(file_exists(filename.c_str()))
+ if(file_exists(default_filename.c_str()))
{
- g_TextureBrowser.m_tags = TagBuilder.OpenXmlDoc(filename.c_str());
+ g_TextureBrowser.m_tags = TagBuilder.OpenXmlDoc(default_filename.c_str(), rc_filename.c_str());
if(g_TextureBrowser.m_tags)
{
- globalOutputStream() << "Loading default tag file " << filename.c_str() << ".\n";
+ globalOutputStream() << "Loading default tag file " << default_filename.c_str() << ".\n";
}
}
else
{
- globalErrorStream() << "Unable to find default tag file " << filename.c_str() << ". No tag support.\n";
+ globalErrorStream() << "Unable to find default tag file " << default_filename.c_str() << ". No tag support.\n";
}
}
}
diff --git a/setup/win32/components/et.xml b/setup/win32/components/et.xml
index fec4866..8d03843 100644
--- a/setup/win32/components/et.xml
+++ b/setup/win32/components/et.xml
@@ -6,6 +6,7 @@
+
diff --git a/setup/win32/components/gtkradiant_data.xml b/setup/win32/components/gtkradiant_data.xml
index 48ecc9a..8544624 100644
--- a/setup/win32/components/gtkradiant_data.xml
+++ b/setup/win32/components/gtkradiant_data.xml
@@ -13,13 +13,16 @@
+
+
+
@@ -47,6 +50,7 @@
+
diff --git a/setup/win32/gtkradiant-1.5.0.xml b/setup/win32/gtkradiant-1.5.0.xml
index d0c1ac1..9f5087b 100644
--- a/setup/win32/gtkradiant-1.5.0.xml
+++ b/setup/win32/gtkradiant-1.5.0.xml
@@ -42,6 +42,15 @@
+
+
+
+
+
+
+
+
+