virtualx-engine/scene/main
Rémi Verschelde c0132f30c4 Viewport: Fix missing tooltips w/ disabled physics object picking
Previously this option seemed to be the sole responsible for enabling
physics processing in Viewport, while several other features like
tooltips and debugging collision hints rely on it.

All this logic is moved to internal processing (it's incorrect to let
it be affected by users disabling physics/idle processing), and disabling
physics object picking no longer affects the internal physics processing.

Fixes #17001.

(cherry picked from commit ce7da2c7d6)
2018-03-03 14:19:57 +01:00
..
canvas_layer.cpp
canvas_layer.h
http_request.cpp Refactor version macros and fix related bugs 2018-02-24 01:34:34 +01:00
http_request.h
instance_placeholder.cpp
instance_placeholder.h
node.cpp Fix typos with codespell 2018-02-22 12:17:06 +01:00
node.h Clean up some bad words from code comments 2018-02-22 12:22:41 +01:00
resource_preloader.cpp
resource_preloader.h
scene_tree.cpp Fix typos with codespell 2018-02-22 12:17:06 +01:00
scene_tree.h
SCsub
timer.cpp
timer.h
viewport.cpp Viewport: Fix missing tooltips w/ disabled physics object picking 2018-03-03 14:19:57 +01:00
viewport.h