Max Hilbrunner
20e2417231
Merge branch 'master' into 4.0
2023-04-21 04:40:49 +02:00
Max Hilbrunner
4cc818f793
Merge pull request #7183 from mhilbrunner/http-docs
...
Update HTTP docs for Godot 4
2023-04-21 04:34:36 +02:00
Max Hilbrunner
666b55ca77
Update HTTP docs for Godot 4
2023-04-21 04:30:54 +02:00
Max Hilbrunner
4dfaee8805
Merge pull request #7193 from wlsnmrk/plugin-script-path
...
Fix file-path strings in C# for plugin tutorial
2023-04-21 03:46:06 +02:00
Max Hilbrunner
fcdce11d22
Merge pull request #7179 from mhilbrunner/about-intro
...
Update About > Introduction for Godot 4
2023-04-21 03:45:27 +02:00
Max Hilbrunner
295d118492
Improve About > Introduction
2023-04-21 03:40:40 +02:00
Max Hilbrunner
b0e8d41fa4
Merge pull request #7195 from smix8/navigationagent_scripts_4.x
...
Fix NavigationAgent script examples
2023-04-21 02:48:42 +02:00
Max Hilbrunner
a40e4fd10a
Merge pull request #7199 from Calinou/custom-mouse-cursor-update-max-size
...
Mention maximum recommended size of 128×128 in Customizing the mouse cursor
2023-04-21 02:47:20 +02:00
Hugo Locurcio
1bd3513507
Mention maximum recommended size of 128×128 in Customizing the mouse cursor
...
Sizes larger than 128×128 are not supported in web exports and can exhibit
rendering issues on desktop platforms.
2023-04-21 02:07:01 +02:00
smix8
9e0706b087
Fix NavigationAgent script examples
...
Fixes NavigationAgent script examples.
2023-04-20 21:42:07 +02:00
Mark Wilson
93922aaa8c
Fixed C# file-path strings for example plugin resources
...
The example (tutorial) plugin resides in an addons/my_custom_node
subdirectory of its project. The C# example code uses the same
relative path structure for a custom script and icon as the
GDScript example. These paths cause errors when the user activates
the plugin, as Godot looks for the resources in the root directory
of the project. This change fixes the errors by using the fully
qualified "res://" path to the resources in the C# example code.
2023-04-20 00:42:08 -04:00
Max Hilbrunner
e3d93c4027
Merge pull request #7191 from Calinou/troubleshooting-sharpening-fxaa
...
Document how to resolve issues with the editor looking too sharp or blurry
2023-04-20 00:02:10 +02:00
Hugo Locurcio
de7687fa3f
Document how to resolve issues with the editor looking too sharp or blurry
2023-04-19 19:56:43 +02:00
Max Hilbrunner
2f528b1f1b
Merge pull request #7190 from Brex1477/master
...
Gwizz YT Channel Added
2023-04-19 04:03:40 +02:00
Adam Stankiewicz
3a7e86f77e
Gwizz YT Channel Added
...
Hello! I make high quality Godot 4 Tutorials, I have linked my channel, please consider making it part of the main branch
2023-04-18 21:20:27 -04:00
Matthew
4ad9ddf562
Merge pull request #7188 from JohnVeness/patch-1
...
Fix backquoted text in Controllers doc
2023-04-18 19:58:53 -04:00
John Veness
05153f071e
Fix backquoted text in Controllers doc
...
It seems the space is required before the backquotes
2023-04-18 20:05:59 +01:00
Max Hilbrunner
fa32384b58
Merge pull request #7187 from mhilbrunner/ci-comment-fix
...
Fix CI comment
2023-04-18 20:37:31 +02:00
Max Hilbrunner
cde5e82a65
Fix CI comment
2023-04-18 20:25:47 +02:00
Max Hilbrunner
3c3c119e36
Merge pull request #7161 from YuriSizov/ci-easy-classref-sync
...
Add a CI action to sync up the class reference
2023-04-18 19:39:56 +02:00
Max Hilbrunner
c6f35d11e7
Merge pull request #7171 from royzwambag/instancing-docs-update
...
step_by_step/instancing.rst: Add macOS shortcuts
2023-04-18 19:33:07 +02:00
Max Hilbrunner
f6d5e2cb2c
Merge pull request #7185 from and-rad/android-keystore
...
Added note about key and keystore passwords to Exporting for Android …
2023-04-18 19:31:50 +02:00
Yuri Sizov
f6bae08b8b
Merge pull request #7186 from umarcor/umarcor/heading
...
[contributing/documentation/building_the_manual] fix top-level heading
2023-04-18 18:03:18 +02:00
Unai Martinez-Corral
e7cd5e5a92
[contributing/documentation/building_the_manual] fix headings
2023-04-18 17:57:08 +02:00
Andreas Raddau
95f010f640
Added note about key and keystore passwords to Exporting for Android page
2023-04-18 16:25:45 +02:00
Roy Zwambag
162d29bbe8
Add macOS shortcuts in instancing.rst
2023-04-18 15:51:51 +02:00
Andrew Cocker
9b35747ba5
Update C# code samples in 07.killing_player.rst ( #7177 )
...
Fixed two references in code summary
2023-04-18 16:41:50 +03:00
Ross Rothenstine
deb969b97a
Adds a @UsedByGodot mention in the Android Plugin docs. ( #7151 )
2023-04-18 16:33:03 +03:00
Unai Martinez-Corral
f85fa75561
[contributing/documentation/building_the_manual] use tabs and admonitions ( #7074 )
...
* [contributing/documentation/building_the_manual] use tabs and admonitions
---------
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
2023-04-18 05:13:51 +02:00
Max Hilbrunner
5593a181c5
Merge pull request #7117 from BastiaanOlij/xr_loaders_asset_library
...
Change OpenXR loader documentation to refer to new asset library entry
2023-04-18 04:26:37 +02:00
Bastiaan Olij
922810af38
Change OpenXR loader documentation to refer to new asset library entry
2023-04-18 04:22:03 +02:00
Peter Anderson
5cbf147988
Fix grammer in logic_preferences.rst ( #7173 )
...
* Update logic_preferences.rst
2023-04-18 03:09:30 +02:00
Max Hilbrunner
ac8f26c7de
Merge pull request #7182 from mhilbrunner/the-the-the
...
Remove duplicate the-the
2023-04-18 03:08:11 +02:00
Max Hilbrunner
7cc873c2dd
Remove duplicate the-the
2023-04-18 03:02:23 +02:00
Max Hilbrunner
97a3fde2d5
Merge pull request #7181 from mhilbrunner/outdated-1
...
Update About > Troubleshooting for Godot 4
2023-04-18 01:57:54 +02:00
Max Hilbrunner
ce28e08f81
Merge pull request #7180 from mhilbrunner/outdated
...
Update About > Release Policy for Godot 4
2023-04-18 01:57:34 +02:00
Max Hilbrunner
b5dd528faf
Update About > Troubleshooting for Godot 4
2023-04-18 00:48:33 +02:00
Max Hilbrunner
4ec75adb76
Review, update Release Policy for Godot 4
2023-04-18 00:37:54 +02:00
Max Hilbrunner
c3558c68f7
Merge pull request #7178 from mhilbrunner/update-links
...
Update SFC to Godot Foundation, old URLs
2023-04-18 00:00:27 +02:00
Max Hilbrunner
64a3b465c2
Update SFC to Godot Foundation, old URLs
2023-04-17 23:53:52 +02:00
Max Hilbrunner
e24bcbe0ad
Merge pull request #7174 from BWPanda/patch-2
...
Fix broken images in managing_editor_features.rst
2023-04-17 20:56:01 +02:00
Max Hilbrunner
80c7b0a422
Merge pull request #7175 from BWPanda/patch-3
...
Fix grammar in canvas_layers.rst
2023-04-17 19:30:46 +02:00
Justin McGettigan
2f919ba970
Add the 'sphinx-copybutton' Sphinx extension. ( #6918 )
...
* Added the 'sphinx-copybutton' Sphinx extension.
2023-04-17 18:32:15 +02:00
Peter Anderson
519534ad8d
Update canvas_layers.rst
2023-04-17 06:38:27 +00:00
Peter Anderson
ea8b139db8
Update managing_editor_features.rst
2023-04-17 06:25:28 +00:00
Max Hilbrunner
c8e345dd1b
Merge pull request #7169 from Calinou/add-physics-troubleshooting
...
Add a page on troubleshooting common physics issues
2023-04-16 23:48:36 +02:00
Hugo Locurcio
4992f01016
Add a page on troubleshooting common physics issues
...
This covers the most commonly encountered physics issues one may
encounter while developing a project.
2023-04-16 18:10:37 +02:00
Matthew
c7c00aeb26
Merge pull request #7167 from belzecue/belzecue-patch-1
...
Fix typo 'adominitions' in Comment Style Guide
2023-04-16 09:55:44 -04:00
belzecue
5eb4a277c4
Fix typo 'adominitions'
...
A Google search returns <300 hits for this spelling, with the top hit being a typo itself, so I'm pretty sure the use here is also a typo for 'admonitions.'
2023-04-16 21:30:14 +08:00
Max Hilbrunner
d1ce53c1c9
Merge pull request #7163 from royzwambag/nodes-and-scenes-macos-shortcut
...
Add macOS shortcut for closing Scene window
2023-04-16 01:29:53 +02:00