Commit Graph
2186 Commits
Author SHA1 Message Date
jarommadsen a7f79134a1 Remove obsolete C# methods from Using RigidBody2D (#5957) 2022-07-29 21:40:27 +02:00
snailrhymer 601a79df20 Fix typo in Exporting packs, patches, and mods (#6003) 2022-07-29 21:39:58 +02:00
snailrhymer 819aac60d7 Fix typo in Using the ArrayMesh (#6005) 2022-07-29 21:39:30 +02:00
Vladislav Vorobev 3dd5afca78 Fix missing code blocks in GDScript exports (#5998) 2022-07-28 23:08:51 +02:00
Max Hilbrunner 2355f533b3 Merge pull request #5995 from luzpaz/typos
Fix various typos
2022-07-28 18:43:15 +02:00
Hugo Locurcio 991359838b Remove outdated stretch mode recommendations in Multiple resolutions 2022-07-28 17:43:39 +02:00
luz paz 04f66dc5d0 Fix various typos
Found via `codespell -q 3 -S ./LICENSE.txt,./tutorials/i18n,./_tools/codespell-ignore-lines.txt -L doubleclick,findn,lod,inout,nd,raison,te` and other means
2022-07-28 10:35:04 -04:00
Max Hilbrunner 420ed2739f Merge pull request #5985 from 31/dev/31/winbugs
Add notes for common C# bugs on Windows
2022-07-27 02:54:00 +02:00
Hugo Locurcio 51094d13fd Fix incorrect indentation in code sample in Creating movies 2022-07-27 01:45:18 +02:00
Max Hilbrunner dfeca64370 Merge pull request #5982 from RedMser/patch-2
Update RichTextEffect tutorial
2022-07-26 15:39:41 +02:00
Clay John 29d02e14d4 Merge pull request #5972 from snailrhymer/arraymesh-tut-changes
Update and improve clarity in procedural geometry tutorials
2022-07-25 23:39:06 -07:00
Max Hilbrunner 3f00b445e6 Merge pull request #5983 from 31/dev/31/cli
Add "dotnet CLI" option to all C# editor docs
2022-07-26 00:40:05 +02:00
sublimemm 5e9d2286ef Move OpenJDK installation before Android SDK in Exporting for Android (#5988) 2022-07-25 21:31:47 +02:00
TheLegoSensei 65c8880d2f 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 13:08:29 +02:00
31 b8c3411a40 Add notes for common C# bugs on Windows 2022-07-24 21:04:45 -07:00
31 b3296f0573 Remove "Core" from .NET SDK, simplify Mono mention 2022-07-24 17:55:10 -07:00
31 5f60723cd4 Add "dotnet CLI" option to all C# editor docs 2022-07-24 16:03:24 -07:00
RedMser 6812f487f6 Update RichTextEffect tutorial
The code examples have been updated and the documentation now mentions
that `class_name` is a required part for custom effects to show up in the inspector.
2022-07-24 22:36:52 +02:00
SnailRhymer 4ed027c4a5 Update and improve clarity in procedural geometry tutorials
Update arraymesh.rst, index.rst and meshdatatool.rst to 4.0 class names.
Make some changes to improve the flow and clarity of the tutorials.
2022-07-24 10:42:04 +01:00
Jaime Crespo 33caaf6535 Fix misc syntax/style errors/warnings on documentation head (#5977) 2022-07-23 18:29:56 +02:00
Max Hilbrunner 3524748f27 Merge pull request #5946 from RolandMarchand/NewTutorialCustomPostProcessing
Replace the custom post-processing shader tutorial
2022-07-23 11:28:04 +02:00
bruvzg b82de55573 Rename OSX to macOS and iPhoneOS to iOS. Update iOS build instructions. 2022-07-21 12:54:21 +03:00
Roland Marchand 245975f4aa Rewrote the custom post-processing shader tutorial
The original method of applying shaders to viewports did not work in practice. It was also too complicated. This new way of doing it with CanvasLayers works well and is easy to implement.
I reorganised the information to improve the information flow and readability, and to reduce redundancy.
I replaced the original cube example with a sheep sprite. While the original tutorial claimed to be in 2D, the example cubes were in 3D, which was confusing. Also, sheep are more engaging than cubes.
I replaced the the Sobel filter example with an hex pixelization example, because in practice applying a Sobel filter to a frame often makes it appear pure black. People trying out this filter may think it does not work. Removing the Sobel filter example also removes a note about the filter's implementation, saving space. In contrast, a pixelization filter works on nearly all images and makes for a more engaging and clear example.
2022-07-20 22:39:00 -04:00
Hugo Locurcio 74b2ce1982 Document blend shapes being supported in GLES2 2022-07-19 20:47:18 +02:00
Patrick Exner e5f23eebf2 Examples of matrix input usage in Spatial Shaders 2022-07-19 18:48:42 +02:00
Max Hilbrunner fcb71d2f29 Merge pull request #5952 from bruvzg/macos_export_hidden
Update macOS export page.
2022-07-19 16:01:37 +02:00
Max Hilbrunner eeb290d073 Merge pull request #5939 from panreyes/master
Update consoles.rst: Added two new porting/publishing companies
2022-07-19 11:55:10 +02:00
bruvzg 1e630c103a Update macOS export page to include information about hidden options and exporting from non macOS systems. 2022-07-19 12:21:10 +03:00
snailrhymer d47389721a Improve clarity in animation_tree.rst 2022-07-18 11:09:40 +01:00
Hugo Locurcio 845a41a10f Add a page on playing videos using VideoStreamPlayer (#5923) 2022-07-17 18:33:25 +02:00
panreyes 6d33e16a31 Update consoles.rst 2022-07-17 11:47:49 +02:00
Nathan AndersonandHugo Locurcio aca8507c92 Mention WebRTC support on HTML5 in High-level multiplayer (#5937)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-07-16 18:36:29 +02:00
Matthew b22a6435a2 Update required NDK version in Exporting for Android (#5924) 2022-07-12 18:19:21 +02:00
Max Hilbrunner 61dba21a26 Merge pull request #5902 from aaronfranke/matrix-transform-wording-g4
Improve wording in Matrices and Transforms article and update for Godot 4
2022-07-12 08:39:29 +02:00
Max Hilbrunner 9dbd98600a Merge pull request #5830 from skyace65/type_variation
Document type variations and update images
2022-07-12 08:35:35 +02:00
Nabware 15173a0eec Update Command line tutorial to match 4.0.alpha11 --help output (#5918) 2022-07-12 00:56:53 +02:00
Moté 48f10af7da Update Godot Kotlin link to point to newer implementation (#5921)
The makers did a new implementation that works better, according to them.
2022-07-11 20:25:44 +02:00
skyace65 3bfd9b8ba6 Document Theme type variations 2022-07-11 20:48:45 +03:00
Hugo Locurcioandsnailrhymer 3b1e2f6be3 Add a page on creating movies with Godot using Movie Maker functionality (#5889)
Co-authored-by: snailrhymer <61291296+snailrhymer@users.noreply.github.com>
2022-07-11 16:55:14 +02:00
Loki McKay c9da1e8a37 Update instance() call to instantiate() in Making Plugins (#5917) 2022-07-08 20:07:33 +02:00
kkoang ffd84fa9a0 Fix inline code display in GDScript reference (#5907) 2022-07-03 21:02:15 +02:00
Rémi Verschelde ad3ca732d3 Android: Update screenshot showing Custom Build option
It was moved to its own section in 3.5 and 4.0.
2022-07-03 18:04:09 +02:00
Aaron Franke 503511ce30 Improve wording in Matrices and Transforms article, update for Godot 4 2022-07-02 11:25:23 -05:00
Douglas Leão 4f49d2f7ef Fix image link in Internationalizing games (#5899) 2022-07-01 19:47:49 +02:00
EvanandHugo Locurcio 2e0162afa0 Improve title of 3D text for descriptive navigation (#5897)
Previously, it displayed as "Introduction" under the 3D tab, making it incredibly unclear what the page was actually about. If I understand ReadTheDocs generation of the menu correctly, this will give it a much clearer and more descriptive name of "3D text" in the navigation menu.
I based my exact title on the format of the "3D lights and shadows" documentation title, figuring it was the closest in content type to what is included in the 3D Text documentation.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-06-29 18:05:19 +02:00
Max Hilbrunner ecaaa4f960 Merge pull request #5879 from Calinou/one-click-deploy-add-troubleshooting
Add Android troubleshooting instructions in One-click deploy
2022-06-22 18:52:48 +02:00
Max Hilbrunner 231b356e3d Merge pull request #5870 from skyace65/BlenderEmissive
Update blender gltf export information
2022-06-22 18:51:16 +02:00
Max Hilbrunner fa07d717a0 Merge pull request #5869 from bruvzg/update_locales
Update "locale codes" list.
2022-06-22 18:50:15 +02:00
Spencer KotysandHugo Locurcio 22f820a036 Improved documentation for GDScript in keyword (#5883)
* Improve 'in' operator description

* Apply syntax suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-06-22 18:48:29 +02:00
Aaron Franke 158ffa41cd Update OS feature tags list with new architecture features 2022-06-17 13:33:09 -05:00