947 Commits

Author SHA1 Message Date
hahaeuou
6595c4ac4c Fixed typos 2026-09-02 12:46:04 -04:00
Hugo Locurcio
83ad3df2b2 Clarify _CLASS_ placeholder using PascalCase in Creating script templates 2026-08-26 20:15:35 +02: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
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
@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
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
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
Przemysław Siedlecki
959f113c63 fixup! Properly link to code regions 2026-08-03 17:24:33 +02:00
Togira
77dbf737ba Add documentation for godot-cpp hook system 2026-07-30 10:24:12 +02:00
Micky
56cf54652c Fix miscellaneous oddities around the manual 2026-07-28 16:03:36 +02:00
Daniel B.
022c49d73e Fix links for CMake and SCons documentation 2026-07-25 16:11:05 +03:00
Varun Sharma
bd0228fb52 Fix Kotlin reference in Scripting documentation (#12160)
Rename Java/Kotlin to Kotlin/JVM in documentation
2026-07-20 21:04:57 -04:00
Edward
70b3a2b52e Removed unnecessary semicolon 2026-07-16 12:09:20 +02:00
Mahan Khalili
234281ab62 Fix reference to weakref() in GDScript memory management 2026-07-04 18:23:18 +03:30
Hugo Locurcio
e39c85e172 Clarify @export setter not called at startup if the variable has a default in GDScript basics 2026-07-03 22:45:40 +02:00
Max Hilbrunner
4d71200ac9 Merge pull request #12080 from AtomicAntt/add-class-doc-comments
Add class_name to documentation comments examples
2026-06-24 13:45:02 +02:00
skyace65
3eb52d4a9a Replace references to the asset library 2026-06-20 07:10:46 -04:00
AtomicAntt
fc23106b0a Add class to documentation comments examples 2026-06-19 21:33:03 -07:00
Max Hilbrunner
8783c9b751 Document creating linked Vector properties in GDScript exports (#11872) 2026-05-20 03:58:48 +02:00
HolonProduction
0a2a2f275d Clarify, that only GDScript enums are dictionaries 2026-05-17 10:43:48 +02:00
Matthew
57679328af Merge pull request #11410 from Muller-Castro/await-signal-args
Add `await` signal args example
2026-05-14 21:01:46 -04:00
Valentin MARIE
861d9a02ad Fix variable declaration for sprite2d in _ready() 2026-05-10 15:26:51 +02:00
Daniyar Alkulov
2c7ccc9cd6 clarify that debugger/profiler_target_fps editor setting controls target frametime value. (#11963)
* clarify that debugger/profiler_target_fps editor setting controls target frametime value.

Signed-off-by: Daniyar Alkulov <medvedicabolsaa@gmail.com>
2026-05-06 20:01:12 -04:00
ThePlayerRolo
6d9f368c62 Fix typo in gdextension_docs_system.rst 2026-05-02 17:27:08 -04:00
Max Hilbrunner
cff44a7b8f Merge pull request #11934 from andyprice/abstract_class_fix
GDScript reference: Fix inconsistency in an abstract class example
2026-04-20 17:06:43 +02:00
Hugo Locurcio
3d66d4640b Replace mentions of the default icon.png with icon.svg
Godot 4.0 and later creates `icon.svg` instead of `icon.png` in new
projects.
2026-04-19 23:42:56 +02:00
Andrew Price
d31eac96fb GDScript reference: Fix inconsistency in an abstract class example
Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
2026-04-19 21:59:26 +01:00
Max Hilbrunner
bf6d7fe0ef Merge pull request #11929 from Calinou/gdscript-warning-system-names
Document finding warning names in GDScript warning system
2026-04-16 13:12:36 +02:00
Hugo Locurcio
07a5316846 Document creating linked Vector properties in GDScript exports 2026-04-15 17:28:12 +02:00
Hugo Locurcio
ee5e3143df Document finding warning names in GDScript warning system 2026-04-15 17:21:45 +02:00
Lukas Tenbrink
9b87e0148a Move GDExtension section to engine_details/engine_api. (#11652) 2026-04-15 12:40:47 +02:00
Max Hilbrunner
796156c9fb Improve custom iterator tutorial (#11901) 2026-04-13 00:27:05 +02:00
Matthew
2a800c12be Merge pull request #11889 from Calinou/remove-gdscript-grammar
Remove outdated GDScript grammar page
2026-04-04 10:16:33 -04:00
aurpine
309b94c727 Improve custom iterator tutorial 2026-04-03 12:46:10 -04:00
Max Hilbrunner
705b9610a4 Merge pull request #11893 from peterbozso/logging-debug
Improve the discoverability of print_debug()
2026-04-02 21:56:30 +02:00
Hugo Locurcio
4f864edfdb Use official casing for the macOS platform name 2026-04-01 00:19:38 +02:00
Hugo Locurcio
cb1066e2f7 Remove outdated GDScript grammar page
This page has been outdated for years, and updating it
is proving difficult given how GDScript is currently designed.
2026-03-31 23:52:15 +02:00
Péter Bozsó
81a33177db Improve the discoverability of print_debug() 2026-03-31 07:26:49 +02:00
Nícolas Iensen
c903f92459 Remove references to Node dock 2026-03-29 08:38:45 +00:00