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 @@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: -
- -@@ -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 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: + + +
Requesting a new featureWe 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 evolvingdiff --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: ..
-
|