17/12/2006

namespace
- Radiant warzow-support (Topsun + Warzow-Mappers)


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@126 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
namespace 2006-12-17 13:49:19 +00:00
parent 4dc06d9733
commit dc44131828
4 changed files with 129 additions and 111 deletions

View file

@ -1,6 +1,10 @@
This is the changelog for developers, != changelog for the end user This is the changelog for developers, != changelog for the end user
that we distribute with the binaries. (see changelog) that we distribute with the binaries. (see changelog)
17/12/2006
namespace
- Radiant warzow-support (Topsun + Warzow-Mappers)
15/12/2006 15/12/2006
namespace namespace
- Inverted bevel can be used with end caps (Topsun) - Inverted bevel can be used with end caps (Topsun)

View file

@ -93,7 +93,8 @@ games = [
("STVEFPack", "stvef"), ("STVEFPack", "stvef"),
("WolfPack/bin", "wolf"), ("WolfPack/bin", "wolf"),
("NexuizPack", "nexuiz"), ("NexuizPack", "nexuiz"),
("DarkPlacesPack", "darkplaces") ("DarkPlacesPack", "darkplaces"),
("WarsowPack/tools", "warsow")
] ]
# copy games # copy games

View file

@ -54,3 +54,6 @@ package.writeMSI("template.msi", "GtkRadiant-1.5.0-" + format_date_today() + ".m
#package = MSIPackage("ef_example_maps.xml") #package = MSIPackage("ef_example_maps.xml")
#package.writeMSI("template.msi", "STVEF-Example-Maps-" + format_date_today() + ".msi") #package.writeMSI("template.msi", "STVEF-Example-Maps-" + format_date_today() + ".msi")
#package = MSIPackage("warsow_mapping_files.xml")
#package.writeMSI("template.msi", "Warsow-mapping-files-" + format_date_today() + ".msi")

View file

@ -36,6 +36,7 @@
<component name=".\components\mapq3.xml" root="..\..\install" /> <component name=".\components\mapq3.xml" root="..\..\install" />
<component name=".\components\mapxml.xml" root="..\..\install" /> <component name=".\components\mapxml.xml" root="..\..\install" />
<feature name="Plugins" desc="Various plugins for the Radiant">
<feature name="BobToolz Plugin" desc="Bob's tools for Enemy Territory"> <feature name="BobToolz Plugin" desc="Bob's tools for Enemy Territory">
<component name=".\components\bobtoolz.xml" root="..\..\install" /> <component name=".\components\bobtoolz.xml" root="..\..\install" />
</feature> </feature>
@ -51,9 +52,12 @@
<feature name="Shaderplug Plugin" desc="Shaderman's plugin for creating shader tag files"> <feature name="Shaderplug Plugin" desc="Shaderman's plugin for creating shader tag files">
<component name=".\components\shaderplug.xml" root="..\..\install" /> <component name=".\components\shaderplug.xml" root="..\..\install" />
</feature> </feature>
</feature>
<feature name="GtkRadiant Editor Manual" desc="Documentation for GtkRadiant users."> <feature name="GtkRadiant Editor Manual" desc="Documentation for GtkRadiant users.">
<component name=".\components\radiant_manual.xml" root="..\..\docs\manual" /> <component name=".\components\radiant_manual.xml" root="..\..\docs\manual" />
</feature> </feature>
<feature name="Game Support" desc="Provides some game specific files, so you are ready to map for them.">
<feature name="Quake III Arena Support" desc="Support for Quake III Arena."> <feature name="Quake III Arena Support" desc="Support for Quake III Arena.">
<component name=".\components\q3.xml" root="..\..\games\Q3Pack\tools" /> <component name=".\components\q3.xml" root="..\..\games\Q3Pack\tools" />
<component name=".\components\q3a_shader_manual.xml" root="..\..\games\Q3Pack\docs\" /> <component name=".\components\q3a_shader_manual.xml" root="..\..\games\Q3Pack\docs\" />
@ -116,5 +120,11 @@
<feature name="DarkPlaces Support" desc="Support for DarkPlaces Quake."> <feature name="DarkPlaces Support" desc="Support for DarkPlaces Quake.">
<component name=".\components\darkplaces.xml" root="..\..\games\DarkPlacesPack" /> <component name=".\components\darkplaces.xml" root="..\..\games\DarkPlacesPack" />
</feature> </feature>
<feature name="Warsow Support" desc="Support for Warsow.">
<component name=".\components\warsow.xml" root="..\..\games\WarsowPack\tools" />
<component name=".\components\warsow_docs.xml" root="..\..\games\WarsowPack\docs" />
</feature>
</feature>
</feature> </feature>
</package> </package>