Commit Graph
1050 Commits
Author SHA1 Message Date
Rémi Verschelde 1298ed2ea0 Merge pull request #4302 from NathanLovato/content/getting-started
Rewrite of the getting started introduction
2020-12-02 20:32:04 +01:00
Nathan LovatoandAaron Franke 61d2d438f3 Edit first_look_at_the_editor.rst
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-11-27 15:58:27 -06:00
Nathan Lovato ae99e3cb40 Fix typos, add missing link, use the expression main screen 2020-11-27 01:23:46 -06:00
Hugo Locurcio 471618db61 Clarify that GDScript is not based on Python
This also fixes capitalization where "GDscript" was used instead of
"GDScript".

This closes #4378.
2020-11-19 14:57:12 +01:00
Nathan Lovato 9df8c5c383 Edit content guidelines, remove typographic marks
- Removed typographic marks in the entire repo
- Removed a line about why we don't use a wiki
- Indented notes with 4 spaces
- Addressed review comments
2020-11-12 08:59:13 -06:00
Nathan Lovato 1eb9da99b6 Write and edit overridable_functions.rst, remove scripting_continued.rst 2020-11-08 09:49:48 -06:00
Nathan Lovato 7e7df1cc03 Merge class_name docs from scripting_continued.rst into gdscript docs 2020-11-07 23:23:19 -06:00
Nathan Lovato 9927bfbb71 Write nodes_and_scene_instances.rst from scripting_continued.rst
Rewrote the docs
Added an intro section about getting nodes and syntactic sugar
2020-11-07 23:11:29 -06:00
Nathan Lovato 61863b181f Move and rewrite groups.rst from sripting_continued.rst 2020-11-07 20:20:10 -06:00
Nathan Lovato e67663f81b Add idle_and_physics_processing.rst, write scripting/index.rst 2020-11-07 19:15:14 -06:00
Nathan Lovato 4741f8dba2 Move assets section to a new assets pipeline section 2020-11-04 12:37:30 -06:00
Nathan Lovato 36e6b29d5e Move project_setup documents to best_practices 2020-11-04 12:32:02 -06:00
Nathan Lovato a4c21f735d Move the best practices section to tutorials/ 2020-11-04 12:32:02 -06:00
Nathan Lovato edeb6a961f Move the export section to tutorials/ 2020-11-04 12:32:02 -06:00
Nathan Lovato 60064b5c9e Write intro_to_the_editor_interface.rst
Closes #4167
2020-10-30 11:13:10 -06:00
Nathan Lovato 8e368deef8 Write a page dedicated to the project manager's UI
Extracted and edited the project manager from
intro_to_the_editor_interface.rst, added it in the tutorials/editor
section
Wrote a short introduction for the editor section
2020-10-28 15:37:06 -06:00
Nathan Lovato 587667d99b Write key_concepts_overview.rst
Closes #4168
2020-10-28 15:37:04 -06:00
Nathan Lovato 3fafc6335b Write introduction_to_godot.rst
Closes #4177
2020-10-28 15:37:01 -06:00
Nathan Lovato 4481e89331 Move editor manual 2020-10-28 13:51:33 -06:00
Leonardo Jeanteur 199818695a Correct small mistakes to Step By Step Tutorial 2020-10-26 19:12:36 +01:00
Hugo Locurcio 266001be6e Document that "hidden" files and folders are never included in a PCK
This closes https://github.com/godotengine/godot/issues/32826.
2020-10-24 13:40:45 +02:00
Hugo Locurcio 15f6aec75d Clarify the requirements for exporting projects from the command line 2020-10-22 16:31:12 +02:00
Aaron Franke 7bcfdafdc0 Merge pull request #4208 from aaronfranke/dtc-consistency
Change Dodge the Creeps to be more consistent with the demo projects
2020-10-21 01:50:54 -04:00
Nathan Lovato 9df5158bca Merge pull request #4258 from willnationsdev/learning-new-features
Add 'Learning new features' page.
2020-10-13 09:21:06 -06:00
Nathan Lovato 765bb16898 Fix typos and style in learning-new-features.rst 2020-10-13 07:51:34 -06:00
Nathan Lovato 8db4af1728 Edit learning_new_features.rst 2020-10-12 14:36:10 -06:00
Nathan Lovato d71d06c076 Edit learning_new_features.rst 2020-10-12 14:16:14 -06:00
Hugo Locurcio 6005362104 Revert "Update external editor page to explain presets (#4261)"
The PR in question hasn't been merged yet.

This reverts commit 3a78fd216b.
2020-10-12 13:30:04 +02:00
opl- 3a78fd216b Update external editor page to explain presets (#4261) 2020-10-12 13:22:25 +02:00
willnationsdev f2b7965cea Add 'Learning new features' page. 2020-10-12 00:05:24 -05:00
Nathan Lovato 76234aae4b Remove obsolete warning in signals.rst
The editor doesn't let you connect a signal to a node without a script attached to it anymore.

Closes #4237
2020-10-11 09:24:11 -06:00
Alexander Ignatov f706376ef5 Add macOS default tools locations on Android export page (#4253) 2020-10-11 16:04:05 +02:00
Aaron Franke 1e46292592 Change Dodge the Creeps to be more consistent with the demo projects 2020-10-10 16:27:59 -04:00
Hugo Locurcio 5ba8d31af9 Document that rcedit requires valid metadata to work correctly
This also documents the required version formats.
2020-10-09 15:04:56 +02:00
Nathan Lovato ead19c22da Merge pull request #4226 from NathanLovato/organization/move-scripting-section
Move scripting section to tutorials
2020-10-08 13:41:32 -06:00
Hugo Locurcio 6d926d285a Clarify that the Godot editor isn't a "real" Godot project
See
https://www.reddit.com/r/godot/comments/j77igb/editing_the_editor_in_the_editor/.
2020-10-08 16:48:34 +02:00
Nathan Lovato 4272395ab7 Move scripting section to tutorials/
Closes #4113
2020-10-07 14:05:48 -06:00
Nathan Lovato cb1537d7ae Merge pull request #4212 from aaronfranke/cs-const
Document how struct "constants" aren't really constants in C#
2020-10-06 14:59:30 -06:00
Aaron Franke 1430ddfff5 Document how struct "constants" aren't really constants in C# 2020-10-06 15:04:53 -04:00
Hugo Locurcio c9bad52585 Document .gitignore template and editor bug in Version control systems 2020-10-06 16:00:17 +02:00
Marcelo Silveira HaydenandHugo Locurcio 252d430a06 Update the Blender collision empties tip for Blender 2.80+ (#4204)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-10-05 19:20:15 +02:00
Benjamin Kane f4954c8a22 Your first game: Add "Play Scene" keyboard shortcut for MacOS (#4190) 2020-10-02 19:03:19 +02:00
Nathan Lovato 0ad3152004 Merge pull request #4099 from rcorre/patch-2
Improve grammar in script templates doc
2020-10-01 07:20:51 -06:00
Ryan Roden-Corrent 62d28caccb Remove needless note about signals and classes.
As far as I know, any user-defined class must extend Object or a
subclass thereof, meaning it would be impossible to define a class that
couldn't use signals. This warning is therefore unnecessary.
2020-10-01 07:47:21 -04:00
Ryan Roden-Corrent 839643149a Improve grammar in script templates doc
- Remove duplicate `default`
- "Both per-project and the editor" didn't make sense
2020-10-01 07:26:54 -04:00
H​eikki H​okkanenandHugo Locurcio 5df02c1543 Fix markup in the GDScript style guide (#4095)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-09-30 15:09:51 +02:00
Nathan Lovato 98f2916fa1 Remove outdated tutorials in the 4.0 documentation
- Step-by-step -> UI tutorials
- Step-by-step -> splash screen tutorial
- 3D -> FPS tutorial

Closes #1412
Closes #1599
Closes #1601
Closes #1620
Closes #1667
Closes #1670
Closes #2346
Closes #2574
Closes #2875
Closes #3151
Closes #3217
Closes #3348
Closes #3751
Closes #4011

<!--
**Note:** Pull Requests should be made against the `master` by default.

Only make Pull Requests against other branches (e.g. `2.1`) if your changes only apply to that specific version of Godot.

All pull requests for Godot 3 should usually go into `master`.
-->
2020-09-28 15:53:26 +02:00
bmolyneaux 3192b46a0a Correct .has() to .has_method() 2020-09-27 20:02:50 -04:00
Nathan Lovato 23a8dcaf78 Merge pull request #4072 from daviewales/patch-1
[Docs] Clarify type of Main Node in tutorial.
2020-09-26 22:18:49 -06:00
David WalesandNathan Lovato 3ef063dbe8 Update getting_started/step_by_step/your_first_game.rst
Co-authored-by: Nathan Lovato <nathan@gdquest.com>
2020-09-27 12:02:00 +10:00