From abdd3f591fcd854d0f166724518408927a8f509b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 23 Apr 2021 00:30:08 +0200 Subject: [PATCH] Update documentation changelog for Godot 3.3+ This also renames "tutorials" to "pages" since not all pages listed are tutorials. --- about/docs_changelog.rst | 122 +++++++++++++++++++++++--- tutorials/ui/control_node_gallery.rst | 2 + 2 files changed, 114 insertions(+), 10 deletions(-) diff --git a/about/docs_changelog.rst b/about/docs_changelog.rst index 5f9ea448b..b48aef889 100644 --- a/about/docs_changelog.rst +++ b/about/docs_changelog.rst @@ -3,16 +3,118 @@ Documentation changelog ======================= -The documentation is continually being improved. The release of version 3.2 -includes many new tutorials, many fixes and updates for old tutorials, and many updates -to the :ref:`class reference `. Below is a list of new tutorials -added since version 3.1. +The documentation is continually being improved. The release of version 3.3 +includes many new pages, many fixes and updates to existing pages, and many updates +to the :ref:`class reference `. Below is a list of new pages +added since version 3.0. -.. note:: This document only contains new tutorials so not all changes are reflected, - many tutorials have been substantially updated but are not reflected in this document. +.. note:: This document only contains new pages so not all changes are reflected, + many pages have been substantially updated but are not reflected in this document. -New tutorials since version 3.1 -------------------------------- +New pages since version 3.3 +--------------------------- + +None yet. + +New pages since version 3.2 +--------------------------- + +3D +^^ + +- :ref:`doc_3d_rendering_limitations` + +About +^^^^^ + +- :ref:`doc_troubleshooting` +- :ref:`doc_list_of_features` +- :ref:`doc_release_policy` + +Best practices +^^^^^^^^^^^^^^ + +- :ref:`doc_version_control_systems` + +Community +^^^^^^^^^ + +- :ref:`doc_best_practices_for_engine_contributors` +- :ref:`doc_bisecting_regressions` +- :ref:`doc_editor_and_docs_localization` + +Development +^^^^^^^^^^^ + +- :ref:`doc_introduction_to_editor_development` +- :ref:`doc_editor_style_guide` +- :ref:`doc_common_engine_methods_and_macros` +- :ref:`doc_vulkan_validation_layers` +- :ref:`doc_gdscript_grammar` +- Configuring an IDE: :ref:`doc_configuring_an_ide_code_blocks` + +Editor +^^^^^^ + +- :ref:`doc_default_key_mapping` +- :ref:`doc_using_the_web_editor` + +Export +^^^^^^ + +- :ref:`doc_exporting_for_dedicated_servers` + +Input +^^^^^ + +- :ref:`doc_controllers_gamepads_joysticks` + +Math +^^^^ + +- :ref:`doc_random_number_generation` + +Platform-specific +^^^^^^^^^^^^^^^^^ + +- :ref:`doc_android_custom_build` +- :ref:`doc_plugins_for_ios` +- :ref:`doc_ios_plugin` +- :ref:`doc_html5_shell_classref` + +Physics +^^^^^^^ + +- :ref:`doc_collision_shapes_2d` +- :ref:`doc_collision_shapes_3d` + +Shaders +^^^^^^^ + +- :ref:`doc_shaders_style_guide` + +Scripting +^^^^^^^^^ + +- :ref:`doc_debugger_panel` +- :ref:`doc_creating_script_templates` +- :ref:`doc_evaluating_expressions` +- :ref:`doc_what_is_gdnative` +- :ref:`doc_gdscript_warning_system` (split from :ref:`doc_gdscript_static_typing`) +- :ref:`doc_custom_visualscript_nodes` + +VR +^^ + +- :ref:`doc_developing_for_oculus_quest` + +User Interface (UI) +^^^^^^^^^^^^^^^^^^^ + +- :ref:`doc_control_node_gallery` + +New pages since version 3.1 +--------------------------- Project workflow ^^^^^^^^^^^^^^^^ @@ -100,8 +202,8 @@ Legal - :ref:`doc_complying_with_licenses` -New tutorials since version 3.0 -------------------------------- +New pages since version 3.0 +--------------------------- Step by step ^^^^^^^^^^^^ diff --git a/tutorials/ui/control_node_gallery.rst b/tutorials/ui/control_node_gallery.rst index c254121c9..adb8c6bef 100644 --- a/tutorials/ui/control_node_gallery.rst +++ b/tutorials/ui/control_node_gallery.rst @@ -1,3 +1,5 @@ +.. _doc_control_node_gallery: + Control node gallery ====================