diff --git a/about/docs_changelog.rst b/about/docs_changelog.rst index adf7a16ed..2e5837f96 100644 --- a/about/docs_changelog.rst +++ b/about/docs_changelog.rst @@ -21,6 +21,7 @@ Step-by-step Project workflow ^^^^^^^^^^^^^^^^ + Best Practices: - :ref:`Introduction ` - :ref:`What are Godot classes ` @@ -63,6 +64,11 @@ Animation - :ref:`2D skeletons ` - :ref:`AnimationTree ` +GUI +^^^ + +- :ref:`Containers ` + Viewports ^^^^^^^^^ @@ -74,9 +80,14 @@ Shading - :ref:`Intro to shaders: 2D and 3D water (7 video tutorials) ` - :ref:`Migrating to Godot’s shading language ` -- :ref:`Vertex displacement with shaders ` - :ref:`Advanced post-processing ` +Your First Shader Series: + - :ref:`What are shaders? ` + - :ref:`Your first CanvasItem shader ` + - :ref:`Your first Spatial shader ` + - :ref:`Your first Spatial shader: Part 2 ` + Shading Reference: - :ref:`Shaders ` - :ref:`Shading language ` @@ -99,6 +110,12 @@ Multi-threading - :ref:`Thread safe APIs ` +Optimization +^^^^^^^^^^^^ + +- :ref:`Using MultiMesh ` +- :ref:`Using servers ` + Miscellaneous ^^^^^^^^^^^^^ @@ -107,6 +124,11 @@ Miscellaneous - :ref:`Change scenes manually ` - :ref:`Differences between GLES2 and GLES3 ` +Legal +^^^^^ + +- :ref:`Complying with Licenses ` + Compiling ^^^^^^^^^