Commit Graph

9925 Commits

Author SHA1 Message Date
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
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
Max Hilbrunner
1ad4d515aa Merge pull request #10450 from Faless/fix/js_singleton_cb_docs
[Web] Fix JavaScriptBridge.create_callback docs
2025-01-01 22:59:42 +01:00
Matthew
83afe9d168 Merge pull request #10446 from tetrapod00/header-guideline
Document standards for RST section header syntax
2024-12-31 17:45:49 -05:00
Grublady
45cc5aad8e Fix macOS Close Scene default shortcut 2024-12-31 17:23:13 -05:00
Max Hilbrunner
96bc42461d Merge pull request #10448 from 31/dev/31/one-node-group
Groups: Nodes panel doesn't allow node multiselect
2024-12-31 05:47:46 +01:00
Fabio Alessandrelli
7d11f47b0e [Web] Fix JavaScriptBridge.create_callback docs
Clarify that the callback must take **exactly one array argument**.
2024-12-30 17:24:30 +01:00
Max Hilbrunner
71b5a33909 Merge pull request #10447 from fabriziocasati/layout-issue
Fix layout issue in `godot_notifications.rst`
2024-12-30 09:48:04 +01:00
31
3dd3580a5b Groups: Nodes panel doesn't allow node multiselect 2024-12-29 15:48:21 -08:00
Fabrizio Casati
c73a7ac670 Fix layout issue in godot_notifications.rst
There is a layout issue in `godot_notifications.rst`, due to inline code marker not working properly within bold text.
2024-12-30 00:32:32 +01:00
Matthew
b9a680de72 Merge pull request #10432 from tetrapod00/no-devlog
Remove links to YouTube devlogs
2024-12-29 17:49:43 -05:00
tetrapod00
618bbd2150 Document standards for RST section header syntaxx 2024-12-29 14:42:29 -08:00
tetrapod00
c4d3aa134a Standardize RST header syntax 2024-12-29 13:44:09 -08:00
James
3d524f1273 Add Catlike Coding to tutorials.rst
I originally made this for the 4.3 branch by accident, so I'm doing it again for the master branch.
2024-12-29 10:55:58 +00:00
Matthew
56a3dc697f Merge pull request #10369 from tetrapod00/standardize-headers
Standardize header syntax within About section
2024-12-28 08:51:33 -05:00
Max Hilbrunner
a330baa8b5 Merge pull request #10441 from godotengine/classref/sync-99a8ab7
classref: Sync with current master branch (99a8ab7)
2024-12-28 05:41:13 +01:00
Godot Organization
7704954857 classref: Sync with current master branch (99a8ab7) 2024-12-28 03:20:51 +00:00
Max Hilbrunner
1cfa7d8e0a Merge pull request #10430 from BastiaanOlij/openxr_binding_modifiers_docs
OpenXR: add binding modifiers documentation to action map
2024-12-27 06:16:40 +01:00
Bastiaan Olij
2bf3d03db4 OpenXR: add binding modifiers documentation to action map 2024-12-27 15:15:39 +11:00
lena
63cec69b30 Add a paragraph about self (#8928)
Adds a paragraph about the self keyword and documents that
it can be used to refer to variables defined in subclasses of
current class.

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: RedMser <5117197+RedMser@users.noreply.github.com>
Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2024-12-26 15:30:42 -08:00
hypercube
ebdb8067f8 Fix fedora embree package 2024-12-26 16:50:28 +00:00
O.S. of Smecta
e117dc8c23 Improve instruction for RISC-V
* Improve instruction for RISC-V
2024-12-26 08:37:35 -05:00
tetrapod
1d0a90fed4 Merge pull request #10437 from dalexeev/gds-doc-warning-ignore-start-and-restore
GDScript: Document `@warning_ignore_start` and `@warning_ignore_restore`
2024-12-23 13:25:31 -08:00
Danil Alexeev
d610bfdf23 GDScript: Document @warning_ignore_start and @warning_ignore_restore 2024-12-23 23:58:46 +03:00
tetrapod
5eebe5f1fa Merge pull request #10419 from tetrapod00/manifold-define
Add technical definition for manifoldness
2024-12-22 19:44:35 -08:00
Max Hilbrunner
c9928f675e Merge pull request #10433 from raulsntos/dotnet/collection-expressions
[.NET] Use collection expressions
2024-12-23 00:50:57 +01:00
Max Hilbrunner
da1ef85e01 Merge pull request #10411 from tetrapod00/color-code-up-to-date
Only show warning box if page is outdated
2024-12-21 20:14:07 +01:00
Max Hilbrunner
873c4525e9 Merge pull request #10418 from tetrapod00/no-label
Remove default labels from issue templates
2024-12-21 20:12:36 +01:00
Max Hilbrunner
1d1c4cd20b Merge pull request #10435 from spoxii/patch/gltfstate-link-typo
Remove trailing double quote from link in GLTFState documentation
2024-12-21 20:11:22 +01:00
SPOXY
f01f0df6c0 Remove trailing double quote from link in GLTFState documentation
Remove the trailing double quote (") from the link
https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json
2024-12-21 17:11:43 +01:00