Matthew
7967718272
Merge pull request #11192 from godotengine/classref/sync-a3b42d8
...
classref: Sync with current master branch (a3b42d8)
2025-08-09 08:40:02 -04:00
Godot Organization
85131fb8cb
classref: Sync with current master branch (a3b42d8)
2025-08-09 03:37:30 +00:00
Alp
39e0d34910
Update compiling_for_windows.rst
...
On a fresh MSYS2 install, architecture-specific packages for pip seem to be removed and trying to install them fails with `error: target not found <package_name>`.
This replaces those two packages that produce the error above with the architecture-agnostic `python-pip` package.
Below is the package information from `pacman` as of this writing:
```
Name : python-pip
Version : 25.1.1-1
Description : The PyPA recommended tool for installing Python packages
Architecture : any
URL : https://pip.pypa.io/
Licenses : spdx:MIT
Groups : None
Provides : python3-pip
Depends On : python
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : python3-pip
Replaces : python3-pip
Installed Size : 14.72 MiB
Packager : CI (msys2/msys2-autobuild/663b7acd/14818807031)
Build Date : Sun May 4 17:22:41 2025
Install Date : Sat Aug 9 12:07:36 2025
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
```
2025-08-09 12:17:47 +10:00
BenBlueeeee
e129bbdbff
remove reference to non-existent "identity" property
...
no identity property exists in CharFXTransform
see #11187 for more
2025-08-08 21:42:04 +01:00
Matthew
0f9791e7fa
Merge pull request #11189 from Calinou/using-gridmaps-baking-lightmaps
...
Add a section on baking lightmaps in Using GridMaps
2025-08-08 12:34:39 -04:00
Hugo Locurcio
5d8fb8d3f5
Add a section on baking lightmaps in Using GridMaps
2025-08-08 17:32:14 +02:00
Matthew
bce621ff5e
Merge pull request #11184 from MBCX/riscv-update
...
Update RISC-V toolchain version
2025-08-07 06:51:05 -04:00
MBCX
f964bb3007
Update RISC-V toolchain version
2025-08-06 11:58:15 -04:00
Max Hilbrunner
9e69b101cb
Merge pull request #11181 from skyace65/Kdevelop
...
Update images on Kdevelop page
2025-08-06 17:22:58 +02:00
skyace65
c5fb62d5fe
Update images on Kdevelop page
2025-08-05 21:30:18 -04:00
Max Hilbrunner
f674f7281e
Merge pull request #11177 from skyace65/StepByStepUi
...
Add UI roles to remaining step by step pages
2025-08-06 03:20:20 +02:00
Kai Liao
a6defa7ae8
Update running_code_in_the_editor.rst to fix misplaced method defs in C# example
...
OnResourceSet() and OnResourceChanged() were invalidly defined outside of the class examples
2025-08-05 17:18:15 -07:00
skyace65
733897966b
Add UI roles to remaining step by step pages
2025-08-05 19:11:54 -04:00
Matthew
a5eedd9280
Merge pull request #11178 from AtelierFerrofell/master
...
Update running_code_in_the_editor.rst to fix error in example code
2025-08-05 18:08:11 -04:00
Max Hilbrunner
e50a82a124
Merge pull request #11175 from Calinou/bbcode-in-richtextlabel-list-bullet
...
Fix incorrect `[ul bullet=...]` description in BBCode in RichTextLabel
2025-08-05 18:52:18 +02:00
Hugo Locurcio
72095a3e31
Fix incorrect [ul bullet=...] description in BBCode in RichTextLabel
...
- Mention `[br]` behavior when used in a list item.
2025-08-05 16:56:15 +02:00
Max Hilbrunner
7e5f70664e
Merge pull request #11140 from skyace65/VisionOSSupport
...
Document that VisionOS is supported
2025-08-05 15:50:32 +02:00
Max Hilbrunner
9e99ec07ea
Merge pull request #11179 from godotengine/dependabot/pip/sphinxext-opengraph-0.12.0
...
Bump sphinxext-opengraph from 0.11.0 to 0.12.0
2025-08-05 15:49:00 +02:00
dependabot[bot]
b943c8014c
Bump sphinxext-opengraph from 0.11.0 to 0.12.0
...
Bumps [sphinxext-opengraph](https://github.com/sphinx-doc/sphinxext-opengraph ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/sphinx-doc/sphinxext-opengraph/releases )
- [Commits](https://github.com/sphinx-doc/sphinxext-opengraph/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: sphinxext-opengraph
dependency-version: 0.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-05 13:03:42 +00:00
A Thousand Ships
c1ec2e6011
[Contributing] Update suggested Ubuntu version
2025-08-05 12:57:39 +02:00
AtelierFerrofell
edebaa4fb7
Update running_code_in_the_editor.rst to fix error in example code
...
Example was potentially trying to connect a signal from a null reference
2025-08-05 02:34:48 -07:00
Max Hilbrunner
bae4de3b5b
Merge pull request #11172 from godotengine/dependabot/pip/sphinxext-opengraph-0.11.0
...
Bump sphinxext-opengraph from 0.10.0 to 0.11.0
2025-08-04 22:50:51 +02:00
Max Hilbrunner
90724ec6f7
Merge pull request #11169 from Muller-Castro/fix-scons-snippet
...
Add tabs to SConstruct snippet
2025-08-04 22:48:35 +02:00
Max Hilbrunner
bb90d45bc6
Merge pull request #11174 from Calinou/compute-shaders-fix-heightmap-demo-link
...
Fix compute shader heightmap demo link in Using compute shaders
2025-08-04 22:47:28 +02:00
Hugo Locurcio
0ca1e47f08
Fix compute shader heightmap demo link in Using compute shaders
2025-08-04 18:26:44 +02:00
Max Hilbrunner
cf4599014b
Merge pull request #11171 from GlitchedCode922/animation_tree_typo
...
Fix typo in `AnimationTree` tutorial
2025-08-04 17:34:00 +02:00
dependabot[bot]
314b306e08
Bump sphinxext-opengraph from 0.10.0 to 0.11.0
...
Bumps [sphinxext-opengraph](https://github.com/sphinx-doc/sphinxext-opengraph ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/sphinx-doc/sphinxext-opengraph/releases )
- [Commits](https://github.com/sphinx-doc/sphinxext-opengraph/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: sphinxext-opengraph
dependency-version: 0.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-04 11:48:32 +00:00
GlitchedCode922
cbdeda3aae
Update animation_tree.rst
2025-08-04 14:05:57 +03:00
Max Hilbrunner
f0751425dd
Merge pull request #11170 from mhilbrunner/bump-version
...
Update Godot docs version to 4.5
2025-08-04 12:23:55 +02:00
Max Hilbrunner
69d69dad2c
Update Godot docs version to 4.5
2025-08-04 12:23:13 +02:00
Max Hilbrunner
ec08d6cc83
Merge pull request #11118 from skyace65/RenderModelsSetting
...
Add the render models extension to the OpenXR settings page
2025-08-04 12:18:44 +02:00
Max Hilbrunner
ca8b2f5a56
Merge pull request #11134 from skyace65/Jolt_update
...
Remove section from Jolt page that no longer applies
2025-08-04 12:18:19 +02:00
Max Hilbrunner
67fb12991e
Merge pull request #11160 from Calinou/system-requirements-intel-igp
...
Fix incorrect Intel IGP minimum requirement in System requirements
2025-08-04 12:17:23 +02:00
Muller-Castro
e7f954bf7c
Add tabs to SConstruct snippet
2025-08-04 04:43:47 -03:00
Aleks59
92dcf8cc9c
Update kdevelop.rst ( #11167 )
...
* Update kdevelop.rst
Fixed compile arguments in example for linuxBSD
2025-08-03 15:30:12 -04:00
Max Hilbrunner
57bdb6851c
Merge pull request #11164 from AtelierFerrofell/master
...
Update c_sharp_exports.rst to remove note about typed dictionary support
2025-08-03 20:05:36 +02:00
Matthew
fa841537d0
Merge pull request #11165 from godotengine/classref/sync-c2202d3
...
classref: Sync with current master branch (c2202d3)
2025-08-02 07:47:39 -04:00
Kevin Putra Satrianto
7e98ca3b7e
Corrected minor text formatting error in renderers.rst ( #11166 )
...
* Corrected minor text formatting error in renderers.rst
2025-08-02 07:47:16 -04:00
Godot Organization
720c8ef830
classref: Sync with current master branch (c2202d3)
2025-08-02 03:40:41 +00:00
AtelierFerrofell
310494375b
Update c_sharp_exports.rst to remove note about typed dictionary support
...
That note appears to be obsolete
2025-08-01 19:35:32 -07:00
archhabra
04b0451405
Update Editor icons Setup Docs with Color conversion Note ( #11159 )
...
* Update Editor icons Setup Docs with Color conversion Note #108770
2025-08-01 21:23:32 -04:00
Matthew
acabcb0edf
Merge pull request #11036 from LeSnow-Ye/patch-1
...
Keep consistent with previous text to avoid misleading
2025-08-01 21:09:39 -04:00
Matthew
247506d2a1
Merge pull request #11075 from Ayush41/export_file-breaking-change-doc
...
Add behavior change note for @export_file annotation in Godot 4.4
2025-08-01 21:06:52 -04:00
Ayush Raj
500895966c
Merge remote-tracking branch 'upstream/master' into export_file-breaking-change-doc
2025-08-01 21:04:07 -04:00
Matthew
c56dc71630
Merge pull request #11163 from AtelierFerrofell/master
...
Update resources.rst to remove stray whitespace
2025-08-01 20:49:05 -04:00
AtelierFerrofell
a531c1b7d5
Update resources.rst to remove stray whitespace
...
Whitespace on line 216 was causing code to merge into the tab name
2025-08-01 15:56:18 -07:00
Anish Mishra
f781468e76
JavaClassWrapper: Add example to invoke constructor ( #11155 )
...
* JavaClassWrapper: Add example to invoke constructor
2025-08-01 11:55:06 -04:00
Aubrey Clark
5a99b22902
Reference "Using an external text editor" in the "Visual Studio Code" page ( #11158 )
...
* Reference "Using an external text editor" in the "Visual Studio Code" page.
Right now, it says that the Visual Studio Code page is the page for
contributing to the engine, and refers the user to the C# guide to use
an external editor. This commit also includes the GDScript-specific page.
2025-08-01 11:52:41 -04:00
Matthew
897f6ab7d9
Merge pull request #11157 from Calinou/feature-tags-add-export-tags
...
Add feature tags that can be added on export depending on export options
2025-07-31 21:48:16 -04:00
Hugo Locurcio
a5897077f0
Fix incorrect Intel IGP minimum requirement in System requirements
...
Intel Broadwell IGPs can run Forward+/Mobile on Linux thanks
to Mesa drivers, but the Windows driver has never supported
Vulkan nor Direct3D 12 with a sufficient feature level
(and shader model).
This increases the listed requirement to use Forward+/Mobile
to Skylake (released in 2015).
2025-08-01 00:33:32 +02:00