virtualx-engine/scene
Andreas Haas 1620f46f03 Viewport: Fix undefined behaviour found by llvm sanitizer.
When godot was running as the project manager, it tried to call a method on a null pointer (get_tree()->get_edited_scene_root()).
This is undefined behaviour and caused a crash when compiled with sanitizing enabled.

(cherry picked from commit 1d3c9c448d)
2017-04-05 08:18:59 +02:00
..
2d Merge pull request #8242 from volzhs/area-monitoring 2017-04-04 23:04:20 +02:00
3d Apply same logic to Area with Area2D 2017-04-04 10:37:45 +09:00
animation Honor the Tween's final values 2017-03-29 19:35:51 -03:00
audio Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
gui List Control::has_point as a virtual method 2017-03-19 00:42:34 +01:00
io Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
main Viewport: Fix undefined behaviour found by llvm sanitizer. 2017-04-05 08:18:59 +02:00
resources Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
register_scene_types.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
register_scene_types.h Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
scene_string_names.cpp Added ability to change A-star cost function 2017-04-05 08:18:38 +02:00
scene_string_names.h Added ability to change A-star cost function 2017-04-05 08:18:38 +02:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-02 22:30:34 +01:00