Commit Graph
5239 Commits
Author SHA1 Message Date
m-at-FNSPE cb0ca0c28f Fix mob scene typo in Your first 2D game (#6007)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
(cherry picked from commit 55d3093715)
2022-08-08 20:33:40 +02:00
Stanislav Balia a409ce12c0 Nodes & Scenes: Added macOS shortcuts mentioning. (#5993)
* Added macOS shortcuts mentioning.

Unfortunately, suggested hotkeys don't work for macOS. I guess it will be useful to mention macOS shortcuts directly in the docs.

* Apply suggestions from code review

Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
(cherry picked from commit 523a1c0f03)
2022-08-08 20:32:38 +02:00
Max Hilbrunner 5dd59a8030 Merge pull request #5985 from 31/dev/31/winbugs
Add notes for common C# bugs on Windows

(cherry picked from commit 420ed2739f)
2022-08-08 20:29:46 +02:00
Max Hilbrunner 1742018c25 Merge pull request #5983 from 31/dev/31/cli
Add "dotnet CLI" option to all C# editor docs

(cherry picked from commit 3f00b445e6)
2022-08-08 20:28:37 +02:00
Yuri Sizov 16a3e6b695 Add a link to doc writing guidelines to the header (#5947)
(cherry picked from commit 21f92e43d6)
2022-08-08 20:24:15 +02:00
Max Hilbrunner 94135e2fcb Merge pull request #5945 from snailrhymer/patch-2
Improve clarity in animation_tree.rst

(cherry picked from commit 7effaaffed)
2022-08-08 19:52:42 +02:00
Max Hilbrunner 7ac694d333 Merge pull request #5933 from godotengine/dependabot/pip/sphinx-notfound-page-0.8.3
Bump sphinx-notfound-page from 0.8 to 0.8.3

(cherry picked from commit 747dc4f30e)
2022-08-08 19:51:04 +02:00
Santiago Valdez d4aec46f1a correct a little typo on scripting_laguanges (#5903)
* correcting a little typo on scripting_laguanges

A more readeable aproach on the existing sentence

(cherry picked from commit 7ee0687714)
2022-08-08 19:44:18 +02:00
Max Hilbrunner a69cfb4a0e Merge pull request #5879 from Calinou/one-click-deploy-add-troubleshooting
Add Android troubleshooting instructions in One-click deploy

(cherry picked from commit ecaaa4f960)
2022-08-08 19:37:18 +02:00
Max Hilbrunner 30e5d8d6d2 Merge pull request #5870 from skyace65/BlenderEmissive
Update blender gltf export information

(cherry picked from commit 231b356e3d)
2022-08-08 19:36:08 +02:00
Max Hilbrunner 52f1bc2c73 Merge pull request #5816 from Calinou/feature-tags-immutable
Document most default feature tags being immutable

(cherry picked from commit ecdd7d311a)
2022-08-08 18:00:57 +02:00
Hugo Locurcio f4f3e1926c Document that autoloads must not be freed to avoid crashes
(cherry picked from commit cb9b2b8c5d)
2022-08-08 17:58:21 +02:00
Aaron Franke 4d5117765d Merge pull request #5780 from gerrywastaken/patch-2
Clear up ambiguity in the intial rotation example

(cherry picked from commit dbf7ba0794)
2022-08-08 17:39:20 +02:00
wajrou a9782ac9ff Cheatsheet of ease() with known names
Added known names of curves to be recognized better.
Because curves from -1 to 1 has five different runnings I separated it into middle column and rest of curves (Ease in-out & out-in) are aligned to side columns.
2022-08-06 04:59:31 +02:00
Asday 3e2d4c7dde Typo. 2022-08-06 04:55:58 +02:00
Pixelatex 4019a29546 Singletons tutorial has deprecated methods. (#6018)
* Singletons tutorial has deprecated methods.
2022-08-06 04:54:18 +02:00
TomBCodesandHugo Locurcio a780e34117 Fix grammar error in Pull request workflow (#6039)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-08-06 04:36:36 +02:00
alex-pahdo 34b162c8ae Clarify hint_range in Shading language (#6029) 2022-08-04 22:22:05 +02:00
David Snopek 999cf71bf9 Attempt to clarify reliable vs unreliable RPCs 2022-08-03 12:52:52 +02:00
David Khachaturov 1751f603e0 Add mazette! as a third-party company offering console ports of Godot 2022-08-03 12:48:47 +02:00
snailrhymer 6ed81ae08e Improve clarity in procedural generation tutorials (#6004) 2022-08-03 02:00:06 +02:00
StreqandHugo Locurcio e7649aa957 Describe actual purpose of the index keyword in TSCN file format (#6021)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-08-03 00:16:35 +02:00
Michael Conrad 0a347800e7 Fix JetBrains Rider arguments in Using an external text editor (#6019)
Adding the project folder to the exec args lets Rider open the project's folder
as a project and still also open the specified file.

This resolves an issue where if I open a file in a folder from Godot, the folder is treated
by Rider incorrectly as the project root.
2022-08-02 02:07:34 +02:00
CalandielandHugo Locurcio 934aaf70cd Add Clangd instructions for VS Code (#6012)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-07-31 23:25:51 +02:00
Weetbix 58e03e2c98 Fix syntax errors in Sync the gameplay with audio and music (#6016) 2022-07-31 19:35:26 +02:00
Stanislav Balia 38fb8c9942 Add C# code examples on Listening to player input (#6009) 2022-07-30 18:50:41 +02:00
jarommadsen 65ceb0e94c Remove obsolete C# methods from Using RigidBody2D (#5957) 2022-07-29 22:26:30 +02:00
snailrhymer 58c37b7a52 Fix typo in Exporting packs, patches, and mods (#6003) 2022-07-29 21:51:12 +02:00
AaronandHugo Locurcio b78c9b39b0 Add C# examples to Creating your first script (#5991)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-07-29 01:31:42 +02:00
Stanislav Balia bd28e70955 Update preview GIF to match the end result in Your first 2D game (#5999) 2022-07-29 00:59:17 +02:00
Hugo Locurcio 24ed81dce6 Remove outdated stretch mode recommendations in Multiple resolutions 2022-07-28 18:48:20 +02:00
Raf Van Baelen 890a330300 Remove extraneous sentence about finished result in Your first 2D game (#5994) 2022-07-27 19:46:08 +02:00
31 a9330f9994 Remove "Core" from .NET SDK, simplify Mono mention 2022-07-25 21:33:22 +02:00
sublimemm d29de9c9a4 Move OpenJDK installation before Android SDK in Exporting for Android (#5988) 2022-07-25 21:32:21 +02:00
TheLegoSensei c9db202948 Update recording_with_microphone.rst (#5986)
* Update recording_with_microphone.rst

Added the detail that you need to enable the mic in the project settings, as I just spent about two hours wondering why it wasn't working like the example.
2022-07-25 21:32:19 +02:00
Hugo Locurcio f25752cd3b Add a page on playing videos using VideoPlayer
This includes documentation on supported formats, along with setting
up a VideoPlayer node for 2D and 3D usage.

This also features encoding recommendations to find a balance between
quality and file size (as the defaults in many programs are less than ideal).
2022-07-24 18:57:33 +02:00
John Veness 403ffaa402 Improve step-by-step a little (3.x) 2022-07-23 18:16:29 +02:00
Patrick-FlameLizard 2ac24a9e84 [3.x] Examples of matrix input usage in Spatial Shaders
3.x version of this PR: https://github.com/godotengine/godot-docs/pull/5895
2022-07-23 18:12:35 +02:00
John Veness 448f588c32 Fix grammar in step-by-step (#5958)
* Rewrote creating root node paragraph

I didn't like the sentence starting "It is equivalent" when it wasn't entirely clear what "It" was, so I edited. I'm not sure it's a great improvement!

* Changed reference to "disk" to "file"

* Fix grammar

"The example" sounds like it's referring to an example that has already been introduced

* Fix "like so" grammar

"Like so" is not used very often

* Remove "exactly"

"see how it works exactly" sounds odd, "see exactly how it works" is better, but to be honest it sounds best without "exactly" at all!

* Add missing "the"
2022-07-23 18:11:56 +02:00
Hugo Locurcio 4ffa360975 Increase spacing between list items to improve readability (#5962) 2022-07-23 02:29:48 +02:00
HopefulFrog fb9791318e Minor edits, including grammatical fixes, to first_steps_with_rooms_and_portals.rst (#5875) 2022-07-21 13:45:18 +03:00
Sam Van Campenhout 70991d74e9 Update the showcase video links (#5961)
* Update the showcase video links

This updates the showcase video links to the most recently released version.

* Link to the showcase video playlist

This replaces the individual showcase video links with a single link to the showcase playlist. This has the advantage that we don't need to update the links when new videos come out.
2022-07-19 23:40:35 +02:00
Nathan Franke 80361f3c82 Simplify .gitattributes in Submitting to the Asset Library (#5908) 2022-07-19 22:12:34 +02:00
Hugo Locurcio aa141f5868 Document blend shapes being supported in GLES2 2022-07-19 22:06:25 +02:00
Max Hilbrunner 81d3546625 Merge pull request #5953 from jihadkhawaja/patch-1
Documentation missing method keyword in C# fix
2022-07-19 13:41:22 +02:00
Jihad Khawaja 61be0eb5ec Documentation missing method keyword in C# fix
### Description
line 219 missing "Instance" after "scene."

### Issue
https://github.com/godotengine/godot-docs/issues/5942
2022-07-19 12:37:57 +03:00
Steven Calvert 8f9a5db8ff Change C++ animation name for consistency in Your first 2D game (#5938) 2022-07-17 18:40:40 +02:00
John Veness 934fe7f3b7 Fix typos in FAQ and List of features (#5941) 2022-07-17 18:34:24 +02:00
Nathan AndersonandHugo Locurcio 04db57f3a8 Mention WebRTC support on HTML5 in High-level multiplayer (#5937)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-07-16 18:36:44 +02:00
Max Hilbrunner e6be157669 Merge pull request #5920 from nathanfranke/update-rpc-docs
Update RPC documentation
2022-07-12 08:26:15 +02:00