Commit Graph
193 Commits
Author SHA1 Message Date
MohamedAlFahim b1284a8780 Fixed grammar 2018-12-24 15:07:52 -08: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
corrigentia a21bbcacf1 Tweak part_five (#2063)
Fix some grammar, punctuation, word order, spelling and GDScript style guide compliance in part_five. Decrease verbalism.
2018-12-19 12:35:32 +01:00
corrigentia e5a3436cdd Tweak part_four (#2062) 2018-12-19 12:28:49 +01:00
Rémi Verschelde 734b1e87a9 Merge pull request #2061 from corrigentia/patch-76
Tweak part_three
2018-12-19 12:25:20 +01:00
Rémi Verschelde 006b3718e3 Merge pull request #2057 from corrigentia/patch-75
Tweak part_two
2018-12-19 12:24:07 +01:00
Rémi Verschelde f6816de3a4 Merge pull request #2055 from corrigentia/patch-74
Tweak part_one
2018-12-19 12:21:34 +01:00
corrigentia 827c0a29c0 Tweak inverse_kinematics (#2054) 2018-12-19 12:19:36 +01:00
corrigentia 2f347b8147 Clarify meaning in csg_tools (#2053) 2018-12-19 12:18:35 +01:00
corrigentia 1bbf0a3a6a Update part_three.rst 2018-12-17 09:22:36 +02:00
corrigentia 797e146180 Update part_two.rst 2018-12-16 19:07:10 +02:00
corrigentia 2ee1d7d00e Update part_one.rst 2018-12-15 18:34:02 +02:00
Rémi Verschelde 9222b43395 Merge pull request #2052 from corrigentia/patch-71
Tweak working_with_3d_skeletons
2018-12-14 15:01:19 +01:00
corrigentia a3cdf74f09 Tweak csg_tools (#2051) 2018-12-14 14:43:19 +01:00
corrigentia 09c13febe6 Update working_with_3d_skeletons.rst 2018-12-14 15:42:11 +02:00
Rémi Verschelde 7aadf9affa Merge pull request #2050 from corrigentia/patch-69
Tweak using_multi_mesh_instance
2018-12-14 12:02:02 +01:00
corrigentia 6ee79089c3 Tweak high_dynamic_range (#2048) 2018-12-14 12:01:36 +01:00
corrigentia 22857e6ab3 Update using_multi_mesh_instance.rst 2018-12-14 12:23:08 +02:00
corrigentia 3d6cd1da8a Update using_gridmaps.rst 2018-12-14 11:59:27 +02:00
corrigentia 9c27c56835 Update environment_and_post_processing.rst 2018-12-14 10:55:09 +02:00
corrigentia 8647d44fad Tweak baked_lightmaps (#2044) 2018-12-13 20:14:13 +01:00
Michael Alexsander Silva Dias 35d5852001 Escape plurals in "GI Probes" page 2018-12-13 14:42:52 -02:00
Rémi Verschelde 1de8754b8b Merge pull request #2043 from corrigentia/patch-64
Tweak gi_probes
2018-12-13 15:07:39 +01:00
Rémi Verschelde 52691e18a8 Merge pull request #2042 from corrigentia/patch-63
Tweak reflection_probes
2018-12-13 15:06:10 +01:00
corrigentia 5c9b384f33 Update gi_probes.rst 2018-12-13 15:19:03 +02:00
corrigentia 9aedb325d1 Update reflection_probes.rst 2018-12-13 14:21:20 +02:00
corrigentia 8987f383e8 Update lights_and_shadows.rst 2018-12-13 13:44:07 +02:00
blurrred ec0c524d23 Grammar fixes (#2037) 2018-12-13 11:38:25 +01:00
corrigentia 13b898f305 Update spatial_material.rst 2018-12-13 11:45:33 +02:00
corrigentia 829f40cf1e Update 3d_performance_and_limitations.rst 2018-12-12 16:58:58 +02:00
corrigentia 4b4a9f4442 Docs: Fix grammar and punctuation in using_transforms.rst (#2033) 2018-12-12 15:29:13 +01:00
corrigentia 7aa4e84314 Remove potentially confusing repetition and fix miscellaneous issues in introduction_to_3d.rst (#2032) 2018-12-12 15:28:50 +01:00
blurrred c4deb41e3a Grammar fix
a -> an
2018-12-10 05:31:59 -06:00
Peter TurnerandHugo Locurcio 52304ed9a4 fix typos in lights_and_shadows.rst (#1954)
Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
2018-12-04 22:50:31 +01:00
blurrred 77f2c16788 Grammar fix
a Area -> an Area (x2)
2018-11-30 15:25:59 -06:00
Chris Bradfield a078315375 Merge pull request #1928 from clayjohn/move_vertex_displacement
Moved vertex_displacement tutorial into shading section
2018-11-23 12:47:25 -08:00
Michael Alexsander Silva Dias f89a54d2e7 Fix broken reference in CSG page 2018-11-20 22:22:51 -02:00
clayjohn 7151c1d926 moved vertex_displacement tutorial into shading 2018-11-20 15:17:19 -08:00
Rémi Verschelde 91c974aeb3 Merge pull request #1804 from ZX-WT/csg
added csg tutorial
2018-11-20 11:30:39 +01:00
Rémi Verschelde 4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Rémi Verschelde a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
ZX-WT ae8fcbe9bb added 3d gizmos description to 3d intro (#1829)
* added 3d gizmos description to 3d intro

* Fixup
2018-11-20 10:09:59 +01:00
M. Huri 034bb63e84 Repaired mistyped of 'its'. 2018-10-19 19:39:49 +07:00
Nathan Lovato d0b853c804 Merge pull request #1865 from mega-bit/godot-docs/3d-tutorial-typo
Fixed typo in 3D tutorial
2018-10-17 08:08:47 +09:00
Frido 1425717878 Fixed typo in 3D tutorial 2018-10-16 23:00:32 +02:00
Frido 70b7e904f6 Fixed more typos in FPS tutorial 2018-10-16 22:35:03 +02:00
Frido 958989dba3 Fixed a few typos in FPS tutorial 2018-10-16 22:28:43 +02:00
Michael Alexsander Silva Dias f6308187bb Move images for "Ragdoll system" page to the correct directory 2018-10-07 20:36:38 -03:00
ZX-WT 078761018d added csg tutorial 2018-10-07 18:10:17 +08:00
Nathan Lovato afb6c6f327 Move ragdoll tutorial to physics category 2018-10-07 09:27:07 +09:00