godot/editor/plugins
Rémi Verschelde cda5b0bfe1 Fix warnings about unused variables [-Wunused-variable]
Fixes the following GCC 5 warnings:
```
drivers/gles2/rasterizer_scene_gles2.cpp:1139:15: warning: unused variable 'offset' [-Wunused-variable]
drivers/gles2/rasterizer_scene_gles2.cpp:1205:39: warning: unused variable 'multi_mesh' [-Wunused-variable]
drivers/gles2/rasterizer_storage_gles2.cpp:359:7: warning: unused variable 'srgb' [-Wunused-variable]
drivers/gles2/shader_gles2.cpp:1016:45: warning: unused variable 'texture_hints' [-Wunused-variable]
editor/animation_track_editor.cpp:776:9: warning: unused variable 'keys_to' [-Wunused-variable]
editor/editor_inspector.cpp:273:7: warning: unused variable 'vs_height' [-Wunused-variable]
editor/editor_themes.cpp:202:10: warning: unused variable 'begin_time' [-Wunused-variable]
editor/editor_themes.cpp:239:10: warning: unused variable 'end_time' [-Wunused-variable]
editor/plugins/animation_blend_tree_editor_plugin.cpp:726:17: warning: unused variable 'an' [-Wunused-variable]
editor/plugins/script_text_editor.cpp:1278:8: warning: unused variable 'fold_state' [-Wunused-variable]
main/main.cpp:132:13: warning: 'use_vsync' defined but not used [-Wunused-variable]
modules/cvtt/image_compress_cvtt.cpp:231:8: warning: unused variable 'y_end' [-Wunused-variable]
modules/cvtt/image_compress_cvtt.cpp:311:6: warning: unused variable 'shift' [-Wunused-variable]
modules/gdscript/gdscript_editor.cpp:58:7: warning: unused variable 'th' [-Wunused-variable]
modules/gridmap/grid_map.cpp:1084:6: warning: unused variable 'ofs' [-Wunused-variable]
modules/theora/video_stream_theora.cpp:442:9: warning: unused variable 'tr' [-Wunused-variable]
modules/visual_script/visual_script_editor.cpp:2606:6: warning: unused variable 'count' [-Wunused-variable]
modules/visual_script/visual_script_editor.cpp:2829:6: warning: unused variable 'seq_count' [-Wunused-variable]
modules/visual_script/visual_script_editor.cpp:2844:24: warning: unused variable 'vnode_function' [-Wunused-variable]
modules/websocket/lws_peer.cpp:122:12: warning: unused variable 'peer_data' [-Wunused-variable]
modules/websocket/lws_peer.cpp:135:12: warning: unused variable 'peer_data' [-Wunused-variable]
modules/websocket/lws_peer.cpp:63:12: warning: unused variable 'peer_data' [-Wunused-variable]
modules/websocket/lws_peer.cpp:91:12: warning: unused variable 'peer_data' [-Wunused-variable]
platform/android/export/export.cpp:763:16: warning: unused variable 'node_size' [-Wunused-variable]
scene/gui/rich_text_label.cpp:850:10: warning: unused variable 'x_ofs' [-Wunused-variable]
scene/gui/text_edit.cpp:653:8: warning: unused variable 'tab_w' [-Wunused-variable]
scene/resources/bit_mask.cpp:186:6: warning: unused variable 'i' [-Wunused-variable]
scene/resources/mesh.cpp:549:20: warning: '_array_name' defined but not used [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:107:10: warning: unused variable 'v2' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:108:10: warning: unused variable 'v3' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:109:10: warning: unused variable 'v4' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:110:10: warning: unused variable 'v5' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:111:10: warning: unused variable 'v0n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:112:10: warning: unused variable 'v1n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:113:10: warning: unused variable 'v2n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:114:10: warning: unused variable 'v3n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:115:10: warning: unused variable 'v4n' [-Wunused-variable]
servers/audio/audio_rb_resampler.cpp:116:10: warning: unused variable 'v5n' [-Wunused-variable]
servers/visual/default_mouse_cursor.xpm:2:21: warning: 'default_mouse_cursor_xpm' defined but not used [-Wunused-variable]
```
2018-09-27 16:25:24 +02:00
..
abstract_polygon_2d_editor.cpp Merge pull request #22225 from groud/fix_draw_on_viewport 2018-09-20 21:45:16 +02:00
abstract_polygon_2d_editor.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
animation_blend_space_1d_editor.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_blend_space_1d_editor.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_blend_space_2d_editor.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_blend_space_2d_editor.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_blend_tree_editor_plugin.cpp Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
animation_blend_tree_editor_plugin.h Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
animation_player_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
animation_player_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
animation_state_machine_editor.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
animation_state_machine_editor.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_tree_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_tree_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_tree_player_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_tree_player_editor_plugin.h Massive rewrite to AnimationTree. Many APIs changed in order to: 2018-08-20 13:39:16 -03:00
asset_library_editor_plugin.cpp Fix occasional crash when downloading assets from the Asset Library 2018-08-20 20:21:56 +02:00
asset_library_editor_plugin.h Fix Coverity reports of uninitialized scalar variable 2018-04-19 15:20:45 +02:00
audio_stream_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_stream_editor_plugin.h Add audio stream preview to Inspector dock 2018-07-17 22:11:35 +09:00
baked_lightmap_editor_plugin.cpp -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14686. 2018-01-12 00:08:32 -03:00
baked_lightmap_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
camera_editor_plugin.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
camera_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
canvas_item_editor_plugin.cpp Merge pull request #22290 from groud/add_2dimensional_scale 2018-09-25 10:25:13 +02:00
canvas_item_editor_plugin.h Add both X and Y scale in the scale editor 2018-09-25 09:50:25 +02:00
collision_polygon_2d_editor_plugin.cpp -Ability to open resources in the same window 2018-05-17 18:03:05 -03:00
collision_polygon_2d_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
collision_polygon_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
collision_polygon_editor_plugin.h Fix how snapping is applied to 3D polygon editing, make it more friendly. 2018-04-28 11:22:22 -03:00
collision_shape_2d_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
collision_shape_2d_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
cpu_particles_editor_plugin.cpp Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
cpu_particles_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
curve_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
curve_editor_plugin.h -Ability to open resources in the same window 2018-05-17 18:03:05 -03:00
editor_preview_plugins.cpp Add thumnails to the tree view 2018-09-14 10:14:33 +02:00
editor_preview_plugins.h Add thumnails to the tree view 2018-09-14 10:14:33 +02:00
gi_probe_editor_plugin.cpp -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14686. 2018-01-12 00:08:32 -03:00
gi_probe_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gradient_editor_plugin.cpp -Ability to open resources in the same window 2018-05-17 18:03:05 -03:00
gradient_editor_plugin.h -Ability to open resources in the same window 2018-05-17 18:03:05 -03:00
item_list_editor_plugin.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
item_list_editor_plugin.h Replace last occurrences of PropertyEditor by EditorInspector 2018-09-11 16:09:19 +02:00
light_occluder_2d_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
light_occluder_2d_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
line_2d_editor_plugin.cpp -Ability to open resources in the same window 2018-05-17 18:03:05 -03:00
line_2d_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
material_editor_plugin.cpp Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
material_editor_plugin.h Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
mesh_editor_plugin.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
mesh_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mesh_instance_editor_plugin.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
mesh_instance_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mesh_library_editor_plugin.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
mesh_library_editor_plugin.h Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLibrary editors 2018-08-22 16:52:38 -03:00
multimesh_editor_plugin.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
multimesh_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
navigation_polygon_editor_plugin.cpp -Ability to open resources in the same window 2018-05-17 18:03:05 -03:00
navigation_polygon_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
particles_2d_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
particles_2d_editor_plugin.h Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
particles_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
particles_editor_plugin.h Move ParticlesMaterial code to its own resource file 2018-09-04 11:32:56 +02:00
path_2d_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
path_2d_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
path_editor_plugin.cpp Merge pull request #21707 from JFonS/fix_instanced_selection 2018-09-05 18:11:56 +02:00
path_editor_plugin.h Fix regression #21262 in Path Gizmo 2018-08-30 14:24:24 +02:00
physical_bone_plugin.cpp Correctly freed PhysicalBoneEditor 2018-09-22 11:27:30 +02:00
physical_bone_plugin.h Correctly freed PhysicalBoneEditor 2018-09-22 11:27:30 +02:00
polygon_2d_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
polygon_2d_editor_plugin.h Skeletal deform working 2018-05-04 11:54:21 -03:00
resource_preloader_editor_plugin.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
resource_preloader_editor_plugin.h Display path to preloaded res + button to open it 2018-01-15 07:49:29 +01:00
root_motion_editor_plugin.cpp Refactor editor icon retrieval 2018-09-14 09:27:56 -05:00
root_motion_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
script_editor_plugin.cpp Tweak some editor texts' capitalization, use "Go to" instead of "Goto" 2018-09-25 22:51:13 +02:00
script_editor_plugin.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
script_text_editor.cpp Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
script_text_editor.h Added system for GDScript warnings 2018-08-10 16:00:47 -03:00
SCsub
shader_editor_plugin.cpp Don't open VisualShaders in the text shader editor, and don't support saving them with the "shader" extension. 2018-09-14 22:30:48 -04:00
shader_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
skeleton_2d_editor_plugin.cpp Add missing copyright headers 2018-05-16 14:50:44 -03:00
skeleton_2d_editor_plugin.h Add missing copyright headers 2018-05-16 14:50:44 -03:00
skeleton_editor_plugin.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
skeleton_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
skeleton_ik_editor_plugin.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
skeleton_ik_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
spatial_editor_plugin.cpp Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
spatial_editor_plugin.h Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
sprite_editor_plugin.cpp Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
sprite_editor_plugin.h Add missing copyright headers 2018-05-16 14:50:44 -03:00
sprite_frames_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
sprite_frames_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
style_box_editor_plugin.cpp -Ability to open resources in the same window 2018-05-17 18:03:05 -03:00
style_box_editor_plugin.h -Ability to open resources in the same window 2018-05-17 18:03:05 -03:00
text_editor.cpp Fixed syntax highlighting setting not being saved 2018-09-20 11:31:53 +02:00
text_editor.h Allow opening and editing of any utf_8 file in script editor 2018-07-22 11:55:56 +01:00
texture_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
texture_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
texture_region_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
texture_region_editor_plugin.h Texture Region: Cache auto-slice information into the texture. Fixes #11503 2018-08-25 09:02:05 -03:00
theme_editor_plugin.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
theme_editor_plugin.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tile_map_editor_plugin.cpp Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
tile_map_editor_plugin.h Fixes drawing of the 2D plugins on the 3D view 2018-09-18 20:00:07 +02:00
tile_set_editor_plugin.cpp Fix vformat(), minor typos and word puzzles 2018-08-29 11:50:39 +03:00
tile_set_editor_plugin.h Changes to the TileSet and TextureRegion editors 2018-08-14 14:02:47 -03:00
visual_shader_editor_plugin.cpp Merge pull request #22239 from Chaosus/fix_vs_connection 2018-09-20 18:46:02 +02:00
visual_shader_editor_plugin.h Add missing copyright headers 2018-08-29 22:41:17 +02:00