Commit Graph

4700 Commits

Author SHA1 Message Date
Erik Vroon
c8e3b8417d Fix entry type in C# example for loading savegames (#4850) 2021-04-25 22:09:38 +02:00
swift502
92e55d4b81 Fix broken C# tab in Resources scripting tutorial 2021-04-25 22:08:12 +02:00
Dennis Brakhane
8051d468d5 Clarify 'bgr' swizzle example in Shading language (#4868)
Saying that "order does not matter" is wrong or at least misleading.

This commit changes the comment to show that vector components can be
combined freely, and the order matters.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-04-25 22:07:38 +02:00
golddotasksquestions
2fb57fe01d Fix "example" spelling in Frequently asked questions (#4862) 2021-04-23 02:37:33 +02:00
Rémi Verschelde
fb1b94f869 Release policy: Add 3.4 beta, mark 3.2 as EOL
(cherry picked from commit cfeaf62eab)
2021-04-21 15:31:21 +02:00
Hugo Locurcio
3f3483d1e4 Mention ICO size caveats in Changing application icon for Windows
(cherry picked from commit 7d84733c36)
2021-04-21 15:07:26 +02:00
wiscombetom
a4a728ea5d Fixed typo
Changed "simple" to "single" in reference to quotation marks.

(cherry picked from commit b0f00f0827)
2021-04-21 15:07:12 +02:00
31
9234e3b77c Update C# Connect method: binds is a Godot array (#4777)
(cherry picked from commit 6e96d8d262)
2021-04-21 15:06:09 +02:00
TchnlgPsnt
16e3caeab9 Fixed small mistake in example (Thread Safe APIs) (#4778)
Though it's a bit unrelated to the topic of this file, the example demonstrated creating an instance of an instance of a scene.

(cherry picked from commit a0916221b3)
2021-04-21 15:05:38 +02:00
golddotasksquestions
747dcf4038 Removing " a" (singular) in front of "ViewportContainers" (plural)
This is basically a test for me in order to learn how to properly submit PRs, while also doing something tiny bit useful.

My 4th attempt at doing this correctly. This time from separate branch to master :)

(cherry picked from commit d4b7b9ec6f)
2021-04-21 15:01:32 +02:00
Hugo Locurcio
1ee3f6938b Document how override.cfg works in relation with feature tags 2021-04-13 00:27:14 +02:00
Hugo Locurcio
c579192d05 Fix "SurfaceTool" link pointing to itself in Using the SurfaceTool (#4832) 2021-04-11 22:20:20 +02:00
Jason Liu
066be80a40 Add macOS instructions for MacPorts to go alongside Homebrew (#4827) 2021-04-09 22:29:59 +02:00
Pierre Caye
bb2f71ccd2 Remove a stray double quote from Exporting (#4823)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 14:42:20 +02:00
Emily
16f8876b42 Replace single quotes with double in 2D movement
(cherry picked from commit d85b9bf5dc)
2021-04-06 22:59:52 +02:00
skyace65
68124e569b Improve VSCode and VS C# instructions
(cherry picked from commit d857777240)
2021-04-06 09:55:45 +02:00
Matthew
8758dd6185 Document physics material (#4817)
(cherry picked from commit b999f71b09)
2021-04-06 09:54:33 +02:00
skyace65
95f0bd2b82 Clarify optimization instructions
(cherry picked from commit 2ed5a65822)
2021-04-06 09:53:33 +02:00
dependabot[bot]
eff734449a Bump sphinx-rtd-theme from 0.5.1 to 0.5.2
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases)
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.5.1...0.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 9940fc39b3)
2021-04-06 09:53:27 +02:00
Matthew
4398a3fb48 Remove extra "v" option from exporting for android (3.3) (#4812) 2021-04-05 01:08:54 +02:00
DeeJayLSP
a66feb60db Remove March from 3.3 release date (#4803)
March is over, 3.3 will most likely launch this month
2021-04-02 14:40:05 +02:00
Yuri Sizov
12979fa44a Add a mention of the PR review process and proposals to the contribution guide (#4801)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-04-01 02:33:31 +02:00
DeeJayLSP
a4dad5c446 Add information on cloning a Git branch/tag directly (#4800)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-03-31 21:45:29 +02:00
Rémi Verschelde
5b82e9d2a1 Merge pull request #4797 from Faless/js/3.2_reverts
[3.2] Reverts HTML5 changes, fix github links
2021-03-31 18:46:08 +02:00
Fabio Alessandrelli
57b17e5af7 [3.2] [HTML5] Point to 3.2 html5 shell example.
Direct reference to GitHub is removed in 3.3/master in favour of a
minimal emvedded example after the rewrite of the JS interface.
2021-03-31 18:28:54 +02:00
Fabio Alessandrelli
8546afce1f Revert "Update HTML5 classref with autogenerated jsdoc."
This reverts commit 58690b4c0a.
2021-03-31 18:26:23 +02:00
Rémi Verschelde
944d5e71c9 Merge pull request #4792 from Calinou/channels-user-groups-page
Link to User groups page for language-based communities
2021-03-29 15:05:12 +02:00
Hugo Locurcio
a3b5a1e349 Use a separate GitHub Actions workflow to build offline documentation (#4733)
This is required to get a permalink using https://nightly.link
as we need the workflow containing the offline docs ZIP artifact
to always be the latest one. Creating a second workflow is a good
way to solve this.

This also makes it easier to distinguish between linting checks
and offline documentation builds in the repository's Actions tab.
2021-03-28 23:46:56 +02:00
Hugo Locurcio
af70bff503 Pin sphinx-tabs to 1.3.0 to workaround instant search regression
See https://github.com/godotengine/godot-docs/issues/4787.
2021-03-28 19:13:42 +02:00
Hugo Locurcio
986260b38f Update readthedocs-sphinx-search to 0.1.0 2021-03-28 15:46:09 +02:00
Hugo Locurcio
ed216f629d Document how to avoid light leaks in GI Probes (#4784) 2021-03-28 15:07:50 +02:00
31
c8bc1d18ab Fix C# IntersectRay usage: 'exclude' is a Godot Array (#4785) 2021-03-28 03:06:04 +02:00
Nathan Lovato
8e98c71c9e 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:50 +01:00
Hugo Locurcio
e01a520e78 Document workaround for running a project with a ZIP data pack
This closes #4768.

(cherry picked from commit f3ae44e358)
2021-03-23 13:55:43 +01:00
Hugo Locurcio
e109a07a60 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:33 +01:00
Rémi Verschelde
91d800a488 Merge pull request #4770 from akien-mga/3.2-remove-3.2.4-pages
Remove documentation specific to 3.2.4 (now 3.3, in its own branch)
2021-03-23 13:52:03 +01:00
Rémi Verschelde
e0e14e9435 Remove documentation specific to 3.2.4 (now 3.3, in its own branch) 2021-03-19 14:22:36 +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