Matthew
|
26d91c91aa
|
Merge pull request #12312 from hahaeuou/patch-3
script_editor.rst - Moved sentence to next paragraph
|
2026-08-28 19:06:53 -04:00 |
|
Matthew
|
55ef60c84f
|
Merge pull request #12319 from afranke/patch-1
Fix typo in running_code_in_the_editor.rst
|
2026-08-28 17:59:31 -04:00 |
|
Alexandre Franke
|
aae25ea87f
|
Fix typo in running_code_in_the_editor.rst
|
2026-08-28 20:55:07 +02:00 |
|
hahaeuou
|
c6402cbdf7
|
script_editor.rst - Moved sentence to next paragraph
|
2026-08-27 16:12:15 -04:00 |
|
Matthew
|
8508933d47
|
Merge pull request #12307 from Calinou/creating-script-templates-class-name-pascalcase
Clarify `_CLASS_` placeholder using PascalCase in Creating script templates
|
2026-08-26 20:33:43 -04:00 |
|
Matthew
|
b023194231
|
Merge pull request #12309 from hahaeuou/patch-2
Update script_editor.rst
|
2026-08-26 19:52:24 -04:00 |
|
hahaeuou
|
b06335b484
|
Update script_editor.rst
Capitalized a sentence
|
2026-08-26 18:34:59 -04:00 |
|
Hugo Locurcio
|
83ad3df2b2
|
Clarify _CLASS_ placeholder using PascalCase in Creating script templates
|
2026-08-26 20:15:35 +02:00 |
|
Matthew
|
a3a5f0f172
|
Merge pull request #12304 from leandro-benedet-garcia/patch-2
Update description about visible handlers in the getting started tutorial.
|
2026-08-25 18:08:00 -04:00 |
|
Leandro (Cerberus1746) Benedet Garcia
|
7695573a77
|
Update in regards to collider gizmo handlers in first 3D game
|
2026-08-25 17:42:51 -03:00 |
|
Max Hilbrunner
|
febe64e6f6
|
Merge pull request #12286 from bruvzg/m_i_sr
Update macOS/iOS system requirements.
|
2026-08-25 07:34:32 +02:00 |
|
Matthew
|
6f3096cab4
|
Merge pull request #12300 from green-yellw/patch-1
fix typo: 'version' -> 'versions'
|
2026-08-24 18:11:55 -04:00 |
|
jack
|
3e03b845d2
|
fix typo: 'version' -> 'versions'
|
2026-08-24 19:10:41 +01:00 |
|
Matthew
|
37f0e8b812
|
Merge pull request #12290 from godotengine/dependabot/pip/pygments-2.21.0
Bump pygments from 2.20.0 to 2.21.0
|
2026-08-23 15:33:43 -04:00 |
|
Matthew
|
9ea6ec462a
|
Merge pull request #12291 from vladimir-garnovski/patch-1
Correction for example C# code in 'A custom dock'
|
2026-08-23 10:46:01 -04:00 |
|
Matthew
|
7aba331e32
|
Merge pull request #12252 from Calinou/particle-systems-2d-interpolation
Clarify lack of physics interpolation support with GPUParticles2D in 2D particle systems
|
2026-08-23 10:42:24 -04:00 |
|
Matthew
|
1015279813
|
Update tutorials/2d/particle_systems_2d.rst
|
2026-08-23 10:38:33 -04:00 |
|
Matthew
|
da410aa8dd
|
Update tutorials/2d/particle_systems_2d.rst
|
2026-08-23 10:38:26 -04:00 |
|
Matthew
|
7543d4d2bd
|
Update tutorials/2d/particle_systems_2d.rst
|
2026-08-23 10:38:19 -04:00 |
|
Matthew
|
d07c74400a
|
Merge pull request #12042 from Cykyrios/admonition-icons
Add specific icons to admonitions
|
2026-08-23 10:23:15 -04:00 |
|
Cyril Bissey
|
47956b8553
|
Use admonition icons
|
2026-08-22 19:04:01 +02:00 |
|
Matthew
|
174b7033c0
|
Merge pull request #12277 from Repiteo/codespell-expanded
Expand codespell coverage
|
2026-08-21 07:47:14 -04:00 |
|
Vladimir Garnovsky
|
41b6d71d0e
|
Update making_plugins.rst
Indentation, comment removal
|
2026-08-21 07:52:48 +02:00 |
|
Vladimir Garnovsky
|
e1d057ee5b
|
Update making_plugins.rst
Returning the indentation.
|
2026-08-21 07:50:47 +02:00 |
|
Matthew
|
5ad3a86a93
|
Merge pull request #12292 from siralin/patch-1
Remove dead link to tutorial
|
2026-08-20 23:23:58 -04:00 |
|
siralin
|
bf43e8aabc
|
Remove dead link to tutorial
The FinePointCGI website no longer exists.
|
2026-08-20 22:50:27 -04:00 |
|
Vladimir Garnovsky
|
b93c71358b
|
Correction for example C# code in 'A custom dock'
Code has two errors:
_dock.DefaultSlot = DockSlot.LeftUl;
_dock.AvailableLayouts = DockLayout.Horizontal | DockLayout.Floating;
Lines corrected to the proper types:
_dock.DefaultSlot = EditorDock.DockSlot.LeftUl; _dock.AvailableLayouts = EditorDock.DockLayout.Horizontal | EditorDock.DockLayout.Floating;
|
2026-08-20 22:20:49 +02:00 |
|
dependabot[bot]
|
12ac74e609
|
Bump pygments from 2.20.0 to 2.21.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.20.0 to 2.21.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.20.0...2.21.0)
---
updated-dependencies:
- dependency-name: pygments
dependency-version: 2.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-08-20 09:52:39 +00:00 |
|
Thaddeus Crews
|
74467d8c2a
|
Expand codespell coverage
|
2026-08-19 08:42:36 -05:00 |
|
Pāvels Nadtočajevs
|
2ba6bb3375
|
Update macOS/iOS system requirements.
|
2026-08-18 13:38:17 +03:00 |
|
Matthew
|
e302d9055d
|
Merge pull request #12272 from godotengine/default-role-oopsies
Fix accidental usages of RST's default role
|
2026-08-17 17:51:25 -04:00 |
|
Micky
|
20754d2843
|
Fix accidental usages of RST's default role
|
2026-08-17 13:15:44 +02:00 |
|
Matthew
|
a953939eba
|
Merge pull request #12274 from leandro-benedet-garcia/change-asset-store
Update first look information to use asset store instead of assetlib
|
2026-08-16 22:31:33 -04:00 |
|
Matthew
|
a94e5fce3a
|
Merge pull request #12267 from doctafaustus/patch-1
Reword node types sentence in key concepts overview
|
2026-08-16 18:42:19 -04:00 |
|
Matthew
|
256ec23d77
|
Merge pull request #12230 from LittleWhite-tb/qt-creator-ide-configuration-update
Update QtCreator configuration guide
|
2026-08-15 22:09:34 -04:00 |
|
Leandro (cerberus1746) Benedet Garcia
|
1f68263711
|
Update first look information to use asset store instead of assetlib
|
2026-08-13 17:23:44 -03:00 |
|
Thaddeus Crews
|
1ac23d5e29
|
Merge pull request #12223 from godotengine/subsurface-scattering-ci-test
Update codespell to include many more checks
|
2026-08-13 13:03:56 -05:00 |
|
Alexandre Laurent
|
511d055cc1
|
Updated QtCreator configuration guide
|
2026-08-12 15:27:25 +02:00 |
|
Bill Coloe
|
ef0c6da799
|
Reword node types sentence in key concepts overview
Reworded a sentence that read as a fragment. No change in meaning.
|
2026-08-11 23:23:46 -05:00 |
|
Matthew
|
5a1dda5d42
|
Merge pull request #11879 from Calinou/spatial-shader-particle-builtins
Update particle builtins description in Spatial shader
|
2026-08-11 21:42:26 -04:00 |
|
Matthew
|
594e9941a7
|
Merge pull request #12199 from Togira123/godot-cpp-hook-system-docs
Add documentation for godot-cpp hook system
|
2026-08-11 21:36:14 -04:00 |
|
Matthew
|
37bd26b3f6
|
Merge pull request #12265 from ThomasCoasters/patch-1
Fixed typo in the "changing scenes manually" documentation.
|
2026-08-11 21:11:55 -04:00 |
|
Thomas Terlouw
|
fbafef4e65
|
Fixed typo in the "changing scenes manually" documentation.
|
2026-08-12 00:57:38 +02:00 |
|
Hugo Locurcio
|
e29dbd2deb
|
Clarify lack of physics interpolation support with GPUParticles2D in 2D particle systems
- Mention that physics interpolation is different from the Interpolate
property available on GPUParticles2D.
|
2026-08-12 00:52:19 +02:00 |
|
Matthew
|
97184e42c7
|
Merge pull request #12200 from Ivorforce/microbenchmarks
Add a subsection for microbenchmarks to the profiling page.
|
2026-08-10 21:19:11 -04:00 |
|
Matthew
|
e3b6c7bced
|
Merge pull request #12262 from DanDoes/patch-1
fix wrong it's
|
2026-08-10 18:23:09 -04:00 |
|
Hugo Locurcio
|
16b966d76b
|
Update particle builtins description in Spatial shader
|
2026-08-10 22:29:54 +02:00 |
|
Max Hilbrunner
|
6f8cae1afd
|
Merge pull request #12260 from Ivorforce/CharStringT
Document `CharStringT` in core types.
|
2026-08-10 18:04:41 +02:00 |
|
@DanDoes
|
36258a77c3
|
fix wrong it's
Mnemonic: "it's is it is"
|
2026-08-09 22:00:54 -07:00 |
|
Matthew
|
5ddd1734c2
|
Merge pull request #12259 from NoNormalDev/android_typo
Fix typo in "Compiling for Android"
|
2026-08-09 21:56:05 -04:00 |
|