Commit Graph

4938 Commits

Author SHA1 Message Date
Nathan Lovato
6d8fbe38ea Move scripting section to tutorials/
Closes #4113
2021-11-24 10:25:06 -06:00
Nathan Lovato
9495cdb945 Remove tutorials/legal, move complying_with_licenses
Closes #4111
2021-11-24 10:24:59 -06:00
Nathan Lovato
708f952dbf Rename your first shader pages
Also filled paragraphs at 80 characters

Closes #4157
2021-11-24 10:24:50 -06:00
Nathan Lovato
2e8891a757 Rename godot_shader_language_style_guide, shorten title
Closes #4159
2021-11-24 10:24:11 -06:00
Nathan Lovato
762cc04164 Rename animation_2d page to animation
Closes #4136
2021-11-24 10:24:07 -06:00
Nathan Lovato
b96ce2914d Move viewport pages
Closes #4180
2021-11-24 10:24:00 -06:00
Nathan Lovato
d08da200d4 Add rendering section
pre-requisite for multiple PRs and changes I need to make in parallel
2021-11-24 10:23:54 -06:00
Nathan Lovato
5ae5a3a3be Rename and edit data_paths.rst
Closes #4181
2021-11-24 10:23:45 -06:00
Nathan Lovato
e01c9a3258 Edit info about the layout menu in tutorials/gui/size_and_anchors.rst 2021-11-24 10:19:51 -06:00
Rémi Verschelde
9060c28080 classref: Sync with current 3.4 branch 2021-11-19 10:05:42 +01:00
Hugo Locurcio
2864ab4f65 Improve grammar in SCons installation in Compiling on Windows 2021-11-17 01:06:29 +01:00
Matteo Piovanelli
30943724ec 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:23 +01:00
zacryol
3272cf67e1 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 00:59:39 +01:00
Paul
6f10b0ca33 Remove redundant line in Version control systems (#5398) 2021-11-17 00:24:16 +01:00
RedMser
3d01467571 Fix Record and Capture effect short descriptions in Audio buses (#5399) 2021-11-17 00:23:58 +01:00
Hugo Locurcio
80d50d9dbd Fix missing space after period in Using AnimationTree 2021-11-15 15:15:23 +01:00
maxnim1986
beae732c74 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:35 +01:00
Arpit Srivastava
fb6aa689eb Fix missing word in When and how to avoid using nodes for everything (#5386) 2021-11-11 18:09:32 +01:00
Hugo Locurcio
6c0cd9ba52 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:17 +01:00
3starblaze
ee5bda23c1 Add info on freetype copyright year (#5379)
* Add info on freetype copyright year
2021-11-09 12:53:14 +01:00
Max Hilbrunner
544d01968e Merge pull request #5377 from Calinou/compiling-linuxbsd-fedora-add-libatomic-3.4
Add libatomic-static dependency for Fedora in Compiling for Linux, *BSD
2021-11-07 20:07:26 +01:00
Hugo Locurcio
83cf212c99 Add libatomic-static dependency for Fedora in Compiling for Linux, *BSD 2021-11-07 19:24:03 +01:00
Rémi Verschelde
ba65652fae Mark 3.4 branch as stable, release is imminent 2021-11-04 17:01:32 +01:00
Max Hilbrunner
3573f8d3b7 Merge pull request #5239 from skyace65/Add-C#-Export-page-(3.4)
Add C# Export page for 3.4 branch
2021-11-03 19:24:20 +01:00
skyace65
181ae1312c Update console support information 2021-11-03 16:16:24 +01:00
zacryol
c418ab579c Show example of casting get_node() for inferred static typing in style guide 2021-11-03 16:15:17 +01:00
Sietseq
abad5c6857 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:31 +01:00
Hugo Locurcio
eb7979eea1 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 15:58:04 +01:00
Max Hilbrunner
894d5fe496 Merge pull request #5355 from skyace65/UI_Navigation_34
Add a page on making a UI controller/keyboard navigable (3.4)
2021-11-02 10:56:43 +01:00
skyace65
89fc2f7045 Add a page on making a UI controller/keyboard navigable (3.4) 2021-11-01 21:57:00 -04:00
Max Hilbrunner
14c0aee54f Pin docutils to <0.18 to fix CI due to new warning 2021-11-02 01:40:24 +01:00
Hugo Locurcio
3567542ce6 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:36 +01:00
Schmake
6fb54dc152 Fix spelling error in Using InputEvent (they -> the) (#5351) 2021-10-29 15:36:12 +02:00
Rémi Verschelde
a8025343a0 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:12 +02:00
Rémi Verschelde
5506b00956 C++ style guide: Require clang-format 13
(cherry picked from commit 154c093f97)
2021-10-25 12:14:59 +02:00
Max Hilbrunner
eed6a9e4db Merge pull request #5336 from skyace65/PCKWarning3.4
Remove warning about PCK files larger than 2GB (3.4)
2021-10-21 22:03:07 +02:00
Hugo Locurcio
89e566ec67 Fix C# code sample in Random number generation 2021-10-20 11:00:36 +02:00
skyace65
56af1bcf23 Remove warning about PCK files larger than 2GB (3.4) 2021-10-18 18:29:19 -04:00
Rémi Verschelde
c6a727642e Merge pull request #5332 from akien-mga/build-windows-no-yasm 2021-10-18 16:13:27 +02:00
Rémi Verschelde
50791ec816 Compiling for Windows: Remove yasm dep, causes WebM crash 2021-10-18 15:41:15 +02:00
zacryol
b3b765b87f Rename var "character_dir" to "character_dict" in GDScript style guide (#5325) 2021-10-16 01:12:26 +02:00
Hugo Locurcio
2845e3f98a Fix build error after cherry-picks 2021-10-15 15:46:29 +02:00
Marcel Admiraal
458fe750da Update Exporting for Android JDK version specification 2021-10-15 15:34:30 +02:00
Marcel Admiraal
b54bf231b6 Update Compiling for Android JDK version specification 2021-10-15 15:34:17 +02:00
Hugo Locurcio
5f0f9980de Document thread-safe rendering caveats 2021-10-15 15:33:23 +02:00
Hugo Locurcio
33242bd3b2 Document that only the latest patch release in each series receives support 2021-10-15 15:32:53 +02:00
zacryol
ea480fb090 Remove reference to non-existing NOTIFICATION constants. 2021-10-15 15:32:14 +02:00
Kate
bf549f39f6 Fix grammar issue in "Ways to contribute" page
In the section "Filing an issue on GitHub", the subsection "How to reproduce the bug" says "Even if you think that the issue is trivial to reproduce, adding a minimal project that lets reproduce it is a big added value." which is missing a word. Changing it to "...lets everyone reproduce it..." fixes the grammatical error.
2021-10-15 15:31:47 +02:00
Hugo Locurcio
0b0777b2cd Document how to handle clicked [url] tags in RichTextLabel 2021-10-15 15:30:56 +02:00
Matthew
4bed6c1a99 Add note that C# tools plugin requires the mono SDK on Linux (#5228)
* Add note that C# tools plugin requires mono SDK
2021-10-15 15:24:35 +02:00