Merge branch 'master' into made-with-godot-section

This commit is contained in:
Emi
2024-08-01 12:26:04 +02:00
178 changed files with 2435 additions and 410 deletions

View File

@@ -87,9 +87,9 @@ description: "The requested resource is not available on the server."
<p>Or visit:</p>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/download">Download</a></li>
<li><a href="/download/windows/" class="set-os-download-url">Download</a></li>
<li><a href="https://docs.godotengine.org/en/stable/">Documentation</a></li>
<li><a href="/community">Community</a></li>
<li><a href="/community/">Community</a></li>
</ul>
</div>
</div>
@@ -98,3 +98,26 @@ description: "The requested resource is not available on the server."
href="https://github.com/godotengine/godot-website/">issue on GitHub</a>.</p>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Update any download link to point to identified user's OS.
const links = document.querySelectorAll('.set-os-download-url');
for (let i = 0; i < links.length; i++) {
const link = links[i];
let link_slug = 'download';
if ('version' in link.dataset && link.dataset['version'] === '3') {
link_slug = 'download/3.x';
}
let link_platform = 'windows';
if (navigator.platform.indexOf('Mac') !== -1) {
link_platform = 'macos';
} else if (navigator.platform.indexOf('Linux') !== -1) {
link_platform = 'linux';
}
link.href = `/${link_slug}/${link_platform}/`;
}
});
</script>

View File

@@ -6,6 +6,9 @@ layout: default
{% include header.html %}
<style>
h3.smaller {
font-size: 25px;
}
.card {
height: 100%;
}
@@ -31,6 +34,11 @@ layout: default
display: flex;
flex-direction: column;
}
@media (max-width: 540px) {
.community-list .community-short-block {
grid-column-end: span 1;
}
}
.community-list .community-short-block .card {
height: auto;
@@ -123,7 +131,7 @@ layout: default
<h1 class="intro-title">Community</h1>
<p class="small">
Godot has a very active community across multiple channels.<br>
By joining Godot communities, you agree to follow Godot's <a href="/code-of-conduct">Code of Conduct</a>.
By joining Godot communities, you agree to follow Godot's <a href="/code-of-conduct/">Code of Conduct</a>.
</p>
</div>
</div>
@@ -132,7 +140,7 @@ layout: default
<div class="container community-list">
<div class="community-stack">
<div class="community-block">
<a href="/events" class="card base-padding" id="events">
<a href="/events/" class="card base-padding" id="events">
<div>
<h3>Events</h3>
<p>Upcoming community and past events.</p>
@@ -162,7 +170,7 @@ layout: default
<div class="community-block">
<div class="card">
<a href="https://forum.godotengine.org/">
<img src="/assets/community/icon_forum.png" width="350" height="215" alt=""
<img src="/assets/community/icon_forum.webp" width="350" height="215" alt=""
style="background: linear-gradient(90deg, #fbfbfb 30%, #fdfcfd 46%, #e7ebed 83%, #fefdfe 98%)"
loading="lazy">
</a>
@@ -175,14 +183,14 @@ layout: default
<div class="community-block">
<div class="card">
<a href="https://discord.gg/4JBkykG">
<img src="/assets/community/icon_discord.webp" width="350" height="215" alt=""
<a href="https://discord.gg/bdcfAYM4W9">
<img src="/assets/community/icon_discord.webp?1" width="350" height="215" alt=""
style="background: linear-gradient(90deg, #323541 16%, #42454e 33%, #383b42 82%, #35373e 96%)"
loading="lazy">
</a>
<div class="base-padding">
<h3><a href="https://discord.gg/4JBkykG">Discord</a></h3>
<p>A vibrant community for discussion, user support, showcases... and custom emoji!</p>
<h3><a href="https://discord.gg/bdcfAYM4W9">Discord</a></h3>
<p>A space to socialize with other community members.</p>
</div>
</div>
</div>
@@ -195,7 +203,7 @@ layout: default
</a>
<div class="base-padding">
<h3><a href="https://www.reddit.com/r/godot">Reddit</a></h3>
<p>A community for discussion and support in development with the game engine.</p>
<p>Stay up to date on Godot news, and share your projects and resources with each other.</p>
</div>
</div>
</div>
@@ -257,6 +265,20 @@ layout: default
</div>
</div>
</div>
<div class="community-block">
<div class="card">
<a href="https://www.twitch.tv/godotengine_official">
<img src="/assets/community/icon_twitch.webp" width="350" height="215" alt=""
style="background: linear-gradient(90deg, #cdbcc5 24%, #cdbcc5 57%, #cdbcc5 66%, #cab8c1 92%)"
loading="lazy">
</a>
<div class="base-padding">
<h3><a href="https://www.twitch.tv/godotengine_official">Twitch</a></h3>
<p>Live streams all about Godot and its users.</p>
</div>
</div>
</div>
</div>
<h2>User-supported communities</h2>
@@ -270,18 +292,48 @@ layout: default
loading="lazy">
</a>
<div class="base-padding">
<h3><a href="https://godotforums.org">Forums</a></h3>
<h3 class="smaller"><a href="https://godotforums.org">Forums</a></h3>
<p>Community forum for all Godot developers.</p>
</div>
</div>
</div>
<div class="community-short-block">
<div class="community-block">
<div class="card">
<a href="https://programming.dev/c/godot">
<img src="/assets/community/community-lemmy.webp" width="350" height="215" alt=""
style="background: linear-gradient(90deg, #e3eaf1 2%, #e3eaf1 28%, #e3eaf1 57%, #e3eaf1 90%)"
loading="lazy">
</a>
<div class="base-padding">
<h3 class="smaller"><a href="https://programming.dev/c/godot">Programming.Dev</a></h3>
<p>A community for discussion and support in development with the game engine.</p>
</div>
</div>
</div>
<div class="community-block">
<div class="card">
<a href="https://discord.gg/4JBkykG">
<img src="/assets/community/icon_community_discord.webp" width="350" height="215" alt=""
style="background: linear-gradient(90deg, #323541 16%, #42454e 33%, #383b42 82%, #35373e 96%)"
loading="lazy">
</a>
<div class="base-padding">
<h3><a href="https://discord.gg/4JBkykG">Discord</a></h3>
<p>A vibrant community for discussion, user support, showcases... and custom emoji!</p>
</div>
</div>
</div>
<div class="community-block">
<a href="/community/user-groups" class="card base-padding" id="user-groups">
<h3>User groups</h3>
<p>Find local Godot user groups run by community members.</p>
</a>
</div>
<div class="community-short-block">
<a href="https://docs.godotengine.org/en/stable/community/tutorials.html" class="card base-padding">
<h3>Tutorials</h3>
<p>Find tutorials and guides written by the community.</p>

View File

@@ -14,7 +14,7 @@ redirect_from:
<h3 class="title">Support</h3>
<p>
If you have a problem learning Godot or need help, please first
<a href="/community">use the various community channels</a>.
<a href="/community/">use the various community channels</a>.
Godot developers are busy working in making Godot better, so they can't
always answer questions. They will, however, be glad to assist you if
you can't get an answer from conventional means.
@@ -64,7 +64,7 @@ redirect_from:
<h3 class="title" id="plc">Project Leadership Committee (PLC)</h3>
<p style="font-style: italic">
Information about the Project Leadership Committee was moved to the
<a href="/governance">Governance</a> page.
<a href="/governance/">Governance</a> page.
</p>
<h3 class="title" id="devs">Godot&nbsp;Engine team</h3>
@@ -95,10 +95,13 @@ redirect_from:
<li>Aaron Record (LightningAA)</li>
<li>Adam Scott (adamscott)</li>
<li>Alexander Holland (AlexHolly)</li>
<li>Alex Drozd (brno32)</li>
<li>Alexey Khoroshavin (allkhor)</li>
<li>Alfred Reinold Baudisch (alfredbaudisch)</li>
<li>Alistair Leslie-Hughes (alesliehughes)</li>
<li>Alket Rexhepi (alketii)</li>
<li>Andrea Catania (AndreaCatania)</li>
<li>Andreia Gaita (shana)</li>
<li>Andrii Doroshenko (Xrayez)</li>
<li>Andy Maloney (asmaloney)</li>
<li>Andy Moss (MillionOstrich)</li>
@@ -109,7 +112,9 @@ redirect_from:
<li>Anutrix</li>
<li>Aren Villanueva (kurikaesu)</li>
<li>Ariel Manzur (punto-)</li>
<li>Arman Elgudzhyan (puchik)</li>
<li>AThousandShips</li>
<li>aXu-AP</li>
<li>Bartłomiej T. Listwon (Listwon)</li>
<li>Bastiaan Olij (BastiaanOlij)</li>
<li>Ben Brookshire (sheepandshepherd)</li>
@@ -117,6 +122,7 @@ redirect_from:
<li>Bernhard Liebl (poke1024)</li>
<li>Bhuvan Vemula (Bhu1-V)</li>
<li>bitsawer</li>
<li>BlueCube3310</li>
<li>Błażej Szczygieł (zaps166)</li>
<li>Bojidar Marinov (bojidar-bg)</li>
<li>Brian Semrau (briansemrau)</li>
@@ -126,6 +132,7 @@ redirect_from:
<li>Caner Demirer (cdemirer)</li>
<li>Carl Olsson (not-surt)</li>
<li>Carter Anderson (cart)</li>
<li>ChibiDenDen</li>
<li>Chris Bradfield (cbscribe)</li>
<li>Clay John (clayjohn)</li>
<li>ConteZero</li>
@@ -135,6 +142,7 @@ redirect_from:
<li>Daniel Zilberleyb (dzil123)</li>
<li>Danil Alexeev (dalexeev)</li>
<li>dankan1890</li>
<li>Darío Banini (DarioSamo)</li>
<li>David Cambré (Gallilus)</li>
<li>David Sichma (DavidSichma)</li>
<li>David Snopek (dsnopek)</li>
@@ -159,6 +167,7 @@ redirect_from:
<li>Fabrice Cipolla (fabriceci)</li>
<li>Ferenc Arn (tagcup)</li>
<li>FireForge (fire-forge)</li>
<li>Florian Kothmeier (Dragoncraft89)</li>
<li>follower</li>
<li>foxydevloper</li>
<li>François Belair (Razoric480)</li>
@@ -177,6 +186,7 @@ redirect_from:
<li>Hendrik Brucker (Geometror)</li>
<li>hilfazer</li>
<li>Hiroshi Ogawa (hi-ogawa)</li>
<li>HolonProduction</li>
<li>homer666</li>
<li>hoontee</li>
<li>Hugo Locurcio (Calinou)</li>
@@ -189,12 +199,14 @@ redirect_from:
<li>J08nY</li>
<li>Jake Young (Duroxxigar)</li>
<li>Jakub Grzesik (kubecz3k)</li>
<li>Jakub Marcowski (Chubercik)</li>
<li>James Buck (jbuck3)</li>
<li>Jan Haller (Bromeon)</li>
<li>Jason Knight (jasonwinterpixel)</li>
<li>Jean-Michel Bernard (jmb462)</li>
<li>Jérôme Gully (Nutriz)</li>
<li>Jia Jun Chai (SkyLucilfer)</li>
<li>jitspoe</li>
<li>Joan Fons Sanchez (JFonS)</li>
<li>Johan Manuel (29jm)</li>
<li>Johannes Witt (HaSa1002)</li>
@@ -219,6 +231,7 @@ redirect_from:
<li>Lucien Menassol (Kanabenki)</li>
<li>Lyuma</li>
<li>Maganty Rushyendra (mrushyendra)</li>
<li>Malcolm Nixon (Malcolmnixon)</li>
<li>Manuele Finocchiaro (m4nu3lf)</li>
<li>Marcel Admiraal (madmiraal)</li>
<li>Marcelo Fernandez (marcelofg55)</li>
@@ -238,6 +251,7 @@ redirect_from:
<li>marynate</li>
<li>Masoud BH (masoudbh3)</li>
<li>Mateo Kuruk Miccino (kuruk-mm)</li>
<li>Matias N. Goldberg (darksylinc)</li>
<li>Matthew (skyace65)</li>
<li>Matthias Hölzl (hoelzl)</li>
<li>Max Hilbrunner (mhilbrunner)</li>
@@ -250,10 +264,12 @@ redirect_from:
<li>Micky (Mickeon)</li>
<li>Mikael Hermansson (mihe)</li>
<li>MinusKube</li>
<li>MJacred</li>
<li>Morris "Tabor" Arroad (mortarroad)</li>
<li>mrezai</li>
<li>Muhammad Huri (CakHuri)</li>
<li>muiroc</li>
<li>myaaaaaaaaa</li>
<li>Nathan Franke (nathanfranke)</li>
<li>Nathan Lovato (NathanLovato)</li>
<li>Nathan Warden (NathanWarden)</li>
@@ -267,6 +283,9 @@ redirect_from:
<li>Omar El Sheikh (The-O-King)</li>
<li>Ovnuniarchos</li>
<li>Pascal Richter (ShyRed)</li>
<li>passivestar</li>
<li>Patrick Dawson (pkdawson)</li>
<li>Patrick Exner (FlameLizard)</li>
<li>Patrick (firefly2442)</li>
<li>Paul Batty (Paulb23)</li>
<li>Paul Joannon (paulloz)</li>
@@ -280,6 +299,7 @@ redirect_from:
<li>Poommetee Ketson (Noshyaar)</li>
<li>Przemysław Gołąb (n-pigeon)</li>
<li>Rafael M. G. (rafallus)</li>
<li>Raffaele Picca (RPicster)</li>
<li>Rafał Mikrut (qarmin)</li>
<li>Ralf Hölzemer (rollenrolm)</li>
<li>Ramesh Ravone (RameshRavone)</li>
@@ -294,6 +314,7 @@ redirect_from:
<li>Ricardo Subtil (Ev1lbl0w)</li>
<li>Riteo Siuga (Riteo)</li>
<li>Roberto F. Arroyo (robfram)</li>
<li>Robert Yevdokimov (ryevdokimov)</li>
<li>Robin Hübner (profan)</li>
<li>romulox-x</li>
<li>Rune Smith (rune-scape)</li>
@@ -302,6 +323,7 @@ redirect_from:
<li>Saniko (sanikoyes)</li>
<li>santouits</li>
<li>SaracenOne</li>
<li>Septian Ganendra S. K. (sepTN)</li>
<li>Sergey Minakov (naithar)</li>
<li>sersoong</li>
<li>Shiqing (kawa-yoiko)</li>
@@ -309,10 +331,14 @@ redirect_from:
<li>Simon Wenner (swenner)</li>
<li>smix8</li>
<li>snailrhymer</li>
<li>Sofox (TheSofox)</li>
<li>Stanislav Labzyuk (DarkMessiah)</li>
<li>Stijn Hinlopen (hinlopen)</li>
<li>stmSi</li>
<li>Swarnim Arun (minraws)</li>
<li>TC (floppyhammer)</li>
<li>TechnoPorg</li>
<li>Thaddeus Crews (Repiteo)</li>
<li>Thakee Nathees (ThakeeNathees)</li>
<li>thebestnom</li>
<li>Theo Hallenius (TheoXD)</li>
@@ -332,13 +358,17 @@ redirect_from:
<li>Will Nations (willnationsdev)</li>
<li>Wilson E. Alvarez (Rubonnek)</li>
<li>Xavier Cho (mysticfall)</li>
<li>Yaohua Xiong (xiongyaohua)</li>
<li>yg2f (SuperUserNameMan)</li>
<li>Yordan Dolchinkov (Jordyfel)</li>
<li>Yuri Rubinsky (Chaosus)</li>
<li>Yuri Sizov (YuriSizov)</li>
<li>Zae Chao (zaevi)</li>
<li>Zak Stam (zaksnet)</li>
<li>Zher Huei Lee (leezh)</li>
<li>Zi Ye (MajorMcDoom)</li>
<li>ZuBsPaCe</li>
<li>谢天 (jsjtxietian)</li>
<li>风青山 (Rindbee)</li>
</ul>

View File

@@ -11,7 +11,7 @@ redirect_from:
<div style="padding: 16px 32px">
<h3>Redirecting...</h3>
<p>
If you are not being redirected automatically, <a href="/download/windows" class="set-os-download-url">click here</a>.
If you are not being redirected automatically, <a href="/download/windows/" class="set-os-download-url">click here</a>.
</p>
</div>
@@ -21,6 +21,6 @@ redirect_from:
} else if (navigator.platform.indexOf('Linux') !== -1) {
window.location = "/download/linux";
} else { // default to windows
window.location = "/download/windows";
window.location = "/download/windows/";
}
</script>

View File

@@ -25,60 +25,6 @@ layout: default
gap: 16px;
}
.stable-download {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
background-color: var(--dark-color);
padding: 24px;
padding-bottom: 60px;
width: auto;
max-width: 100%;
}
@media (max-width: 900px) {
.stable-download {
padding: 20px;
}
}
.stable-download h2 {
color: var(--dark-color-text-title);
font-weight: 600;
margin: 0;
margin-bottom: 16px;
}
.stable-download p {
color: var(--dark-color-text);
margin: 0;
}
.stable-download-ready {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 26px;
}
.stable-download-ready .btn-download {
min-width: 310px;
}
.stable-download-ready .btn-download:nth-of-type(2n) {
background-color: rgb(132 151 174 / 68%);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.stable-download-ready .btn-download:nth-of-type(2n) .download-title {
color: #f7f7f7;
}
.stable-download-ready .btn-download:nth-of-type(2n) .download-hint {
background-color: var(--primary-color-subdued);
}
footer {
margin-top: 0;
}
@@ -124,27 +70,6 @@ layout: default
<script src="/assets/js/download-version.js"></script>
<div id="stable" class="container card stable-download">
<h2>Need a stable version?</h2>
<div class="stable-download-ready">
{% assign stable_version_3 = site.data.versions | find: "featured", "3" %}
{% assign stable_version_4 = site.data.versions | find: "featured", "4" %}
<p>Download the <strong>latest version of Godot 4</strong> right now and begin your creative journey!</p>
<a href="/download/windows" class="btn btn-download set-os-download-url" data-version="4"
title="Download the latest version of Godot 4">
<div class="download-title">Download Latest</div>
<div class="download-hint">{{ stable_version_4.name }}</div>
</a>
<p>Want to stick to the <strong>true and trusted Godot 3</strong>? Download the long-term support version!</p>
<a href="/download/windows" class="btn btn-download set-os-download-url" data-version="3"
title="Download the long-term support version of Godot 3">
<div class="download-title">Download LTS</div>
<div class="download-hint">{{ stable_version_3.name }}</div>
</a>
</div>
</div>
{% include /download/download-section.html title="Need a stable version?" %}
{% include footer.html %}

View File

@@ -31,17 +31,17 @@ layout: default
<div class="question">
<h3>Can I teach Godot in my classroom?</h3>
<p>Godot&nbsp;Engine is <a href="https://en.wikipedia.org/wiki/Free_and_open_source_software">free and open source
software</a> released under the permissive <a href="/license">MIT license</a>.<br>
software</a> released under the permissive <a href="/license/">MIT license</a>.<br>
You can use Godot in your classroom without any restrictions and with zero licensing
costs.
</p>
<p>You can read more about <a href="/license">our license here</a>.</p>
<p>You can read more about <a href="/license/">our license here</a>.</p>
</div>
<div class="question">
<h3>Will the Godot project sign a services agreement provided by my institution?</h3>
<p>The Godot Engine project is unable to accept any terms and conditions outside of the MIT license, nor will it
provide warranties or representations about the Godot Engine outside those of the <a href="/license">MIT
provide warranties or representations about the Godot Engine outside those of the <a href="/license/">MIT
license</a>.</p>
<p>As a free and open source project, Godot is not backed by a corporation or any individual. Accordingly, it
doesn't
@@ -62,7 +62,7 @@ layout: default
from
its users. The network requests include the bare minimum amount of information required to do an online search and
transmit substantially less information than most internet browsing will.</p>
</p> For more information, please see <a href="/privacy-policy">our privacy policy here</a>
</p> For more information, please see <a href="/privacy-policy/">our privacy policy here</a>
</div>
<div class="question">

View File

@@ -167,60 +167,6 @@ layout: default
color: var(--base-color-text-title);
}
.features-download {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
background-color: var(--dark-color);
padding: 24px;
padding-bottom: 60px;
width: auto;
max-width: 100%;
}
@media (max-width: 900px) {
.features-download {
padding: 20px;
}
}
.features-download h2 {
color: var(--dark-color-text-title);
font-weight: 600;
margin: 0;
margin-bottom: 16px;
}
.features-download p {
color: var(--dark-color-text);
margin: 0;
}
.features-download-ready {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 26px;
}
.features-download-ready .btn-download {
min-width: 310px;
}
.features-download-ready .btn-download:nth-of-type(2n) {
background-color: rgb(132 151 174 / 68%);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.features-download-ready .btn-download:nth-of-type(2n) .download-title {
color: #f7f7f7;
}
.features-download-ready .btn-download:nth-of-type(2n) .download-hint {
background-color: var(--primary-color-subdued);
}
.features-showcase {
display: flex;
flex-direction: column;
@@ -423,7 +369,7 @@ layout: default
<div class="showcase-flip-right"></div>
</div>
<a href="/showcase" class="btn btn-flat btn-flat-white btn-flat-frosted btn-see-showcase">
<a href="/showcase/" class="btn btn-flat btn-flat-white btn-flat-frosted btn-see-showcase">
See more projects made with Godot
</a>
</div>
@@ -490,8 +436,8 @@ layout: default
<h4>Leverage your C# experience to feel right at home</h4>
<p>
If you're an experienced C# user, Godot offers you first-class support
for the .NET platform. Power your game with familiar libraries and give
them performance boost, while still benefiting from close engine integration.
for the .NET platform. Power your games with familiar libraries and give
them a performance boost, while still benefiting from close engine integration.
<br><br>
<strong>Note:</strong> .NET support is provided as a dedicated engine executable.
<a href="https://docs.godotengine.org/en/latest/tutorials/scripting/c_sharp/index.html#c-platform-support">C# support is available for desktop and mobile platforms as of Godot 4.2.</a>
@@ -681,27 +627,6 @@ layout: default
</div>
<div id="call-to-action" class="container card features-download">
<h2>Ready to start?</h2>
<div class="features-download-ready">
{% assign stable_version_3 = site.data.versions | find: "featured", "3" %}
{% assign stable_version_4 = site.data.versions | find: "featured", "4" %}
<p>Download the <strong>latest version of Godot 4</strong> right now and begin your creative journey!</p>
<a href="/download/windows" class="btn btn-download set-os-download-url" data-version="4"
title="Download the latest version of Godot 4">
<div class="download-title">Download Latest</div>
<div class="download-hint">{{ stable_version_4.name }}</div>
</a>
<p>Want to stick to the <strong>true and trusted Godot 3</strong>? Download the long-term support version!</p>
<a href="/download/windows" class="btn btn-download set-os-download-url" data-version="3"
title="Download the long-term support version of Godot 3">
<div class="download-title">Download LTS</div>
<div class="download-hint">{{ stable_version_3.name }}</div>
</a>
</div>
</div>
{% include /download/download-section.html %}
{% include footer.html %}

View File

@@ -67,7 +67,7 @@ current_tab: "governance"
<p>
At the end of each operating year the Foundation publishes audited financial statements outlining funds received, and how such funds were used in that year. Financial reports take time to prepare and audit, as such they are not available immediately at year end. They are available on the <a href="https://godot.foundation">Foundation's website</a> as soon as feasible after they are prepared.
</p>
<h3 id="technical-decisions">Technical decisions</h3>
<p>Technical decisions are made by Area Owners and the project leaders. Godot has the following established roles:</p>
<h4 id="leadership">Leadership</h4>
@@ -81,7 +81,7 @@ current_tab: "governance"
<h4 id="teams-and-area-owners">Teams and area owners</h4>
<p>
<a href="/teams">Engine teams</a> are groups of contributors interested in a specific area of the engine. Teams provide a way for contributors to have focused discussions with other people with similar expertise and interests. The opinion and expertise of team members is valued in discussions, but ultimately the authority over an area of the engine belongs solely to the area owner and the project leadership. Area owners are entrusted with final say for code merges in their areas. Area owners are trusted contributors who are chosen by the project leadership and have shown knowledge of the specific area of the engine and the engine's philosophy as a whole.
<a href="/teams/">Engine teams</a> are groups of contributors interested in a specific area of the engine. Teams provide a way for contributors to have focused discussions with other people with similar expertise and interests. The opinion and expertise of team members is valued in discussions, but ultimately the authority over an area of the engine belongs solely to the area owner and the project leadership. Area owners are entrusted with final say for code merges in their areas. Area owners are trusted contributors who are chosen by the project leadership and have shown knowledge of the specific area of the engine and the engine's philosophy as a whole.
</p>
<p>
In practice, area owners aim for consensus among contributors, especially among the relevant team. The "rule of thumb" is to not merge code if significant disputes exist over a change. However the final decision still remains with the area owner. The Godot project strives for rich, public, technical discussions where anyone can contribute and agree on the way to move forward. Additionally, the leadership and area owners consult with other contributors and the community as much as possible every time new features and improvements are planned.

View File

@@ -26,16 +26,22 @@ layout: default
.main-download-links .btn-download {
width: 100%;
}
.main-download-links .btn-download:nth-of-type(2n) {
background-color: rgb(132 151 174 / 68%);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
.main-download-links .download-3 {
text-align: center;
color: #ffffffd6;
text-shadow: 0 0 10px black;
font-weight: 100;
font-size: 15px;
}
.main-download-links .btn-download:nth-of-type(2n) .download-title {
color: #f7f7f7;
.main-download-links .download-3 a {
color: inherit;
text-decoration-color: inherit;
text-decoration-thickness: 1px;
}
.main-download-links .btn-download:nth-of-type(2n) .download-hint {
background-color: var(--primary-color-subdued);
.main-download-links .download-3 a:hover {
color: white;
}
@media (max-width: 900px) {
@@ -168,8 +174,7 @@ layout: default
<div class="wrapper">
<div class="copy container">
<h1>
Your free,<br>
open&#8209;source<br>
Your free, open&#8209;source<br>
game engine.
</h1>
<p>Develop your 2D &amp; 3D games, cross-platform projects, or even XR ideas!</p>
@@ -179,20 +184,14 @@ layout: default
{% assign stable_version_4 = site.data.versions | find: "featured", "4" %}
<div class="main-download-links">
<a href="/download/windows" class="btn btn-download set-os-download-url" data-version="4"
<a href="/download/windows/" class="btn btn-download set-os-download-url" data-version="4"
title="Download the latest version of Godot 4">
<div class="download-title">Download Latest</div>
<div class="download-hint">{{ stable_version_4.name }}</div>
</a>
<a href="/download/windows" class="btn btn-download set-os-download-url" data-version="3"
title="Download the long-term support version of Godot 3">
<div class="download-title">Download LTS</div>
<div class="download-hint">{{ stable_version_3.name }}</div>
</a>
<span class="download-3">Looking for <a href="/download/windows/" class="set-os-download-url" data-version="3" title="Download the long-term support version of Godot 3">Godot 3</a> or a <a href="/download/archive">previous version</a>?</span>
</div>
<a href="/features" class="btn btn-flat btn-flat-white btn-flat-frosted btn-hero-learn-more">Learn more</a>
</div>
</div>
</div>
@@ -236,7 +235,7 @@ layout: default
{% endif %}
{% endfor %}
<div class="button-container">
<a href="/blog" class="btn no-margin">More News</a>
<a href="/blog/" class="btn no-margin">More News</a>
</div>
</div>
</div>
@@ -337,7 +336,7 @@ layout: default
</div>
<div class="features-learn-more">
<a href="/features" class="btn btn-flat btn-flat-white btn-flat-frosted">Learn more about using Godot</a>
<a href="/features/" class="btn btn-flat btn-flat-white btn-flat-frosted">Learn more about using Godot</a>
</div>
</section>
@@ -367,7 +366,7 @@ layout: default
If you know how to code, you can help by fixing bugs and working with engine contributors towards the
implementation of new features.
</p>
<a href="https://docs.godotengine.org/en/stable/community/contributing/ways_to_contribute.html#contributing-code"
<a href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html#technical-contributions"
class="btn btn-flat btn-flat-frosted" target="_blank" rel="noopener">Learn more</a>
</div>
@@ -378,7 +377,7 @@ layout: default
Documentation quality is essential in a game engine; help make it better by updating the API reference, writing
new guides or submitting corrections.
</p>
<a href="https://docs.godotengine.org/en/stable/community/contributing/ways_to_contribute.html#contributing-to-the-documentation"
<a href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html#technical-contributions"
class="btn btn-flat btn-flat-frosted" target="_blank" rel="noopener">Learn more</a>
</div>
@@ -388,7 +387,7 @@ layout: default
<p>
Found a problem with the engine? Don't forget to report it so that developers can track it down.
</p>
<a href="https://docs.godotengine.org/en/stable/community/contributing/ways_to_contribute.html#testing-and-reporting-issues"
<a href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html#technical-contributions"
class="btn btn-flat btn-flat-frosted" target="_blank" rel="noopener">Learn more</a>
</div>

View File

@@ -42,7 +42,7 @@ current_tab: "license"
documentation.
</p>
<p>
The Godot&nbsp;Engine developers consider that a link to this page (<a href="/license">godotengine.org/license</a>)
The Godot&nbsp;Engine developers consider that a link to this page (<a href="/license/">godotengine.org/license</a>)
in your game documentation or credits would be an
acceptable way to satisfy the license terms.
</p>

View File

@@ -28,7 +28,7 @@ permalink: /maintenance/index.html
<h2>Community</h2>
<ul>
<li><a href="https://forum.godotengine.org/">Godot Forum</a></li>
<li><a href="https://discord.gg/4JBkykG">Discord</a></li>
<li><a href="https://discord.gg/bdcfAYM4W9">Discord</a></li>
<li><a href="https://reddit.com/r/godot/">Reddit</a></li>
<li><a href="https://www.facebook.com/groups/godotengine/">Facebook</a></li>
<li><a href="https://twitter.com/godotengine">Twitter</a></li>

View File

@@ -22,7 +22,7 @@ current_tab: "privacy-policy"
<p>Your privacy is important to Godot. To better protect your privacy and to comply
with various laws and regulations, we have provided this Statement explaining our information practices and the
choices you can make about the way your personal information is collected, used and disclosed. To make this
Statement easy to find, we have made it available on our <a href="/privacy-policy">homepage</a> and at many of the
Statement easy to find, we have made it available on our <a href="/privacy-policy/">homepage</a> and at many of the
locations where personally-identifiable information may be requested.</p>
<h3 class="title">The Information We Collect</h3>
@@ -36,7 +36,7 @@ current_tab: "privacy-policy"
<li>you visit the Godot web site (<a href="/">godotengine.org</a>);</li>
<li>you access the Asset Library in the Godot editor application to browse or download assets;</li>
<li>you sign up as a Godot Patreon (<a href="https://patreon.com/godotengine">https://patreon.com/godotengine</a>)
or otherwise donate to Godot (<a href="/donate">https://godotengine.org/donate</a>);</li>
or otherwise donate to Godot (<a href="/donate/">https://godotengine.org/donate</a>);</li>
<li>you sign up and log in to an account on the Godot Chat platform (<a
href="https://chat.godotengine.org">https://chat.godotengine.org</a>), and use it to participate in private and
public discussions;</li>
@@ -277,7 +277,7 @@ current_tab: "privacy-policy"
<ul>
<li>Software Freedom Conservancy's Privacy Policy, used under Attribute-Share Alike 4.0. <a
href="https://sfconservancy.org/privacy-policy">https://sfconservancy.org/privacy-policy</a></li>
href="https://sfconservancy.org/privacy-policy/">https://sfconservancy.org/privacy-policy</a></li>
<li>Red Hat's Privacy Policy for the Fedora Project, used under Attribution-Share Alike 3.0 Unported. <a
href="https://fedoraproject.org/wiki/Legal:PrivacyPolicy">https://fedoraproject.org/wiki/Legal:PrivacyPolicy</a>
</li>

View File

@@ -239,13 +239,6 @@ layout: default
{% endif %}
{% endfor %}
</section>
<p style="margin-top: 3rem" id="submit-project">
<strong>Interested in showcasing your published game on this page?</strong>
Use <a
href="https://docs.google.com/forms/d/e/1FAIpQLSdhNEywWfk7tm4ABSxmPfnJrKwGPAoYbzRfZlHmu9iZ5CJ5Pw/viewform?usp=sf_link">this
form</a>.
</p>
</div>
{% include footer.html %}

View File

@@ -25,10 +25,10 @@ current_tab: "teams"
<p>
If you want to get in touch, use the link to each team's chat channel on the Godot&nbsp;Engine Contributors chat
after the team's names (see <a href="/community">Community</a>).<br>
after the team's names (see <a href="/community/">Community</a>).<br>
For general development discussions which may not fit a specific team channel, use the general purpose <a
href="https://chat.godotengine.org/channel/devel">#devel</a> channel.<br>
For general enquiries, private or security related matters, have a look at the <a href="/contact">Contact</a> page.
For general enquiries, private or security related matters, have a look at the <a href="/contact/">Contact</a> page.
</p>
@@ -189,6 +189,7 @@ current_tab: "teams"
Fabio Alessandrelli (<a href="https://github.com/Faless">@Faless</a>),
George Marques (<a href="https://github.com/vnen">@vnen</a>),
Gilles Roudière (<a href="https://github.com/groud">@groud</a>),
Jan Haller (<a href="https://github.com/Bromeon">@Bromeon</a>),
Juan Linietsky (<a href="https://github.com/reduz">@reduz</a>),
Pāvels Nadtočajevs (<a href="https://github.com/bruvzg">@bruvzg</a>)
</td>
@@ -432,9 +433,10 @@ current_tab: "teams"
<tr>
<th class="teams-subteam-name">Tech Art</th>
<td class="teams-subteam-members">
<span class="teams-subteam-leader">Ilaria Cislaghi (<a
href="https://github.com/QbieShay">@QbieShay</a>)</span>,
Clay John (<a href="https://github.com/clayjohn">@clayjohn</a>),
Hugo Locurcio (<a href="https://github.com/Calinou">@Calinou</a>),
Ilaria Cislaghi (<a href="https://github.com/QbieShay">@QbieShay</a>),
Patrick Exner (<a href="https://github.com/paddy-exe">@paddy-exe</a>),
Yuri Rubinsky (<a href="https://github.com/Chaosus">@Chaosus</a>)
</td>