index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
2d
Age
Commit message (
Expand
)
Author
2021-07-16
Merge pull request #47395 from sygi/shape_idx_collision
Hugo Locurcio
2021-07-15
Move sync to physics to StaticBody2D
PouleyKetchoupp
2021-07-15
Fixing 2D moving platform logic
fabriceci
2021-07-14
Merge pull request #49348 from Geometror/fix-particles-hidden-basecolor
Rémi Verschelde
2021-07-04
Fix color properties of particle nodes/material
Hendrik Brucker
2021-07-02
Add mouse_shape_entered and mouse_shape_exited signals to CollisionObject2D.
sygi
2021-07-01
Make move_and_slide collision detection more accurate
PouleyKetchoupp
2021-07-01
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-06-30
Enable Camera2D smoothing on limit change
Eric
2021-06-30
Merge pull request #49834 from nekomatata/physics-disable-modes
Rémi Verschelde
2021-06-30
Merge pull request #50009 from reduz/fix-suffixes-and-degrees
Rémi Verschelde
2021-06-30
Add support for controlling physics nodes' behavior when disabled
PouleyKetchoupp
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-30
Merge pull request #49901 from nekomatata/move-and-collide-fix-slide
Rémi Verschelde
2021-06-29
Merge pull request #49719 from LightningAA/rename-node-is-ancestor-of
Rémi Verschelde
2021-06-28
Fix move_and_collide causing sliding on slopes
PouleyKetchoupp
2021-06-24
Fix polygon 2D rendering black
Gilles Roudière
2021-06-21
Rename `is_a_parent_of()` to `is_ancestor_of()`
Lightning_A
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-18
Merge pull request #49475 from nekomatata/kinematic-collision-rid
Rémi Verschelde
2021-06-17
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-16
Rename VisibilityNotifierXD to VisibleOnScreenNotifierXD
reduz
2021-06-16
Refactor VisibilityNotifier
reduz
2021-06-14
Fix crash when using TileMap::fix_invalid_tiles
Haoyu Qiu
2021-06-13
Merge pull request #49526 from Chaosus/fix_textureregion_errors
Rémi Verschelde
2021-06-13
Initialize PhysicalBone2D::parent_skeleton
Haoyu Qiu
2021-06-12
Fixed a bunch of connection errors in TextureEditorPlugin
Yuri Roubinsky
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-09
Expose collider RID in 2D/3D kinematic collision
PouleyKetchoupp
2021-06-09
Merge pull request #49395 from nekomatata/floor-max-angle-degrees
Rémi Verschelde
2021-06-08
Use degrees instead of rad for floor_max_angle property in CharacterBody
PouleyKetchoupp
2021-06-08
Merge pull request #49378 from BastiaanOlij/fix_execute_modifications_bind
Rémi Verschelde
2021-06-08
Fixed mistake in binding of Skeleton2D::execute_modifications
Bastiaan Olij
2021-06-07
Merge pull request #49128 from Calinou/improve-position-node-axis-visibility
Rémi Verschelde
2021-06-05
New and improved IK system for Skeleton2D
TwistedTwigleg
2021-06-05
Deleted YSort, moved its functionality directly into Node2D.
andriyDev
2021-06-04
Linear velocity cleanup
PouleyKetchoupp
2021-06-04
Safe margin cleanup
PouleyKetchoupp
2021-06-04
Support for kinematic_motion in StaticBody
PouleyKetchoupp
2021-06-04
More explanatory names for RigidBody modes
PouleyKetchoupp
2021-06-04
Properties for move_and_slide and remove move_and_slide_with_snap
PouleyKetchoupp
2021-06-04
KinematicBody split between new CharacterBody and PhysicsBody
PouleyKetchoupp
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-06-02
Improve axis awareness and visibility for Position2D and Position3D
Hugo Locurcio
2021-06-01
Merge pull request #49024 from groud/restore_tilemap_show_debug
Rémi Verschelde
2021-05-27
Tweak Camera2D editor line colors for better visibility
Hugo Locurcio
2021-05-25
Restore a way to show collsion/navigation on TileMap.
Gilles Roudière
2021-05-25
Merge pull request #48955 from Calinou/editor-tweak-property-hints
Rémi Verschelde
2021-05-25
Tweak dozens of editor property hints for consistency
Hugo Locurcio
2021-05-24
Merge pull request #49033 from groud/fix_deprecated_no
Rémi Verschelde
[next]