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
...
*
Fix nodes receiving mouse events in black bars of `Window`
Markus Sauermann
2023-08-09
1
-4
/
+4
*
Refactor mouse_entered and mouse_exited notifications
Markus Sauermann
2023-08-01
1
-2
/
+2
*
Fix docs set_multiplayer_authority on propagation
Bora
2023-07-22
1
-2
/
+2
*
Merge pull request #79000 from AThousandShips/owner_error
Rémi Verschelde
2023-07-11
1
-2
/
+2
|
\
|
*
Improve error message for `Node.set_owner`
Ninni Pipping
2023-07-04
1
-2
/
+2
*
|
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
|
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
|
/
*
Merge pull request #77688 from L4Vo5/clarify-deferred
Rémi Verschelde
2023-06-22
1
-0
/
+1
|
\
|
*
clarify the meaning of "deferred"
L4Vo5
2023-06-18
1
-0
/
+1
*
|
Clarify that authority is not automatically replicated.
Ryan Memarpour
2023-06-20
1
-2
/
+3
*
|
doc: Fix "TranferMode" typo in `Node.rpc_config` description
ana-rchy
2023-06-19
1
-1
/
+1
*
|
Made window focus notification docs more precise
Markus Sauermann
2023-06-18
1
-2
/
+4
*
|
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-4
/
+4
|
/
*
Merge pull request #68599 from Rindbee/update-edited_scene_root-in-time
Rémi Verschelde
2023-06-12
1
-0
/
+7
|
\
|
*
Update the edit scene root in time after it is replaced
Rindbee
2023-06-12
1
-0
/
+7
*
|
Documentation: Unify deprecations
Danil Alexeev
2023-06-07
1
-1
/
+1
*
|
Clarify the docs on Node.queue_free
RedworkDE
2023-06-03
1
-1
/
+2
*
|
Overhaul the top sections of the class reference (Core classes)
VolTer
2023-05-19
1
-1
/
+1
*
|
Expose dialog parent-and-popup logic to the API
Yuri Sizov
2023-05-15
1
-0
/
+6
*
|
Refactor Node Processing
Juan Linietsky
2023-05-09
1
-0
/
+74
*
|
Prevent errors when using ViewportTexture
kobewi
2023-05-08
1
-0
/
+7
|
/
*
Remove NOTIFICATION_MOVED_IN_PARENT
Juan Linietsky
2023-04-06
1
-2
/
+10
*
Fill random docs
kobewi
2023-04-03
1
-0
/
+2
*
Merge pull request #75565 from kleonc/canvasitem-improve-self-modulate-docs
Yuri Sizov
2023-04-03
1
-3
/
+3
|
\
|
*
Improve CanvasItem.self_modulate docs
kleonc
2023-04-03
1
-3
/
+3
*
|
Add _get_configuration_warnings() example
kobewi
2023-04-02
1
-0
/
+12
|
/
*
Discourage reusing Tweens
kobewi
2023-03-04
1
-0
/
+1
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
GDScript: Better handling of `@rpc` annotation and autocompletion
Danil Alexeev
2023-02-05
1
-1
/
+1
*
Improve docs for rpc annotations
GeroVeni
2023-02-04
1
-2
/
+2
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
1
-1
/
+1
*
Update instances of scenes which have been reimported.
SaracenOne
2023-01-16
1
-0
/
+3
*
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
[prev]
[next]