5547 Commits

Author SHA1 Message Date
hahaeuou
6595c4ac4c Fixed typos 2026-09-02 12:46:04 -04:00
okpom
5f718500b3 Merge pull request #12326 from okpom-contribute/random-typo-fixes-1
Documentation typo fixes
2026-08-31 18:38:17 -04:00
Fredia Huya-Kouadio
b1b66feb8e Update the setup documentation for the Android SDK 2026-08-31 11:16:15 -07:00
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
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
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
jack
3e03b845d2 fix typo: 'version' -> 'versions' 2026-08-24 19:10:41 +01: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
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
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
Thaddeus Crews
74467d8c2a Expand codespell coverage 2026-08-19 08:42:36 -05: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
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
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
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
Hugo Locurcio
16b966d76b Update particle builtins description in Spatial shader 2026-08-10 22:29:54 +02:00
@DanDoes
36258a77c3 fix wrong it's
Mnemonic: "it's is it is"
2026-08-09 22:00:54 -07:00
Micky
d79cb5b0a4 Update codespell to include many more checks 2026-08-08 00:21:14 +02:00
Matthew
b2bcaf47b7 Merge pull request #12203 from godotengine/miscellaneous-oddities-part-2
Fix more miscellaneous oddities around the manual
2026-08-07 06:50:50 -04:00
Pitu
6a32441368 Fix small typo: Missing / 2026-08-06 21:52:49 +02:00
Micky
63f43ab082 Fix more miscellaneous oddities around the manual 2026-08-06 13:41:05 +02:00
Matthew
9f2632a2de Merge pull request #12218 from godotengine/instance-verb-removal-juice
Replace most leftover "instance" verbs with "instantiate"
2026-08-05 19:45:40 -04:00
Matthew
7b11ce8003 Merge pull request #12245 from coolkettle/patch-1
Fix typo in renderers.rst
2026-08-05 19:38:53 -04:00
Matthew
61faf32a6a Merge pull request #12246 from jctwizard/patch-1
Add missing word in exporting_pcks.rst
2026-08-05 19:38:06 -04:00
Hugo Locurcio
596d11c977 Fix duplicate paragraph in Creating applications
This paragraph is already present near the top of the page.
2026-08-05 19:38:18 +02:00
jctwizard
352edc59d8 Add missing word in exporting_pcks.rst
Add missing word "end" to clarify that requried file extensions must be at the end of the filename
2026-08-05 16:48:22 +01:00
coolkettle
2055644be4 Fix typo in renderers.rst 2026-08-05 16:12:19 +02:00
Max Hilbrunner
9f421319be Merge pull request #12225 from godotengine/no-trailing-whitespace
Add CI check for trailing whitespace
2026-08-05 09:40:22 +02:00
Micky
ecf7d701a0 Remove trailing whitespace 2026-08-04 19:34:06 +02:00
Micky
5957f4928b Replace leftover "instance" verb with "instantiate" 2026-08-04 10:37:06 +02:00
Matthew
0e703da7e6 Merge pull request #12232 from ColinSORourke/BlitShaderDefault
Correct TextureBlit Shader Documentation - Default Blend Mode
2026-08-03 18:39:01 -04:00
Matthew
e9b54af765 Merge pull request #12228 from przemek-git/patch-1
Properly link to code regions
2026-08-03 18:28:49 -04:00
Micky
60dd636fa6 Remove non-breaking and zero-width spaces 2026-08-03 23:05:23 +02:00
Colin O'Rourke
e4c43b2432 Fix Blit Shader Reference
Corrects Default Mode
2026-08-03 13:47:08 -07:00
Przemysław Siedlecki
959f113c63 fixup! Properly link to code regions 2026-08-03 17:24:33 +02:00
Przemysław Siedlecki
a97c5ea08c Properly link to code regions 2026-08-03 15:24:32 +02:00
Matthew
4ee2cbcb7b Merge pull request #12204 from godotengine/environment-SSIL-copypaste-thing
Fix copy-paste oversight in SSIL section
2026-08-01 21:01:45 -04:00
Matthew
cc147ca70b Merge pull request #12175 from Arecher/Resolve-outdated/incorrect-information-in-SDFGI-tutorial
Resolve outdated/incorrect information in SDFGI tutorial
2026-08-01 08:40:51 -04:00
Matthew
b8b0b2b337 Merge pull request #12176 from Arecher/Add-AreaLight3D-references-to-tutorials
Add `AreaLight3D` references to tutorials
2026-08-01 08:30:25 -04:00