docs_changelog.rst 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. .. note:: This section only includes tutorials which have been added in the ``latest`` branch
  12. and backported to this ``3.1`` branch. Some more tutorials specific to later Godot
  13. releases are available on the ``latest`` branch.
  14. 2D
  15. ^^
  16. - :ref:`doc_2d_sprite_animation`
  17. Math
  18. ^^^^
  19. - :ref:`doc_beziers_and_curves`
  20. - :ref:`doc_interpolation`
  21. Inputs
  22. ^^^^^^
  23. - :ref:`doc_input_examples`
  24. Internationalization
  25. ^^^^^^^^^^^^^^^^^^^^
  26. - :ref:`doc_localization_using_gettext`
  27. Shading
  28. ^^^^^^^
  29. Your First Shader Series:
  30. - :ref:`doc_what_are_shaders`
  31. - :ref:`doc_your_first_canvasitem_shader`
  32. - :ref:`doc_your_first_spatial_shader`
  33. - :ref:`doc_your_second_spatial_shader`
  34. Plugins
  35. ^^^^^^^
  36. - :ref:`doc_inspector_plugins`
  37. Multi-threading
  38. ^^^^^^^^^^^^^^^
  39. - :ref:`doc_using_multiple_threads`
  40. Creating content
  41. ^^^^^^^^^^^^^^^^
  42. - :ref:`doc_procedural_geometry`
  43. Optimization
  44. ^^^^^^^^^^^^
  45. - :ref:`doc_using_multimesh`
  46. - :ref:`doc_using_servers`
  47. Legal
  48. ^^^^^
  49. - :ref:`doc_complying_with_licenses`
  50. New tutorials since version 3.0
  51. -------------------------------
  52. Step by step
  53. ^^^^^^^^^^^^
  54. - :ref:`doc_signals`
  55. - :ref:`doc_exporting`
  56. Scripting
  57. ^^^^^^^^^
  58. - :ref:`doc_gdscript_static_typing`
  59. Project workflow
  60. ^^^^^^^^^^^^^^^^
  61. Best Practices:
  62. - :ref:`doc_introduction_best_practices`
  63. - :ref:`doc_what_are_godot_classes`
  64. - :ref:`doc_scene_organization`
  65. - :ref:`doc_scenes_versus_scripts`
  66. - :ref:`doc_autoloads_versus_internal_nodes`
  67. - :ref:`doc_node_alternatives`
  68. - :ref:`doc_godot_interfaces`
  69. - :ref:`doc_godot_notifications`
  70. - :ref:`doc_data_preferences`
  71. - :ref:`doc_logic_preferences`
  72. 2D
  73. ^^
  74. - :ref:`doc_2d_lights_and_shadows`
  75. - :ref:`doc_2d_meshes`
  76. 3D
  77. ^^
  78. - :ref:`doc_csg_tools`
  79. - :ref:`doc_animating_thousands_of_fish`
  80. - :ref:`doc_controlling_thousands_of_fish`
  81. Physics
  82. ^^^^^^^
  83. - :ref:`doc_ragdoll_system`
  84. - :ref:`doc_soft_body`
  85. Animation
  86. ^^^^^^^^^
  87. - :ref:`doc_2d_skeletons`
  88. - :ref:`doc_animation_tree`
  89. GUI
  90. ^^^
  91. - :ref:`doc_gui_containers`
  92. Viewports
  93. ^^^^^^^^^
  94. - :ref:`doc_viewport_as_texture`
  95. - :ref:`doc_custom_postprocessing`
  96. Shading
  97. ^^^^^^^
  98. - :ref:`doc_intro_to_shaders_water_workshop`
  99. - :ref:`doc_migrating_to_godot_shader_language`
  100. - :ref:`doc_advanced_postprocessing`
  101. Shading Reference:
  102. - :ref:`doc_shaders`
  103. - :ref:`doc_shading_language`
  104. - :ref:`doc_spatial_shader`
  105. - :ref:`doc_canvas_item_shader`
  106. - :ref:`doc_particle_shader`
  107. VR
  108. ^^
  109. - :ref:`doc_vr_starter_tutorial`
  110. Plugins
  111. ^^^^^^^
  112. - :ref:`doc_making_main_screen_plugins`
  113. - :ref:`doc_spatial_gizmo_plugins`
  114. Platform-specific
  115. ^^^^^^^^^^^^^^^^^
  116. - :ref:`doc_customizing_html5_shell`
  117. Multi-threading
  118. ^^^^^^^^^^^^^^^
  119. - :ref:`doc_thread_safe_apis`
  120. Creating content
  121. ^^^^^^^^^^^^^^^^
  122. - :ref:`doc_making_trees`
  123. Miscellaneous
  124. ^^^^^^^^^^^^^
  125. - :ref:`doc_jitter_stutter`
  126. - :ref:`doc_running_code_in_the_editor`
  127. - :ref:`doc_change_scenes_manually`
  128. - :ref:`doc_gles2_gles3_differences`
  129. Compiling
  130. ^^^^^^^^^
  131. - :ref:`doc_optimizing_for_size`
  132. - :ref:`doc_compiling_with_script_encryption_key`
  133. Engine development
  134. ^^^^^^^^^^^^^^^^^^
  135. - :ref:`doc_binding_to_external_libraries`