docs_changelog.rst 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. .. _doc_docs_changelog:
  2. Documentation changelog
  3. =======================
  4. The documentation is continually being improved. The release of version 3.2
  5. includes many new tutorials, many fixes and updates for old tutorials, and many updates
  6. to the :ref:`class reference <toc-class-ref>`. Below is a list of new tutorials
  7. added since version 3.1.
  8. .. note:: This document only contains new tutorials so not all changes are reflected,
  9. many tutorials have been substantially updated but are not reflected in this document.
  10. New tutorials since version 3.1
  11. -------------------------------
  12. Project workflow
  13. ^^^^^^^^^^^^^^^^
  14. - :ref:`doc_android_custom_build`
  15. 2D
  16. ^^
  17. - :ref:`doc_2d_sprite_animation`
  18. Audio
  19. ^^^^^
  20. - :ref:`doc_recording_with_microphone`
  21. - :ref:`doc_sync_with_audio`
  22. Math
  23. ^^^^
  24. - :ref:`doc_beziers_and_curves`
  25. - :ref:`doc_interpolation`
  26. Inputs
  27. ^^^^^^
  28. - :ref:`doc_input_examples`
  29. Internationalization
  30. ^^^^^^^^^^^^^^^^^^^^
  31. - :ref:`doc_localization_using_gettext`
  32. Shading
  33. ^^^^^^^
  34. - Your First Shader Series:
  35. - :ref:`doc_introduction_to_shaders`
  36. - :ref:`doc_your_first_canvasitem_shader`
  37. - :ref:`doc_your_first_spatial_shader`
  38. - :ref:`doc_your_second_spatial_shader`
  39. - :ref:`doc_visual_shaders`
  40. Networking
  41. ^^^^^^^^^^
  42. - :ref:`doc_webrtc`
  43. VR
  44. ^^
  45. - :ref:`doc_vr_starter_tutorial_part_one`
  46. - :ref:`doc_vr_starter_tutorial_part_two`
  47. Plugins
  48. ^^^^^^^
  49. - :ref:`doc_android_plugin`
  50. - :ref:`doc_inspector_plugins`
  51. - :ref:`doc_visual_shader_plugins`
  52. Multi-threading
  53. ^^^^^^^^^^^^^^^
  54. - :ref:`doc_using_multiple_threads`
  55. Creating content
  56. ^^^^^^^^^^^^^^^^
  57. Procedural geometry series:
  58. - :ref:`Procedural geometry <toc-procedural_geometry>`
  59. - :ref:`doc_arraymesh`
  60. - :ref:`doc_surfacetool`
  61. - :ref:`doc_meshdatatool`
  62. - :ref:`doc_immediategeometry`
  63. Optimization
  64. ^^^^^^^^^^^^
  65. - :ref:`doc_using_multimesh`
  66. - :ref:`doc_using_servers`
  67. Legal
  68. ^^^^^
  69. - :ref:`doc_complying_with_licenses`
  70. New tutorials since version 3.0
  71. -------------------------------
  72. Step by step
  73. ^^^^^^^^^^^^
  74. - :ref:`doc_signals`
  75. - :ref:`doc_exporting_basics`
  76. Scripting
  77. ^^^^^^^^^
  78. - :ref:`doc_gdscript_static_typing`
  79. Project workflow
  80. ^^^^^^^^^^^^^^^^
  81. Best Practices:
  82. - :ref:`doc_introduction_best_practices`
  83. - :ref:`doc_what_are_godot_classes`
  84. - :ref:`doc_scene_organization`
  85. - :ref:`doc_scenes_versus_scripts`
  86. - :ref:`doc_autoloads_versus_internal_nodes`
  87. - :ref:`doc_node_alternatives`
  88. - :ref:`doc_godot_interfaces`
  89. - :ref:`doc_godot_notifications`
  90. - :ref:`doc_data_preferences`
  91. - :ref:`doc_logic_preferences`
  92. 2D
  93. ^^
  94. - :ref:`doc_2d_lights_and_shadows`
  95. - :ref:`doc_2d_meshes`
  96. 3D
  97. ^^
  98. - :ref:`doc_csg_tools`
  99. - :ref:`doc_animating_thousands_of_fish`
  100. - :ref:`doc_controlling_thousands_of_fish`
  101. Physics
  102. ^^^^^^^
  103. - :ref:`doc_ragdoll_system`
  104. - :ref:`doc_soft_body`
  105. Animation
  106. ^^^^^^^^^
  107. - :ref:`doc_2d_skeletons`
  108. - :ref:`doc_animation_tree`
  109. GUI
  110. ^^^
  111. - :ref:`doc_gui_containers`
  112. Viewports
  113. ^^^^^^^^^
  114. - :ref:`doc_viewport_as_texture`
  115. - :ref:`doc_custom_postprocessing`
  116. Shading
  117. ^^^^^^^
  118. - :ref:`doc_converting_glsl_to_godot_shaders`
  119. - :ref:`doc_advanced_postprocessing`
  120. Shading Reference:
  121. - :ref:`doc_introduction_to_shaders`
  122. - :ref:`doc_shading_language`
  123. - :ref:`doc_spatial_shader`
  124. - :ref:`doc_canvas_item_shader`
  125. - :ref:`doc_particle_shader`
  126. Plugins
  127. ^^^^^^^
  128. - :ref:`doc_making_main_screen_plugins`
  129. - :ref:`doc_spatial_gizmo_plugins`
  130. Platform-specific
  131. ^^^^^^^^^^^^^^^^^
  132. - :ref:`doc_customizing_html5_shell`
  133. Multi-threading
  134. ^^^^^^^^^^^^^^^
  135. - :ref:`doc_thread_safe_apis`
  136. Creating content
  137. ^^^^^^^^^^^^^^^^
  138. - :ref:`doc_making_trees`
  139. Miscellaneous
  140. ^^^^^^^^^^^^^
  141. - :ref:`doc_jitter_stutter`
  142. - :ref:`doc_running_code_in_the_editor`
  143. - :ref:`doc_change_scenes_manually`
  144. - :ref:`doc_gles2_gles3_differences`
  145. Compiling
  146. ^^^^^^^^^
  147. - :ref:`doc_optimizing_for_size`
  148. - :ref:`doc_compiling_with_script_encryption_key`
  149. Engine development
  150. ^^^^^^^^^^^^^^^^^^
  151. - :ref:`doc_binding_to_external_libraries`