21 Commits

Author SHA1 Message Date
Hugo Locurcio
87fca84d9e Link to C# versions of Dodge/Squash the Creeps demos in Your first game intros 2025-11-06 00:44:21 +01:00
Russell Sanborn
7f82289aee Update the getting started 3d tutorial for godot 4.x
I followed the entire 3d tutorial with godot 4.x and the changes to the
docs repo were small. The largest change was needing to replace the
outdated links to the old starter project with assets. Since there was
no longer a non-complete starter project, I made a PR to
godot-docs-project-starters. That would need to be reviewed and merged
first before the link to the new starter project zip file would be
valid.

New starter/assets project PR:
https://github.com/godotengine/godot-docs-project-starters/pull/9
2025-04-12 11:36:25 -04:00
tetrapod00
5994348764 Change all usages of "run-time" to "runtime" 2024-11-06 23:36:58 -08:00
Shane Smith
c1c33e7908 Several improvements to "First 3D Game" tutorial
This fixes the "Animation > Copy" issue mentioned in
https://github.com/godotengine/godot-docs/issues/6744
(see Step 09, around Line 264)

The same issue as above was referenced in
https://github.com/godotengine/godot/issues/60848
and the fix was to use the solution by @riidom

Also, a reference to a button icon has been changed
from "A+" to "A>" per feedback on PR 8460
2024-02-13 20:49:08 -05:00
Hugo Locurcio
95fb178429 Add support for user-provided comments with Giscus
This allows users to leave comments on pages that don't have
`:allow_comments: False` somewhere in the page's source.
Both manual and class reference pages can receive comments.
Index pages cannot have comments, as discussion should occur on "leaf" pages.

GitHub Discussions is used as a backend on the same repository. This means
that Discussions *must* be enabled on godotengine/godot-docs before this
commit is merged to `master`. Users can choose to use the "Custom" watch
mode if they don't want to get notifications for discussion updates,
but still get notifications for issue and pull request updates.

User comments are intended to be used for the following purposes:

- Add a clarification or correct something in the documentation,
  without having to open a pull request. Contributors are encouraged to
  take a look at discussions from time to time, and see if there's information
  worth incorporating in the pages themselves. Don't forget to reply to
  the comment when doing so :)
- Mention a workaround for a common issue.
- Link to useful third-party resources that are relevant to the current page,
  such as tutorials or add-ons.

User comments should *not* be used for technical support. Other community
platforms should be used for that.

Page-to-discussion matching is done using the `pagename` Sphinx variable,
which is independent of the Godot version and documentation language.
Being independent of the Godot version allows keeping old comments
when the Godot version changes, while also allowing users from `/stable`
and `/4.1` to "see" each other in discussions.

See https://giscus.app for more information.
2024-01-11 17:51:53 +01:00
AV77
d33ac8822a Marked potentially outdated pages 2023-04-28 16:58:40 +00:00
Matthew
4da9f813fc Fix your first 3D game issues (#6763) 2023-02-22 21:47:40 -08:00
Leona 'leo' Gottfried
6a001297d9 Fix non-unique Sphinx name in Getting Started (#5597) 2022-03-10 16:52:26 +01:00
Marcin Sędłak-Jakubowski
bd19917ea0 Draft: Remove "simple", "simply", "easy", and "just" from the docs (#4496)
* Various style edits

* Edit out "simple" when possible

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Clay John <claynjohn@gmail.com>
2021-07-11 14:38:53 +02:00
Nathan Lovato
e2e55eff9a Add outros and transition text at the end of first_2d_game lessons 2021-03-04 13:47:54 -06:00
Nathan Lovato
c1f7f42ce6 Update the reference to the your_first_game document 2021-03-04 13:47:24 -06:00
Nathan Lovato
a187b11171 Update start project version
Fixes model offset and updated the code to match the edits in the tutorial
2020-11-27 16:13:53 -06:00
Nathan Lovato
73ad35ce29 Write 3D course outro, add missing reference labels 2020-11-27 01:15:41 -06:00
Nathan Lovato
dec794f7de Write 3D tutorial part 9: animation 2020-11-26 22:42:37 -06:00
Nathan Lovato
e34eae1048 Write part 8 of the 3D tutorial: score and replay 2020-11-26 15:19:15 -06:00
Nathan Lovato
e8d1837989 Write part 7 of the 3D tutorial: killing the player 2020-11-25 23:28:02 -06:00
Nathan Lovato
6a04273975 Replace quotation marks 2020-11-25 22:20:37 -06:00
Nathan Lovato
ca031fc26b Write 3D tutorial part 6: jump_and_squash 2020-11-25 22:19:47 -06:00
Nathan Lovato
6cc90eb58f Write part 5 of the 3D first game tutorial, add reference 2020-11-25 14:02:05 -06:00
Nathan Lovato
a0622e19d4 Write 3D tutorial part 04.mob_scene.rst 2020-11-24 22:49:43 -06:00
Nathan Lovato
e32454978c Write the first three parts of the 3D tutorial 2020-11-23 14:55:51 -06:00