index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Node.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Node::get_window() method.
bruvzg
2023-01-10
1
-0
/
+6
*
Merge pull request #36301 from KoBeWi/daddy_node
Rémi Verschelde
2023-01-07
1
-0
/
+9
|
\
|
*
Add methods for node reparenting
Tomasz Chabora
2022-08-16
1
-0
/
+9
*
|
Merge pull request #68874 from TokageItLab/fix-unique-path-keying
Rémi Verschelde
2022-11-28
1
-0
/
+3
|
\
\
|
*
|
Add option to get_path_to() to get the shortest path with unique name
Silc Renew
2022-11-19
1
-0
/
+3
*
|
|
Merge pull request #68566 from Mickeon/node-print-orphans-static
Rémi Verschelde
2022-11-24
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make `Node.print_orphan_nodes()` static
Micky
2022-11-12
1
-1
/
+1
*
|
|
Merge pull request #68709 from MewPurPur/instance-begone-part3
Rémi Verschelde
2022-11-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-16
1
-1
/
+1
|
|
/
/
*
/
/
Strip ERR_FAIL from `Node.remove_from_group()`
Micky
2022-11-13
1
-1
/
+1
|
/
/
*
|
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
|
Doc consistency: "inspector" to "Inspector"
Micky
2022-10-27
1
-2
/
+2
*
|
Rename pos -> index on Node
Miguel Gonzalez Sanchez
2022-10-14
1
-2
/
+2
*
|
Add documentation for viewport's input handling
RedMser
2022-10-05
1
-1
/
+2
*
|
fix(docs): use proper path for tutorial file in docs
Jiri Suchan
2022-10-05
1
-2
/
+2
*
|
Add new C# code blocks to class ref pages
Paul Joannon
2022-09-19
1
-4
/
+20
*
|
Merge pull request #65595 from KoBeWi/minus_children
Rémi Verschelde
2022-09-10
1
-1
/
+1
|
\
\
|
*
|
Allow negative indices in move_child()
kobewi
2022-09-10
1
-1
/
+1
*
|
|
Remove Remove and Skip
VolTer
2022-09-09
1
-6
/
+0
|
/
/
*
|
Merge pull request #60108 from KoBeWi/arise_to_top
Rémi Verschelde
2022-09-08
1
-6
/
+0
|
\
\
|
*
|
Rename raise() to move_to_front()
kobewi
2022-09-06
1
-6
/
+0
*
|
|
Rename `legible_unique_name` param to `force_readable_name`
Micky
2022-09-07
1
-5
/
+5
|
/
/
*
|
Merge pull request #64410 from MewPurPur/rename-notification-instanced
Rémi Verschelde
2022-08-30
1
-2
/
+2
|
\
\
|
*
|
Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATED
VolTer
2022-08-16
1
-2
/
+2
*
|
|
Merge pull request #64781 from raulsntos/csharp_children
Rémi Verschelde
2022-08-25
1
-1
/
+1
|
\
\
\
|
*
|
|
Add `includeInternal` to C# NodeExtensions and fix get_child documentation
Raul Santos
2022-08-23
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-1
/
+1
|
/
/
*
|
[doc] Use "param" instead of "code" to refer to parameters (5)
Andy Maloney
2022-08-15
1
-34
/
+34
*
|
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-68
/
+68
|
/
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-8
/
+14
*
Node: Rename `child_exited_tree` to `child_exiting_tree`
Rémi Verschelde
2022-06-20
1
-2
/
+8
*
Merge pull request #60711 from nathanfranke/rpc-server
Fabio Alessandrelli
2022-06-02
1
-1
/
+1
|
\
|
*
finish renaming AUTH to AUTHORITY
Nathan Franke
2022-05-25
1
-1
/
+1
*
|
Change instances of "returns an empty Variant" to "returns null" in docs
Hugo Locurcio
2022-05-29
1
-2
/
+2
|
/
*
[Net] Allow branch-specific MultiplayerAPIs.
Fabio Alessandrelli
2022-04-26
1
-4
/
+1
*
Merge pull request #60511 from akien-mga/readd-find_node
Rémi Verschelde
2022-04-26
1
-25
/
+33
|
\
|
*
Node: Re-add `find_node` as `find_child`, improve docs
Rémi Verschelde
2022-04-25
1
-25
/
+33
*
|
Merge pull request #60472 from KoBeWi/dragging_rights
Rémi Verschelde
2022-04-25
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Improve descriptions for drag methods
kobewi
2022-04-24
1
-2
/
+5
*
|
Implement Scene Unique Nodes
reduz
2022-04-25
1
-0
/
+13
|
/
*
Change gizmo_extents to property
kobewi
2022-04-05
1
-1
/
+1
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-0
/
+25
*
Merge pull request #59590 from Calinou/rename-print-stray-nodes
Rémi Verschelde
2022-03-31
1
-2
/
+3
|
\
|
*
Rename `Node.print_stray_nodes()` to `Node.print_orphan_nodes()`
Hugo Locurcio
2022-03-31
1
-2
/
+3
*
|
Make vararg method bind no return and return
Pierre-Thomas Meisels
2022-03-30
1
-2
/
+2
|
/
*
Mention that Node's `owner` must be set for persistence to work
Hugo Locurcio
2022-03-18
1
-1
/
+2
*
Merge pull request #58042 from Sauermann/fix-viewport-border-notifications
Rémi Verschelde
2022-02-19
1
-0
/
+8
|
\
|
*
Connect notifications from Container to Viewport
Markus Sauermann
2022-02-15
1
-0
/
+8
*
|
Change 'find_node' to 'find_nodes' and Add 'type' parameter
diddykonga
2022-02-17
1
-7
/
+10
|
/
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
[next]