Commit Graph

5874 Commits

Author SHA1 Message Date
Rémi Verschelde
c3aec5ee8a Release policy: Q2 is over, 3.5 should be released in July 2022-07-03 13:32:47 +02:00
Douglas Leão
4f49d2f7ef Fix image link in Internationalizing games (#5899) 2022-07-01 19:47:49 +02:00
Evan
2e0162afa0 Improve title of 3D text for descriptive navigation (#5897)
Previously, it displayed as "Introduction" under the 3D tab, making it incredibly unclear what the page was actually about. If I understand ReadTheDocs generation of the menu correctly, this will give it a much clearer and more descriptive name of "3D text" in the navigation menu.
I based my exact title on the format of the "3D lights and shadows" documentation title, figuring it was the closest in content type to what is included in the 3D Text documentation.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-06-29 18:05:19 +02:00
Rémi Verschelde
61fd183807 classref: Sync with current master branch (c4f0062f1) 2022-06-25 12:45:02 +02:00
Max Hilbrunner
ecaaa4f960 Merge pull request #5879 from Calinou/one-click-deploy-add-troubleshooting
Add Android troubleshooting instructions in One-click deploy
2022-06-22 18:52:48 +02:00
Max Hilbrunner
231b356e3d Merge pull request #5870 from skyace65/BlenderEmissive
Update blender gltf export information
2022-06-22 18:51:16 +02:00
Max Hilbrunner
fa07d717a0 Merge pull request #5869 from bruvzg/update_locales
Update "locale codes" list.
2022-06-22 18:50:15 +02:00
Spencer Kotys
22f820a036 Improved documentation for GDScript in keyword (#5883)
* Improve 'in' operator description

* Apply syntax suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-06-22 18:48:29 +02:00
Max Hilbrunner
573ca8a9b8 Merge pull request #5882 from aaronfranke/os-feature
Update OS feature tags list with new architecture features and OS names in 4.0
2022-06-22 18:46:42 +02:00
Aaron Franke
158ffa41cd Update OS feature tags list with new architecture features 2022-06-17 13:33:09 -05:00
Aaron Franke
dfd020cb5f Merge pull request #5880 from aaronfranke/active-direct
Docs writing guidelines: Replace "direct" with "active"
2022-06-16 15:30:18 -04:00
Aaron Franke
13d05e57e8 Docs writing guidelines: Replace "direct" with "active" 2022-06-16 12:10:06 -05:00
rafascar
de03891213 Fix typo on Exporting to macOS (#5878)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-06-15 16:57:59 +02:00
and-rad
308bde3cc0 Improve side-aligned image positioning (#5876)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-06-15 16:57:13 +02:00
Hugo Locurcio
0ee6795a05 Add Android troubleshooting instructions in One-click deploy 2022-06-15 16:49:18 +02:00
skyace65
656dec53ad Update blender gltf export information 2022-06-10 21:29:49 -04:00
bruvzg
cd6e06c8ec Update "locale codes" list. 2022-06-10 16:44:23 +03:00
Marius Wachtler
8063184876 Always point to latest Pyston release on Compiling for Linux/*BSD (#5867) 2022-06-09 17:06:33 +02:00
Rémi Verschelde
8d5cdb0c7a classref: Sync with current master branch (c09d83010) 2022-06-08 13:39:15 +02:00
smix8
869830c6ba Document MeshLibrary navmesh export (#5863)
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-06-08 13:31:52 +02:00
Rémi Verschelde
203fbd35c0 Merge pull request #5837 from akien-mga/gdnative-html5 2022-06-08 13:25:43 +02:00
Andrew Rublyov
057dfc2d67 Add missing C# samples for the "Inspector plugins" page (#5829) 2022-06-08 13:22:43 +02:00
Rémi Verschelde
f293d3398f Merge pull request #5855 from smix8/navigation_missing_category_4.x 2022-06-08 13:22:06 +02:00
Clay John
739331c11e Merge pull request #5841 from skyace65/3DText4
Document Label3D and text mesh (4.0)
2022-06-07 08:15:38 -07:00
Clay John
1266869e8b Merge pull request #5860 from mdechdee/patch-1
Rename hint_color to source_color in examples in Shading language page
2022-06-07 08:12:21 -07:00
Mathichai Dechdee
87685ed531 Rename hint_color to source_color in examples
in examples of shading language page
2022-06-07 21:39:00 +09:00
smix8
5cbff38341 Add missing Navigation category
Add missing Navigation category
2022-06-04 00:15:12 +02:00
skyace65
c380aed394 Document label 3d and text mesh (4.0) 2022-05-27 11:34:00 -04:00
Hugo Locurcio
dc20b238e3 Fix missing file extension in Exporting projects 2022-05-26 20:54:09 +02:00
Clay John
fcbe3b23fb Merge pull request #5840 from Calinou/exporting-projects-output-file-extension
Clarify the expected output file extensions in Exporting projects
2022-05-26 11:48:44 -07:00
Hugo Locurcio
791814bb10 Clarify the expected output file extensions in Exporting projects 2022-05-26 20:42:57 +02:00
Danil Alexeev
e161f86cf5 Update docs about doc comments (@desc: replaced with blank line) (#5838) 2022-05-26 19:40:34 +02:00
Rémi Verschelde
790c6ca532 Fix outdated comment about GDNative on HTML5 2022-05-25 12:35:00 +02:00
Yuri Rubinsky
587a779bd0 Merge pull request #5836 from Chaosus/shader_hint_rename 2022-05-24 09:59:31 +03:00
Yuri Rubinsky
c423eef3f5 Rename hint_albedo, hint_white/black in shaders 2022-05-24 09:53:23 +03:00
Telmo "Trooper
d24f12558f Add exit condition to prevent thread from hanging in resource_queue.gd (#5833)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-05-23 15:01:27 +02:00
Max Hilbrunner
c483b5204e Merge pull request #5835 from skyace65/Clearcoat4
Add example for clearcoat parameter (4.0)
2022-05-23 08:05:09 +02:00
Matthew
fd545c7a3e Document scene unique nodes (#5831)
* Document scene unique nodes

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-05-23 08:03:37 +02:00
skyace65
37174fdd7e Add clearcoat comparison image 2022-05-22 13:32:29 -04:00
Clay John
81680e5cd7 Merge pull request #4587 from skyace65/StandardMaterial
Update Spatial Material 3D page for Godot 4
2022-05-21 11:00:06 -06:00
snailrhymer
490c2ac988 Add command to build specific files in Building the manual with Sphinx (#5828) 2022-05-20 22:04:09 +02:00
skyace65
f37cffc8ee Update Spatial material 3D page for Godot 4 2022-05-19 19:53:40 -04:00
Max Hilbrunner
749b98fc50 Merge pull request #5815 from Calinou/autoload-no-free
Document that autoloads must not be freed to avoid crashes
2022-05-15 19:28:05 +02:00
Max Hilbrunner
ecdd7d311a Merge pull request #5816 from Calinou/feature-tags-immutable
Document most default feature tags being immutable
2022-05-15 19:27:16 +02:00
Max Hilbrunner
1ad1b5721d Merge pull request #5817 from Calinou/remove-pvrtc
Remove mentions of PVRTC texture compression in the documentation
2022-05-15 19:26:27 +02:00
Hugo Locurcio
f0bc196ed6 Remove mentions of PVRTC texture compression in the documentation
Support for PVRTC was removed in 4.0alpha.
2022-05-14 23:18:37 +02:00
Hugo Locurcio
f351c799ec Document most default feature tags being immutable 2022-05-14 23:16:03 +02:00
Hugo Locurcio
cb9b2b8c5d Document that autoloads must not be freed to avoid crashes 2022-05-14 20:35:21 +02:00
Yuri Rubinsky
29d9c3ab3e Merge pull request #5814 from Chaosus/gds_add_pow_op
Add pow operator to GDScript operators list
2022-05-12 11:17:49 +03:00
Yuri Rubinsky
239c49cc8a Add pow operator to GDScript operators list 2022-05-12 11:10:14 +03:00