From 8cb19ddd5c6177d9cf47a30b464c1274ff240e39 Mon Sep 17 00:00:00 2001 From: namespace Date: Sun, 1 Oct 2006 14:12:11 +0000 Subject: [PATCH] - 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) git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@108 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- CHANGES | 6 ++++++ contrib/brushexport/brushexport.vcproj | 6 ++++-- contrib/shaderplug/shaderplug.vcproj | 6 ++++-- contrib/sunplug/sunplug.vcproj | 6 ++++-- libs/xml/xmltextags.cpp | 10 ++++++--- libs/xml/xmltextags.h | 4 ++-- radiant/build.cpp | 2 +- radiant/texwindow.cpp | 24 ++++++++++------------ setup/win32/components/et.xml | 1 + setup/win32/components/gtkradiant_data.xml | 4 ++++ setup/win32/gtkradiant-1.5.0.xml | 9 ++++++++ 11 files changed, 53 insertions(+), 25 deletions(-) diff --git a/CHANGES b/CHANGES index de2083a5..72a1a9c8 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 a978947a..709aa277 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 fec48660..8d03843b 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 48ecc9a0..85446242 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 d0c1ac1a..9f5087be 100644 --- a/setup/win32/gtkradiant-1.5.0.xml +++ b/setup/win32/gtkradiant-1.5.0.xml @@ -42,6 +42,15 @@ + + + + + + + + + -- 2.39.2