1005 Commits

Author SHA1 Message Date
Juan Linietsky
6102a09151 Add documentation for 2D Skeletons 2019-01-08 19:58:52 -03:00
Rémi Verschelde
9988dd783e Merge pull request #1805 from ZX-WT/softbody
added softbody tutorial
2019-01-08 17:54:31 +01:00
corrigentia
65cb8ff88e Tweak using_viewport_as_texture (#2113)
Fix punctuation, grammar and spelling in using_viewport_as_texture. 
Add steps for which I've had to go looking elsewhere. 
Prevent "error(3): Expected ';' after 'shader_type <type>'.".
Attempt fix in "Coloring the planet" for 
'error(45): Inalid member for float expression: .x' & 
'error(47): Inalid member for float expression: .x'.

`n`'s type was changed from `vec4` to `float`, and should now be used directly instead of `n.x`.
2019-01-08 17:33:10 +01:00
corrigentia
c930873833 Fix grammar and punctuation in viewports (#2111)
Misleading information: (I think) the function signature for [Viewport.set_size_override](https://godot.readthedocs.io/en/latest/classes/class_viewport.html#class-viewport-set-size-override) goes against the example provided.
2019-01-08 13:43:27 +01:00
Rémi Verschelde
cb9a7463b9 Merge pull request #2109 from corrigentia/patch-100
Tweak bbcode_in_richtextlabel
2019-01-08 13:39:11 +01:00
Rémi Verschelde
f58eec2b9d Merge pull request #2108 from corrigentia/patch-99
Fix punctuation in size_and_anchors
2019-01-08 13:37:44 +01:00
Rémi Verschelde
94a4a9e73a Merge pull request #2107 from corrigentia/patch-98
Fix grammar and punctuation in custom_gui_controls
2019-01-08 13:37:03 +01:00
corrigentia
8875224b1f Fix grammar and punctuation in gui_skinning (#2106)
Fix grammar and punctuation in gui_skinning. 

Note: it's "[associate  **with**](https://idioms.thefreedictionary.com/associate+with)", not "associate to".

Bug: (I think) the image in the "Creating a theme" section was wrong -- the same as the one for "Customizing a control", and confusingly so.
The provided font failed to work for me, even after making copies of it with recognized font extensions.

"mytheme.thm" no longer matches any of the recognized theme extensions: *.tres, *.theme, *.res.
The example image shows it saved as a ".tres" file.

"Replace old with new." / 
"Substitute new for old."
2019-01-08 13:36:36 +01:00
Rémi Verschelde
7df2e73626 Merge pull request #2105 from clayjohn/custom_drawing
Removed reference to shower of bullets demo
2019-01-08 13:34:24 +01:00
Rémi Verschelde
7706f60b2d Merge pull request #2104 from clayjohn/position_builtin
Added documentation for POSITION built-in
2019-01-08 13:33:49 +01:00
Rémi Verschelde
ed57093ddd Merge pull request #2097 from corrigentia/patch-96
Fix punctuation in internationalizing_games
2019-01-08 13:13:28 +01:00
Rémi Verschelde
89334217b5 Merge pull request #2096 from corrigentia/patch-95
Improve word choice in encrypting_save_games
2019-01-08 13:13:03 +01:00
corrigentia
c12707d249 Fix punctuation in saving_games (#2095)
Fix punctuation in saving_games. Clarify possessive, not plural.
2019-01-08 13:11:55 +01:00
Rémi Verschelde
0567599117 Merge pull request #2093 from corrigentia/patch-92
Add a missing comma to data_paths
2019-01-08 13:09:27 +01:00
corrigentia
3ac6537a93 Tweak background_loading (#2092)
Fix some punctuation and grammar in background_loading. 
Notes: 
"**setup**" (a single [compound] word) is a  _noun_  (a name for an object; a signifier [in Ferdinand de Saussure's semiology], a referrer, an identifier); 
"**set up**" (two separate words) is an 
_idiomatic_  (only makes sense when you take it as it is in its proper context) 
_transitive_  (it takes a [direct] object [in a sentence -- grammar]) 
_phrasal_  (made up of more than one word)
_verb_  (something that expresses an action being done; a process).

Data on which functions are expected to operate:
"**argument(s)**" is the name for what a function takes in when it is being called/invoked/"conjured"/"summoned" [👿 occult language right there 😒]; 
"**parameter(s)**" is the name for that/those factor(s) that alter[s] what a function is designed to return when one is defining it 📜, usually introduced/"declared" in the function header.

"Low**-**level" is the correct spelling of the adjective.
2019-01-08 13:09:07 +01:00
Rémi Verschelde
46b9e43c4b Merge pull request #2091 from corrigentia/patch-90
Fix punctuation in custom_mouse_cursor
2019-01-08 13:07:55 +01:00
Rémi Verschelde
5434e4f25c Merge pull request #2090 from corrigentia/patch-89
Tweak mouse_and_input_coordinates
2019-01-08 13:07:03 +01:00
Rémi Verschelde
aa7a9f8675 Misc heading fixes 2019-01-08 11:30:55 +01:00
Rémi Verschelde
739ea5eeb9 Fix most Sphinx warnings 2019-01-07 12:14:46 +01:00
Rémi Verschelde
a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
corrigentia
a5af0d2d11 Tweak bbcode_in_richtextlabel
Fix punctuation and grammar in bbcode_in_richtextlabel.
2019-01-06 09:57:43 +02:00
corrigentia
de4ba4c4c3 Fix punctuation in size_and_anchors
Fix punctuation in size_and_anchors. 
I presume the illustrations are stragglers from an older version of Godot, the look of which I like quite a bit more. 
At any rate, the current version of Godot doesn't present its options in the manner set forth by this page; there seem to have been a number of minor changes done and  ``Grow Direction``  is what it pertains to now.
2019-01-06 09:47:17 +02:00
corrigentia
7fd74ae464 Fix grammar and punctuation in custom_gui_controls
Fix grammar and punctuation in custom_gui_controls.
2019-01-06 09:15:54 +02:00
clayjohn
e316bf05e1 removed reference to shower of bullets demo 2019-01-04 20:32:06 -08:00
clayjohn
1eeb2dfb74 added documentation for position built-in 2019-01-04 20:22:16 -08:00
Rémi Verschelde
756bef81e1 Merge pull request #2046 from clayjohn/shader_reference
Overhauled shading reference
2019-01-04 19:38:07 +01:00
corrigentia
965f7de879 Fix punctuation in internationalizing_games
Fix punctuation and word order in internationalizing_games.
2019-01-04 10:08:53 +02:00
corrigentia
c7a8cdfcf3 Improve word choice in encrypting_save_games
Improve word choice in encrypting_save_games. Fix subjunctive mood and punctuation.

Notes:
"**everyday**" is the correct spelling of the  _adjective_; 
"**every day**" is an  _adverbial phrase_: 

(_what kind of_ ... ?)
"That is an  **everyday** occurrence." / 
"That happens  **every day**."
(_when_?)

Data types ~ parts of speech
2019-01-04 08:56:47 +02:00
corrigentia
2d71f183a9 Add a missing comma to data_paths
Add a missing comma to data_paths.
2019-01-03 15:56:26 +02:00
corrigentia
b123c06783 Fix punctuation in custom_mouse_cursor
Fix punctuation in custom_mouse_cursor.
2019-01-02 11:39:12 +02:00
corrigentia
addd298528 Tweak mouse_and_input_coordinates
Fix punctuation and word choice in mouse_and_input_coordinates.
2019-01-02 10:57:59 +02:00
Rémi Verschelde
13a53c907f Fix inline code markup 2018-12-31 11:20:43 +01:00
Rémi Verschelde
f70c12fe95 Merge pull request #2083 from MohamedAlFahim/patch-4
Fixed grammar
2018-12-28 15:14:52 +01:00
Rémi Verschelde
1e1ceabcc8 Merge pull request #2078 from corrigentia/patch-88
Fix punctuation in vector_math
2018-12-28 15:00:28 +01:00
Rémi Verschelde
0f1c4669c5 Merge pull request #2075 from corrigentia/patch-87
Tweak kinematic_character_2d
2018-12-28 14:59:50 +01:00
Rémi Verschelde
4eac43a37e Merge pull request #2074 from corrigentia/patch-86
Tweak ragdoll_system
2018-12-28 14:58:45 +01:00
Rémi Verschelde
4d1b4baab4 Merge pull request #2073 from corrigentia/patch-85
Fix some punctuation and grammar in ray-casting
2018-12-28 14:58:21 +01:00
MohamedAlFahim
b1284a8780 Fixed grammar 2018-12-24 15:07:52 -08:00
corrigentia
321aa482d9 Fix punctuation in vector_math
Fix punctuation in vector_math.
2018-12-22 12:40:37 +02:00
corrigentia
d946dc5c04 Tweak kinematic_character_2d
Fix some punctuation, grammar and a remnant of C# copy-and-paste in kinematic_character_2d.
2018-12-21 13:26:00 +02:00
corrigentia
9054631479 Tweak ragdoll_system
Fix some punctuation and spelling in ragdoll_system.
2018-12-21 11:52:56 +02:00
corrigentia
2925265833 Fix some punctuation and grammar in ray-casting
Fix some punctuation and grammar in ray-casting.
2018-12-21 10:36:24 +02:00
corrigentia
3b5bb2828d Tweak using_kinematic_body_2d
Fix punctuation in using_kinematic_body_2d. Remove conceptual redundancy.
2018-12-20 14:31:56 +02:00
Rémi Verschelde
206826de62 Merge pull request #2067 from corrigentia/patch-81
Fix some grammar and punctuation in audio_streams
2018-12-20 11:09:04 +01:00
Rémi Verschelde
4505da6fb9 Merge pull request #2069 from corrigentia/patch-83
Tweak rigid_body
2018-12-20 11:07:51 +01:00
corrigentia
61ed5d99e3 Tweak rigid_body
Fix punctuation, grammar, function - method distinction and some relational conceptualization in rigid_body.
2018-12-20 11:59:47 +02:00
corrigentia
15a137ea48 Fix punctuation in physics_introduction
Fix punctuation in physics_introduction.
2018-12-20 11:25:30 +02:00
corrigentia
051e231160 Fix some grammar and punctuation in audio_streams
Fix some grammar and punctuation in audio_streams.
2018-12-19 17:18:17 +02:00
corrigentia
280bcef75f Fix some grammar and punctuation in audio_buses
Fix some grammar and punctuation in audio_buses.
2018-12-19 16:04:07 +02:00
corrigentia
503e1bc2d6 Tweak part_six (#2064)
Fix some grammar, punctuation, word order, word choice and spelling in part_six. Add defensive programming guard clause. Reduce verbiage.
2018-12-19 12:56:22 +01:00