Commit Graph
4857 Commits
Author SHA1 Message Date
Danil AlexeevandHugo Locurcio e4c408d326 Update docs about named colors in RichTextLabel (#4648)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-02-14 15:58:00 +01:00
Yuri Sizov 761592598f Remove mentions of IRC in favor of the new Contributors Chat platform (#4644) 2021-02-13 17:27:41 +01:00
Hugo Locurcio 6d45a91d1e Fix incorrect code block tab syntax in Controllers documentation (#4643) 2021-02-13 15:54:55 +01:00
Hugo Locurcio 8da06bd7c7 Clarify the 2 editor assetlib browsers displaying different categories (#4633)
This closes #4630.
2021-02-13 02:11:15 +01:00
Hugo Locurcio 53c1af720e Add a page about gamepad/controller support in Godot (#4620) 2021-02-13 02:11:07 +01:00
Hugo Locurcio 93b25e8713 Document Firefox WebGL being slow on Linux and workaround (#4628) 2021-02-13 02:10:39 +01:00
Hugo Locurcio 15cf5a9acd Discourage using Linux distribution packages for Android SDKs (#4636)
See https://github.com/godotengine/godot/issues/45844.
2021-02-13 02:00:17 +01:00
Andrii Doroshenko 0e598d9505 Update link to awesome-godot repository (#4641) 2021-02-12 18:25:57 +01:00
Beuc cdb9024360 inputevent: Fix/update default signal name (#4634)
See
https://github.com/godotengine/godot/blob/5260b6e046c244ed6376c47c7af5a0f27d934c12/scene/gui/control.cpp#L3038
https://github.com/godotengine/godot/blob/5260b6e046c244ed6376c47c7af5a0f27d934c12/scene/main/viewport.cpp#L2373
2021-02-08 13:19:09 +01:00
FeralBytesandHugo Locurcio 7f92ed4d29 Fix height() functions missing return in Your second 3D shader (#4631)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-02-07 23:07:00 +01:00
FeralBytesandHugo Locurcio 357c89e980 Fix confusing writing in Your first 3D shader (#4627)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-02-07 16:54:50 +01:00
Rémi Verschelde b8ad07d2f6 Merge pull request #4621 from skyace65/Capture
Add Capture effect to audio buses page (4.0)
2021-02-06 21:59:24 +01:00
Rémi Verschelde 74210e4cd1 Merge pull request #4626 from Calinou/revert-gdscript-lexer-fix
Revert "Fix Sphinx `add_lexer()` deprecation in the GDScript extension (#4594)"
2021-02-06 01:23:27 +01:00
Hugo Locurcio cf655aa176 Revert "Fix Sphinx add_lexer() deprecation in the GDScript extension (#4594)"
This broke the build.

This reverts commit 1f8dcbeee7.
2021-02-05 23:40:32 +01:00
Hugo Locurcio f528a844d6 Add a more descriptive custom 404 error page (#4624)
This helps users find their way back to the documentation.
2021-02-05 21:48:22 +01:00
skyace65 e28a209ee3 Add Capture effect to audio buses page (4.0) 2021-02-03 19:18:21 -05:00
Carl 3f3e203bdd Fix CSharp instanciation example (#4618) 2021-02-02 14:36:11 +01:00
MatthewandHugo Locurcio cb3499b78b Update audio stream and audio import pages, document MP3 support (#4606)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-31 01:34:37 +01:00
Matthew b9792113aa Mention WebXR support in AR/VR primer page (#4608) 2021-01-30 23:57:32 +01:00
Marek S. Ł 1cdd6c9cc7 Replace instance diagram images for readability on all backgrounds (#4609) 2021-01-30 23:56:56 +01:00
BeucandHugo Locurcio 8d15ca796d Reference Custom Effects property in BBCode in RichTextLabel (#4604)
Custom effects need manual activation.
This information was missing to complete the tutorial.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-30 17:07:26 +01:00
GuangGuang 6eb4c3d6f2 Fix collision layer math formula in Physics introduction (#4598) 2021-01-29 15:43:30 +01:00
Rémi Verschelde 9960d1f887 Merge pull request #4574 from Calinou/exporting-dedicated-servers-executable-permission
Document the executable permission for the dedicated server binary
2021-01-29 01:10:13 +01:00
Hugo Locurcio 1f8dcbeee7 Fix Sphinx add_lexer() deprecation in the GDScript extension (#4594)
This closes #4593.
2021-01-28 00:57:51 +01:00
TheGuideKnight de34df3ecb Add @TheGuideKnight's 2D tutorial series to Tutorials and resources (#4592)
The playlist contains a tutorial for a 2D Breakout game, done entirely
in Godot.
2021-01-27 21:34:25 +01:00
Rémi Verschelde a0f8f767a8 Merge pull request #4535 from Calinou/add-control-gallery-page
Add a page referencing the Control gallery image and demo
2021-01-26 15:27:41 +01:00
vikslandHugo Locurcio 132d18ad49 3D Game: Fix text to reflect the context images for collision masks (#4578)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-25 16:26:01 +01:00
viksl d1ff7cdc67 3D game: Fix translation/rotation values to be the same as in images (#4577)
Quick fix to values for translation and rotation since the images show the values in reverse.
(In the picture translation is 0.2 and rotation 0.1)
2021-01-25 14:49:37 +01:00
Hugo Locurcio 3192ebe1a2 Document the executable permission for the dedicated server binary 2021-01-25 00:38:22 +01:00
Beuc d9879dbb57 Fix typo in Audio streams (#4571)
AudioStreamRandomPitch is an AudioStream, not an AudioStreamPlayer
2021-01-24 19:50:43 +01:00
Michael Alexsander 1ec802463a Add MP3 to the list of supported audio formats (#4569) 2021-01-23 21:19:34 +01:00
Nathan Lovato 81e24ef93b Merge pull request #4566 from NathanLovato/fix/input-example-typo
Fix typo in input_examples.rst
2021-01-21 12:50:31 -06:00
Nathan Lovato 1a36804d99 Merge pull request #4541 from Calinou/add-editor-development-page
Add a page about Godot editor development
2021-01-21 11:50:00 -06:00
Nathan Lovato 359f09343a Fix typo in input_examples.rst 2021-01-21 11:48:45 -06:00
Nathan Lovato bb8013bcc1 Merge pull request #4213 from NathanLovato/feature/ios-plugin
Document iOS plugins
2021-01-21 11:45:24 -06:00
Nathan Lovato df76382c05 Edit introduction_to_editor_development.rst 2021-01-21 11:44:55 -06:00
Nathan Lovato e25013caba Merge pull request #4538 from Calinou/add-devdocs-link
Link to DevDocs on the home page for offline browsing
2021-01-21 11:39:10 -06:00
Nathan Lovato e8e18a2415 Merge pull request #4547 from skyace65/ContentNote
Add note about content guidelines in writing guidelines page
2021-01-21 11:37:12 -06:00
Nathan Lovato 62de10b3d0 Edit and move ios_plugin.rst 2021-01-21 11:36:20 -06:00
Nathan Lovato 4cad1b49a7 Merge pull request #4561 from aaronfranke/const-ray-len
Update ray length constant to match style guidelines
2021-01-21 11:33:43 -06:00
Sergey Minakov 6b2ac7f9a1 iOS: Plugin documentation 2021-01-21 11:31:58 -06:00
Aaron Franke f0dfc9e19c Update ray length constant to match style guidelines 2021-01-19 05:27:07 -05:00
Hugo Locurcio 34c5374c70 Add a page about Godot editor development
This is aimed at current or future engine contributors.
2021-01-17 14:41:39 +01:00
Fabio Colella be6e3c1e30 Fix :ref: link typo in C# basics (#4552) 2021-01-17 13:24:59 +01:00
Fabio Colella b0d34cd749 Add C# using dependencies to Your first game (#4553) 2021-01-17 13:24:08 +01:00
Yuri Sizov c93809454c Merge pull request #4549 from samlaf/patch-1
Fixed typo: multiples -> multiplies
2021-01-17 13:26:41 +03:00
Samuel Laferriere cdd8f0af1e Fixed typo: multiples -> multiplies 2021-01-17 00:08:05 -05:00
skyace65 9fe1d8d829 Add note about content guidelines in writing guidelines page 2021-01-16 15:46:46 -05:00
Clemens TolboomandHugo Locurcio 0e881bf103 Make Vulkan requirement an important note in Compiling for macOS (#4545)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-16 17:20:28 +01:00
Rémi Verschelde a716391dfc Merge pull request #4546 from skyace65/PRTemplate
Update PR template
2021-01-16 16:21:57 +01:00