godot/scene
pshe94 554b3f77c7
Use VScrollBar when calculating horiz. offset in ScrollContainer
Someone forgot to change `h_scroll` to `v_scroll` when copy-pasting the code ;)
2018-11-16 02:47:43 +01:00
..
2d Fix Particles2D animation regression from #23702 2018-11-15 09:22:11 +01:00
3d Make 2D particles work OOTB (again) 2018-11-13 23:25:05 +01:00
animation Proper time tracking in AnimationNodeAnimation, closes #22887 2018-11-08 16:51:45 -03:00
audio Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop 2018-11-11 11:00:24 -03:00
gui Use VScrollBar when calculating horiz. offset in ScrollContainer 2018-11-16 02:47:43 +01:00
main -Send mouse motion events again to CollisionObjects (Area/Body) if they move, even if mouse does not. Fixes #16536 (likely many others should check) 2018-11-15 13:56:57 -03:00
resources No one seems to like the error icon, so I made it invisible. Fixes #16344 2018-11-14 21:34:39 -03:00
register_scene_types.cpp
register_scene_types.h
scene_string_names.cpp
scene_string_names.h
SCsub