virtualx-engine/scene
Andreas Haas 373e0099cf
Fix auto-enable of _input processing when _input() method is set.
Since f3f4a11c processing of callbacks such as `_process`, `_fixed_process`, etc will be
automatically enabled when the corresponding method is found in the script.
However, for _input() this wasn't working.
That's simply because `_input` wasn't initialized in `SceneStringNames` ^^
2017-02-25 21:12:26 +01:00
..
2d Many fixes to make exported scenes work better, still buggy. 2017-02-15 08:34:02 -03:00
3d -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 2017-02-21 00:06:30 -03:00
animation Rename the _MD macro to D_METHOD 2017-02-13 12:50:02 +01:00
audio Rename the _MD macro to D_METHOD 2017-02-13 12:50:02 +01:00
gui -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 2017-02-21 00:06:30 -03:00
io Complete the globals.h -> global_config.h conversion 2017-02-23 17:47:25 +02:00
main -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 2017-02-21 00:06:30 -03:00
resources -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 2017-02-21 00:06:30 -03:00
register_scene_types.cpp -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 2017-02-21 00:06:30 -03:00
register_scene_types.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
scene_string_names.cpp Fix auto-enable of _input processing when _input() method is set. 2017-02-25 21:12:26 +01:00
scene_string_names.h Renamed most signals so they refer to: 2017-01-12 00:51:08 -03:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00