1825 Commits

Author SHA1 Message Date
Emi
6d546747bf Update sponsors.yml 2025-07-22 23:10:14 +09:00
David Snopek
57df19d8c8 Add blog post about Godot OpenXR Vendors 4.0.0 release (#1099)
* Add blog post about Godot OpenXR Vendors 4.0.0 release

* change date

---------

Co-authored-by: Emi <coppolaemilio@protonmail.com>
2025-07-22 12:10:52 +09:00
Emi
5ad55799fc Add Dogwalk interview and page to showcase (#1119)
Co-authored-by: John Veness <john.veness.github@pelago.org.uk>
2025-07-15 10:10:09 +09:00
Chris
c9e0ad9a27 Update communities.yml (#1122)
Added California Godot Users group to the Community page.
2025-07-14 10:14:50 +09:00
John Veness
da5de7bbeb Merge pull request #1121 from berarma/berarma-patch-1
Fix collaborator name in dev-snapshot-godot-4-5-beta-1.md
2025-07-13 11:39:49 +01:00
SteinMakesGames
981622acb3 Add Norway user group (#1118)
Discord for Godot community in Norway
2025-07-09 11:44:22 +09:00
Winston
04f772487a Merge pull request #1115 from Repiteo/4.5-beta3
Add 4.5-beta3 blog post
2025-07-08 20:21:26 +02:00
Thaddeus Crews
6e2c7c94e3 Add 4.5-beta3 blog post 2025-07-08 12:32:36 -05:00
Andrew Davis
88d2d9a11f Fix community Discord link for East Coast Guild to never expire (#1116) 2025-07-05 12:56:52 +09:00
Thaddeus Crews
200fb01940 Highlight changes from 4.5-beta1 (#1113)
* Highlight changes from 4.5-beta1

* Update collections/_article/dev-snapshot-godot-4-5-beta-2.md

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

---------

Co-authored-by: Emi <coppolaemilio@protonmail.com>
Co-authored-by: John Veness <john.veness.github@pelago.org.uk>
2025-07-02 17:19:29 +02:00
Winston
918ab640e9 Merge pull request #1112 from StudioFaewilds/patch-1
Add Australian user group to communities.yml
2025-07-02 09:23:44 +02:00
Studio Fae-Wilds
da18b605b3 Add Australian user group to communities.yml
Adds an Australian user group discord link to the communities.yml
2025-07-02 16:29:14 +10:00
Thaddeus Crews
7b0b32294b Add 4.5-beta2 blog post (#1111) 2025-07-01 23:22:51 +02:00
Adam Scott
b00cffd930 Merge pull request #1013 from Repiteo/curator_clanid-sync
Sync Steam links with "Is it made with Godot" curator clanid
2025-06-30 11:35:01 -04:00
Adam Scott
ab234f1e4d Merge pull request #1089 from Calinou/gemfile-add-logger
Add `logger` to Gemfile to fix Ruby 3.5.0 deprecation warning
2025-06-30 11:30:40 -04:00
Emi
bf4c8216e8 Community poll 2025 (#1109)
* Create godot-community-poll-2025.md

* Update collections/_article/godot-community-poll-2025.md

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

* Add image

---------

Co-authored-by: John Veness <john.veness.github@pelago.org.uk>
2025-06-30 15:48:26 +02:00
Rémi Verschelde
d7a758a62c Fix markup in old axis handling system blog post
Non-breakable spaces were used, breaking the markdown syntax for headings.
2025-06-28 15:41:01 +02:00
Adam Scott
1cf8a72c54 Merge pull request #1108 from adamscott/make-sure-patch-is-stable
Make sure that `get_latest_patch` returns a `stable` patch
2025-06-27 12:35:17 -04:00
Adam Scott
dc1d0bfc52 Make sure that get_latest_patch returns a stable patch 2025-06-27 12:28:55 -04:00
Adam Scott
f424fbe9bf Merge pull request #1107 from adamscott/latest-patch
Add new `get_latest_patch` filter to update release download version
2025-06-27 06:29:20 -04:00
Adam Scott
715fd14313 Add new get_latest_patch filter to update release download version 2025-06-26 13:38:11 -04:00
Emi
744e93c617 Small fix and invalidation 2025-06-26 16:15:52 +02:00
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 `&NoBreak;` to make sure "C++" isn't split in feature page
2025-06-25 13:46:51 -04:00
Adam Scott
bd7eba42ce Add &NoBreak; 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
Hugo Locurcio
7da2b8cab3 Add logger to Gemfile to fix Ruby 3.5.0 deprecation warning
This gem will be moved out of the standard library in Ruby 3.5.0.
While the website can still build fine with Ruby 3.4.x, this won't
be the case anymore with the latest Ruby version once 3.5.0 releases.
2025-06-23 16:58:45 +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
Bernat
a7581cd203 Fix collaborator name in dev-snapshot-godot-4-5-beta-1.md 2025-06-19 16:54:34 +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
Thaddeus Crews
67ba5c8e70 Sync Steam links with "Is it made with Godot" curator clanid 2025-06-16 11:27:27 -05:00