From 82b356908487e97ea23afad7543932d0b83b3ea9 Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Sun, 13 Apr 2014 15:09:01 +1000 Subject: [PATCH] Did some 'final' clean up. --- _layouts/default.html | 7 +++-- contribute/index.html | 62 ++++++++++++++++++------------------------- css/main.css | 16 ++++++----- index.html | 18 ++++++------- start/index.html | 16 +++++------ 5 files changed, 58 insertions(+), 61 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 17ade1355..fa389ce37 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -67,10 +67,9 @@ Contribute @@ -96,6 +95,10 @@ or at home garagegames.com/community + + design by + eightyeight + diff --git a/contribute/index.html b/contribute/index.html index f8924765d..f202f593a 100644 --- a/contribute/index.html +++ b/contribute/index.html @@ -11,9 +11,6 @@ root: ..

Torque 3D's source code lives at GarageGames/Torque3D. -

- -

To clone a copy of the source code, you will need a git client. We recommend the official client. Once you have installed Git, you should follow @@ -30,30 +27,6 @@ root: ..

- - -
-

- 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 - GitHub issue tracker - 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: -

- - -
- @@ -68,6 +41,9 @@ root: .. 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, write ourselves. + For a technical tutorial on how to submit a pull request, check out + this page in our wiki, or + this tutorial by GitHub.

@@ -77,12 +53,6 @@ root: .. cases.

-

- For a technical tutorial on how to submit a pull request, check out - this page in our wiki, or - this tutorial by GitHub. -

-

Pull request rules

Pull requests not adhering to these rules cannot be accepted, so pay attention! @@ -182,10 +152,10 @@ root: ..

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.

- +
X
Major version number
The major version number denotes a single version of our client-facing @@ -210,10 +180,30 @@ root: ..
+

Reporting a bug

+

+ 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 + GitHub issue tracker + 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: +

+ +
    +
  • Your platform and compiler version
  • + +
  • A description of what currently happens, and what should or + should not happen.
  • + +
  • Steps to reproduce the bug.
  • +
+ +

Requesting a new feature

We use a UserVoice forum to monitor feature requests from users. Before making a forum post or starting a new request, diff --git a/css/main.css b/css/main.css index b438f823a..34d309cfe 100644 --- a/css/main.css +++ b/css/main.css @@ -26,11 +26,6 @@ body { text-align: right; } -td.wide { - min-width: 10em; - font-weight: bold; -} - .container { max-width: 760px!important; } @@ -169,12 +164,21 @@ img.history { margin: 1em; } -table.history tr td:nth-child(1) { +table.history tr td:first-child { font-weight: bold; width: 4em; 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 */ diff --git a/index.html b/index.html index 6bfc0aae3..9262a6b68 100644 --- a/index.html +++ b/index.html @@ -20,15 +20,6 @@ root: .

-
-

Gratis et libre

-

- When you get Torque, you get everything. Under the permissive MIT - open-source license, you can do what you want with the source code. -

- Download it now -
-

Proven

@@ -38,6 +29,15 @@ root: . Games made with Torque

+
+

Gratis et libre

+

+ When you get Torque, you get everything. Under the permissive MIT + open-source license, you can do what you want with the source code. +

+ Download it now +
+

Always evolving

diff --git a/start/index.html b/start/index.html index 1cdd77c39..8ffd29ad3 100644 --- a/start/index.html +++ b/start/index.html @@ -30,23 +30,23 @@ root: ..

- +
- + - + - +
Current versionCurrent version Torque 3D 3.5.1
Project Manager 2.1
Previous versionPrevious version Torque 3D 3.5
Project Manager 2.0
ToolsTools Torque is currently compatible with Microsoft Visual Studio 2008, @@ -60,19 +60,19 @@ root: ..
- +
- + - + - +
Current versionCurrent version Torque 3D 3.5.1
Previous versionPrevious version Torque 3D 3.5
ToolsTools The requirements vary depending on your distribution. Under Ubuntu, the following packages must be installed: