mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +00:00
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:
parent
4dc06d9733
commit
dc44131828
4 changed files with 129 additions and 111 deletions
4
CHANGES
4
CHANGES
|
@ -1,6 +1,10 @@
|
|||
This is the changelog for developers, != changelog for the end user
|
||||
that we distribute with the binaries. (see changelog)
|
||||
|
||||
17/12/2006
|
||||
namespace
|
||||
- Radiant warzow-support (Topsun + Warzow-Mappers)
|
||||
|
||||
15/12/2006
|
||||
namespace
|
||||
- Inverted bevel can be used with end caps (Topsun)
|
||||
|
|
|
@ -93,7 +93,8 @@ games = [
|
|||
("STVEFPack", "stvef"),
|
||||
("WolfPack/bin", "wolf"),
|
||||
("NexuizPack", "nexuiz"),
|
||||
("DarkPlacesPack", "darkplaces")
|
||||
("DarkPlacesPack", "darkplaces"),
|
||||
("WarsowPack/tools", "warsow")
|
||||
]
|
||||
|
||||
# copy games
|
||||
|
|
|
@ -54,3 +54,6 @@ package.writeMSI("template.msi", "GtkRadiant-1.5.0-" + format_date_today() + ".m
|
|||
|
||||
#package = MSIPackage("ef_example_maps.xml")
|
||||
#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")
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
<component name=".\components\mapq3.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">
|
||||
<component name=".\components\bobtoolz.xml" root="..\..\install" />
|
||||
</feature>
|
||||
|
@ -51,9 +52,12 @@
|
|||
<feature name="Shaderplug Plugin" desc="Shaderman's plugin for creating shader tag files">
|
||||
<component name=".\components\shaderplug.xml" root="..\..\install" />
|
||||
</feature>
|
||||
</feature>
|
||||
<feature name="GtkRadiant Editor Manual" desc="Documentation for GtkRadiant users.">
|
||||
<component name=".\components\radiant_manual.xml" root="..\..\docs\manual" />
|
||||
</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.">
|
||||
<component name=".\components\q3.xml" root="..\..\games\Q3Pack\tools" />
|
||||
<component name=".\components\q3a_shader_manual.xml" root="..\..\games\Q3Pack\docs\" />
|
||||
|
@ -116,5 +120,11 @@
|
|||
<feature name="DarkPlaces Support" desc="Support for DarkPlaces Quake.">
|
||||
<component name=".\components\darkplaces.xml" root="..\..\games\DarkPlacesPack" />
|
||||
</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>
|
||||
</package>
|
||||
|
|
Loading…
Reference in a new issue