5354 Commits

Author SHA1 Message Date
Stanislav Balia
ef93caeb13 Add C# code examples on Listening to player input (#6009) 2022-07-30 18:50:36 +02:00
jarommadsen
26bd0548bb Remove obsolete C# methods from Using RigidBody2D (#5957) 2022-07-29 22:26:28 +02:00
snailrhymer
ae7347e0d2 Fix typo in Exporting packs, patches, and mods (#6003) 2022-07-29 21:51:07 +02:00
Aaron
bc2c673634 Add C# examples to Creating your first script (#5991)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-07-29 01:31:37 +02:00
Stanislav Balia
5b3b82c5be Update preview GIF to match the end result in Your first 2D game (#5999) 2022-07-29 00:59:11 +02:00
Hugo Locurcio
f8025454bf Remove outdated stretch mode recommendations in Multiple resolutions 2022-07-28 18:48:17 +02:00
Raf Van Baelen
04ee9a43e5 Remove extraneous sentence about finished result in Your first 2D game (#5994) 2022-07-27 19:46:04 +02:00
Rémi Verschelde
064b7a1f25 classref: Update generated warning header 2022-07-27 15:58:06 +02:00
Rémi Verschelde
73bd511ab7 classref: Sync with current 3.5 branch (516d6b6ba) 2022-07-27 15:57:06 +02:00
31
888071279f Remove "Core" from .NET SDK, simplify Mono mention 2022-07-25 21:33:19 +02:00
sublimemm
c7b23ff7ae Move OpenJDK installation before Android SDK in Exporting for Android (#5988) 2022-07-25 21:32:16 +02:00
TheLegoSensei
2eea7cbb43 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:14 +02:00
HopefulFrog
ec95de115a Minor edits, including grammatical fixes, to first_steps_with_rooms_and_portals.rst (#5875) 2022-07-24 18:36:04 +02:00
John Veness
8df2b3951f 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:53 +02:00
Max Hilbrunner
bfb9b3c3d7 Merge pull request #5974 from JohnVeness/3.5
Improve step-by-step a little (3.x)
2022-07-23 15:16:43 +02:00
John Veness
7b6235e790 Improve step-by-step a little (3.x) 2022-07-23 13:33:08 +01:00
Max Hilbrunner
a685df63ad Merge pull request #5963 from paddy-exe/matrices-usage-example
[3.x] Examples of matrix input usage in Spatial Shaders
2022-07-23 11:22:31 +02:00
Hugo Locurcio
568b8ebe0d Increase spacing between list items to improve readability (#5962) 2022-07-23 02:29:45 +02:00
Patrick-FlameLizard
fcedb67bcc [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-20 15:25:18 +02:00
Sam Van Campenhout
dff0981a2f 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:28 +02:00
Nathan Franke
a916b50549 Simplify .gitattributes in Submitting to the Asset Library (#5908) 2022-07-19 22:12:31 +02:00
Jihad Khawaja
2cb24a4780 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 22:07:11 +02:00
Hugo Locurcio
77b88054d8 Document blend shapes being supported in GLES2 2022-07-19 22:06:17 +02:00
Max Hilbrunner
210ebe1991 Merge pull request #5922 from dalexeev/fix-click-and-move-example
[3.x] Fix click-and-move example
2022-07-19 16:56:43 +02:00
Max Hilbrunner
cd89acb8a6 Merge pull request #5951 from Calinou/add-playing-videos-3.5
Add a page on playing videos using VideoPlayer (3.5)
2022-07-19 11:09:46 +02:00
Hugo Locurcio
c3324e836a 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-18 23:50:38 +02:00
Steven Calvert
a3cbbb837d Change C++ animation name for consistency in Your first 2D game (#5938) 2022-07-17 18:40:37 +02:00
John Veness
7d26b51f9b Fix typos in FAQ and List of features (#5941) 2022-07-17 18:38:04 +02:00
Nathan Anderson
b557edea42 Mention WebRTC support on HTML5 in High-level multiplayer (#5937)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-07-16 18:36:40 +02:00
Max Hilbrunner
b0ed527696 Merge pull request #5931 from Calinou/pck-encryption-compiling-3.5
Improve the Compiling with script encryption key page (3.5)
2022-07-15 20:14:30 +02:00
Hugo Locurcio
6f898a7337 Improve the Compiling with script encryption key page 2022-07-13 20:15:12 +02:00
Max Hilbrunner
905a2aa7bf Merge pull request #5893 from skyace65/NDKVersion
Update required NDK version (3.5)
2022-07-12 08:44:17 +02:00
Max Hilbrunner
e651c33933 Merge pull request #5896 from skyace65/NavigationUpdate
Update navigation page (3.5)
2022-07-12 08:41:17 +02:00
Moté
45529c2c3b 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:59 +02:00
Danil Alexeev
3ddfffbd22 [3.x] Fix click-and-move example 2022-07-11 20:58:10 +03:00
Hugo Locurcio
209bbbfa50 Sync paragraph with master in First 3D game - Animating the mobs 2022-07-08 20:35:44 +02:00
Lucky
24854ec062 Fix typo in First 3D game - Animating the mobs (#5913) 2022-07-08 20:33:44 +02:00
Rémi Verschelde
880e2201a0 Release policy: Q2 is over, 3.5 should be released in July
(cherry picked from commit c3aec5ee8a)
2022-07-03 13:33:11 +02:00
Douglas Leão
7ed441c099 Fix image link in Internationalizing games (#5899) 2022-07-01 19:47:58 +02:00
Evan
9ad2043126 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:29 +02:00
skyace65
8ca560ec81 Update navigation page (3.5) 2022-06-28 22:25:52 -04:00
skyace65
589c19f1d3 Update required NDK version 2022-06-28 19:17:46 -04:00
Rémi Verschelde
236059d6aa classref: Sync with current 3.5 branch (928c48888) 2022-06-25 12:43:33 +02:00
Avicenna
d028e22d9f Fix websocket_url on the minimal WebSocket client example (#5885)
Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
2022-06-21 17:08:35 +02:00
Rémi Verschelde
c2651cd353 classref: Sync with current 3.5 branch (5478afdb1) 2022-06-19 14:01:39 +02:00
and-rad
fd81764bf6 Improve side-aligned image positioning (#5876)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-06-15 17:05:37 +02:00
rafascar
db582ac562 Fix typo on Exporting to macOS (#5878)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-06-15 17:04:49 +02:00
Rémi Verschelde
92c0dee7c2 Merge pull request #5864 from smix8/doc_meshlib_navmesh_img_3.5 2022-06-10 10:34:30 +02:00
Marius Wachtler
353278531c Always point to latest Pyston release on Compiling for Linux/*BSD (#5867) 2022-06-09 17:06:40 +02:00
Raul Santos
d32ab7e340 Fix C# connect signal for 3.x (#5865) 2022-06-08 17:05:27 +02:00