1632 Commits

Author SHA1 Message Date
David Khachaturov
d520e8e5fa Add mazette! as a third-party company offering console ports of Godot 2022-08-03 12:49:01 +02:00
Telmo "Trooper
24bc3db479 Add exit condition to prevent thread from hanging in resource_queue.gd (#5833)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-05-23 15:01:22 +02:00
Hugo Locurcio
28fd0372eb Fix example resource path in Data paths
Co-authored-by: Sergey Pershenkov <s.pershenkov@icloud.com>
2022-05-15 19:24:59 +02:00
Hugo Locurcio
d9e7356f04 Remove outdated notice about lack of controller support on Apple M1
This also mentions that overriding force feedback (for steering wheels)
isn't supported yet.
2022-05-11 23:39:52 +02:00
vratajin
d1cd9ed69d Fix invalid variable name in C# example in Physics introduction (#5809) 2022-05-07 22:05:05 +02:00
Michael Nischt
62c9523202 Update bake configuration from 3 to 4 modes
4 Modes: Low, Medium, High, and Ultra
2022-05-05 19:05:02 +02:00
snailrhymer
becf8f1663 Fix a typo in Physics introduction (#5778) 2022-04-27 01:17:53 +02:00
Gerry
306a0bf32b Define DCCs during its first use in Introduction to 3D (#5775)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-26 00:04:24 +02:00
Jonathan Deiss
024c224fdd Improve sentence flow in Using 3D transforms (#5773)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-23 00:32:12 +02:00
Luis Adolfo Ramírez
969acfa0d1 Fix typo in GDNative C++ example (#5761) 2022-04-13 00:45:49 +02:00
Douglas Leão
0daef3ab02 Use a note for FreeType year advice in Complying with licenses (#5747)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-07 19:34:25 +02:00
Hugo Locurcio
b4476bd04e Backport What is GDNative? page to the 3.3 branch
This is needed to fix the build following the cherry-pick of
4709121d02 to the `3.3` branch.
2022-04-07 19:31:25 +02:00
Hugo Locurcio
5b0395f691 Mention antialiasing workaround in Custom drawing in 2D 2022-04-07 18:58:02 +02:00
Haoyu Qiu
271774762d Remove excess backtick in VR starter tutorial (#5737) 2022-04-05 18:26:46 +02:00
Hugo Locurcio
7bd290e0f9 Improve third-party information in Complying with licenses (#5734) 2022-04-05 18:20:33 +02:00
Hugo Locurcio
90ed6eb108 Add a note about fuzzy strings in Localization using gettext 2022-03-31 18:35:43 +02:00
Wojtek Kubiak
fa5fc4fd39 Add Xbox Series X/S support by Pineapple Works (#5714) 2022-03-25 15:34:32 +01:00
Arpit Srivastava
8d1ed39cb7 Fix missing word in Beziers, curves and paths (#5654) 2022-02-27 19:19:23 +01:00
Denis NICOLAS
7f2d47b199 Fix another typo in Using the SurfaceTool (#5612) 2022-02-15 19:40:13 +01:00
Denis NICOLAS
3788b8f4ec Fix a typo in Using the MeshDataTool (#5611) 2022-02-15 19:40:12 +01:00
Denis NICOLAS
887b37a1e0 Fix typo in Procedural geometry (#5608) 2022-02-14 16:47:55 +01:00
snailrhymer
d6c61b1e03 Clarify reference erasure warning in Using Servers (#5570)
* Clarify reference erasure warning in Using Servers

Expand a brief remark on the importance of maintaining a reference to a resource to prevent its deletion.
Also fix some typos and remove instances of "just".

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-02-05 21:26:26 +01:00
Hugo Locurcio
09a47f500c Fix CI error in VR starter tutorial part 1 2022-01-26 01:31:23 +01:00
Hugo Locurcio
f529a05b37 Update IRC links to point to Libera.Chat 2022-01-26 00:39:51 +01:00
Hugo Locurcio
042d5ae0b4 Clarify the 3D unit scale expected by Godot in Introduction to 3D
(cherry picked from commit ba27f69edf)
2021-12-21 16:43:45 +01:00
Henodude
857599e6b9 Fix the syntax for the Android permission requirement on network tutorials (#5433)
(cherry picked from commit deb89f665d)
2021-12-21 16:41:33 +01:00
RamirezAllan791
30a4e05530 Tweak releases URL in VR starter tutorial part 1 (#5441) 2021-12-11 19:06:02 +01:00
RedMser
bfdd6118cb Fix Record and Capture effect short descriptions in Audio buses (#5399) 2021-11-17 00:24:06 +01:00
Hugo Locurcio
3cadc6d91f Fix missing space after period in Using AnimationTree 2021-11-15 15:15:29 +01:00
maxnim1986
d85f24887d State Machine travel teleports in the absence of any transition between the states
Added a line explaining that the State Machine travel function teleports to a destination node in absence of any transition between the current and destination node.
2021-11-15 15:13:59 +01:00
Hugo Locurcio
b6d228b5c8 Improve the FreeType copyright year editor mention
This makes it more obvious that this information is accessed
through the editor.
2021-11-09 12:53:26 +01:00
3starblaze
688e5e8e54 Add info on freetype copyright year (#5379)
* Add info on freetype copyright year
2021-11-09 12:53:21 +01:00
skyace65
651f07fdf4 Update console support information 2021-11-03 16:16:26 +01:00
Sietseq
f95fdda58f GDNative: Specify to use the 3.x branch (#5354)
GDExtensions has been merged into the godot-cpp master branch. The tutorial should specify to use the 3.x branch if the reader is creating GDNative scripts.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-11-03 16:11:32 +01:00
Hugo Locurcio
328217cc0c Add recommendations for 3D light shadow bias (#5340)
* Add recommendations for 3D light shadow bias

These are the settings I usually recommend based on my
personal experience.
2021-11-03 16:04:06 +01:00
Schmake
3a318a96b8 Fix spelling error in Using InputEvent (they -> the) (#5351) 2021-10-29 15:36:14 +02:00
Hugo Locurcio
eb98244d1c Fix C# code sample in Random number generation 2021-10-20 11:00:06 +02:00
Hugo Locurcio
51237afb63 Fix build error after cherry-picks 2021-10-15 15:46:42 +02:00
Aaron Franke
1ea8cccaf1 [3.x] Add C# code examples (salvage of VinnNo's PRs) 2021-10-15 15:41:02 +02:00
Hugo Locurcio
59fcf49b7e Mention support for short RGB/RGBA colors in BBCode in RichTextLabel 2021-10-15 15:36:59 +02:00
Yuri Sizov
cd510f8221 Improve Inspector plugin tutorial with a better example 2021-10-15 15:36:03 +02:00
Hugo Locurcio
d162f8aaec Document thread-safe rendering caveats 2021-10-15 15:33:25 +02:00
Hugo Locurcio
d828ac8861 Document how to handle clicked [url] tags in RichTextLabel 2021-10-15 15:31:10 +02:00
DeeJayLSP
892a931ec1 Complying with licenses: Explain what the FreeType <year> should be 2021-10-15 15:23:58 +02:00
Maxime Lapointe
f1fdb92d7e Reword intro do custom_drawing_in_2d
The wording felt very off from the other tutorials.
This bring it more in line, using a simple 'Introduction' as first section.
2021-10-15 15:16:37 +02:00
Hugo Locurcio
b409289a94 Always use variables to access iOS-only singletons in Plugins for iOS
This is required to avoid script compilation errors on other platforms.
2021-10-15 15:14:34 +02:00
Xioor
03735db5da Update services_for_ios.rst (#4465)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2021-10-15 15:14:26 +02:00
Kevin Sanders
cb45472f2b Grammar fix. 2021-10-15 15:06:16 +02:00
Dathide
cefef16fd8 Fix 3 typos in index.rst (#5135)
* Fix typos in index.rst
2021-10-15 15:05:29 +02:00
Dathide
a6366256ec Add extra info from SurfaceTool class page
Added a few sentences about generate_normals() and generate_tangents() taken from the SurfaceTool class page in the docs.
2021-10-15 15:04:41 +02:00