godot/editor
Hein-Pieter van Braam 96ed1801aa When starting up try creating directories recursively
Previously we had a check to see if cache and data directories exist and
another check to try to make them if they do not. However the second
check was never reached if we don't have the directories in question.

Furthermore for cache directories on Linux people who never started a
desktop environment we need to recurisively create the XDG directory as
well as the godot specific directory.

This fixes #17963

(cherry picked from commit 321ac5ae13)
2018-11-28 10:27:41 +01:00
..
collada
doc DocData: Fix return type listed as "var" instead of "Variant" 2018-11-01 11:39:28 +01:00
fileserver
icons Corrected art depo link in editor icons readme. 2018-11-01 11:39:29 +01:00
import Add support for line continuations (wtf) in obj format, fixes #7974 2018-11-28 10:27:41 +01:00
plugins Repaired mistyped of 'its' on several files. 2018-11-01 11:39:26 +01:00
translations i18n: Sync translations with Weblate 2018-08-23 13:37:15 +02:00
SCsub add NoCache wrapper to Command 2018-06-22 14:42:14 +02:00
animation_editor.cpp Fix AnimationPlayer edited scene bug 2018-05-13 22:05:28 +02:00
animation_editor.h
array_property_edit.cpp
array_property_edit.h
code_editor.cpp Fix:code editor text size should change at least one each time, don't mind how you setting your display scale 2018-05-13 22:39:13 +02:00
code_editor.h
connections_dialog.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
connections_dialog.h
create_dialog.cpp Fix new Node dialog Create button behavior 2018-04-29 15:14:09 +02:00
create_dialog.h
dependency_editor.cpp
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h
editor_audio_buses.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
editor_audio_buses.h
editor_autoload_settings.cpp Fix column width on AutoLoad table on hidpi displays 2018-04-28 16:28:47 +02:00
editor_autoload_settings.h
editor_data.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
editor_data.h
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp Make 'Export PCK/ZIP' work well with EditorExportPlugin 2018-04-29 18:44:55 +02:00
editor_export.h Make 'Export PCK/ZIP' work well with EditorExportPlugin 2018-04-29 18:44:55 +02:00
editor_file_dialog.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
editor_file_dialog.h
editor_file_system.cpp Update preview on filesystem change 2018-04-29 15:08:11 +02:00
editor_file_system.h
editor_fonts.cpp Add an hinting mode setting to DynamicFonts 2018-03-28 22:56:04 +02:00
editor_fonts.h
editor_help.cpp Fixes the hyperlinks for enumerators inside classes in the editor help. 2018-11-01 11:39:21 +01:00
editor_help.h
editor_initialize_ssl.cpp
editor_initialize_ssl.h
editor_log.cpp Show error icon at "Output" in case of errors 2018-04-29 15:06:29 +02:00
editor_log.h Show error icon at "Output" in case of errors 2018-04-29 15:06:29 +02:00
editor_name_dialog.cpp
editor_name_dialog.h
editor_node.cpp Allow exporting runnable presets from command line 2018-10-31 10:56:44 +01:00
editor_node.h
editor_path.cpp
editor_path.h
editor_plugin.cpp Preventing an editor crash in the event that a plugin scene's root-node is null. 2018-07-28 16:06:30 +02:00
editor_plugin.h
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_profiler.cpp
editor_profiler.h
editor_resource_preview.cpp
editor_resource_preview.h
editor_run.cpp
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_settings.cpp When starting up try creating directories recursively 2018-11-28 10:27:41 +01:00
editor_settings.h
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp LinkButtons are now responsive to engine theme 2018-05-13 22:34:10 +02:00
editor_themes.h
export_template_manager.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
export_template_manager.h
file_type_cache.cpp
file_type_cache.h
filesystem_dock.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
filesystem_dock.h
groups_editor.cpp
groups_editor.h
import_dock.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
import_dock.h
multi_node_edit.cpp
multi_node_edit.h
node_dock.cpp
node_dock.h
output_strings.cpp
output_strings.h
pane_drag.cpp
pane_drag.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
project_export.h Make 'Export PCK/ZIP' work well with EditorExportPlugin 2018-04-29 18:44:55 +02:00
project_manager.cpp Fix for Issue#18457 - Folder name with trailing space on Windows 2018-05-13 22:03:40 +02:00
project_manager.h
project_settings_editor.cpp i18n: Sync translation templates with current source 2018-06-05 22:04:33 +02:00
project_settings_editor.h
property_editor.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
property_editor.h
property_selector.cpp
property_selector.h
pvrtc_compress.cpp
pvrtc_compress.h
quick_open.cpp
quick_open.h
register_exporters.h
reparent_dialog.cpp
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h
scene_tree_dock.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
scene_tree_dock.h
scene_tree_editor.cpp Draw relationship line on scene tree dock if option is on 2018-03-28 22:06:01 +02:00
scene_tree_editor.h
script_create_dialog.cpp Mono: Avoid invalid class names. 2018-04-15 00:48:11 +02:00
script_create_dialog.h
script_editor_debugger.cpp Don't print error message when select debugger stacks if the debugger is stopped. 2018-03-28 22:09:16 +02:00
script_editor_debugger.h
settings_config_dialog.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-06-05 21:42:33 +02:00
settings_config_dialog.h
spatial_editor_gizmos.cpp Style: Format code with clang-format 6.0.1 2018-07-18 16:37:23 +02:00
spatial_editor_gizmos.h