- Disabled useless "deprecated" warnings when using stdc functions

- Added Tremulous support
- Fixed wildpointer bug in texwindow.cpp
- Updated credits
- Updated installerfiles
- Fixed some warnings


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@150 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
namespace
2007-03-04 20:54:30 +00:00
parent f82b1ff719
commit 8048d70866
43 changed files with 234 additions and 80 deletions

View File

@@ -26,6 +26,24 @@
</div>
<ul>
<p>
<b>GtkRadiant 1.5 development</b><br>
<hr>
<ul>
· Thomas "namespace" Nitschke spam@codecreator.net<br>
· Stefan "Shaderman" Greven<br>
· "Topsun"<br>
· SmallPileofGibs spog@planetquake.com<br>
· "Tr3b"<br>
· Eric "eb" Barth<br>
</ul>
</p>
<br>
<br>
<p><b>GtkRadiant 1.4 developement</b></p>
<hr>
<p>
<b>Loki Games</b><br>
<a href="http://www.lokigames.com" target="_new">Loki games</a> was the instigator of the project.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<component>
<dir name="games">
<file name="trem.game"/>
</dir>
<dir name="trem.game">
<file name="game.xlink"/>
<file name="default_build_menu.xml"/>
<dir name="base">
<file name="default_shaderlist.txt"/>
<file name="entities.def"/>
<file name="common-mgturret.pk3"/>
<file name="common-spog.pk3"/>
<file name="common-strands.pk3"/>
<dir name="scripts">
<file name="shaderlist.txt"/>
<file name="entities.def"/>
<file name="common.shader"/>
</dir>
</dir>
</dir>
</component>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<component subdirectory="trem.game/docs">
<dir name="Compile_Manual">
<file name="q3map.html"/>
<file name="cfgq3.c"/>
<file name="headskins.txt"/>
<file name="index.html"/>
<file name="modelskins.txt"/>
<file name="bspc.txt"/>
</dir>
</component>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<component subdirectory="trem.game/docs">
<dir name="Model_Manual">
<file name="model_manual.htm"/>
<dir name="styles">
<file name="q3rad.css"/>
</dir>
</dir>
</component>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0"?>
<component subdirectory="trem.game/docs">
<dir name="Q3AShader_Manual">
<file name="index.htm"/>
<dir name="ch01">
<file name="pg1_1.htm"/>
</dir>
<dir name="ch02">
<file name="pg2_1.htm"/>
</dir>
<dir name="ch03">
<file name="pg3_1.htm"/>
</dir>
<dir name="ch04">
<file name="pg4_1.htm"/>
</dir>
<dir name="ch05">
<file name="pg5_1.htm"/>
</dir>
<dir name="ch06">
<file name="pg6_1.htm"/>
</dir>
<dir name="q3ashader_manual_files">
<file name="image002.jpg"/>
</dir>
<dir name="styles">
<file name="q3rad.css"/>
</dir>
<dir name="appendix">
<file name="appA.html"/>
</dir>
</dir>
</component>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0"?>
<component subdirectory="trem.game/docs">
<dir name="Terrain_Manual">
<file name="start.html"/>
<dir name="pages">
<file name="adding_bots.html"/>
<file name="adding_buildings_to_terrain.html"/>
<file name="art_tools.html"/>
<file name="blocking_vis.html"/>
<file name="boxing_in_the_world.html"/>
<file name="clipping_the_terrain.html"/>
<file name="creating_the_alphamap.html"/>
<file name="creating_the_terrain.html"/>
<file name="entity_keys_and_values.html"/>
<file name="glossary.html"/>
<file name="height_maps.html"/>
<file name="height_map_into_terrain_mesh.html"/>
<file name="Image3.gif"/>
<file name="Image4.gif"/>
<file name="Image5.gif"/>
<file name="Image6.gif"/>
<file name="introduction.html"/>
<file name="key_changes.html"/>
<file name="lighting_the_terrain.html"/>
<file name="manipulating_the_terrain_mesh.html"/>
<file name="mapping_the_textures.html"/>
<file name="new_or_revised_q3map_shader_comm.html"/>
<file name="other_possible_height_map_tools.html"/>
<file name="related_links.html"/>
<file name="suggested_gensurf_settings.html"/>
<file name="table_of_contents.html"/>
<file name="terrain_entity.html"/>
<file name="terrain_mesh_into_terrain_entity.html"/>
<file name="terrain_related_worldspawn_features.html"/>
<file name="terrain_texture.html"/>
<file name="the_meta_shader.html"/>
</dir>
<dir name="pics">
<file name="background.jpg"/>
<file name="start.gif"/>
<file name="terrain.jpg"/>
</dir>
</dir>
</component>

View File

@@ -131,6 +131,13 @@
<feature name="UFO:AI Support" desc="Support for UFO:Alien Invasion.">
<component name=".\components\ufoai.xml" root="..\..\games\UFOAIPack" />
</feature>
<feature name="Tremulous Support" desc="Support for Tremulous.">
<component name=".\components\trem.xml" root="..\..\games\TremulousPack\tools" />
<component name=".\components\trem_shader_manual.xml" root="..\..\games\TremulousPack\tools\trem.game\docs\" />
<component name=".\components\trem_terrain_manual.xml" root="..\..\games\TremulousPack\tools\trem.game\docs\" />
<component name=".\components\trem_compile_manual.xml" root="..\..\games\TremulousPack\tools\trem.game\docs\" />
<component name=".\components\trem_model_manual.xml" root="..\..\games\TremulousPack\tools\trem.game\docs\" />
</feature>
</feature>
</feature>