aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-1/+1
| | | | Also change the <tutorials> structure to make use of individual <link> tags
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-19/+4
|
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-4/+19
|
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-19/+4
|
* Fix and improve docs, adds send_bytesFabio Alessandrelli2018-05-121-6/+6
|
* Document MultiplayerAPI classFabio Alessandrelli2018-05-081-2/+4
|
* Merge pull request #15911 from Zephilinox/ready_signalJuan Linietsky2018-05-071-0/+5
|\ | | | | Add ready signal to Node
| * Add ready signal to NodeZephilinox2018-01-201-0/+5
| | | | | | | | Closes #15889
* | doc: Sync classref with current sourceRémi Verschelde2018-04-101-0/+4
| |
* | Made print_tree_pretty() function which displays scene tree graphicallyGeoffrey2018-04-091-1/+24
| |
* | [DOCS] Node & PackedScene (#17833)Max Hilbrunner2018-03-281-1/+1
| | | | | | | | | | | | * [DOCS] Node: SceneSaver -> PackedScene * [DOCS] PackedScene: Code example, resolve TODO
* | [DOCS] Node: Remove duplicate informationMax Hilbrunner2018-03-161-1/+1
| |
* | [DOCS] Node: Networking updates, fix outdated and missing docsmhilbrunner2018-03-151-30/+52
| |
* | doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | | | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* | doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
| |
* | doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde2018-01-251-1/+1
| |
* | doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
|/ | | | | | 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).
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-9/+9
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-1/+1
|
* Filled tutorial field in most relevent classes.Juan Linietsky2018-01-151-0/+1
| | | | Added tutorial display in doc.
* doc: Sync with current sourceRémi Verschelde2018-01-131-4/+4
|
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky2018-01-121-4/+9
| | | | | | of tree notification. Updated doc accordingly.
* Update docsBojidar Marinov2018-01-121-48/+10
| | | | [ci skip]
* 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.