Rémi Verschelde
3aec0213a7
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
...
(cherry picked from commit 9798e341c3 )
2019-07-29 17:32:54 +02:00
Rémi Verschelde
3f6df2e201
doc: Complete and harmonize all _MAX constant descriptions
...
(cherry picked from commit be74f53090 )
2019-07-29 17:32:53 +02:00
Rémi Verschelde
8710703e19
doc: Improve docs for Resource* classes
...
Also move module-specific classes to their own module's `doc_classes`
folder.
(cherry picked from commit 294f681a08 )
2019-07-29 16:05:01 +02:00
Tomasz Chabora
e93ee1f882
Consistently wrap booleans in [code]
...
(cherry picked from commit a3abff255d )
2019-07-29 14:54:32 +02:00
Rémi Verschelde
ff0d92a858
doc: Sync classref with current source
2019-07-05 11:34:47 +02:00
Rémi Verschelde
763c9cb118
doc: Make all tutorial links track "3.1" in 3.1 branch
...
See discussion in #29104 .
2019-06-01 11:39:37 +02:00
Rémi Verschelde
7e61ddd902
doc: Sync classref with current source
2019-04-25 14:00:31 +02:00
Chaosus
261a23d4d0
Added smoothstep built-in function
...
(cherry picked from commit dd9357d41c )
2019-04-20 23:30:56 +02:00
Rémi Verschelde
7aea510fa7
doc: Drop unused <demos> tag
...
(cherry picked from commit 946e3039b9 )
2019-04-19 13:10:25 +02:00
Rémi Verschelde
d695667ac4
doc: Misc formatting fixes
2019-02-10 13:30:48 +01:00
Rémi Verschelde
55afdd1433
doc: Fix wrong references found by new makerst.py
...
Thanks @PJB3005
2019-01-07 10:06:12 +01:00
Rémi Verschelde
f0decb2459
doc: Sync classref with current source
...
Fix various code formatting issues and argument names.
2018-12-27 11:10:18 +01:00
Rémi Verschelde
16b11edd76
doc: Add missing commas after "If true/false"
2018-12-20 13:47:12 +01:00
Rémi Verschelde
ff00ea931a
doc: Another indentation fixup
2018-11-20 10:20:00 +01:00
Rémi Verschelde
259c39f81d
doc: Use HTTPS for docs.godotengine.org and point to latest branch
...
Fixes #23509 .
2018-11-05 08:46:27 +01:00
robojumper
13c8549ae7
Add support for tutorial links to makerst.py
...
Also change the <tutorials> structure to make use of individual <link> tags
2018-06-12 17:40:24 +02:00
Will Vincent
24b151a48c
Remove incorrect & potentially confusing references to Euler
...
e is referred to as Euler’s number, so technically the MATH_EXP description in VisualScript doc was not incorrect, though could potentially lead to confusion.
e is different from Euler’s constant however, making the existing GDScript exp & VisualScriptMathConstant descriptions nvalid.
2018-04-15 11:40:31 -05:00
Rémi Verschelde
9639987678
doc: Remove status from hardcoded version string
...
It has no practical use case and just generates noise for each alpha, beta, etc.
2018-02-27 13:40:49 +01:00
Rémi Verschelde
d2244b063a
doc: Update version string in header
2018-02-19 10:46:33 +01:00
Rémi Verschelde
40b57494dc
doc: Fix references to online tutorials after godotengine/godot-docs#1015
2018-01-25 09:03:59 +01:00
Rémi Verschelde
0ddacdab12
doc: Sync with current source
...
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018
and fix the version tag in all files (not really stable yet, but it makes no sense
to hardcode rc3 at this stage).
2018-01-25 08:50:56 +01:00
Rémi Verschelde
bd42ba7d0c
doc: Replace some more "val" with "value" + sync
2018-01-17 10:43:23 +01:00
Juan Linietsky
0f66947e58
Filled tutorial field in most relevent classes.
...
Added tutorial display in doc.
2018-01-15 18:41:13 -03:00
Rémi Verschelde
9cb8f46319
doc: Update version string in XML
2018-01-13 11:43:42 +01:00
Bojidar Marinov
84fa4c7a2f
Update docs
...
[ci skip]
2018-01-12 00:58:22 +02:00
Rémi Verschelde
e62947ec6c
doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc
2017-12-07 08:29:38 +01:00
Rémi Verschelde
c41de73651
doc: Fix enum tags thanks to 2bc6db6
2017-11-24 23:16:30 +01:00
Rémi Verschelde
08b4da4ef8
doc: Remove setters and getters now exposed via properties/members
2017-11-24 18:10:32 +01:00
Rémi Verschelde
bc6b6c43d4
doc: Update header version for 3.0-beta
2017-11-24 09:16:52 +01:00
Rémi Verschelde
e2fe479af6
doc: Sync classref with current source
2017-11-24 09:16:27 +01:00
pablotato
5b8a95b1e8
Add cartesian to polar conversion functions
2017-11-20 23:34:40 +01:00
Rémi Verschelde
55e453ed89
doc: Make all module docs self-contained
2017-11-15 21:29:33 +01:00
George Marques
0a7ece2896
Create API to add and remove VisualScript custom nodes
...
This makes a VisualScriptEditor singleton, which gives plugins the
ability to register their own custom nodes. Those will be available for
insertion in the Visual Script editor, under the "Custom Nodes"
category.
2017-11-15 17:13:13 -02:00