virtualx-engine/scene/main
Andreas Haas 1d3c9c448d
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.
2017-04-02 09:46:51 +02:00
..
canvas_layer.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
canvas_layer.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
http_request.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
http_request.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
instance_placeholder.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
instance_placeholder.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
node.cpp Add missing binding for DUPLICATE_USE_INSTANCING 2017-03-30 00:38:06 +02:00
node.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
resource_preloader.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
resource_preloader.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
scene_main_loop.cpp Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
scene_main_loop.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
timer.cpp is_active to is_paused 2017-03-19 22:29:20 +01:00
timer.h is_active to is_paused 2017-03-19 22:29:20 +01:00
viewport.cpp Viewport: Fix undefined behaviour found by llvm sanitizer. 2017-04-02 09:46:51 +02:00
viewport.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00