Age | Commit message (Collapse) | Author |
|
Fix deleting selection at the first line do not work with backspace
|
|
|
|
|
|
|
|
[Net] Rename RPC constants and annotation arguments.
|
|
|
|
Now matches the class names to be consistent between 2D and 3D and with
other node types.
|
|
|
|
Document SurfaceTool must generate tangents for proper normal display
|
|
Fix match counter in help pages not updating
|
|
|
|
Remove scene code in physics servers
|
|
any -> any_peer
sync -> call_local
ordered -> unreliable_ordered
Multiplayer.RPC_MODE_ANY -> RPC_MODE_ANY_PEER
Multiplayer.TRANSFER_MODE_ORDERED -> TRANSFER_MODE_UNRELIABLE_ORDERED
|
|
Remove editor code in PhysicalBone3D
|
|
Replaced Mesh with mesh RID in Godot Physics 3D and Bullet.
|
|
|
|
|
|
|
|
_set_gizmo_move_joint is only used in PhysicalBone3DEditor, so the
editor plugin call can be done directly there.
|
|
|
|
|
|
interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
built-in font.
|
|
|
|
|
|
|
|
|
|
Fix #53255 when a body gets stuck when it hits a descending platform in 2D/3D
|
|
Value was uninitialized, which lead to undefined behavior.
|
|
|
|
|
|
|
|
|
|
Use range iterators for `Map` in most cases
|
|
|
|
|
|
|
|
Remove shape metadata from 2D physics server
|
|
This closes https://github.com/godotengine/godot-docs/issues/3472.
|
|
Fix typo with example variable name in Dictionary docs
|
|
Document how to set up UPnP in a non-blocking manner
|
|
Occlusion culling fixes
|