Commit Graph

10228 Commits

Author SHA1 Message Date
GlitchedCode
53872be67b Update importing_audio_samples.rst 2025-03-02 20:34:49 +02:00
Adriaan
f0f13fcdbb Clarify that EditorScript can only run using the internal script editor (#8623)
* Add note that _run() can only be called from Godot's internal script editor
2025-03-02 11:50:21 -05:00
tetrapod
23d108d085 Merge pull request #10645 from skyace65/ExportProjectsUpdate
Update exporting projects page
2025-03-01 16:33:24 -08:00
Rémi Verschelde
fa694b5435 Merge pull request #10546 from raulsntos/breaking_changes_4.4
Add "Upgrading from Godot 4.3 to Godot 4.4" page
2025-03-01 21:05:51 +01:00
Max Hilbrunner
0c9c905c1a Merge pull request #10728 from godotengine/classref/sync-15ff450
classref: Sync with current master branch (15ff450)
2025-03-01 09:20:49 +01:00
Godot Organization
416fa65fb6 classref: Sync with current master branch (15ff450) 2025-03-01 03:23:17 +00:00
Hugo Locurcio
721603d902 Merge pull request #10714 from Calinou/custom-postprocessing-update-anchors
Update instructions on setting Full Rect anchor in Custom post-processing
2025-02-26 21:34:14 -05:00
Matthew
8015e9fb1f Merge pull request #10614 from berarma/update_playing_videos
Update playing videos
2025-02-26 21:26:32 -05:00
Matthew
9c21eadb7d Merge pull request #10716 from allenwp/update-tonemap-docs
Update Tonemap docs in Environment and post-processing page
2025-02-26 20:27:52 -05:00
Matthew
deb0adeaea Merge pull request #10718 from tetrapod00/fix-web-export-links
Fix bad links in Exporting for web
2025-02-26 18:54:58 -05:00
Bernat Arlandis
87b09492bb Change warning and add update section 2025-02-27 00:37:24 +01:00
tetrapod00
c37e56f8f6 Fix bad links in Exporting for web 2025-02-26 12:57:28 -08:00
tetrapod
6361c66aa3 Merge pull request #10711 from raulsntos/dotnet/export-tool-diagnostics
C#: Document `[ExportToolButton]` diagnostics
2025-02-26 12:42:18 -08:00
Allen Pestaluky
ea849e5acb Update Tonemap docs in Environment and post-processing page to include AgX and match 4.4.0 class reference.
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2025-02-26 14:13:58 -05:00
Bernat Arlandis
992b11c56d Update playing videos
Add information about GOP size and caveats using FFmpeg.
2025-02-26 10:24:39 +01:00
Matthew
f2d21331aa Merge pull request #10713 from Calinou/bbcode-in-richtextlabel-cell-padding-no-space
Document `cell` padding not supporting spaces between values in BBCode in RichTextLabel
2025-02-25 21:10:38 -05:00
tetrapod
91da8dd9d1 Merge pull request #10687 from skyace65/3DGameSetup
Update first 3D game setup page images for 4.4
2025-02-24 17:22:03 -08:00
Raul Santos
aa17d7a760 Apply suggestions from code review
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2025-02-24 23:28:43 +01:00
Raul Santos
efaf8b669e Add "Upgrading from Godot 4.3 to Godot 4.4" page 2025-02-24 21:52:27 +01:00
Hugo Locurcio
2d96a058c1 Document comma-separated values not supporting spaces between values in BBCode in RichTextLabel 2025-02-24 20:26:08 +01:00
tetrapod
d80b1505c3 Merge pull request #10526 from skyace65/Jolt
Document Jolt built-in module in 4.4
2025-02-23 12:13:13 -08:00
skyace65
fdd3260740 Document Jolt built-in module in 4.4 2025-02-23 10:45:58 -05:00
Raul Santos
662a055a66 C#: Document [ExportToolButton] diagnostics 2025-02-23 04:45:06 +01:00
Matthew
c430348c05 Merge pull request #10709 from Calinou/resolution-scaling-mention-renderers
Mention renderer limitations in Resolution scaling
2025-02-22 21:42:19 -05:00
Hugo Locurcio
aec34d67ad Mention renderer limitations in Resolution scaling 2025-02-22 21:18:03 +01:00
Matthew
cad3ecb64a Merge pull request #10700 from godotengine/dependabot/pip/sphinxcontrib-video-0.4.1
Bump sphinxcontrib-video from 0.4.0 to 0.4.1
2025-02-22 08:47:19 -05:00
Matthew
59a53252ec Merge pull request #10659 from tetrapod00/doc-not-toc
Update links to C# and GDScript sections
2025-02-22 08:13:44 -05:00
Max Hilbrunner
a7c9b2c4a1 Merge pull request #10706 from godotengine/classref/sync-394508d
classref: Sync with current master branch (394508d)
2025-02-22 13:09:02 +01:00
Godot Organization
e0d64a53bd classref: Sync with current master branch (394508d) 2025-02-22 03:20:53 +00:00
dependabot[bot]
6d037e7f2b Bump sphinxcontrib-video from 0.4.0 to 0.4.1
Bumps [sphinxcontrib-video](https://github.com/sphinx-contrib/video) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/sphinx-contrib/video/releases)
- [Commits](https://github.com/sphinx-contrib/video/compare/v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: sphinxcontrib-video
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 09:20:14 +00:00
Matthew
d80252eca9 Merge pull request #10699 from nickcernis/first-2d-game/clarify-mobpath-parenting
2D game: Help people create MobPath as a child of Main
2025-02-19 22:21:05 -05:00
Max Hilbrunner
237468c3b8 Merge pull request #10697 from skyace65/AnimationMarkers
Document animation markers
2025-02-19 20:52:51 +01:00
Max Hilbrunner
e2c795c03d Merge pull request #10680 from Calinou/ci-check-urls
GitHub Actions: Check URLs using lychee
2025-02-19 19:53:49 +01:00
Nick Cernis
f0664c7cd4 Help people create MobPath as a child of Main
Better steer people to create MobPath as a child of Main, so that they
don't accidentally create it as a child of StartPosition (the previously
selected item), which has a transform.

If they happen to re-parent to Main after creating the Path2D as a child
of StartPosition, they end up with a transform on the Path2D, which
breaks the expected spawn point of mobs.

See https://github.com/godotengine/godot-docs/pull/10698#issuecomment-2664002759.

Closes #6372, closes #10698.
2025-02-17 21:56:05 +01:00
skyace65
5a185cb0cf Document animation markers 2025-02-17 12:36:22 -05:00
Hugo Locurcio
51a597f7b6 GitHub Actions: Check URLs using lychee
This makes it possible to be aware of dead links and replace
them with other resources (such as archived versions) as
soon as possible.
2025-02-17 15:56:09 +01:00
Matthew
b884bfe10b Merge pull request #8620 from hugarty/patch-2
Change libpath in binding_to_external_libraries.rst
2025-02-16 19:03:54 -05:00
Matthew
d2171a9333 Merge pull request #10676 from tetrapod00/update-bisect
Update Bisecting regressions page
2025-02-16 17:42:07 -05:00
tetrapod00
8023cf87d6 Update Bisecting regressions page 2025-02-16 13:09:07 -08:00
Hugo Locurcio
8d9085ae7c Add guidelines on inline comments in GDScript style guide (#9433)
* Add guidelines on inline comments in GDScript style guide
2025-02-15 23:03:26 -05:00
Matthew
20ebf264eb Merge pull request #10695 from tetrapod00/reorder-output-category
Reorder Output panel message categories to match order in editor
2025-02-15 22:35:46 -05:00
Matthew
f41741919e Merge pull request #10629 from godotengine/dependabot/pip/sphinxcontrib-video-0.4.0
Bump sphinxcontrib-video from 0.3.2 to 0.4.0
2025-02-15 22:33:41 -05:00
tetrapod00
6902e58d09 Reorder Output panel message categories to match order in editor 2025-02-15 18:28:54 -08:00
Matthew
29e630b33f Merge pull request #10694 from harrykeightley/patch-1
Switch terms *error* and *warning* in output panel debug docs.
2025-02-15 21:23:53 -05:00
Harry Keightley
126dcf1b6d Switch ordering of *error* and *warning* in debug docs.
Error and Warning were incorrectly given each-other's descriptions. This change switches the sub-titles for each section.
2025-02-16 10:59:39 +09:00
Matthew
6d1d6f1f32 Merge pull request #10663 from tetrapod00/improve-first-script
Improve Creating your first script page
2025-02-15 18:21:45 -05:00
Matthew
3d1bd087e9 Merge pull request #10693 from GlitchCode24/master
Add `else if` to shading reference
2025-02-15 17:07:47 -05:00
tetrapod
3870586d32 Merge pull request #10640 from skyace65/GridmapsUpdate
Update Gridmaps page for 4.4
2025-02-15 13:05:28 -08:00
tetrapod
247213ac8b Merge pull request #10594 from skyace65/OpenXRAndroid
Update XR Deploying to android page for 4.4
2025-02-15 12:59:41 -08:00
GlitchCode24
619edd2cae Update tutorials/shaders/shader_reference/shading_language.rst
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2025-02-15 22:56:43 +02:00