godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.94k stars 3.21k forks source link

[TRACKER] Docs updates for 3.1 release #1603

Closed cbscribe closed 4 years ago

cbscribe commented 6 years ago

There a lot of new and updated features for 3.1 that need to be addressed.

Many more - please add to this list so that we can track as we did in #946

PetePete1984 commented 6 years ago

As discussed on Discord, I'll tackle transforming the 2.1 Space Shooter demo to 3.1 soon, both updating the demo project as well as extending the docs. Since I'll want to use the type hinting (to learn and to teach), I'm not sure if an entry in the Tutorials > 2D section is the right place for it, or if we should start a Tutorials > Scripting section, sort of as a hands-on extension to the Getting Started > Scripting area. We do have a great "all the things" starter tutorial in Dodge the Creeps already and the Space Shooter technically doesn't bring many new concepts to the table, so its focus could be shifted to semi-advanced scripting - it could include signals & groups, singletons, pulling in other classes via preloads, and finally some dictionary, timer and yield magic for enemy patterns. I might split that workload into a flat conversion of the existing demo and then an extended tutorial building off of it, though - Space Shooter and Space Shooter Deluxe, heh

vnen commented 6 years ago

I'm working on the GDScript docs BTW.

cbscribe commented 6 years ago

I'm working on the GDScript docs BTW

OK, cool - I was going to copy and paste your excellent announcement text to use as the basis of the doc anyway.

clayjohn commented 6 years ago

Should we add the tutorials from the Patreon to this as well?

vnen commented 6 years ago

@clayjohn tutorials requested from Patreon have their own schedules, they are not tied to a particular release.

clayjohn commented 6 years ago

Ah, I see. That makes sense. Better not mix it in then.

mhilbrunner commented 6 years ago

I added networking (many improvements, will try to take on this one ast I was involved) and physics (IK, soft bodies, ...).

Also, some of the 3.1 changes have far-reaching consequences for many docs and tutorials. The new inspector invalidates many screenshots that need to be updated.

Features like typed GDScript and the improved 'extends'/new 'class' functionality (including https://github.com/godotengine/godot/commit/a3f1ee5c57d7818eaa30c272dd97d1bbb06ca099) need to be documented too.

ricardoalcantara commented 6 years ago

Hey could you please provide me any hint on how to play Animations using the New Animation Tree + State Machine? I built a StateMachine but I have no clue how to play it in code.

ZX-WT commented 6 years ago

Above are some features that need basic doc, they are now as news on the godot website, let's move it into the docs and improve it if possible

nicoechaniz commented 5 years ago

Microphone support as implemented here should be documented?

https://github.com/godotengine/godot/pull/19106

Calinou commented 4 years ago

Now that Godot 3.2 has been released, this tracker is most likely no longer relevant. Closing.