index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Curve2D.xml
Age
Commit message (
Expand
)
Author
2023-01-23
Add Curve2D/tessellate_even_length description class-reference
aXu-AP
2022-12-05
Refactor baking code for Curve2D
Yaohua Xiong
2022-11-01
Move rotation sampling from Path2D to Curve2D
Yaohua Xiong
2022-08-30
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
Hugo Locurcio
2022-08-15
Clarify the Line2D, Curve2D/3D documentation and fix parameter names
Yuri Sizov
2022-08-12
[doc] Use "param" instead of "code" to refer to parameters (7)
Andy Maloney
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-05-17
Expose Curve points in the inspector
Raul Santos
2022-03-11
Clarify the position of points in `Curve{2D,3D}.add_point()`
Hugo Locurcio
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-06-18
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-02-28
Clarify Curve.get_closest_point uses baked points.
Ryan Roden-Corrent
2020-11-16
Clarify Curve3D.get_point_{in,out} position in doc.
Ryan Roden-Corrent
2020-02-18
doc: Sync classref with current source
Rémi Verschelde
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2019-06-30
doc: Add default values to all properties
Rémi Verschelde
2019-06-27
Proofread and improve the whole class reference
Hugo Locurcio
2019-04-22
Merge pull request #28125 from KoBeWi/code_true_code
Rémi Verschelde
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-17
Consistently wrap booleans in [code]
Tomasz Chabora
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2018-12-29
doc: Fix references to setters and misc formatting
Rémi Verschelde
2018-09-23
[Docs] Remove double-spaces from descriptions, as well a couple other small f...
LikeLakers2
2018-05-20
Up vector implementation and OrientedPathFollow.
danilo2205
2018-05-12
Sync classref with current source
Rémi Verschelde
2018-02-27
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-19
doc: Update version string in header
Rémi Verschelde
2018-01-25
doc: Sync with current source
Rémi Verschelde
2018-01-13
doc: Update version string in XML
Rémi Verschelde
2017-12-07
doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc
Rémi Verschelde
2017-11-24
doc: Remove setters and getters now exposed via properties/members
Rémi Verschelde
2017-11-24
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-15
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-10-23
Added various docs, mostly mathematical basics
Grosskopf
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-13
doc: Sync classref with current source
Rémi Verschelde
2017-09-12
Changed the doc class generation to individual files per class. It is also po...
Juan Linietsky