godot/editor/plugins
Rémi Verschelde 0e93a1df79
Remove obsolete LargeTexture, it's no longer useful since 3.x
It existed in early Godot releases to allow working around hardware limitations
on max texture sizes (e.g. hardware limits of 1024x1024 pixels).

Nowadays the max texture size supported natively by Godot is 16384x16384, and
even low end mobile hardware should support at least 4096x4096.

The LargeTexture implementation is basically just an array with offsets, sizes
and textures and should be easy to replicate with a custom Texture resource if
needed - solving most of its bugs on the way as the implementation removed here
has various unimplemented or incomplete methods.
2021-04-28 15:51:55 +02:00
..
abstract_polygon_2d_editor.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
abstract_polygon_2d_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
animation_blend_space_1d_editor.cpp Rename LineEdit caret_* properties getters and setters to match property 2021-04-17 12:41:23 +01:00
animation_blend_space_1d_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
animation_blend_space_2d_editor.cpp Rename LineEdit caret_* properties getters and setters to match property 2021-04-17 12:41:23 +01:00
animation_blend_space_2d_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
animation_blend_tree_editor_plugin.cpp Rename LineEdit caret_* properties getters and setters to match property 2021-04-17 12:41:23 +01:00
animation_blend_tree_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
animation_player_editor_plugin.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
animation_player_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
animation_state_machine_editor.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
animation_state_machine_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
animation_tree_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
animation_tree_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
asset_library_editor_plugin.cpp Merge pull request #47636 from qarmin/input 2021-04-05 11:54:08 +02:00
asset_library_editor_plugin.h Fix Asset Library URL not updating after been changed in editor settings 2021-03-13 22:55:59 +01:00
audio_stream_editor_plugin.cpp Fix audio player not resetting after wav finishes 2021-03-20 20:16:53 +01:00
audio_stream_editor_plugin.h Fix audio player not resetting after wav finishes 2021-03-20 20:16:53 +01:00
baked_lightmap_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
baked_lightmap_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
camera_3d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
camera_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
canvas_item_editor_plugin.cpp Remove obsolete LargeTexture, it's no longer useful since 3.x 2021-04-28 15:51:55 +02:00
canvas_item_editor_plugin.h Allow to create a node at specific position 2021-02-26 14:40:28 +01:00
collision_polygon_2d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_polygon_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_polygon_3d_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
collision_polygon_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
collision_shape_2d_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
collision_shape_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
cpu_particles_2d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
cpu_particles_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
cpu_particles_3d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
cpu_particles_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
curve_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
curve_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
debugger_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
debugger_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
editor_debugger_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
editor_debugger_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
editor_preview_plugins.cpp Remove obsolete LargeTexture, it's no longer useful since 3.x 2021-04-28 15:51:55 +02:00
editor_preview_plugins.h Modernize atomics 2021-02-18 17:12:46 +01:00
font_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
font_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gi_probe_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gi_probe_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gpu_particles_2d_editor_plugin.cpp Refactor Process Mode 2021-02-18 20:39:55 -03:00
gpu_particles_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gpu_particles_3d_editor_plugin.cpp Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
gpu_particles_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gpu_particles_collision_sdf_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gpu_particles_collision_sdf_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gradient_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gradient_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
item_list_editor_plugin.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
item_list_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
light_occluder_2d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
light_occluder_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
line_2d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
line_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
material_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
material_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
mesh_editor_plugin.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
mesh_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
mesh_instance_3d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
mesh_instance_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
mesh_library_editor_plugin.cpp Rename get_surface_material to get_surface_override_material 2021-04-14 20:24:03 -07:00
mesh_library_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
multimesh_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
multimesh_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_polygon_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_polygon_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
node_3d_editor_plugin.cpp Implement occlusion culling 2021-04-23 21:45:23 +02:00
node_3d_editor_plugin.h Implement occlusion culling 2021-04-23 21:45:23 +02:00
occluder_instance_3d_editor_plugin.cpp Implement occlusion culling 2021-04-23 21:45:23 +02:00
occluder_instance_3d_editor_plugin.h Implement occlusion culling 2021-04-23 21:45:23 +02:00
ot_features_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
ot_features_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packed_scene_translation_parser_plugin.cpp Improve resource load cache 2021-02-11 15:44:28 -03:00
packed_scene_translation_parser_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
path_2d_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
path_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
path_3d_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
path_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physical_bone_3d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physical_bone_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
polygon_2d_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
polygon_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource_preloader_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource_preloader_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
root_motion_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
root_motion_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
script_editor_plugin.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
script_editor_plugin.h Don't save unchanged script upon closing 2021-03-06 20:17:19 +01:00
script_text_editor.cpp Add Various ColorPicker shapes 2021-04-06 22:48:03 +07:00
script_text_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_editor_plugin.cpp Refactor GLSL shader compilation 2021-04-14 11:37:52 -03:00
shader_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
shader_file_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
shader_file_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
skeleton_2d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
skeleton_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
skeleton_3d_editor_plugin.cpp Merge pull request #47531 from fire/update-skeleton-display 2021-04-12 00:19:23 +02:00
skeleton_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
skeleton_ik_3d_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
skeleton_ik_3d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
sprite_2d_editor_plugin.cpp Rename Texture.get_data() to get_image() 2021-03-28 13:00:46 +01:00
sprite_2d_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
sprite_frames_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
sprite_frames_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
style_box_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
style_box_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
text_editor.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
text_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
texture_3d_editor_plugin.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
texture_3d_editor_plugin.h Removed _change_notify 2021-02-10 19:31:24 -03:00
texture_editor_plugin.cpp Remove obsolete LargeTexture, it's no longer useful since 3.x 2021-04-28 15:51:55 +02:00
texture_editor_plugin.h Removed _change_notify 2021-02-10 19:31:24 -03:00
texture_layered_editor_plugin.cpp Fix crashes in *_input functions 2021-04-05 08:52:21 +02:00
texture_layered_editor_plugin.h Removed _change_notify 2021-02-10 19:31:24 -03:00
texture_region_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
texture_region_editor_plugin.h Removed _change_notify 2021-02-10 19:31:24 -03:00
theme_editor_plugin.cpp Refactor Edit Theme menu in Theme Editor 2021-04-18 17:55:49 +03:00
theme_editor_plugin.h Refactor Edit Theme menu in Theme Editor 2021-04-18 17:55:49 +03:00
tile_map_editor_plugin.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -04:00
tile_map_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
tile_set_editor_plugin.cpp Remove obsolete LargeTexture, it's no longer useful since 3.x 2021-04-28 15:51:55 +02:00
tile_set_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
version_control_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
version_control_editor_plugin.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
visual_shader_editor_plugin.cpp Merge pull request #47826 from Chaosus/vs_fix_default_input_overriding 2021-04-27 10:42:51 +02:00
visual_shader_editor_plugin.h Fix sky visual shader mode after last rename 2021-04-17 20:59:48 +03:00