aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"Rémi Verschelde2017-12-141-1/+1
| | | | | | | | | | | | This partially reverts commits e79456519d0c1dff98ffa5f39e8e7c962b7dd553 and 2d07fe29208b9ccef31ab654ca5405edac7a0de7, which introduced API changes needing more in-depth review at this stage. Kept the removal of "get_position" binding, redundant with "get_current_animation_position". Kept docs changes where applicable. Also removed the obsolete "stop_all" method which does the same as "stop". Fixes #14602.
* [DOC] Update Node class refChris Bradfield2017-12-111-51/+55
|
* Fixed a typo in the Node docsAndrew Silver2017-12-101-1/+1
| | | | | Fixed a typo in `remove_and_skip` [ci skip]
* doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde2017-12-071-4/+14
|
* doc: Fix misplaced constant descriptionRémi Verschelde2017-11-291-1/+1
| | | | [ci skip]
* [DOCS] Node: Document _process()/_set_process()Max Hilbrunner2017-11-281-52/+73
|
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-29/+29
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-30/+0
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-10-221-13/+13
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2017-10-111-48/+49
| | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-3/+3
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+870
possible to save module files in module directories and the build system will recognize them.