Age | Commit message (Collapse) | Author |
|
fabriceci/fix-horizontal-velocity-being-always-reset-on-wall
Fix horizontal velocity being always reset when the body hit a wall in 3D
|
|
|
|
|
|
Fix wall acceleration in move and slide (3D)
|
|
|
|
Fix CharacterBody3D stuck in some advanced scenario
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All 32 layers are now exposed in the editor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kodiwills/add-error-macros-for-`set_modification_count`
add negative number validation for set_modification_count
|
|
update error macros for set_modification_count
|
|
This matches the name of the GDScript function (except it's uppercase
here).
|
|
- Replaced unused code related to old close icon with a button
- Add bezier handle options to right-click menu
- Remove mirror handle mode, only keep balanced
- Update animation reference
|
|
|
|
|
|
brunosxs/fix-game-crash-when-sending-a-notification-from-a-camera-class
|
|
|
|
|
|
|
|
Add `ShapeCast2D` node
|
|
The physics API cannot provide needed functionality to ensure the correct behavior, which might lead to confusion (see `rest_info()`).
However `get_closest_collision_safe/unsafe_fraction()` methods are not removed, because they return correct result from `cast_motion()`.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
|
|
|
|
|
|
|
|
|