summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-06-13Merge pull request #29129 from kis3lori/remove-save-theme-for-defaultRémi Verschelde
Created a fallback from the "Save Theme" button to "Save Theme As" when a default theme is in use.
2019-06-13Created a fallback from the "Save Theme" button to "Save Theme As" when a ↵Kis Levente Lorand
default theme is in use.
2019-06-13Merge pull request #29737 from YeldhamDev/connections_dialog_minor_cleanupRémi Verschelde
Minor cleanup in connections dialog file
2019-06-13Merge pull request #29644 from YeldhamDev/editor_file_recent_reselectRémi Verschelde
Make possible to reselect an item in the "Recent" list in the EditorFileDialog
2019-06-13Merge pull request #29638 from YeldhamDev/editor_file_hidden_toggleRémi Verschelde
Add button for toggling hidden files in EditorFileDialog
2019-06-13Merge pull request #29636 from Calinou/project-manager-dim-window-quittingRémi Verschelde
Dim the project manager window while it's quitting
2019-06-13Merge pull request #29635 from YeldhamDev/editor_file_favorite_fixRémi Verschelde
Apply a better fix for the EditorFileDialog crash on favorite
2019-06-13Minor cleanup in connections dialog fileMichael Alexsander Silva Dias
2019-06-12Merge pull request #29708 from sparkart/masterRémi Verschelde
Added script name tooltip for Open Script Icon
2019-06-12Merge pull request #29645 from YeldhamDev/create_dialog_reselectRémi Verschelde
Allow reselecting items in the "Favorites" and "Recent" lists in the create dialog
2019-06-12Merge pull request #29716 from YeldhamDev/create_node_error_spamRémi Verschelde
Fix error spam in create dialog when searching for nodes with some disabled
2019-06-12Merge pull request #22863 from Paulb23/reload_shader_external_change_issue_19852Rémi Verschelde
Reload text shaders when externally edited, issue 19852
2019-06-12Added script name tooltip for Open Script IconEmmanuel Barroga
Resolves issue: 29541
2019-06-12Fix error spam in create dialog when searching for nodes with some disabledMichael Alexsander Silva Dias
2019-06-12Merge pull request #29615 from Calinou/fix-editor-monitor-large-sizesRémi Verschelde
Fix display of large sizes in the editor monitors
2019-06-12Merge pull request #29599 from Calinou/assetlib-project-icon-loadingRémi Verschelde
Display a "loading" placeholder while icons are loading in the assetlib
2019-06-12Merge pull request #29595 from YeldhamDev/bus_editor_enhancementsRémi Verschelde
Enhancements for the audio bus editor
2019-06-12Merge pull request #29664 from akien-mga/external-editor-default-flagsRémi Verschelde
Always pass script path to external editor
2019-06-12Merge pull request #29695 from jbuck3/fix-script-create-dialogRémi Verschelde
Fix script create dialog
2019-06-12Merge pull request #29703 from YeldhamDev/method_signal_warning_baseRémi Verschelde
Check base scripts for signal receiving methods before warning about them missing
2019-06-12Merge pull request #29710 from Calinou/assetlib-remove-unimplementedRémi Verschelde
Remove some references to unimplemented features in the assetlib
2019-06-12Merge pull request #29517 from KoBeWi/pan_shopRémi Verschelde
Allow to change 2D pan hotkey
2019-06-12Merge pull request #29474 from YeldhamDev/pick_subtile_fixRémi Verschelde
Fix subtile picking in TileMap editor
2019-06-12Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde
Small fixes to unrechable code, possibly overflows, using NULL pointers
2019-06-12Remove some references to unimplemented features in the assetlibHugo Locurcio
This removes rating icons and the associated sorting option as this feature wasn't implemented (and is unlikely to be in the near future). This also renames "Cost" to "License", as the "cost" field refers to SPDX license names on the Godot Asset Library.
2019-06-12Merge pull request #29659 from YeldhamDev/script_connections_node_deletedRémi Verschelde
Fix connection info still appearing on scripts if the node source is deleted
2019-06-11Check base scripts for signal receiving methods before warning about them ↵Michael Alexsander Silva Dias
missing
2019-06-12Add spacing between the icon and details in the assetlib listHugo Locurcio
This also scales margin and separation values on hiDPI displays.
2019-06-11Fix script create dialogJames Buck
- Correctly validate parent/class names - Trigger parent validation when selecting from buttons - Fix enabling/disabling parent buttons - Clear class name if not supported - Minor cleanup
2019-06-11Merge pull request #29680 from akien-mga/fix-headersRémi Verschelde
Add missing license headers
2019-06-11Merge pull request #29678 from akien-mga/err-macros-semicolonRémi Verschelde
Fix error macro calls not ending with semicolon
2019-06-11Add missing license headersRémi Verschelde
Make `fix_headers.py` script compatible with Python 3.
2019-06-11Merge pull request #29565 from YeldhamDev/editor_feature_docsRémi Verschelde
Make docs search hide nodes disabled by the editor feature profile
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
Automatically add new line to scripts
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently.
2019-06-11Merge pull request #29526 from YeldhamDev/connections_dialog_improvements_rebornRémi Verschelde
Improve conections dialog
2019-06-11Merge pull request #29519 from Ranoller/masterRémi Verschelde
Make tilemap texture origin point top-left.
2019-06-11Merge pull request #29515 from Calinou/editor-inspector-checkbox-hseparationRémi Verschelde
Add a margin to "checkable" property checkboxes in the editor inspector
2019-06-11Merge pull request #29508 from Calinou/doc-hex-constant-uppercaseRémi Verschelde
Use uppercase for all hexadecimal constants in the editor help
2019-06-11Always pass script path to external editorRémi Verschelde
Previously you had to set the Exec Flags manually, reading the documentation to find out what placeholders to use. As most editors should support having the file path passed as the last argument, we default to doing this if no custom {file} flag is defined. We also default the Exec Flags to "{file}" and the placeholder text gives some documentation. Fixes #29662.
2019-06-10Fix connection info still appearing on scripts if the node source is deletedMichael Alexsander Silva Dias
2019-06-10Merge pull request #29497 from qarmin/fix_memory_leak_in_filesRémi Verschelde
Fix memory leak after closing files
2019-06-10Add button for toggling hidden files in EditorFileDialogMichael Alexsander Silva Dias
2019-06-09Allow reselecting items in the "Favorites" and "Recent" lists in the create ↵Michael Alexsander Silva Dias
dialog
2019-06-09Make possible to reselect an item in the "Recent" list in the EditorFileDialogMichael Alexsander Silva Dias
2019-06-09Merge pull request #29527 from YeldhamDev/orphan_dialog_dependencies_tooltipMichael Alexsander Silva Dias
Add tooltip for the dependencies buttons in the orphan explorer dialog
2019-06-09Dim the project manager window while it's quittingHugo Locurcio
This makes it clearer that the project manager window is busy while it's quitting (which can take a while on slower PCs). This also makes it feel more responsive to user input.
2019-06-09Apply a better fix for the EditorFileDialog crash on favoriteMichael Alexsander Silva Dias
2019-06-10Fix crash when selecting favorate directory on EditorFileDialogvolzhs
The problem was that favorite tool button kept to change pressed and unpressed state with toggled event. This is a quick fix for crash. EditorFileDialog might need to be refactor later.
2019-06-09Enhancements for the audio bus editorMichael Alexsander Silva Dias