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
SylvanSign
43ed15b371
add legacy ImageMagick command for ICO convert ( #5638 )
2022-02-23 01:47:49 +01:00
Timon Bestebreur
54423eb588
Fix a typo in Best practices for engine contributors ( #5613 )
2022-02-16 17:46:22 +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
Matthew
1f9250253c
Fix first 2D game image ( #5582 )
2022-02-05 21:25:46 +01:00
Victor Karp
72b304711a
Add missing closing quotation marks in GDScript format strings ( #5583 )
2022-02-05 21:23:29 +01:00
Markus Sauermann
900e68b291
Get rid of openssl warning during PCK encryption setup ( #5568 )
2022-01-28 23:57:53 +01:00
snailrhymer
274d464808
Update IRC links to point to Godot Contributors Chat ( #5550 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-01-26 01:34:21 +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
Rémi Verschelde
dfafbf82e4
Fix invalid ref to doc_using_cpp_profilers
...
(cherry picked from commit c02ac91716 )
2021-12-21 17:08:06 +01:00
Hugo Locurcio
dfb7d56908
Update command line project exporting instructions
...
(cherry picked from commit be31dd4020 )
2021-12-21 16:47:14 +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
Hugo Locurcio
61c5bf2698
Document background processing limitations in Exporting for the Web
...
(cherry picked from commit 482e0c6544 )
2021-12-21 16:43:34 +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
Hugo Locurcio
73a22bf64b
Rework the Optimizing for size page
...
- Order options from most important to least important.
- Give estimates on space saved for each option.
- Clarify the benefits of stripping binaries.
- Link to the Godot build options generator in the Overriding build
options link instead of linking it in the Optimizing for size page.
(cherry picked from commit 8a95663768 )
2021-12-21 16:16:56 +01:00
Hugo Locurcio
4d90e03ddc
Mark the Godot 3.3 series as partially supported
...
The `3.3` branch isn't getting feature cherry-picks anymore, so
it's safe to assume that it's only partially supported now.
(cherry picked from commit 4304158511 )
2021-12-21 16:16:56 +01:00
dependabot[bot]
efe789e7bf
Bump sphinxext-opengraph from 0.5.0 to 0.5.1
...
Bumps [sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/wpilibsuite/sphinxext-opengraph/releases )
- [Commits](https://github.com/wpilibsuite/sphinxext-opengraph/compare/v0.5.0...v0.5.1 )
---
updated-dependencies:
- dependency-name: sphinxext-opengraph
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
(cherry picked from commit 17bcff412a )
2021-12-21 16:16:56 +01:00
dependabot[bot]
6da684e9f7
Bump sphinxext-opengraph from 0.4.2 to 0.5.0 ( #5405 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 87c8f73767 )
2021-12-21 16:16:56 +01:00
RamirezAllan791
30a4e05530
Tweak releases URL in VR starter tutorial part 1 ( #5441 )
2021-12-11 19:06:02 +01:00
Dennis Ploeger
34e5150077
Fix incorrect export template path in Compiling for macOS ( #5425 )
2021-12-03 15:06:57 +01:00
Hugo Locurcio
dc3f32b228
Improve grammar in SCons installation in Compiling on Windows
2021-11-17 01:06:30 +01:00
Matteo Piovanelli
720520c66c
Fix instructions for installing SCons on Windows
...
Updated the instruction for installing SCons on Windows 10 with Python 3.10, as described in #5341
2021-11-17 01:06:24 +01:00
zacryol
d63a7c6557
Fix formatting on AUTHORS.md file
...
Each contributor is now listed on a separate line in the github mardown rendering.
And it is more consistent with the authors file in the main engine repo.
2021-11-17 01:00:16 +01:00
Paul
81db4694f8
Remove redundant line in Version control systems ( #5398 )
2021-11-17 00:24:12 +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
Arpit Srivastava
5154959030
Fix missing word in When and how to avoid using nodes for everything ( #5386 )
2021-11-11 18:09:40 +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
Hugo Locurcio
e8b5ff44f4
Add libatomic-static dependency for Fedora in Compiling for Linux, *BSD
2021-11-07 21:07:41 +01:00
Rémi Verschelde
6a49796787
Mark 3.4 branch as stable, release is imminent
...
(cherry picked from commit ba65652fae )
2021-11-04 17:02:51 +01:00
skyace65
651f07fdf4
Update console support information
2021-11-03 16:16:26 +01:00
zacryol
99e882fa28
Show example of casting get_node() for inferred static typing in style guide
2021-11-03 16:15:18 +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
Max Hilbrunner
29d2abfaf2
Pin docutils to <0.18 to fix CI due to new warning
2021-11-02 01:45:49 +01:00
Hugo Locurcio
002f51fcc4
Document compiling a debug server build
...
A debug server build is lighter than an editor headless build,
but still allows debugging tools to be used.
2021-11-02 00:56:37 +01:00
Schmake
3a318a96b8
Fix spelling error in Using InputEvent (they -> the) ( #5351 )
2021-10-29 15:36:14 +02:00
Rémi Verschelde
0e4ba97284
Release policy: Mark 2.1 and 3.1 as EOL
...
As much as I'd like to keep supporting them, platforms such as Google Play or
Apple Store move too fast for our limited resources, and backporting relevant
changes to make those years old releases still viable proves to be unrealistic.
I'm also no longer able to make 2.1.x builds easily as that buildsystem relied
on Travis CI which discontinued its support for open source.
With three releases supported in parallel (4.0, 3.4 and 3.3), we have enough
work on our hands.
(cherry picked from commit 50f809abbb )
2021-10-25 12:15:31 +02:00
Rémi Verschelde
1dbbba6dc8
C++ style guide: Require clang-format 13
...
(cherry picked from commit 154c093f97 )
2021-10-25 12:15:27 +02:00
Hugo Locurcio
eb98244d1c
Fix C# code sample in Random number generation
2021-10-20 11:00:06 +02:00
zacryol
16a4217e11
Rename var "character_dir" to "character_dict" in GDScript style guide ( #5325 )
2021-10-16 01:12:27 +02:00