Commit Graph

4624 Commits

Author SHA1 Message Date
Hugo Locurcio
75fe376d29 Update readthedocs-sphinx-search to 0.1.0 2021-03-28 15:45:51 +02:00
Hugo Locurcio
3ff89a545d Document how to avoid light leaks in GI Probes (#4784) 2021-03-28 15:07:38 +02:00
31
2d9771d76b Fix C# IntersectRay usage: 'exclude' is a Godot Array (#4785) 2021-03-28 03:05:59 +02:00
Nathan Lovato
48108f3122 Merge pull request #4399 from Calinou/tutorials-update-game-development-center
Update Game Development Center name and topics in Tutorials
2021-03-26 23:47:31 +01:00
Hugo Locurcio
a3bcc4ee1e Document workaround for running a project with a ZIP data pack
This closes #4768.

(cherry picked from commit f3ae44e358)
2021-03-23 13:55:40 +01:00
Hugo Locurcio
ff86324204 Add a FAQ item about why Godot aims to keep its core feature set small
(cherry picked from commit f850f03b2b)
2021-03-23 13:52:57 +01:00
Rémi Verschelde
5fa9fcbe64 Merge pull request #4774 from skyace65/AnimationRename2
Rename intro to 2D animation page (3.3)
2021-03-20 12:40:57 +01:00
skyace65
470f83e9d4 Rename intro to 2D animation page (3.3) 2021-03-19 22:28:42 -04:00
Rémi Verschelde
ede02a0dae Merge pull request #4769 from akien-mga/3.3-remove-3.2.x-references
Remove 3.2.x notes not needed in the 3.3 branch
2021-03-19 14:21:36 +01:00
Rémi Verschelde
c52286a42a Remove 3.2.x notes not needed in the 3.3 branch 2021-03-19 14:11:10 +01:00
Rémi Verschelde
82d5e444ed Bump version to 3.3 2021-03-19 14:04:54 +01:00
Rémi Verschelde
9eba7649e1 Update copyrights to 2021
(cherry picked from commit 0a087e730f)
2021-03-19 14:02:49 +01:00
Hugo Locurcio
fb7276b3bb Improve documentation around exporting projects
- Add a warning about Godot not supporting PCK files larger than 2 GB.
- Improve formatting and grammar.

(cherry picked from commit a1e010c03f)
2021-03-19 13:59:11 +01:00
Paul Joannon
efb87c31fb add c# code to 2d-sprite-animation page
also, do not teach people to `get_node` every frame

(cherry picked from commit ba38d9dbc5)
2021-03-19 13:49:47 +01:00
TechnoPorg
d87fa5e941 Add C# code examples for HTTPClient and HTTPRequest
Ported the existing GDScript code examples to C# for both HTTPClient and HTTPRequest.

(cherry picked from commit 8d78a46f0d)
2021-03-19 13:19:36 +01:00
skyace65
db822fbf39 Add code example for weakref
(cherry picked from commit 4f19eea5c9)
2021-03-19 13:17:01 +01:00
Paul Joannon
29b6d82e4f add C# code tabs to pages under tutorials/audio
(cherry picked from commit 7e27d6a0fa)
2021-03-19 13:04:59 +01:00
Emily
8a3fa1daee Add a 16-tile template to the 3x3 minimal section of the Using tilemaps page (#4746)
(cherry picked from commit 4a987385df)
2021-03-19 12:57:12 +01:00
Johannes Witt
00710cd7e5 Update Sphinx to 3.5.2, sphinx_rtd_theme to 0.5.1 and sphinx-tabs to 2.1.0 (#4572)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
(cherry picked from commit 6de6863a4c)
2021-03-19 12:52:51 +01:00
Matthew
226b44d3a7 Add information on onready annotation to C# differences page (#4565)
(cherry picked from commit 2a4dcc40d6)
2021-03-19 12:50:26 +01:00
CssTeja
5f37360f38 Fix three typos
Fix typo in custom resource format loaders tutorial (#4765)

(cherry picked from commit 6cacd11cac)

Fix typo in audio streams tutorial (#4766)

(cherry picked from commit 3d8e3c90c4)

Fix typo in Soft Body tutorial (#4767)

(cherry picked from commit 836f8490f1)
2021-03-19 12:43:30 +01:00
Rémi Verschelde
5565430e6f Merge pull request #4764 from 31/csharp-setup-3.2-port
Cherry-pick Godot Mono / C# setup improvements to stable (3.2)
2021-03-19 12:26:16 +01:00
Aaron Franke
66b0aff1d9 Improve C# setup instructions
(cherry picked from commit a0b153b2f2)
2021-03-18 22:18:54 -05:00
Fabio Colella
8664b97135 Fix :ref: link typo in C# basics (#4552)
(cherry picked from commit be6e3c1e30)
2021-03-18 22:18:47 -05:00
Ivan Shakhov
58471b34f9 Update external editors prerequisites to match Godot 3.2.3+
(cherry picked from commit 111b3d9ac0)
2021-03-18 22:18:30 -05:00
Hugo Locurcio
6c87f04926 Add Open Graph tags for better link preview on social media
This is provided by the sphinxext-opengraph extension.

This also adds a theme color property in the HTML layout file.

(cherry picked from commit 9becaa5480)
2021-03-18 20:44:22 +01:00
bogdasar1985
0175c3e4fe Use "code editor" instead of "IDE" to refer to Visual Studio Code (#4760)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-03-18 14:36:54 +01:00
Rémi Verschelde
3cc907b03c Rewrite release policy to clarify versioning and include 3.3
We are often asked if Godot follows SemVer, so I rewrote the relevant section
to clarify that our versioning is based on SemVer but takes some liberties to
accommodate the complexity of versioning so many interconnected components with
a single version number. Examples should help make the rationale clear.

Additionally, with the upcoming 3.3 release we're aiming at increasing the
release pace for future 3.x minor releases, and keep patch releases better
focused on actually being maintenance releases (with 3.2.2 being a significant
exception to that rule).

(cherry picked from commit 6ab33ddabb)
2021-03-17 15:47:36 +01:00
zacryol
b9160ec39e Fix description of randfn() in Random number generation (#4759) 2021-03-16 22:11:05 +01:00
Hugo Locurcio
d1ecbbc3fb Fix syntax error in the randi_range() example in the RNG tutorial 2021-03-16 22:11:01 +01:00
Nathan Lovato
be239920ea Edit random_numbers.rst
Remove parens, passive voice -> direct voice, fix some typos, simplify some of the language, and add a short intro listing what the reader will learn
2021-03-16 22:10:57 +01:00
Hugo Locurcio
d475a4b4de Add a random number generation tutorial
This closes #2436.
2021-03-16 22:10:50 +01:00
Rémi Verschelde
f4d0513091 Resync classref with 3.2.3-stable, next release is 3.3 2021-03-16 12:29:34 +01:00
Evgeniy Vasilyev
af4d5675e2 Fix code formatting in GDScript style guide (#4755) 2021-03-15 14:11:08 +01:00
Hugo Locurcio
514b30c8c4 Recommend adding Godot folder to AV exceptions in Compiling for Windows (#4736) 2021-03-13 19:39:24 +01:00
Hugo Locurcio
0c44238adf Update copyright statements in Complying with licenses
- Improve formatting and writing.
2021-03-13 19:38:10 +01:00
David Snopek
97ab578209 Remove another easily misunderstood joke 2021-03-13 19:37:29 +01:00
Hugo Locurcio
2edaff745f Fix code samples in VR starter tutorial part 1 (#4740)
This closes #4739.
2021-03-13 19:36:05 +01:00
Hugo Locurcio
bd7093bc6c Recommend triangulating and applying transforms in Importing 3D scenes (#4742)
This is generally good advice for any 3D engine, but Godot also has
issues with 3D selection that are more present with misaligned objects.
2021-03-13 19:35:09 +01:00
Hugo Locurcio
c9d5311d53 Document disabling the NVIDIA text overlay in the Troubleshooting page (#4753) 2021-03-13 18:51:32 +01:00
Divided by Zer0
2875c009fa Adjust HTTPClient example code to not break in HTML5 exports (#4738)
Fixes godotengine/godot#46857

Added supported wait periods after poll() for HTML5
This prevents warning about multiple polls in the same frame
and prevent hanging the game when fetching the body chunks
2021-03-11 12:15:06 +01:00
Samuel Laferriere
c4a56adc06 Fix GDScript code sample in Matrices and transforms (#4731) 2021-03-09 02:53:21 +01:00
Hugo Locurcio
ae0fe2a624 Fix incorrect link in Code style guidelines (#4732)
This caused a Sphinx build failure.
2021-03-08 18:55:02 +01:00
Hugo Locurcio
6cd9c0ed2e Clarify that built-in animation changes are lost if not saved to files (#4725)
This closes https://github.com/godotengine/godot/issues/28275.
2021-03-08 16:18:52 +01:00
follower
47564a0f1e Fix typo "turn of" -> "turn off" in Using tilemaps (#4728) 2021-03-08 00:21:08 +01:00
Bengt Söderström
4718fbced0 Renamed directory godot_headers to godot-headers in GDNative SConstruct (#4714)
Fixes GDNative compile error caused by directoy name change in godot-cpp repository.
2021-03-04 00:28:10 +01:00
Hugo Locurcio
1dc254ba94 Add a comment style guide for Godot contributions (#4421) 2021-03-03 22:27:30 +01:00
Hugo Locurcio
0d4d85fc54 Document false positives when using Embed Pck on Windows (#4600) 2021-03-03 22:25:46 +01:00
Hugo Locurcio
32d63409d8 Document the relative export path behavior in Command line tutorial (#4706)
This closes https://github.com/godotengine/godot/issues/46597.
2021-03-03 23:01:24 +01:00
Will Nations
d6eb1a30e2 Fix typo in GDScript Dude link (#4711) 2021-03-03 17:38:56 +01:00