18 Commits

Author SHA1 Message Date
Hugo Locurcio
c579192d05 Fix "SurfaceTool" link pointing to itself in Using the SurfaceTool (#4832) 2021-04-11 22:20:20 +02:00
Rémi Verschelde
76cf11c890 Merge branch 'master' into 3.2 2020-07-30 17:14:54 +02:00
follower
34f246d6dc Typo fix: "comprsing" -> "comprising" (#3819)
* Typo fix: "comprsing" -> "comprising"

* Update tutorials/content/procedural_geometry/meshdatatool.rst

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-07-27 01:30:04 -04:00
Hugo Locurcio
4866c6082d Add a page listing all features supported by Godot 3.2 2020-07-24 15:44:48 +02:00
Hugo Locurcio
58a2757d37 Add a page listing all features supported by Godot
This closes #3727.
2020-07-24 10:34:21 +02:00
Ryan Roden-Corrent
bb017ba445 Add link to MeshDataTool API in tutorial (#3817) 2020-07-21 14:01:52 +02:00
Rémi Verschelde
10f20b00cb Merge branch 'master' into 3.2 2020-05-20 15:08:42 +02:00
Hugo Locurcio
d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Rémi Verschelde
997fc68e78 Merge branch 'master' into 3.2 2020-04-17 19:09:14 +02:00
Hugo Locurcio
046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02:00
Yuri Sizov
075acc61b0 Replace Pool*Arrays with Packed*Arrays in tutorials and references 2020-03-17 11:15:34 +03:00
Jean-Baptiste Vovau
b0e5ac14bc Update immediategeometry.rst 2020-02-16 12:04:01 +01:00
Hugo Locurcio
05f941be10 Fix missing parenthesis in Using the SurfaceTool
This closes #2775.
2019-09-21 00:41:37 +02:00
Rémi Verschelde
aaca561488 Code style fixes in Procedural geometry docs 2019-09-02 11:12:44 +02:00
Chris Bradfield
2f2bb767ab Merge pull request #2696 from clayjohn/fix-todo-arraymesh
Resolve todo note in arraymesh tutorial
2019-08-12 11:48:52 -07:00
clayjohn
7cf04b71d3 resolve todo note in arraymesh tutorial 2019-08-11 10:39:19 -07:00
guohongci
10d286daa4 Update immediategeometry.rst
"
.......
moudules/gdscript/gdscript_tokenizer.cpp:1104 - Condition ' tk_rb[ofs].type != TK_IDENTIFER ' is true. returned: StringName()"
built-in:3 - Parse Error: Unexpected token: void:
modules/gdscript/gdscript.cpp:580 - Method/Function Faild, returning: ERR_PARSE_ERROR
moudules/gdscript/gdscript_tokenizer.cpp:1104 - Condition ' tk_rb[ofs].type != TK_IDENTIFER ' is true. returned: StringName()
.......
"
2019-08-10 14:43:02 -07:00
Clay John
23b5ff7989 Procedural Geometry tutorial (#2375)
* intro for procedural geometry

* added using arraymesh tutorial

* added immediategeometry tutorial

* added final procedural geometry tutorial sections
2019-08-04 12:56:26 -07:00