Age | Commit message (Collapse) | Author |
|
|
|
Document SurfaceTool must generate tangents for proper normal display
|
|
Fix match counter in help pages not updating
|
|
Remove scene code in physics servers
|
|
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
|
|
Auto LOD fixes and improvements
|
|
Shape metadata was only used to get tile information when colliding with
tilemaps. It's not needed anymore since there's an API in tilemap using
body ids instead.
|
|
operations. Fixes #50293"
This reverts commit 62077086076fb99fb7fe014522c44ae83f87dc4d.
It broke a GDScript test (which didn't exist back when the PR was made,
so was missed prior to the merge).
It choked on:
```
prints("a", test_instance.a, test_instance.a == Named.VALUE_A)
```
With:
```
Invalid operands "VALUE_A (enum value)" and "int" for "==" operator.
```
|
|
Fix motion direction in slope for CharacterBody3D
|
|
Add latest API changes added in the 3D version of move_and_slide to the 2D version
|
|
|
|
|
|
|
|
Rename Node's `filename` property to `scene_file_path` for clarity
|
|
|