Commit Graph

1650 Commits

Author SHA1 Message Date
Tomasz Chabora
1f2d30de44 Add Polish translation (#1102) 2025-06-26 15:25:51 +02:00
lawnjelly
b813ff0c71 Correct links on 3.6.1 blog post (#1106) 2025-06-25 22:27:02 +02:00
Adam Scott
09983d5b9b Merge pull request #1105 from adamscott/join-c++
Add `⁠` to make sure "C++" isn't split in feature page
2025-06-25 13:46:51 -04:00
Adam Scott
bd7eba42ce Add ⁠ to make sure "C++" isn't split in feature page 2025-06-25 13:42:55 -04:00
Adam Scott
16b4f1bac4 Merge pull request #1103 from adamscott/fix-releases-dotnet-buttons
Fix dotnet download button being too pale on the release pages
2025-06-25 13:34:46 -04:00
Adam Scott
5ebd3677fc Fix dotnet download button being too pale on the release pages 2025-06-25 13:32:25 -04:00
lawnjelly
1331ff673b Add 3.6.1 blog post (#1084) 2025-06-25 19:30:51 +02:00
Rémi Verschelde
d30898ae00 Fix minify plugin relying on shell builtin (#1104)
Explicitly initialize a shell to have access to 'command' it's not an actual program.
2025-06-25 19:08:39 +02:00
Hugo Locurcio
1416851a72 Make the check for minify/gominify binaries quiet (#1097)
This prevents a message for `minify` not being found from being printed
every time the website is built if you're using `gominify` instead.
This still prints an error if neither `minify` or `gominify` is found.
2025-06-24 11:22:18 +02:00
Hugo Locurcio
f0ae099812 Shorten Jekyll log when building the website (#1096)
The list of individual versions is no longer displayed twice every time
the website is (re)built. Instead, only the number of versions
that were generated is displayed.
2025-06-24 11:21:18 +02:00
John Veness
c1849d74d7 Use "third-party" not "3rd party" in features.html (#1092)
I think "third" looks more professional than "3rd". And "third-party" should be hyphenated in these particular instances because it's being used as an adjective.
2025-06-23 23:20:44 +02:00
Adam Scott
589b018633 Fix priorities page (#1091)
- Fix Sass 2.0 warnings
  - see https://sass-lang.com/documentation/breaking-changes/mixed-decls/
  - see https://sass-lang.com/documentation/values/calculations/
- Format priorities/base.scss
- Replace gsap with anime.js in priorities.mjs
2025-06-23 22:19:15 +02:00
Adam Scott
0d5d5474a8 Fix 4.3 and 4.4 release pages (#1090)
- Remove gsap
- Add anime.js (MIT licensed)
2025-06-23 21:09:48 +02:00
Fredia Huya-Kouadio
7ab5e13520 Add What's New in XR & Android GodotCon 2025 recap blog post (#1074)
* GodotCon 2025 recap: What's New in XR & Android

* Adjustments for release

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2025-06-23 11:35:27 +02:00
Rémi Verschelde
66e426d84d 4.5-beta1: Add note that scene preview thumbnails refactor was reverted 2025-06-22 00:40:14 +02:00
Emi
bea272b50a cache bust 2025-06-20 16:21:21 +02:00
lumenwrites
0d1bf18177 Add Consoles page (#1085) 2025-06-20 16:16:35 +02:00
John Veness
ce9aca521c Fix a few minor issues in 4.5 beta 1 blog (#1088)
Fixes a few things I missed in the review - three instances of missing words, and one instance of an "And more" entry that had already been highlighted.
2025-06-20 10:59:59 +02:00
Emi
6b9877fde2 Update sponsors.yml 2025-06-19 17:56:26 +02:00
Rémi Verschelde
e3144a43a9 Convert 4.5-beta1 videos from webm to mp4, might help with compatibility
Also reduces file size somewhat for most of them.
Converted with `ffmpeg -i file.webm file.mp4`.
2025-06-19 11:07:07 +02:00
Emi
133093e577 Fix Highlight warning lines link 2025-06-19 10:33:14 +02:00
Thaddeus Crews
6289d8606c Add 4.5-beta1 blog post (#1082)
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2025-06-19 01:22:29 +02:00
Emi
c859f198f4 Moving Action Game Maker to released 2025-06-17 16:53:02 +02:00
Emi
711a19573a Typo 2025-06-17 13:29:21 +02:00
steen
cfba792c1d add godotfest 2025 announcement (#1081)
* add godotfest 2025 announcement

* Update collections/_article/godotfest-2025.md

Co-authored-by: John Veness <john.veness.github@pelago.org.uk>

* Update invite

* swap out cover image

* Update godotfest-2025.md

* fix cover image path

* Fix event cover and short date

* open ticket shop

* update call for submissions

* add ticket info to event

* fix links

* move post date

* pr review changes

* avoid emoji issues

* point cfp link to main page

* Update collections/_article/godotfest-2025.md

Co-authored-by: Johannes Ebner <Structed@users.noreply.github.com>

* Final edit?

* fix typo

---------

Co-authored-by: John Veness <john.veness.github@pelago.org.uk>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
Co-authored-by: Emi <coppolaemilio@protonmail.com>
Co-authored-by: Johannes Ebner <Structed@users.noreply.github.com>
2025-06-17 13:24:11 +02:00
Hugo Locurcio
b42580d8cc Fix Sass deprecations (#1080)
* Fix building with Jekyll on Ruby 3.4

Ruby 3.4 removed several standard library packages, so they have
to be installed as gems instead.

This also updates Jekyll to use a version that's supported in Ruby 3.4.

The minimum required Ruby version is now 3.2.

* Fix Sass deprecations

This allows the website to build on Ruby 3.4.0 + Jekyll 4.4.1.

More information:

- https://sass-lang.com/blog/import-is-deprecated/
2025-06-12 20:42:21 +02:00
Hugo Locurcio
5fe2df3dbb Fix building with Jekyll on Ruby 3.4 (#1079)
Ruby 3.4 removed several standard library packages, so they have
to be installed as gems instead.

This also updates Jekyll to use a version that's supported in Ruby 3.4.

The minimum required Ruby version is now 3.2.
2025-06-12 20:41:04 +02:00
Adam Scott
fb56943a61 Add automatic browser language selector (#1065) 2025-06-11 13:33:57 +02:00
Emi
1b651da562 Remove image from readme
It looked good in the markdown preview from VSCode but in GitHub it went to full width. So I'm removing it for now.
2025-06-10 13:36:01 +02:00
Gökhan Özbey
7e28cd3992 Added 'Table of Contents', improved visualization, added 'pre-requisites' section. (#1072) 2025-06-10 13:34:04 +02:00
Andrew Davis
fc95af01b4 Add Godot East Coast Guild to communities (#1078) 2025-06-09 11:26:37 +02:00
nerdlibfront
a5c3cd52f1 Added Bluesky and Mastodon to Godot Stammtisch Karlsruhe (#1075)
Co-authored-by: eckert@eisit.de <Joachim Eckert>
2025-06-06 00:10:38 +02:00
Emi
397673459d Update upcoming-serious-web-performance-boost.md
Co-Authored-By: John Veness <2512915+JohnVeness@users.noreply.github.com>
2025-06-06 00:10:07 +02:00
Aidan Rhoden
f6f68edbef Corrected RAM stats typo (#1077)
I know this is a minuscule nitpick, but the RAM rating "C30" should be "CL30", as it stands for CAS-Latency (Column Address Strobe)
2025-06-06 00:06:36 +02:00
Adam Scott
edaa14ca3d Add "Upcoming (serious) Web performance boost" article (#1063)
* Add "Upcoming Web (serious) performance boost" article

* Update date and image

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2025-06-05 21:43:11 +02:00
Rémi Verschelde
dc24a74806 4.5-dev5: Fixup table markup 2025-06-02 23:28:43 +02:00
Thaddeus Crews
88c87ba7f3 Add 4.5-dev5 blog post (#1073) 2025-06-02 23:16:23 +02:00
Rémi Verschelde
17c671f6eb Update AUTHORS list on Contact 2025-05-28 18:16:15 +02:00
Rémi Verschelde
0ede1115c4 Update CoC team page 2025-05-28 18:02:30 +02:00
Adam Scott
551ab1aa9d Merge pull request #1071 from adamscott/fix-missing-japanese-translation
Add missing copyright Japanese translation.
2025-05-20 14:39:27 -04:00
Adam Scott
2241cf3443 Add missing copyright Japanese translation. 2025-05-20 14:38:33 -04:00
Adam Scott
e2d8ac7845 Add Japanese translation from Darin Bifani (#1064)
* Add Japanese translation from Darin Bifani

* cache bust for the language selector

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2025-05-19 13:17:30 +02:00
Lisandro Lorea
aedd1acc12 Add Godot Meetup Argentina to communities.yml (#1067)
Group active since 2023, their activities include organizing Godot-themed meetups around and game jams in conjunction with educational institutions.
2025-05-16 01:09:15 +02:00
Emi
0fedbc978b fix link 2025-05-15 11:16:18 +02:00
Adam Scott
2bd351a014 Fix typo with Frédéric Plourde's name (#1066) 2025-05-15 01:22:49 +02:00
Rémi Verschelde
3902d10e9f 4.5-dev4: Mention that Windows executables are not properly signed 2025-05-14 13:36:52 +02:00
Rémi Verschelde
dd00bf24a4 4.5-dev4: Also mention console releases for Ambidextro 2025-05-13 22:47:00 +02:00
Thaddeus Crews
1b1feafc48 Fix typo in image/video links 2025-05-13 15:36:23 -05:00
Thaddeus Crews
1fe888527e Merge pull request #1062 from Repiteo/4.5-dev4
Add 4.5-dev4 blog post
2025-05-13 14:43:19 -05:00
Thaddeus Crews
72f129bc88 Add 4.5-dev4 blog post 2025-05-13 08:04:53 -05:00