Commit Graph

1484 Commits

Author SHA1 Message Date
Nathan Lovato
a74cf9ac21 Fix two code lines wrapped in a single one 2020-10-10 21:44:27 -06:00
George Marques
e5d0fa4d67 Apply suggestions from code review
Include suggestions from Calinou

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-10-10 21:44:27 -06:00
George Marques
efbea16f01 Describe GDScript properties 2020-10-10 21:44:08 -06:00
George Marques
ec48a04a85 Update export docs to use annotations 2020-10-10 21:44:07 -06:00
George Marques
7f28694a94 Update GDScript basics doc to follow GDScript 2.0 2020-10-10 21:43:46 -06:00
Nathan Lovato
1fc736e5ae Merge pull request #3867 from pycbouh/better-inspector-plugin
Improve Inspector plugin tutorial with a better example
2020-10-10 13:10:56 -06:00
Nathan Lovato
09d4edb0e1 Edit inspector_plugins.rst 2020-10-10 13:06:57 -06:00
Nathan Lovato
5f6b7e7ece Edit running_code_in_the_editor.rst 2020-10-10 10:14:23 -06:00
Hugo Locurcio
6e6be9815d Document node configuration warnings in Running code in the editor 2020-10-10 09:48:24 -06:00
Nathan Lovato
9e91769f93 Move debug section to Scripting
Closes #4110
2020-10-09 10:09:09 -06:00
Nathan Lovato
68817428d9 Merge pull request #4214 from NathanLovato/edit/data_paths
Rename and edit data_paths.rst
2020-10-09 10:08:48 -06:00
Pablo Escobar
e704124b4f Document addition of METALLIC to light() built-ins 2020-10-09 15:06:55 +02:00
Nathan Lovato
9cc11dcd0e Merge pull request #4235 from NathanLovato/organization/move-gdnative
Move plugins/gdnative to scripting/
2020-10-08 20:52:06 -06:00
Nathan Lovato
a95048b614 Move plugins/gdnative to scripting/
Closes #4114
2020-10-08 17:36:52 -06:00
Nathan Lovato
75e6ba0454 Rename GUI to User Interface (UI) 2020-10-08 17:05:17 -06:00
Nathan Lovato
5b45992dfb Rename I/O page into Input and Output (I/O)
Closes #4144
2020-10-08 16:57:48 -06:00
Nathan Lovato
ad4c479d68 Rename shading section into shaders
Closes #4155
Closes #4154
2020-10-08 16:56:58 -06:00
Nathan Lovato
ef602495cf Move remaining pages in getting_started/scripting after rebase 2020-10-08 14:19:45 -06:00
Nathan Lovato
dd355d3ff9 Remove misc/ section and state_design_pattern 2020-10-08 14:14:44 -06:00
Nathan Lovato
81f764e270 Move handling_quit_requests to inputs 2020-10-08 14:14:44 -06:00
Nathan Lovato
d29793759e Move binary_serialization_api to io/ 2020-10-08 14:14:44 -06:00
Nathan Lovato
32c87bf010 Move running_code_in_the_editor to plugins/ 2020-10-08 14:14:44 -06:00
Nathan Lovato
3d67d7e992 Move three pages from misc/ to scripting/ 2020-10-08 14:14:44 -06:00
Nathan Lovato
845239794d Move jitter_stutter and gles2_gles3_differences to rendering section 2020-10-08 14:14:43 -06:00
Nathan Lovato
0e0c3f4382 Move vertex animation files to performance
Closes #4123
2020-10-08 14:08:19 -06:00
Nathan Lovato
544e5a1242 Remove what are shaders page and description from your_first_shader/ 2020-10-08 14:04:17 -06:00
Nathan Lovato
4a052e0e04 Fix errors after rebasing the branch on master 2020-10-08 14:04:17 -06:00
Nathan Lovato
d09969f871 Rename migrating_to_godot_shader_language.rst
Also wrap lines in the document at 80 characters

Closes #4178
2020-10-08 14:04:17 -06:00
Nathan Lovato
d51a91ad3d Move and rename what_are_shaders.rst
Closes #4179
2020-10-08 13:45:54 -06:00
Nathan Lovato
6c6823440d Merge pull request #4215 from NathanLovato/refactor/move-viewport-pages
Move viewport pages
2020-10-08 13:44:49 -06:00
Nathan Lovato
41a40eca9c Merge pull request #4227 from NathanLovato/organization/move-assetlib
Move assetlib section to community
2020-10-08 13:41:49 -06:00
Nathan Lovato
ead19c22da Merge pull request #4226 from NathanLovato/organization/move-scripting-section
Move scripting section to tutorials
2020-10-08 13:41:32 -06:00
Nathan Lovato
2b6c33292e Merge pull request #4228 from NathanLovato/organization/move-android-plugins
Move and group android docs in platform/android
2020-10-08 13:41:22 -06:00
Nathan Lovato
db4f7d1e68 Merge Multi-threading and Optimization into a new Performance section
Close #4112
2020-10-08 07:51:59 -06:00
Nathan Lovato
38e86070e3 Remove water shader tutorial series
Closes #4158
2020-10-07 21:39:28 -06:00
Nathan Lovato
b8ed3098d2 Move and group android docs in platform/android
Closes #4162
2020-10-07 21:12:28 -06:00
Nathan Lovato
4dc71e9579 Move tutorials/assetlib to community/
Closes #4109
2020-10-07 21:03:38 -06:00
Nathan Lovato
6b1d49fa4b Merge pull request #4224 from NathanLovato/master
Remove tutorials/legal, move complying_with_licenses
2020-10-07 16:33:00 -06:00
Nathan Lovato
4272395ab7 Move scripting section to tutorials/
Closes #4113
2020-10-07 14:05:48 -06:00
Nathan Lovato
9cf9fb716a Remove tutorials/legal, move complying_with_licenses
Closes #4111
2020-10-07 13:29:40 -06:00
Nathan Lovato
c71f86e0f2 Rename your first shader pages
Also filled paragraphs at 80 characters

Closes #4157
2020-10-07 12:29:33 -06:00
Nathan Lovato
e0b8899266 Rename godot_shader_language_style_guide, shorten title
Closes #4159
2020-10-07 11:28:24 -06:00
Nathan Lovato
f9b547e1ef Rename animation_2d page to animation
Closes #4136
2020-10-07 11:28:24 -06:00
Nathan Lovato
77210c1d9e Move viewport pages
Closes #4180
2020-10-06 21:18:11 -06:00
Nathan Lovato
22474d6c4b Add rendering section
pre-requisite for multiple PRs and changes I need to make in parallel
2020-10-06 21:10:49 -06:00
Nathan Lovato
a9aebefb60 Rename and edit data_paths.rst
Closes #4181
2020-10-06 16:56:35 -06:00
Nathan Lovato
9a632289a3 Merge branch 'docs/extend-gui-size-and-anchors-page' 2020-10-06 15:17:20 -06:00
Nathan Lovato
beb82cda27 Edit info about the layout menu in tutorials/gui/size_and_anchors.rst 2020-10-06 15:16:30 -06:00
Hugo Locurcio
421c3a6a49 Clarify that procedural geometry can only be created on the CPU 2020-10-06 18:21:34 +02:00
Nathan Lovato
e35fd0a2bf Merge pull request #4203 from Calinou/add-2d-collision-shapes
Add a page about 2D collision shapes
2020-10-05 10:45:37 -06:00