Commit Graph
3612 Commits
Author SHA1 Message Date
31 daa76760e2 Update external_editor.rst: point out C# instructions
(cherry picked from commit 1388882b3e)
2024-07-24 20:45:00 +02:00
Samuel Ammonius 4b8fbb8939 Update canvas_item_shader.rst
I tested it and it is upper left, not lower left.
This is the CanvasItem shader I used to test it:

shader_type canvas_item;

void fragment() {

	if(distance(FRAGCOORD.xy, vec2(40, 40)) < 30.0)
		COLOR = vec4(1,0,0,1);
	else
		COLOR = vec4(0,0,0,1);
}

(cherry picked from commit b71cec668a)
2024-07-24 20:31:40 +02:00
A Thousand Ships 7df8fe736f [Manual] Clarify use of delta with move_and_slide
Added details to clarify that while `velocity` should not be multiplied
by `delta`, `gravity` still should.

(cherry picked from commit c6bf5d4c28)
2024-07-24 20:31:29 +02:00
skyace65 8eab8f79fc Rename save game variable for clarity
(cherry picked from commit a7b87b50c0)
2024-07-24 20:31:19 +02:00
Hugo Locurcio 5ab56ce049 Document disabling NVIDIA ShadowPlay overlay in Troubleshooting
(cherry picked from commit ce68812599)
2024-07-24 20:31:12 +02:00
skyace65 aecaa1e3b2 Clarify what Navlink does and does not do
(cherry picked from commit 2874b79807)
2024-07-24 20:30:50 +02:00
skyace65 f930428b76 Replace set_velocity with velocity property
(cherry picked from commit f3364fb21e)
2024-07-24 20:30:39 +02:00
skyace65 c6883d63a7 Clarify which track is being talked about
(cherry picked from commit b526390c20)
2024-07-24 20:30:28 +02:00
skyace65 9b5745a168 Update images for lightmap page
(cherry picked from commit b7dc0575c2)
2024-07-24 20:30:18 +02:00
skyace65 03b56e0a9d Clarify instructions for creating rest pose
(cherry picked from commit 981cd6a83c)
2024-07-24 20:29:59 +02:00
skyace65 aafce43173 Document onion skinning, autoplay on load and
remove a reference to Godot 3

(cherry picked from commit a5e7c54f48)
2024-07-24 20:29:53 +02:00
skyace65 91e13d52e9 Update project name translation instructions
(cherry picked from commit 7ee8145dc5)
2024-07-24 20:29:45 +02:00
Hugo Locurcio 6f749268f5 Document roughness impacting refraction behavior in Standard Material 3D
(cherry picked from commit 53984b5b84)
2024-07-24 20:29:37 +02:00
Matthew e7ab8017e9 Merge pull request #9006 from alitnk/patch-1
docs: typo in  `spatial_shader.rst`
(cherry picked from commit 94d114a418)
2024-07-24 20:28:44 +02:00
Tim Clark 6f8364ef6c Remove incorrect "we won't use the index array"
(cherry picked from commit 892d39e5fa)
2024-07-24 20:28:24 +02:00
Caiman 2e301a9738 Inspector plugin tutorial: update PackedScene.instance() ref
I noticed that the tutorial still says `instance()` instead of `instantiate()`, so I changed it to match the 4.x method name.

(cherry picked from commit ef828fb837)
2024-07-24 20:28:12 +02:00
smix8 f2e3eade9c Update some navigation code examples
Updates some navigation code examples.

(cherry picked from commit cac53e5d15)
2024-07-24 20:28:04 +02:00
Fabio Alessandrelli a8ad17dd10 [Web] Expand "Interacting with Javascript"
Document the new (preferred) interface.

Add a small section about downloading files to the user device.

(cherry picked from commit 712aa0c345)
2024-07-24 20:27:43 +02:00
smix8 d71d4b9d0f Mention passing side assumption of RVO avoidance
Mentions passing side assumption of RVO avoidance.

(cherry picked from commit bb3d8dc185)
2024-07-24 20:27:00 +02:00
0WN463 dc481e4b97 Update data_preferences.rst
Correct dictionary re-allocation from "quadratic" to "exponential"

(cherry picked from commit 76e76e2a25)
2024-07-24 20:26:13 +02:00
31 581e110086 c_sharp_differences.rst: clarify System.IO.Path note
(cherry picked from commit 69e1d87816)
2024-07-24 20:25:25 +02:00
skyace65 3194a5f8ff Update exporting for android page for Godot 4.2.2 2024-07-18 21:46:46 -04:00
Hugo Locurcio be7f090835 Document baking lightmaps on Android/web editor is not supported
This also removes a duplicated heading.
2024-07-15 00:46:47 +02:00
Max Hilbrunner 6495da3369 Merge pull request #9037 from Calinou/multiple-resolutions-update-hidpi-support
Update hiDPI support documentation in Multiple resolutions

(cherry picked from commit 62a50152d1)

# Conflicts:
#	tutorials/rendering/multiple_resolutions.rst
2024-05-07 15:15:03 +02:00
Max Hilbrunner 79f5cf126f Merge pull request #9044 from skyace65/TemplatesDefault
Remove incorrect information on script templates

(cherry picked from commit b16813eae2)
2024-05-07 15:15:03 +02:00
Max Hilbrunner cd1c84df28 Merge pull request #8910 from skyace65/ScriptTemplates
Add info on finding script templates folder

(cherry picked from commit 45bb210434)
2024-05-07 15:15:03 +02:00
Max Hilbrunner 8d9af1aa97 Merge pull request #9260 from melquiadess/fix-typos
Fix various minor typos

(cherry picked from commit 9237eb804c)

# Conflicts:
#	contributing/documentation/docs_image_guidelines.rst
#	tutorials/export/one-click_deploy.rst
#	tutorials/xr/openxr_settings.rst
2024-05-07 15:15:03 +02:00
Matthew a1094ce629 Merge pull request #9302 from st-angelo/master
Fix a typo in node_alternatives.rst

(cherry picked from commit fe4d617920)
2024-05-07 13:00:46 +02:00
Matthew 3c4f0257dd Merge pull request #9291 from austin226/patch-1
Fix typo in 2D transform tutorial

(cherry picked from commit a80b88d8c7)
2024-05-07 13:00:13 +02:00
Matthew 7c894304d3 Merge pull request #9262 from MajorMcDoom/patch-2
Fix ImmediateMesh being referred to as a node when it is not

(cherry picked from commit e0eb9374bc)
2024-05-07 13:00:05 +02:00
Max Hilbrunner 4ce0f8963f Merge pull request #9255 from skyace65/ShaderLink
Fix dead link in shader style guide

(cherry picked from commit e5858114d8)
2024-05-07 12:59:24 +02:00
Max Hilbrunner 595640c930 Merge pull request #9249 from skyace65/NetworkingPlugin
Remove link to outdated networking library

(cherry picked from commit 6c3d852eb8)
2024-05-07 12:59:11 +02:00
Max Hilbrunner 7ffd381554 Merge pull request #9245 from Calinou/update-assetlib-demo-urls
Update asset library demo URLs to point to Godot 4.x demos

(cherry picked from commit fb2b72bdb8)
2024-05-07 12:58:38 +02:00
Max Hilbrunner 0d16ece7f0 Merge pull request #9212 from TranquilMarmot/blender-skeleton-grammar
Fix grammar in Blender skeleton.rst

(cherry picked from commit 3c83856d2b)
2024-05-07 12:58:00 +02:00
dawei-wang a4aebd8412 Update Connect method example (#9202)
Update Connect method example

(cherry picked from commit 1677faab23)
2024-05-07 12:57:52 +02:00
Max Hilbrunner 30a3264e8e Merge pull request #9176 from BSChad/patch-1
Fix outdated _CLASS_ script template description.

(cherry picked from commit 208bd8f46e)
2024-05-07 12:57:36 +02:00
Max Hilbrunner 0129a31803 Merge pull request #9099 from broquaint/fix-incorrect-empty-call-for-rng-tutorial
Change call from empty to is_empty in RNG tutorial

(cherry picked from commit ea77d5a395)
2024-05-07 12:57:03 +02:00
Max Hilbrunner bdb56e46b1 Merge pull request #9096 from Calinou/standardmaterial3d-no-per-vertex-shading
Mention per-vertex shading is currently unimplemented in Standard Material 3D

(cherry picked from commit b6c5dd8f1b)
2024-05-07 12:56:55 +02:00
Matthew 806d6d4de4 Merge pull request #9079 from ericlathrop/patch-2
Fix method names

(cherry picked from commit ec9e9233ef)
2024-05-07 12:56:34 +02:00
Max Hilbrunner 7ba4e49e8d Merge pull request #9052 from skyace65/ChangeManually
Remove confusing sentence for changing scenes

(cherry picked from commit 944128625c)
2024-05-07 12:56:00 +02:00
Max Hilbrunner 6e45b859f9 Merge pull request #9050 from skyace65/SkyRadians
Change degress to radians for sky shader built in

(cherry picked from commit 2f1c8a79f9)
2024-05-07 12:55:52 +02:00
Max Hilbrunner 31ed1a03ef Merge pull request #9049 from skyace65/MultipleResolutions
Update multiple resolutions page

(cherry picked from commit 836fddb7ec)
2024-05-07 12:55:42 +02:00
Max Hilbrunner 842c3ce233 Merge pull request #9027 from TylerPelaez/patch-1
Replace Reference usage with RefCounted in Resources Tutorial

(cherry picked from commit fce8f25905)
2024-05-07 12:54:50 +02:00
Matthew 53e0721c63 Merge pull request #9022 from PaulUlanovskij/master
Update TileMapEditor keymaps in documentation

(cherry picked from commit fce88a8d7a)
2024-05-07 12:54:40 +02:00
A Thousand Ships 1a79bfb9e5 Merge pull request #8935 from skyace65/DebugGodot3
Remove Godot 3 reference from profiler page

(cherry picked from commit 72a61e83f5)
2024-05-07 12:53:35 +02:00
Max Hilbrunner c8ac2cb200 Merge pull request #8927 from idlist/patch-1
Update C# API in the code example of "Custom GUI controls"

(cherry picked from commit d60c580d17)
2024-05-07 12:53:31 +02:00
Matthew ba15826235 Merge pull request #8907 from VojtaStruhar/fix/dedicated-servers-typo
Typo fix

(cherry picked from commit 09843321ff)
2024-05-07 12:53:25 +02:00
Max Hilbrunner afecefa307 Merge pull request #8900 from skyace65/Autoload
Remove duplicate information in autoload page

(cherry picked from commit 5c926b5180)
2024-05-07 12:53:15 +02:00
Max Hilbrunner 18d4c84a50 Merge pull request #8899 from smix8/navmesh_example
Fix script error in NavigationMesh example

(cherry picked from commit dedb444d6a)
2024-05-07 12:53:01 +02:00
Max Hilbrunner b5cfb3a0af Merge pull request #8897 from skyace65/Custom-Post-Processing
Remove outdated references to other tutorial

(cherry picked from commit 21678460aa)
2024-05-07 12:52:56 +02:00