Commit Graph

9953 Commits

Author SHA1 Message Date
Hugo Locurcio
265397c5fc Add @icon ordering to the GDScript style guide 2025-01-13 17:25:42 +01:00
Max Hilbrunner
d8fecf732d Merge pull request #10481 from mateuseap/fix/high_level_multiplayer
Fix the "Example lobby implementation" section of the High-level multiplayer tutorial
2025-01-08 22:18:31 +01:00
Max Hilbrunner
6f2ea9dd3e Merge pull request #10486 from Calinou/physics-shape-direct-children-only
Document only direct child nodes accounting for CollisionShape2D/3D
2025-01-08 19:00:46 +01:00
Max Hilbrunner
0ee4ecf785 Merge pull request #10487 from Calinou/instancing-ownership-clarify
Clarify the meaning of instancing diagram arrows in Creating instances
2025-01-08 19:00:18 +01:00
Hugo Locurcio
2a9935fd44 Clarify the meaning of instancing diagram arrows in Creating instances 2025-01-08 17:58:35 +01:00
Hugo Locurcio
bf1c389189 Document only direct child nodes accounting for CollisionShape2D/3D
Indirect children are currently ignored.
2025-01-08 17:48:48 +01:00
Max Hilbrunner
4ffef4ff27 Merge pull request #10482 from Calinou/using-lightmap-gi-shadowmask
Document shadowmasks in Using LightmapGI
2025-01-08 02:35:33 +01:00
Hugo Locurcio
28a7a0bb76 Document shadowmasks in Using LightmapGI 2025-01-07 17:11:00 +01:00
Mateus Elias
d0e6217c12 Fix the "Example lobby implementation" section of the High-level multiplayer tutorial
Correct both the GDScript and C# code examples in the "Example lobby implementation" section of the Networking/High-level multiplayer tutorial.
2025-01-07 08:10:59 -03:00
Max Hilbrunner
5639d1a5d8 Merge pull request #9385 from Calinou/internal-rendering-architecture-metal
Document Metal support in Internal rendering architecture
2025-01-07 11:13:25 +01:00
Max Hilbrunner
30f46c842c Merge pull request #10474 from mhilbrunner/ci-updates
CI updates (master branch)
2025-01-07 11:05:12 +01:00
Max Hilbrunner
97c2e1c457 Merge pull request #10480 from godotengine/dependabot/pip/pygments-2.19.1
Bump pygments from 2.19.0 to 2.19.1
2025-01-07 11:02:36 +01:00
dependabot[bot]
69a142377b Bump pygments from 2.19.0 to 2.19.1
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.19.0...2.19.1)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-07 09:03:02 +00:00
Max Hilbrunner
2bb21eaf83 CI: Add timeouts 2025-01-06 21:40:44 +01:00
Max Hilbrunner
982783d9ab CI: Add virtualenv 2025-01-06 21:40:41 +01:00
Max Hilbrunner
1b429b4c35 CI: Update github.ref to github.ref_name
See https://github.blog/changelog/2023-09-13-github-actions-updates-to-github_ref-and-github-ref
2025-01-06 21:27:48 +01:00
Max Hilbrunner
9680c56b08 CI: Update some comments 2025-01-06 21:27:47 +01:00
Max Hilbrunner
cd993f0b96 CI: Improve Sphinx performance, use multiple cores
According to https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners, these runners are expected to have 4 CPUs available
2025-01-06 21:27:47 +01:00
Max Hilbrunner
434c5cbb1f CI: Fix permissions 2025-01-06 21:27:47 +01:00
Max Hilbrunner
700ae14504 CI: Update from Ubuntu 22.04 to 24.04 2025-01-06 21:26:13 +01:00
Max Hilbrunner
3b504d2eca Merge pull request #10475 from AKKamath/master
Add navigation buttons before user-contributed notes on all pages.
2025-01-06 17:15:48 +01:00
Aditya K Kamath
f6879c1bc4 Add navigation buttons before user-submitted comments on all pages. 2025-01-06 17:45:34 +05:30
Max Hilbrunner
63b330d89e Merge pull request #10473 from godotengine/dependabot/pip/pygments-2.19.0
Bump pygments from 2.18.0 to 2.19.0
2025-01-06 10:30:24 +01:00
dependabot[bot]
e5d8855e36 Bump pygments from 2.18.0 to 2.19.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 09:16:42 +00:00
Max Hilbrunner
c4d67b83db Merge pull request #10471 from gomaproi/screenshots-galore
Update screenshots for better consistency with the default Godot 4.x theme
2025-01-06 10:13:21 +01:00
Max Hilbrunner
2cf3938598 Merge pull request #10469 from godotengine/classref/sync-bdf625b
classref: Sync with current master branch (bdf625b)
2025-01-05 08:23:15 +01:00
gomakappa
7d38ce8fef upload images and edit pages 2025-01-04 16:20:39 -03:00
Godot Organization
eab235f772 classref: Sync with current master branch (bdf625b) 2025-01-04 03:20:59 +00:00
Max Hilbrunner
cb6eb02112 Merge pull request #10465 from Calinou/compiling-for-macos-vulkan-install-script
Mention Vulkan and Direct3D 12 SDK install scripts in Compiling for macOS/Windows
2025-01-04 01:34:00 +01:00
Max Hilbrunner
8c34d9705e Merge pull request #10466 from Calinou/first-2d-game-player-scene-name
Mention the expected file name for the player scene in Your first 2D game
2025-01-04 01:33:09 +01:00
Hugo Locurcio
4f70dc1ebd Mention the expected file name for the player scene in Your first 2D game 2025-01-04 00:00:32 +01:00
Hugo Locurcio
a58b91ad0e Document Metal support in Internal rendering architecture 2025-01-03 18:53:17 +01:00
Hugo Locurcio
f1d751b4a9 Mention Vulkan and Direct3D 12 SDK install scripts in Compiling for macOS/Windows 2025-01-03 18:50:26 +01:00
Max Hilbrunner
68d4c3542c Merge pull request #10464 from syntaxerror247/optional-monochrome
Update Android `themed icons` info
2025-01-03 18:17:19 +01:00
Anish Mishra
14f99b3e75 Update Themed icons doc 2025-01-03 18:35:57 +05:30
tetrapod
d3a902e2d8 Add GitHub Action to automatically create cherrypick PRs (#10361)
* Add GitHub Action to automatically create cherrypick PRs

Uses peter-evans/create-pull-request and actions/checkout,
both of which are already dependencies.

When merging a PR with a cherrypick label, which only contains
a single commit, attempt to cherrypick the single commit into
a new branch, then create a PR.

Fails if there are multiple commits (to catch squash and merge).
Fails if the cherrypick does not apply cleanly.

Does not attempt to merge the new PR.
Does not attempt to update stable.

* Handle squash and merge

* Apply suggestions from code review

Co-authored-by: Thaddeus Crews <repiteo@outlook.com>

---------

Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
2025-01-03 10:57:16 +01:00
LDMLN
c01bcad47e "first 2D game" - minor additions, clarification when areas of the editor are first mentioned (#10378)
* "First 2D game" - minor additions, clarification

Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2025-01-03 10:55:05 +01:00
Max Hilbrunner
70a32c6950 Merge pull request #10261 from tetrapod00/improve-uniform
Reorganize and improve shader Uniforms section
2025-01-03 10:47:26 +01:00
Max Hilbrunner
99e1f52acf Merge pull request #10462 from godotengine/dependabot/pip/sphinxcontrib-video-0.3.2
Bump sphinxcontrib-video from 0.3.1 to 0.3.2
2025-01-03 10:45:42 +01:00
Max Hilbrunner
c477a8ef60 Merge pull request #10282 from tetrapod00/expand-project-settings
Overhaul Project Settings page
2025-01-03 10:42:08 +01:00
dependabot[bot]
640e434cb5 Bump sphinxcontrib-video from 0.3.1 to 0.3.2
Bumps [sphinxcontrib-video](https://github.com/sphinx-contrib/video) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/sphinx-contrib/video/releases)
- [Commits](https://github.com/sphinx-contrib/video/compare/v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: sphinxcontrib-video
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-03 09:41:12 +00:00
Max Hilbrunner
73d92a8c3e Merge pull request #10439 from 0HyperCube/fedora-embree
Update fedora embree package
2025-01-03 10:32:38 +01:00
Max Hilbrunner
0ebcd118d2 Merge pull request #10315 from tetrapod00/shader-global-clarify
Explain difference between global shader uniforms and global scope in shaders
2025-01-03 10:30:05 +01:00
Max Hilbrunner
bb5a45c30f Merge pull request #10457 from Grublady/macos-close-scene
Fix macOS Close Scene default shortcut
2025-01-03 09:36:11 +01:00
Max Hilbrunner
e7cea212a4 Merge pull request #10459 from tetrapod00/typo-tutorials
Fix grammar in Tutorials and resources
2025-01-03 09:32:34 +01:00
Max Hilbrunner
2f69288c71 Merge pull request #10461 from karmaral/gdscript_basics-code-block-fix
Fix improper format in Code Block in `gdscript_basics.rst`
2025-01-03 09:32:03 +01:00
Max Hilbrunner
80bbbde0c4 Merge pull request #10443 from JamesC01/patch-2
Add Catlike Coding to tutorials.rst
2025-01-03 09:31:35 +01:00
Amaral Krichman
65da706a85 Update gdscript_basics.rst 2025-01-03 00:19:39 -03:00
tetrapod00
6e2adaa301 Fix grammar in Tutorials and resources 2025-01-02 12:20:52 -08:00
Max Hilbrunner
4b4e8518a7 Merge pull request #10370 from tetrapod00/standardize-header-the-rest
Standardize RST header syntax
2025-01-02 12:17:38 +01:00