remove -texrange business (assuming it's not relevant for decades)

optimize -meta (shave off 1/3 in worst case)
This commit is contained in:
Garux
2021-08-27 12:18:56 +03:00
parent 8d71aea059
commit 160c1d33db
7 changed files with 81 additions and 192 deletions

View File

@@ -23,7 +23,7 @@
td.formatted_questions { text-align: left; white-space: normal}
td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
</style>
<link href="stylesheet.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheet.css" media="screen" rel="stylesheet" type="text/css" />
<!-- page specific tags -->
<link href="scm.css" media="screen" rel="stylesheet" type="text/css" />
@@ -34,11 +34,11 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<div id="account">
<ul><li><a href="/login" class="login">Войти</a></li>
<li><a href="/account/register" class="register">Регистрация</a></li></ul> </div>
<ul><li><a href="/" class="home">Домашняя страница</a></li>
<li><a href="/projects" class="projects">Проекты</a></li>
<li><a href="http://www.redmine.org/guide" class="help">Помощь</a></li></ul></div>
<div id="header">
<div id="quick-search">
<form action="/search/index/netradiant" method="get">
@@ -46,11 +46,11 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<a href="/search/index/netradiant" accesskey="4">Поиск</a>:
<input accesskey="f" class="small" id="q" name="q" size="20" type="text" />
</form>
</div>
<h1>NetRadiant</h1>
<div id="main-menu">
<ul><li><a href="/projects/netradiant" class="overview">Просмотр</a></li>
<li><a href="/projects/netradiant/activity" class="activity">Активность</a></li>
@@ -66,8 +66,8 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
</div>
<div class="" id="main">
<div id="sidebar">
<div id="sidebar">
<h3>Wiki</h3>
<a href="/projects/netradiant/wiki">Стартовая страница</a><br />
@@ -75,11 +75,11 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<a href="/projects/netradiant/wiki/Date_index">История страниц</a><br />
</div>
<div id="content">
<div class="contextual">
@@ -156,7 +156,6 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<li><strong><code>-skyfix</code>:</strong> Turn sky box into six surfaces to work around ATI problems</li>
<li><strong><code>-snap</code> N:</strong> Snap brush bevel planes to the given number of units</li>
<li><strong><code>-tempname</code> filename.map:</strong> Read the MAP file from the given file name</li>
<li><strong><code>-texrange</code> N:</strong> Limit per-surface texture range to the given number of units, and subdivide surfaces like with <code>q3map_tessSize</code> if this is not met</li>
<li><strong><code>-verboseentities</code>:</strong> Enable <code>-v</code> only for map entities, not for the world</li>
</ul>
@@ -365,13 +364,13 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<div style="clear:both;"></div>
</div>
</div>
<div id="ajax-indicator" style="display:none;"><span>Загрузка...</span></div>
<div id="footer">
Powered by <a href="http://www.redmine.org/">Redmine</a> &copy; 2006-2010 Jean-Philippe Lang
</div>