Commit Graph

5538 Commits

Author SHA1 Message Date
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
Matthew
e2b5555c15 Merge pull request #12145 from shadiradio/patch-1
Fix variable name from _dock_scene to dock_scene
2026-08-01 08:26:50 -04:00
Matthew
f9f24b6650 Merge pull request #12214 from ergomitts/master
Changed Toggle Scripts Panel to Toggle Files Panel to fix inconsistency
2026-07-31 20:25:34 -04:00
Matthew
ff10e83fb7 Merge pull request #12205 from godotengine/what-the-hell-music
Fix outdated mention of "future" interactive music
2026-07-31 20:18:23 -04:00
Matthew
273a23f929 Merge pull request #12206 from godotengine/android-plugin-function-formatting
Fix formatting in Android Plugin function list
2026-07-31 20:15:35 -04:00
Matthew
5dbab0bcc6 Merge pull request #12207 from godotengine/formatting-one-click-deploy
Fix incorrect `button` format in One-click deploy
2026-07-31 20:14:18 -04:00
ergomitts
537376dc2d Changed Toggle Scripts Panel to Toggle Files Panel to fix inconsistency 2026-07-31 14:31:27 -07:00
Micky
e64b533397 Fix incorrect button format in One-click deploy 2026-07-30 14:41:57 +02:00
Micky
cb30c4aecb Fix formatting in Android Plugin function list 2026-07-30 14:11:48 +02:00
Micky
1f5924b4e4 Fix outdated mention of "future" interactive music 2026-07-30 13:31:28 +02:00