Commit Graph
655 Commits
Author SHA1 Message Date
Nathan Lovato a63d4e0238 Add missing Oxford comma 2019-11-12 09:13:14 +01:00
Nathan Lovato 23a6f79da1 Merge pull request #2829 from chesscommands/patch-2
Supplement
2019-11-12 09:02:28 +01:00
Chris Bradfield dede799041 Merge pull request #2917 from rhode2nh/master
Removed inconsitent icon
2019-11-11 12:52:44 -08:00
PouleyKetchoupp 53c165e58e Full list of command line options in command line doc 2019-11-09 21:40:09 +01:00
Nick 97932b90d9 Removed inconsitent icon
Removed the yellow warning icon the CollisionShape2D node to be consistent with other images in the tutorial.
2019-11-08 10:51:47 -05:00
PouleyKetchoupp 854185495c Fixed code tags for true/false/null and a few property references 2019-11-02 13:09:14 +01:00
Rémi Verschelde 6b1ebe7844 Merge pull request #2740 from Calinou/improve-one-click-deploy
Improve One-click deploy documentation
2019-10-29 12:26:19 +01:00
Rémi Verschelde 219b3f91f4 Merge pull request #2766 from Kaligule/patch-3
Document all comments that disable warnings
2019-10-29 12:06:05 +01:00
Benjamin Riley 91fbcb12e0 Update Singletons (AutoLoad) tutorial for Godot 3.1 (#2765)
* Update Singletons (AutoLoad) tutorial for Godot 3.1

Changed text to reflect browse button changing from `..` to a folder

* Spelling fix

Fixes `res://Global.gd` being misspelled as `res://Gloabl.gd` in screenshot for Singletons (Autoload) tutorial.

* Highlight browse button in screenshot

This saves adding an extra image file for the browse icon
2019-10-29 12:04:57 +01:00
Rémi Verschelde aa646a74f3 Merge pull request #2849 from KellyThomas/csharp-export-docs
Document using PropertyHint with [Export]
2019-10-29 10:01:18 +01:00
Rémi Verschelde 7287412268 Merge pull request #2844 from Calinou/clarify-gdscript-export-step
Clarify how the "step" value behaves in GDScript exports
2019-10-29 09:14:24 +01:00
Rémi Verschelde 7d1354af6d Merge pull request #2824 from skyace65/SignalsUpdate
Update Signals images for Godot 3.2 and tweak tutorial
2019-10-29 09:08:18 +01:00
Matthew Ehrenhofler ee42c2b930 Update images in Scenes and Nodes for Godot 3.1 and add extra information (#2822) 2019-10-29 08:51:58 +01:00
Rémi Verschelde 64f3fd7b5a Merge pull request #2802 from anoadragon453/anoa/wasm
Update WASM statement
2019-10-29 08:07:52 +01:00
Aaron Franke 1dfb69578c GDScript style guide: Add comments section, and change quotes (#2868)
* Add section about spacing comments

* Replace single quotes with double quotes
2019-10-23 13:32:24 +02:00
Hugo Locurcio 7270c76c5d Improve the Custom builds for Android page
This closes #2870.
2019-10-21 21:55:32 +02:00
Hugo Locurcio c169b8adbb Fix res:// appearing as an URL in Scenes and nodes (#2741)
Fix `res://` appearing as an URL in Scenes and nodes
2019-10-20 14:21:12 +02:00
Johan Thelin 90c8056e8c Change example signal name to animation_finished
The AnimationPlayer signal used to demonstrate the yield function is called "animation_finished".
2019-10-19 15:36:50 +02:00
Nathan Lovato d4e637665b Merge pull request #2805 from skyace65/clarifytemplates
Clarify how to download a project template or demo
2019-10-14 22:05:30 +02:00
Nathan Lovato 35666f907d Merge pull request #2845 from mega-bit/master
Fix some typos in 'development' and 'getting started' sections
2019-10-14 21:31:28 +02:00
Nathan Lovato f7f69dd741 Merge pull request #2852 from codecustard/patch-1
Instructions about reusing HTML file is slightly confusing.
2019-10-14 21:17:47 +02:00
asakuno 7b8cf1d4fe Directive fixes
important 652Line
2019-10-14 14:33:42 +09:00
Emmanuel Barroga 5380032f85 Instructions about reusing HTML file is slightly confusing. 2019-10-12 19:22:07 -07:00
Kelly Thomas babcca5b28 Document using PropertyHint with [Export] 2019-10-13 01:03:03 +08:00
Hugo Locurcio 25c94ccb82 Clarify how the "step" value behaves in GDScript exports 2019-10-11 10:27:26 +02:00
frido 2f4b025b14 Fix some typos in 'development' and 'getting started' sections 2019-10-10 23:51:29 +02:00
skyace65 d8413dda8a Update Signals images for Godot 3.1 and tweak tutorial 2019-10-09 11:07:57 -04:00
Chris Bradfield b04cd88fb5 Add delta explanation to "Dodge the Creeps" 2019-10-08 10:43:41 -07:00
asakuno 4f10727493 Correct spelling mistakes
VAlign⇒Valign
2019-10-07 16:29:09 +09:00
Chris Bradfield aa93fde16e Merge pull request #2791 from skyace65/firstgameautowrap
Mention autowrap in your first game tutorial
2019-10-06 13:40:55 -07:00
asakuno 05d85c478c Supplement
The part that was revised this time was added as a supplement because it uses words that have not been explained so far.


Line 168 explains the menu options.
But before that, it doesn't explain what the menu options are, so it might be more helpful to completely rewrite them.
2019-10-06 14:42:20 +09:00
skyace65 0c9dc7165e Clarify how to download a project template or demo 2019-09-30 13:46:20 -04:00
Hugo Locurcio a17c489aa2 Merge pull request #2799 from anoadragon453/anoa/clean_up_code_example
Clean up Getting Started code example
2019-09-30 14:08:01 +02:00
Hugo Locurcio d5f379affc Replace "use Google" with "search online" (#2801)
Replace "use Google" with "search online"
2019-09-30 14:07:12 +02:00
Max Hilbrunner 1434b10d76 Merge pull request #2803 from anoadragon453/anoa/later_time
Fix some awkward wording
2019-09-30 00:35:22 +02:00
Andrew Morgan 7f2e7a2e83 Add a period to list item for consistency 2019-09-29 22:58:22 +01:00
Andrew Morgan 87536a89da Fix some awkward wording 2019-09-29 17:22:52 +01:00
Andrew Morgan 9f601ff989 Update WASM statement 2019-09-29 16:04:21 +01:00
Andrew Morgan 9bf7a34653 Remove google as a search suggestion 2019-09-29 15:54:39 +01:00
Andrew Morgan 1cff7991bb Clean up getting start code example
By making quote marks consistent and spacing out the lines a bit.
2019-09-29 14:45:16 +01:00
skyace65 cb1cba8733 Mention autowrap in your first game tutorial 2019-09-26 11:32:55 -04:00
Rémi Verschelde fa250b9a9f Merge pull request #2785 from nathanmerrill/patch-1
Fix extends statement
2019-09-26 09:35:52 +02:00
Rémi Verschelde fd0939ab39 Merge pull request #2783 from chesscommands/patch-1
Misuse of Directive
2019-09-26 09:33:47 +02:00
Nathan Merrill 6d46050ecb Fix extends statement
When extending from a filepath, you need to use a string
2019-09-25 07:15:57 -06:00
asakuno 27207b3582 Misuse of Directive
Add a colon at the end
2019-09-23 17:42:36 +09:00
Kaligule 97b8ad885b Document all comments that disable warnings
These are the 3 types that I found in the code:

- # warning-ignore:id_of_warning
- # warning-ignore-all:id_of_warning
- # warnings-disable

I found them at https://github.com/godotengine/godot/blob/24e1039eb6fe32115e8d1a62a84965e9be19a2ed/modules/gdscript/gdscript_tokenizer.cpp#L558
If there are any more they should also be added.
2019-09-17 22:33:07 +02:00
leptoGen 0a630e856c Fixed caption in tutorial
Caption suggests clicking "Anchor" button, but "Layout" button seems intended.
2019-09-15 15:35:27 -07:00
Hugo Locurcio f6aacfd549 Fix res:// appearing as an URL in Scenes and nodes
This closes #2737.
2019-09-04 15:55:56 +02:00
Hugo Locurcio 0e088b38ea Improve One-click deploy documentation
- Shorten text to be more concise
- Remove references to BlackBerry 10, whose support was removed
  a long time ago
2019-09-04 00:19:04 +02:00
Rémi Verschelde aaca561488 Code style fixes in Procedural geometry docs 2019-09-02 11:12:44 +02:00