virtualx-engine/scene
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
..
2d Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
3d A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
animation Honor the Tween's final values 2017-03-30 07:58:20 -03:00
audio A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
gui Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
io Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
main Viewport: Fix undefined behaviour found by llvm sanitizer. 2017-04-02 09:46:51 +02:00
resources Merge pull request #8130 from volzhs/cache-font-master 2017-03-24 22:52:36 +01:00
register_scene_types.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
register_scene_types.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
scene_string_names.cpp fixed ClassDB inconsistencies 2017-03-13 21:17:31 +01:00
scene_string_names.h fixed ClassDB inconsistencies 2017-03-13 21:17:31 +01:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00