godot/scene/resources
Rémi Verschelde d4c17700aa style: Fix PEP8 whitespace issues in Python files
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
2016-11-01 00:35:16 +01:00
..
default_theme style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
animation.cpp Remove unused variables (fourth pass) + dead code 2016-07-08 16:47:55 +02:00
animation.h Revert "Added toggle for loop interpolation based on adolson's code" 2016-06-26 23:45:18 +02:00
audio_stream.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
audio_stream.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
audio_stream_resampled.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
audio_stream_resampled.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
baked_light.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
baked_light.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
bit_mask.cpp -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs and speeds up. Closes #2040 2016-01-03 17:14:28 -03:00
bit_mask.h Bitmask import plugin 2016-06-05 19:14:39 +01:00
bounds.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
bounds.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
box_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
box_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
canvas.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
canvas.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
capsule_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
capsule_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
capsule_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
capsule_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
circle_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
circle_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
color_ramp.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
color_ramp.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
concave_polygon_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
concave_polygon_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
concave_polygon_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
concave_polygon_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
convex_polygon_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
convex_polygon_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
convex_polygon_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
convex_polygon_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
curve.cpp Fix curve bug 2016-07-21 02:14:58 +03:00
curve.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
dynamic_font.cpp DynamicFont caches now accounts for texture flags 2016-08-02 15:36:11 +01:00
dynamic_font.h DynamicFont caches now accounts for texture flags 2016-08-02 15:36:11 +01:00
dynamic_font_stb.cpp Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration. 2016-06-22 23:13:41 -03:00
dynamic_font_stb.h Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration. 2016-06-22 23:13:41 -03:00
environment.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
environment.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
event_stream.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
event_stream.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
font.cpp Add a function to notify font users that the font changed. Closes #5774 2016-07-18 10:00:26 -03:00
font.h Add a function to notify font users that the font changed. Closes #5774 2016-07-18 10:00:26 -03:00
gibberish_stream.cpp Drop fully commented-out files 2016-06-18 20:23:49 +02:00
gibberish_stream.h Drop fully commented-out files 2016-06-18 20:23:49 +02:00
material.cpp Could not use pre multiply alpha for material in editor 2016-07-17 11:09:47 -07:00
material.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
mesh.cpp Remove unused variables (fourth pass) + dead code 2016-07-08 16:47:55 +02:00
mesh.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
mesh_data_tool.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
mesh_data_tool.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
mesh_library.cpp Implement GridMap support for navigation meshes 2016-04-20 21:19:05 +03:00
mesh_library.h Implement GridMap support for navigation meshes 2016-04-20 21:19:05 +03:00
mikktspace.c Icons for many new types of nodes 2014-10-03 10:33:23 -03:00
mikktspace.h Icons for many new types of nodes 2014-10-03 10:33:23 -03:00
multimesh.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
multimesh.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
packed_scene.cpp Fixed properly not save signals that already exist in their base scenes, closes #5656 2016-07-19 21:26:12 -03:00
packed_scene.h Fixed properly not save signals that already exist in their base scenes, closes #5656 2016-07-19 21:26:12 -03:00
plane_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
plane_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
polygon_path_finder.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
polygon_path_finder.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
ray_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ray_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rectangle_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rectangle_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
room.cpp Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration. 2016-06-22 23:13:41 -03:00
room.h Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration. 2016-06-22 23:13:41 -03:00
sample.cpp Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059. 2016-06-27 13:17:20 -03:00
sample.h Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059. 2016-06-27 13:17:20 -03:00
sample_library.cpp Add function to get the list of samples, closes #5561 2016-07-10 13:00:42 -03:00
sample_library.h Add function to get the list of samples, closes #5561 2016-07-10 13:00:42 -03:00
scene_format_text.cpp More improvements to visual script.. 2016-08-31 17:58:51 -03:00
scene_format_text.h Revert "Homogeinize resource formats loaders/savers" 2016-07-19 18:15:01 +02:00
scene_preloader.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scene_preloader.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
segment_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
segment_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader_graph.cpp Expose light shadow color to canvas item shaders 2016-09-07 01:52:54 +02:00
shader_graph.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape_line_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape_line_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
space_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
space_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
sphere_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
sphere_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
stb_truetype.h remove trailing whitespace 2016-05-21 15:29:25 +02:00
style_box.cpp VisualScript can now execute visual scripts, but there is no debugger or profiler yet. 2016-08-05 22:48:00 -03:00
style_box.h VisualScript can now execute visual scripts, but there is no debugger or profiler yet. 2016-08-05 22:48:00 -03:00
surface_tool.cpp SurfaceTool add_index method exposed to scripts. 2016-07-22 04:52:41 +01:00
surface_tool.h Add a add_triangle_fan method to SurfaceTool 2016-04-18 20:33:54 +03:00
texture.cpp Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059. 2016-06-27 13:17:20 -03:00
texture.h Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059. 2016-06-27 13:17:20 -03:00
theme.cpp properly fixed notificaitons for theme changed, closes #5774 2016-07-18 16:41:59 -03:00
theme.h Keep track of when fonts change, so theme or controls that use fonts as overrides get properly updated. 2016-06-17 16:01:30 -03:00
tile_set.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
tile_set.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
video_stream.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
video_stream.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
world.cpp Expose more 2D/3D physics options in project settings 2016-10-03 14:40:47 +02:00
world.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
world_2d.cpp Expose more 2D/3D physics options in project settings 2016-10-03 14:40:47 +02:00
world_2d.h Expose more 2D/3D physics options in project settings 2016-10-03 14:40:47 +02:00