godot/scene
PouleyKetchoupp eec3f3ec12 Fix motion direction in slope for CharacterBody3D
- More accurate sliding in slopes to keep input direction correct
- More accurate constant speed calculation
- Renamed linear_velocity to motion_velocity for clarity
- General code cleaning and simplifications
2021-09-30 07:47:07 -07:00
..
2d Set stop on slope on by default on CharacterBody. 2021-09-28 22:31:46 +02:00
3d Fix motion direction in slope for CharacterBody3D 2021-09-30 07:47:07 -07:00
animation Refactor and move easing equations 2021-09-24 13:47:13 +02:00
audio Add polyphony to Audio Stream Player nodes 2021-09-07 09:44:39 -07:00
debugger Fix camera override not working 2021-08-21 21:24:09 +03:00
gui Fix tree title column size minimum width 2021-09-28 14:54:48 +02:00
main Fix focus shortcuts triggering incorrectly 2021-09-21 12:24:07 +10:00
resources Merge pull request #53180 from boruok/4.0-fix-atlas-texture-return-null 2021-09-28 18:52:53 +02:00
register_scene_types.cpp Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D 2021-09-16 17:51:51 -04:00
register_scene_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_string_names.cpp Display a editor gizmo icon for Listener3D 2021-09-16 10:56:45 +02:00
scene_string_names.h Display a editor gizmo icon for Listener3D 2021-09-16 10:56:45 +02:00
SCsub Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00