Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch `MultiplayerPeerExtension` to allow derived classes
|
|
|
|
|
|
Due to the async nature of WebRTC implementations, the multiplayer peer
could end up having queued packets from a given connection before it is
able to emit the "peer_added" signal.
This commit ensures that packets from peers which are not notified yet
are skipped by `get_packet` and `get_available_packet_count`.
|
|
|
|
Various tweaks to Camera2D's documentation
|
|
Document get_minimum_size not called in some nodes
|
|
Clarify that replace_by keeps child nodes in tree
|
|
Improve the ReflectionProbe class documentation
|
|
|
|
|
|
time to properly start
|
|
|
|
Portal and room occlusion culling is replaced by raster occlusion
in 4.0, which undergoes an entirely different setup process. Therefore,
we can only convert those nodes to Node3Ds to allow loading `3.x` scenes
while keeping transforms valid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Node2D member renames.
|
|
|
|
|
|
|
|
|
|
cdemirer/fix-script-editor-unexpected-scroll-upon-resize
|
|
|
|
|
|
|
|
It is not uncommon to want to scroll to the most recently added child of
a ScrollContainer (e.g. a chat box or activity log). This is a little
tricky, since `ensure_control_visible` will not work on a node on the
same frame as you add it. Let's at least document that you need to wait
until the next frame.
Relates to https://github.com/godotengine/godot-proposals/issues/3629.
Co-authored-by: Yuri Sizov <pycbouh@users.noreply.github.com>
|
|
|
|
|