Commit Graph

1821 Commits

Author SHA1 Message Date
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
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
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
skyace65
181ae1312c Update console support information 2021-11-03 16:16:24 +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
skyace65
89fc2f7045 Add a page on making a UI controller/keyboard navigable (3.4) 2021-11-01 21:57:00 -04:00
Schmake
6fb54dc152 Fix spelling error in Using InputEvent (they -> the) (#5351) 2021-10-29 15:36:12 +02:00
Hugo Locurcio
89e566ec67 Fix C# code sample in Random number generation 2021-10-20 11:00:36 +02:00
Hugo Locurcio
2845e3f98a Fix build error after cherry-picks 2021-10-15 15:46:29 +02:00
Hugo Locurcio
5f0f9980de Document thread-safe rendering caveats 2021-10-15 15:33:23 +02:00
Hugo Locurcio
0b0777b2cd Document how to handle clicked [url] tags in RichTextLabel 2021-10-15 15:30:56 +02:00
DeeJayLSP
5e2eeaa1c1 Complying with licenses: Explain what the FreeType <year> should be 2021-10-15 15:23:58 +02:00
Maxime Lapointe
1173f9fa58 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:32 +02:00
Hugo Locurcio
4f99906927 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:13:39 +02:00
Xioor
9da1dd098f 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:12:50 +02:00
Kevin Sanders
5511361b16 Grammar fix. 2021-10-15 15:06:11 +02:00
Dathide
646de0d828 Fix 3 typos in index.rst (#5135)
* Fix typos in index.rst
2021-10-15 15:05:24 +02:00
Dathide
0a585ccfbe 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:35 +02:00
Avner
ebbc120baa Update android_in_app_purchases.rst (#5104)
* Update Android In-App Purchase

Co-authored-by: Timo Schwarzer <me@timoschwarzer.com>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2021-10-15 15:03:17 +02:00
Yuri Roubinsky
7a0b5a66cd Added more notes about shader varyings (#5116)
* Added more notes about shader varyings
2021-10-15 15:00:59 +02:00
Hugo Locurcio
9543daa5b4 Document that .gdignore files' contents are ignored 2021-10-12 11:21:01 +02:00
Umut Seven
d5bb57c841 Add missing period in 2D lights and shadows (#5299) 2021-10-06 00:45:32 +02:00
Lucida Dragon
1f75bca9a5 Fix typo in WebSocket tutorial (#5296) 2021-10-04 01:40:22 +02:00
Aaron Franke
fda8af53a6 [3.x] Add C# code examples (salvage of VinnNo's PRs) 2021-09-16 12:38:48 -05:00
MeSnek
9db3ba9c90 Fixed typo "bitmaks" -> "bitmask" in Using TileMaps (#5255) 2021-09-14 17:59:22 +02:00
Hugo Locurcio
b751464be8 Mention support for short RGB/RGBA colors in BBCode in RichTextLabel 2021-09-13 01:58:49 +02:00
Max Hilbrunner
5f594964bb Merge pull request #4950 from DeeJayLSP/3.3
Backport white background input flow event from master to 3.x
2021-09-09 13:27:25 +02:00
euseibus
dfbf25542a Fix GDNative typo: "godot_headers" should be "godot-headers" (#5220)
Co-authored-by: euseibus <>
2021-09-02 16:06:57 +02:00
Selgesel
1efc967c36 Fix cubic interpolation method reference links (#5221) 2021-09-02 12:54:41 +02:00
developer
ac03b6faf6 Use pip3 instead of pip 2021-08-31 01:13:28 +02:00
Matthew
b7715bc217 Fix incorrect default blend mode in Environment and post-processing (#5210)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-08-29 17:39:35 +02:00
Yuri Sizov
ad9956be63 Add a new GUI skinning tutorial and a theme editor guide 2021-08-22 23:27:46 +03:00
Aaron Franke
e9ed794a33 Tweak the Submitting to the Asset Library article (#5187) 2021-08-22 00:28:26 +02:00
Matthew
44bbc17733 Fix radius example in the Navigation tutorial (#5186) 2021-08-21 23:06:45 +02:00
Max Hilbrunner
135be7b1f9 Merge pull request #5177 from skyace65/Navigation3D3_4
Add navigation section and document 3D navigation (3.4)
2021-08-19 18:23:23 +02:00
hpnrep6
f34845c143 Use oxford commas consistently in About the Asset Library (#5183) 2021-08-19 10:00:16 +02:00
skyace65
a9420ea749 Add navigation section and document 3D navigation (3.4) 2021-08-18 20:02:58 -04:00
Jummit
a91a4cfa19 Fix example in Optimization Using Servers tutorial (#5169) 2021-08-12 23:01:48 +02:00
Hugo Locurcio
f845b6a142 Document the permission requirement on Android on network tutorials 2021-08-12 00:19:06 +02:00
Yuri Sizov
9d181083f1 Improve Inspector plugin tutorial with a better example 2021-08-06 21:19:59 +03:00
lawnjelly
8787887f55 Portals - update docs for 3.4 beta 3 (#5154)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-08-06 16:12:33 +02:00
Elephant34
06af6111c8 Update the pixel snap project setting name in Using tileMaps (#5149)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-08-04 17:20:47 +02:00