mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Did some 'final' clean up.
This commit is contained in:
parent
486f8d117a
commit
82b3569084
5 changed files with 58 additions and 61 deletions
|
|
@ -67,10 +67,9 @@
|
||||||
<a href="{{page.root}}/contribute" class="dropdown-toggle" data-toggle="dropdown">Contribute<i class="fa fa-angle-down"></i></a>
|
<a href="{{page.root}}/contribute" class="dropdown-toggle" data-toggle="dropdown">Contribute<i class="fa fa-angle-down"></i></a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="{{page.root}}/contribute#get-the-source-code">Get the source code</a></li>
|
<li><a href="{{page.root}}/contribute#get-the-source-code">Get the source code</a></li>
|
||||||
<li><a href="{{page.root}}/contribute#report-issues">Report issues</a></li>
|
|
||||||
<li><a href="{{page.root}}/contribute#pull-request-guide">Pull-request guide</a></li>
|
<li><a href="{{page.root}}/contribute#pull-request-guide">Pull-request guide</a></li>
|
||||||
<li><a href="{{page.root}}/contribute#version-policy">Version policy</a></li>
|
<li><a href="{{page.root}}/contribute#version-policy">Version policy</a></li>
|
||||||
<li><a href="{{page.root}}/contribute#request-features">Request features</a></li>
|
<li><a href="{{page.root}}/contribute#issues-and-requests">Issues and feature requests</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
@ -96,6 +95,10 @@
|
||||||
<td>or at home</td>
|
<td>or at home</td>
|
||||||
<td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
|
<td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>design by</td>
|
||||||
|
<td><a href="https://github.com/eightyeight">eightyeight</a></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,6 @@ root: ..
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>
|
<p>
|
||||||
Torque 3D's source code lives at <a href="https://github.com/GarageGames/Torque3D">GarageGames/Torque3D</a>.
|
Torque 3D's source code lives at <a href="https://github.com/GarageGames/Torque3D">GarageGames/Torque3D</a>.
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
To clone a copy of the source code, you will need a <a href="http://git-scm.com/">git</a>
|
To clone a copy of the source code, you will need a <a href="http://git-scm.com/">git</a>
|
||||||
client. We recommend the <a href="http://git-scm.com/downloads">official client</a>. Once you
|
client. We recommend the <a href="http://git-scm.com/downloads">official client</a>. Once you
|
||||||
have installed Git, you should follow
|
have installed Git, you should follow
|
||||||
|
|
@ -30,30 +27,6 @@ root: ..
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="banner"><div class="container">
|
|
||||||
<h2 id="report-issues">Report issues</h2>
|
|
||||||
</div></div>
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<p>
|
|
||||||
If you find a bug in the engine that you're sure you didn't cause (don't
|
|
||||||
worry, we cause bugs all the time ourselves!), please use the
|
|
||||||
<a href="https://github.com/GarageGames/Torque3D/issues">GitHub issue tracker</a>
|
|
||||||
to let us know. Please have a bit of a look at recent issues before you
|
|
||||||
do, in case someone has already noticed the same problem. And remember to
|
|
||||||
provide the following information:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Your platform and compiler version</li>
|
|
||||||
|
|
||||||
<li>A description of what currently happens, and what <em>should</em> or
|
|
||||||
should not happen.</li>
|
|
||||||
|
|
||||||
<li><b>Steps to reproduce the bug.</b></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="banner"><div class="container">
|
<div class="banner"><div class="container">
|
||||||
<h2 id="pull-request-guide">Pull-request guide</h2>
|
<h2 id="pull-request-guide">Pull-request guide</h2>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|
@ -68,6 +41,9 @@ root: ..
|
||||||
old, slow, or ugly code. Pull requests are the way that code gets reviewed
|
old, slow, or ugly code. Pull requests are the way that code gets reviewed
|
||||||
before it's accepted into the engine - even code that we, the Steering Committee,
|
before it's accepted into the engine - even code that we, the Steering Committee,
|
||||||
write ourselves.
|
write ourselves.
|
||||||
|
For a technical tutorial on how to submit a pull request, check out
|
||||||
|
<a href="https://github.com/GarageGames/Torque3D/wiki/How-To:--Submit-A-Pull-Request">this page in our wiki</a>, or
|
||||||
|
<a href="https://help.github.com/articles/using-pull-requests">this tutorial by GitHub</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -77,12 +53,6 @@ root: ..
|
||||||
cases.
|
cases.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
|
||||||
For a technical tutorial on how to submit a pull request, check out
|
|
||||||
<a href="https://github.com/GarageGames/Torque3D/wiki/How-To:--Submit-A-Pull-Request">this page in our wiki</a>, or
|
|
||||||
<a href="https://help.github.com/articles/using-pull-requests">this tutorial by GitHub</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>Pull request rules</h3>
|
<h3>Pull request rules</h3>
|
||||||
<p>
|
<p>
|
||||||
Pull requests not adhering to these rules <i>cannot</i> be accepted, so pay attention!
|
Pull requests not adhering to these rules <i>cannot</i> be accepted, so pay attention!
|
||||||
|
|
@ -182,10 +152,10 @@ root: ..
|
||||||
|
|
||||||
<p class="alert alert-warning">
|
<p class="alert alert-warning">
|
||||||
Note that this new versioning policy is different to the one adopted by the first
|
Note that this new versioning policy is different to the one adopted by the first
|
||||||
Steering Committee, and applies only to engine versions 3.5.2 and above.
|
and second Steering Committees, and applies only to engine versions 3.5.2 and above.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="table">
|
<table class="borderless versioning table">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>X</b><br/>Major version number</td>
|
<td><b>X</b><br/>Major version number</td>
|
||||||
<td>The major version number denotes a single version of our <em>client-facing</em>
|
<td>The major version number denotes a single version of our <em>client-facing</em>
|
||||||
|
|
@ -210,10 +180,30 @@ root: ..
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="banner"><div class="container">
|
<div class="banner"><div class="container">
|
||||||
<h2 id="request-features">Request features</h2>
|
<h2 id="issues-and-requests">Issues and feature requests</h2>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<h3>Reporting a bug</h3>
|
||||||
|
<p>
|
||||||
|
If you find a bug in the engine that you're sure you didn't cause (don't
|
||||||
|
worry, we cause bugs all the time ourselves!), please use the
|
||||||
|
<a href="https://github.com/GarageGames/Torque3D/issues">GitHub issue tracker</a>
|
||||||
|
to let us know. Please have a bit of a look at recent issues before you
|
||||||
|
do, in case someone has already noticed the same problem. And remember to
|
||||||
|
provide the following information:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Your platform and compiler version</li>
|
||||||
|
|
||||||
|
<li>A description of what currently happens, and what <em>should</em> or
|
||||||
|
should not happen.</li>
|
||||||
|
|
||||||
|
<li><b>Steps to reproduce the bug.</b></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Requesting a new feature</h3>
|
||||||
<p>
|
<p>
|
||||||
We use a <a href="http://garagegames.uservoice.com/">UserVoice</a> forum to monitor
|
We use a <a href="http://garagegames.uservoice.com/">UserVoice</a> forum to monitor
|
||||||
feature requests from users. Before making a forum post or starting a new request,
|
feature requests from users. Before making a forum post or starting a new request,
|
||||||
|
|
|
||||||
16
css/main.css
16
css/main.css
|
|
@ -26,11 +26,6 @@ body {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.wide {
|
|
||||||
min-width: 10em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 760px!important;
|
max-width: 760px!important;
|
||||||
}
|
}
|
||||||
|
|
@ -169,12 +164,21 @@ img.history {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.history tr td:nth-child(1) {
|
table.history tr td:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 4em;
|
width: 4em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.download tr td:first-child {
|
||||||
|
min-width: 10em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.versioning tr td:first-child {
|
||||||
|
min-width: 8em;
|
||||||
|
}
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------------
|
/*-----------------------------------------------------------------------------
|
||||||
* Posts
|
* Posts
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
18
index.html
18
index.html
|
|
@ -20,15 +20,6 @@ root: .
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
|
||||||
<h3>Gratis et libre</h3>
|
|
||||||
<p>
|
|
||||||
When you get Torque, you get everything. Under the permissive MIT
|
|
||||||
open-source license, you can do what you want with the source code.
|
|
||||||
</p>
|
|
||||||
<a href="{{page.root}}/start">Download it now <i class="fa fa-angle-right"></i></a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<h3>Proven</h3>
|
<h3>Proven</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -38,6 +29,15 @@ root: .
|
||||||
<a href="{{page.root}}/engine">Games made with Torque <i class="fa fa-angle-right"></i></a>
|
<a href="{{page.root}}/engine">Games made with Torque <i class="fa fa-angle-right"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<h3>Gratis et libre</h3>
|
||||||
|
<p>
|
||||||
|
When you get Torque, you get everything. Under the permissive MIT
|
||||||
|
open-source license, you can do what you want with the source code.
|
||||||
|
</p>
|
||||||
|
<a href="{{page.root}}/start">Download it now <i class="fa fa-angle-right"></i></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<h3>Always evolving</h3>
|
<h3>Always evolving</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -30,23 +30,23 @@ root: ..
|
||||||
|
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<div class="tab-pane active" id="windows-tab">
|
<div class="tab-pane active" id="windows-tab">
|
||||||
<table class="borderless table">
|
<table class="borderless download table">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wide">Current version</td>
|
<td>Current version</td>
|
||||||
<td><a href="http://mit.garagegames.com/Torque3D-3-5-1.zip">Torque 3D 3.5.1</a>
|
<td><a href="http://mit.garagegames.com/Torque3D-3-5-1.zip">Torque 3D 3.5.1</a>
|
||||||
<br />
|
<br />
|
||||||
<a href="http://mit.garagegames.com/T3DProjectManager-2-1.zip">Project Manager 2.1</a></td>
|
<a href="http://mit.garagegames.com/T3DProjectManager-2-1.zip">Project Manager 2.1</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wide">Previous version</td>
|
<td>Previous version</td>
|
||||||
<td><a href="http://mit.garagegames.com/Torque3D-3-5.zip">Torque 3D 3.5</a>
|
<td><a href="http://mit.garagegames.com/Torque3D-3-5.zip">Torque 3D 3.5</a>
|
||||||
<br />
|
<br />
|
||||||
<a href="http://mit.garagegames.com/T3DProjectManager-2-0.zip">Project Manager 2.0</a></td>
|
<a href="http://mit.garagegames.com/T3DProjectManager-2-0.zip">Project Manager 2.0</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wide">Tools</td>
|
<td>Tools</td>
|
||||||
<td>
|
<td>
|
||||||
Torque is currently compatible with Microsoft Visual Studio
|
Torque is currently compatible with Microsoft Visual Studio
|
||||||
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=7873">2008</a>,
|
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=7873">2008</a>,
|
||||||
|
|
@ -60,19 +60,19 @@ root: ..
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane" id="linux-tab">
|
<div class="tab-pane" id="linux-tab">
|
||||||
<table class="borderless table">
|
<table class="borderless download table">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wide">Current version</td>
|
<td>Current version</td>
|
||||||
<td><a href="http://mit.garagegames.com/Torque3D-3-5-1.zip">Torque 3D 3.5.1</a>
|
<td><a href="http://mit.garagegames.com/Torque3D-3-5-1.zip">Torque 3D 3.5.1</a>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wide">Previous version</td>
|
<td>Previous version</td>
|
||||||
<td><a href="http://mit.garagegames.com/Torque3D-3-5.zip">Torque 3D 3.5</a>
|
<td><a href="http://mit.garagegames.com/Torque3D-3-5.zip">Torque 3D 3.5</a>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wide">Tools</td>
|
<td>Tools</td>
|
||||||
<td>
|
<td>
|
||||||
The requirements vary depending on your distribution. Under
|
The requirements vary depending on your distribution. Under
|
||||||
Ubuntu, the following packages must be installed:
|
Ubuntu, the following packages must be installed:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue