docs_changelog.rst 3.7 KB

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