Commit Graph
4733 Commits
Author SHA1 Message Date
hpnrep6 0cc795b04e Remove extra comma in iOS plugins page (#5003) 2021-06-17 03:01:47 +02:00
hpnrep6 599d0a7726 Fix dark mode in JavaScript class reference (#5002) 2021-06-17 00:20:06 +02:00
Lisandro LoreaandHugo Locurcio c0ef3dd52b Clarify the purpose of load_steps in TSCN file format (#5001)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-06-16 23:45:08 +02:00
soringherghisan 9b8fb00e25 Random number generation: Fix comment for randi_range() example (#4998) 2021-06-15 19:09:42 +02:00
Leroy Hopson c79ae5032f Fix typo in Compiling for Web: add missing '.' to file extension (#4997) 2021-06-15 18:41:29 +02:00
DeeJayLSP de53fafca8 Community channels: fix User groups link (#4991)
Add a missing _ at the end of user groups link.
2021-06-13 22:06:09 +02:00
DeeJayLSP 7db6e38b99 Design a title screen: change text to avoid use of first person (#4970) 2021-06-08 16:40:37 +02:00
DeeJayLSPandHugo Locurcio 6d7e74ca2a Remove pleonasm in Localization using gettext (#4968)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-06-07 21:58:10 +02:00
DeeJayLSP 4fd2c9d62f Update class reference link on Scene organization (#4962)
doc_autoloads_versus_internal_nodes points to Autoloads versus regular nodes, so name it correctly.
2021-06-07 03:16:32 +02:00
DeeJayLSP 3060d6838e Fix a typo in Logic preferences
At first I thought it was another example of first person usage, but it was just a typo.

This replaces a "my" where it should be "may".

(cherry picked from commit 81863d0518)
2021-06-04 09:46:06 +02:00
DeeJayLSP ec9ada2c8e Fix class reference link on C# features
Fixed a misplaced double back quote that is supposed to be a class reference link on C# features page

(cherry picked from commit 939719f9eb)
2021-06-04 09:45:35 +02:00
DeeJayLSP 77a372d266 Change text to avoid use of first person in Static typing in GDScript (#4953) 2021-06-04 00:25:36 +02:00
Rémi Verschelde ad665b9b1b Merge pull request #4949 from Calinou/intro-editor-development-list-important-files-3.3
List project manager source file in Introduction to editor development (3.3)
2021-06-02 22:45:04 +02:00
Hugo Locurcio 665b6b80c3 List project manager source file in Introduction to editor development
This was added in `master` but not `3.3`.
2021-06-02 22:23:49 +02:00
Rémi Verschelde a415c81f6a classref: Sync with current 3.3 branch 2021-06-02 13:31:55 +02:00
Rémi Verschelde b2692d0eb4 Optimize recently changed autotile 3x3minimal PNGs 2021-06-02 13:28:29 +02:00
Hugo Locurcio 86b20fd2b8 Update 3D rendering limitations to mention Use Debanding project setting (#4646)
(cherry picked from commit db60a7e046)
2021-06-02 13:25:21 +02:00
Hugo Locurcio 2b609587e8 Clarify deadzone difference for Input.get_vector() in Controllers (#4651)
See
https://github.com/godotengine/godot-docs/pull/4620#discussion_r575847917.

(cherry picked from commit c6fedd287e)
2021-06-02 13:24:34 +02:00
Hugo Locurcio 6f328f83fa Add a page about gamepad/controller support in Godot (#4620)
(cherry picked from commit 53c1af720e)
2021-06-02 13:24:17 +02:00
Hugo Locurcio 13c42efab6 Add a page on testing pull requests
(cherry picked from commit 0d54651250)
2021-06-02 13:19:17 +02:00
Hugo Locurcio 51c814f0cc Add a FAQ item about the UI toolkit used by Godot
(cherry picked from commit 23ecee304b)
2021-06-02 13:19:07 +02:00
Hugo Locurcio b805004d4c Add a FAQ item about using Godot to create non-game applications
(cherry picked from commit 5e88db5183)
2021-06-02 13:18:50 +02:00
skyace65 63c8462a31 Update exporting for android images
(cherry picked from commit ce93d89f7d)
2021-06-02 13:17:39 +02:00
skyace65 49dad09dd1 Fix GDNative C example
(cherry picked from commit 3635d341e2)
2021-06-02 13:17:16 +02:00
Hugo Locurcio 4b66f6d744 Rename documentation pages that have the same name as classref pages
This prevents confusion in search engine results.

(cherry picked from commit 6babc68649)
2021-06-02 13:17:00 +02:00
horhorou 8ecde2ecfc Update creating_script_templates.rst
Using Ubuntu and after trying on two different machines. I just want to specify that for Linux the template script files are not listed in the .local/share/godot folder but in .config/godot/.
If someone can confirm on other linux OS 😄
It will allow other people who like me since version 3.0 use scripts_templates in the project root .😭

(cherry picked from commit d8eca54e0c)
2021-06-02 13:16:34 +02:00
dependabot[bot] b9541930f4 Bump sphinx-notfound-page from 0.6 to 0.7.1
Bumps [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) from 0.6 to 0.7.1.
- [Release notes](https://github.com/readthedocs/sphinx-notfound-page/releases)
- [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/0.7.1/CHANGELOG.rst)
- [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/0.6...0.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 7f2a3e8b55)
2021-06-02 13:15:49 +02:00
Rémi Verschelde 60cd919c80 Merge pull request #4848 from golddotasksquestions/add-grey-to-tilemap-tutorial
Marking overlapp area (grey) in 3x3minimal wall tilemap templates
2021-06-02 13:14:58 +02:00
golddotasksquestions 2f1cf06df5 Marking overlapping wall areas gey in tileset template images 2021-06-02 12:57:30 +02:00
git_vb c39853a639 Hard wrap some long comments in godot_interfaces.rst (#4892) 2021-06-02 11:49:44 +02:00
Rémi Verschelde fedc609a57 Merge pull request #4933 from ayushk7/3.3
Fix broken links in development/cpp section
2021-06-02 11:38:43 +02:00
Rémi Verschelde 8e0e7a61a8 Merge pull request #4835 from mortarroad/3.3-normalize-normal
fix the doc for skip_vertex_transform.
2021-06-02 11:34:23 +02:00
Rémi Verschelde 14e9dfff00 Merge pull request #4942 from Calinou/add-introduction-editor-page-3.3 2021-06-02 11:18:30 +02:00
Hugo Locurcio f2dcc1a4fd Mention the new main screen switch shortcuts 2021-05-29 16:24:36 +02:00
Hugo Locurcio 6bad49f0e4 Add Introduction to editor development page
This is a 3.3 backport of the page that was written last year
for the `master` branch.
2021-05-28 18:50:26 +02:00
Lord-Dorogoth 30bf0055ff Update SCons package for FreeBSD in Compiling for Linux, *BSD (#4939)
This was an issue on nomadbsd (basically just usb only freebsd).
2021-05-27 21:06:35 +02:00
dependabot[bot] fd5293ea1a Bump sphinxext-opengraph from 0.4.1 to 0.4.2 (#4938)
Bumps [sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/wpilibsuite/sphinxext-opengraph/releases)
- [Commits](https://github.com/wpilibsuite/sphinxext-opengraph/compare/v0.4.1...v0.4.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-27 08:14:17 +02:00
Hugo Locurcio 1ed3699ed4 Update offline documentation download URL in the README (#4935) 2021-05-25 16:15:36 +02:00
ayushk7 f2178c02af Broken links fixed in developement/cpp 2021-05-25 00:59:18 +05:30
Hugo Locurcio 382d623541 Update URL for offline documentation HTML build
The stable documentation is now built on the `master` branch.
2021-05-20 01:31:24 +02:00
Hugo Locurcio 99f8e13186 Fix another code sample using unsupported C# syntax in Input examples 2021-05-19 23:12:58 +02:00
Hugo Locurcio 7ac57f4c8e Fix unsupported C# syntax in Input examples code sample
This caused a warning in the Sphinx lexer, which turns into an error
on the GitHub Actions CI.
2021-05-19 17:43:27 +02:00
Rémi Verschelde d25260150e classref: Sync with current 3.3 branch 2021-05-18 12:27:03 +02:00
Hugo Locurcio 0a8843399d Document disabling automatic translation in Internationalizing games
(cherry picked from commit 8000d8f317)
2021-05-18 12:22:29 +02:00
Hugo Locurcio 09de57369f Remove obsolete CXXFLAGS override in Custom modules in C++
This line is actually harmful now that Godot defaults to C++17.

(cherry picked from commit 8c4bd39379)
2021-05-18 12:22:16 +02:00
skyace65 e39c168184 Remove reference to 3.0 from 2D lights and shows
(cherry picked from commit 871422f576)
2021-05-18 12:22:09 +02:00
Hugo Locurcio fa7fc1e037 Add Windows PowerShell example in Compiling with PCK encryption key
(cherry picked from commit 6de096dd83)
2021-05-18 12:21:20 +02:00
Rémi Verschelde 8d0025de6c Compiling: Add instructions for macOS templates
Fixes #3194.

(cherry picked from commit f2ad006c37)
2021-05-18 12:21:08 +02:00
BlueStag 0b320a198f Fixed "GetNode" inconsistency
See #4794

(cherry picked from commit 4cfe07b696)
2021-05-18 12:19:27 +02:00
Aaron Franke 0adb4ababa Bump required Mono version to 6.12
(cherry picked from commit 673aa368cc)
2021-05-18 12:19:20 +02:00