godot/editor
Bernhard M. Wiedemann 83b856c046 BuildSystem: Sort input file lists
so that godot package builds reproducibly
in spite of indeterministic filesystem readdir order
and http://bugs.python.org/issue30461

See https://reproducible-builds.org/ for why this is good.

Sort font input file list, so that builtin_fonts.gen.h
is created in a reproducible way

Sort list of platforms, so that editor/register_exporters.gen.cpp
is created in a reproducible way

Sort list of source files, so that .a files and resulting godot binaries
are created in a reproducible way
2018-08-29 10:24:07 +02:00
..
collada Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
doc Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
fileserver Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
icons Merge pull request #20585 from MarianoGnu/tileset_editor 2018-08-09 21:35:57 -03:00
import In the GLTF importer normalize Quaternions after every operation and when reading from the format. 2018-08-27 14:59:28 -07:00
plugins Merge pull request #21485 from JFonS/fix_selection 2018-08-29 10:08:41 +02:00
translations Drop old ShaderGraph code, obsoleted by VisualShader 2018-08-24 11:49:08 +02:00
animation_bezier_editor.cpp Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
animation_bezier_editor.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
animation_track_editor.cpp Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handling 2018-07-26 10:31:05 +02:00
animation_track_editor.h Bit more of visual polish 2018-06-08 21:03:27 -03:00
animation_track_editor_plugins.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
animation_track_editor_plugins.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp Fix crash when previewing null AudioStream 2018-08-22 17:03:51 +07:00
audio_stream_preview.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
code_editor.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
code_editor.h Added system for GDScript warnings 2018-08-10 16:00:47 -03:00
connections_dialog.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
connections_dialog.h
create_dialog.cpp Merge pull request #21046 from DualMatrix/recent_custom_type 2018-08-16 18:28:03 +02:00
create_dialog.h Add toggle for favorites in create_root_dialog. 2018-08-08 12:15:42 -05:00
dependency_editor.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
editor_about.cpp Use a standard "OK" text for confirmation buttons in error dialogs 2018-08-05 16:49:22 +02:00
editor_about.h GDScript access to copyright, license, author and donor information. 2018-05-19 00:40:16 +01:00
editor_asset_installer.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
editor_asset_installer.h
editor_audio_buses.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
editor_audio_buses.h
editor_autoload_settings.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
editor_autoload_settings.h Only add autoloads in editor if they have tool scripts 2018-05-22 13:26:13 -03:00
editor_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
editor_data.cpp Add custom icons to script classes. 2018-08-14 14:18:05 -05:00
editor_data.h Add custom icons to script classes. 2018-08-14 14:18:05 -05:00
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp Removed fallback system and merged bptc into s3tc 2018-08-27 13:47:35 -03:00
editor_export.h BPTC support 2018-08-21 22:56:04 -04:00
editor_file_dialog.cpp Show in File Manager Clarification 2018-08-14 11:50:04 +02:00
editor_file_dialog.h
editor_file_system.cpp Add custom icons to script classes. 2018-08-14 14:18:05 -05:00
editor_file_system.h Add custom icons to script classes. 2018-08-14 14:18:05 -05:00
editor_fonts.cpp Fallback to default font if main/code font path doesn't exist 2018-07-10 14:47:26 +00:00
editor_fonts.h
editor_help.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
editor_help.h display some constants as hex 2018-08-21 17:13:16 -03:00
editor_initialize_ssl.cpp
editor_initialize_ssl.h
editor_inspector.cpp [EditorInspector] Fix ImportDock and ProjectExport capitalize 2018-08-20 17:07:02 -03:00
editor_inspector.h Several improvements to inspector. 2018-08-07 12:22:46 -03:00
editor_log.cpp Add warning color to output log 2018-08-13 21:52:38 +03:00
editor_log.h Add warning color to output log 2018-08-13 21:52:38 +03:00
editor_name_dialog.cpp
editor_name_dialog.h
editor_node.cpp Drop old ShaderGraph code, obsoleted by VisualShader 2018-08-24 11:49:08 +02:00
editor_node.h Merge pull request #19837 from willnationsdev/plugin-utilities 2018-08-15 11:42:51 +02:00
editor_path.cpp
editor_path.h
editor_plugin.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
editor_plugin.h Add option to move Tile/GridMap editors to another side 2018-08-22 19:18:23 -03:00
editor_plugin_settings.cpp Add PluginConfigDialog, EditorPluginSettings GUI 2018-07-26 10:12:05 -05:00
editor_plugin_settings.h Remove a stray semicolon 2018-08-20 15:02:09 +02:00
editor_profiler.cpp Fix for p_width - 1=-1 out of size 2018-08-28 11:49:12 +02:00
editor_profiler.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
editor_properties.cpp Change how path properties are presented, so they can be edited. Fixes #20709 2018-08-23 11:45:54 -03:00
editor_properties.h Change how path properties are presented, so they can be edited. Fixes #20709 2018-08-23 11:45:54 -03:00
editor_properties_array_dict.cpp Fix args count mismatch in property_changed signal 2018-08-19 03:35:51 +07:00
editor_properties_array_dict.h Fix args count mismatch in property_changed signal 2018-08-19 03:35:51 +07:00
editor_resource_preview.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
editor_resource_preview.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
editor_run.cpp Revert "Try closing gracefully before terminating process" 2018-08-27 17:32:43 +02:00
editor_run.h
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp -Project/Editor settings now use new inspector 2018-07-19 19:02:04 -03:00
editor_sectioned_inspector.h -Project/Editor settings now use new inspector 2018-07-19 19:02:04 -03:00
editor_settings.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
editor_settings.h -Project/Editor settings now use new inspector 2018-07-19 19:02:04 -03:00
editor_spin_slider.cpp -Add Expression class, used to evaluate expressions 2018-08-08 17:35:23 -03:00
editor_spin_slider.h -Add Expression class, used to evaluate expressions 2018-08-08 17:35:23 -03:00
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
editor_themes.h
export_template_manager.cpp Remove cached .tpz archive after templates download and install 2018-08-13 12:46:02 +02:00
export_template_manager.h Remove cached .tpz archive after templates download and install 2018-08-13 12:46:02 +02:00
file_type_cache.cpp
file_type_cache.h
filesystem_dock.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
filesystem_dock.h Add a way to disable the split view 2018-08-14 10:17:51 +02:00
find_in_files.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
find_in_files.h Find in Files improvements 2018-08-19 19:24:39 +01:00
groups_editor.cpp Do not use theme to set LineEdit right_icon 2018-08-11 12:04:26 +02:00
groups_editor.h
import_dock.cpp Port ImportDock and ProjectExport to new property editor (2nd try) 2018-08-20 10:07:06 +02:00
import_dock.h Port ImportDock and ProjectExport to new property editor (2nd try) 2018-08-20 10:07:06 +02:00
inspector_dock.cpp Massive rewrite to AnimationTree. Many APIs changed in order to: 2018-08-20 13:39:16 -03:00
inspector_dock.h Massive rewrite to AnimationTree. Many APIs changed in order to: 2018-08-20 13:39:16 -03:00
multi_node_edit.cpp -New inspector. 2018-05-15 17:14:31 -03:00
multi_node_edit.h
node_dock.cpp
node_dock.h
output_strings.cpp Perfect FreeType-based outlines for DynamicFonts 2018-05-08 13:45:24 +07:00
output_strings.h
pane_drag.cpp
pane_drag.h
plugin_config_dialog.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
plugin_config_dialog.h Add PluginConfigDialog, EditorPluginSettings GUI 2018-07-26 10:12:05 -05:00
progress_dialog.cpp
progress_dialog.h
project_export.cpp Port ImportDock and ProjectExport to new property editor (2nd try) 2018-08-20 10:07:06 +02:00
project_export.h Port ImportDock and ProjectExport to new property editor (2nd try) 2018-08-20 10:07:06 +02:00
project_manager.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
project_manager.h Add clear text button to LineEdit 2018-08-11 12:04:26 +02:00
project_settings_editor.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
project_settings_editor.h Merge pull request #19837 from willnationsdev/plugin-utilities 2018-08-15 11:42:51 +02:00
property_editor.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
property_editor.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
property_selector.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
property_selector.h Entirely new (and much improved) animation editor. 2018-06-07 12:52:00 -03:00
pvrtc_compress.cpp
pvrtc_compress.h
quick_open.cpp Do not use theme to set LineEdit right_icon 2018-08-11 12:04:26 +02:00
quick_open.h
register_exporters.h
rename_dialog.cpp
rename_dialog.h
reparent_dialog.cpp
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp Fix making _editor_icon meta during CLEAR_SCRIPT 2018-08-28 15:32:35 -05:00
scene_tree_dock.h Add toggle for favorites in create_root_dialog. 2018-08-08 12:15:42 -05:00
scene_tree_editor.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
scene_tree_editor.h Changes to how node paths are selected from property, allowing setting a hint. 2018-06-27 20:50:25 -03:00
script_create_dialog.cpp Expose ScriptCreateDialog to EditorPlugin 2018-07-04 09:41:12 -05:00
script_create_dialog.h
script_editor_debugger.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
script_editor_debugger.h Fix debugger icon for warnings 2018-08-16 08:50:42 +03:00
SCsub BuildSystem: Sort input file lists 2018-08-29 10:24:07 +02:00
settings_config_dialog.cpp Do not use theme to set LineEdit right_icon 2018-08-11 12:04:26 +02:00
settings_config_dialog.h Add clear text button to LineEdit 2018-08-11 12:04:26 +02:00
spatial_editor_gizmos.cpp Fixed physics bone crash: #20397 2018-08-26 11:55:58 +02:00
spatial_editor_gizmos.h added spring arm node. 2018-08-18 14:34:42 +02:00