godot/scene
Hein-Pieter van Braam 8230bf0a2f Remove assignment and declarations in if statements
After discussing with @reduz and @akien-mga it was decided that we do
not allow assignments or declarations in if statements. This PR removes
the instances of this I could find by automated means.
2017-09-08 14:59:15 +02:00
..
2d Remove assignment and declarations in if statements 2017-09-08 14:59:15 +02:00
3d Remove assignment and declarations in if statements 2017-09-08 14:59:15 +02:00
animation Fix AnimationTreePlayer bogus argument name 2017-09-01 21:29:00 +02:00
audio Renamed playing property of audiostreams to play, to make it clearer. Fixes #10730 2017-09-06 22:03:04 -03:00
gui Remove assignment and declarations in if statements 2017-09-08 14:59:15 +02:00
main Restored auto snapping of controls to pixels, fixes #10847 and probably several more issues. Made it optional in the project settings but defaults to true. 2017-09-07 11:22:07 -03:00
resources Ability to use a sky for reflection together with a background color. 2017-09-07 20:45:37 -03:00
register_scene_types.cpp Remove dead ButtonGroup code 2017-09-06 14:41:34 +02:00
register_scene_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
scene_string_names.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
scene_string_names.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Dead code tells no tales 2017-08-27 22:13:45 +02:00