summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-06-19Merge pull request #27188 from samH-FIT/MacroUpdateRémi Verschelde
Made use of semicolons after GDCLASS more consistent, added semicolons where I found them missing.
2019-06-19Merge pull request #29899 from Chaosus/select_all_tracksRémi Verschelde
Added button to select all tracks in track copy dialog
2019-06-19Merge pull request #28295 from zqyoung1/fix-gridmap-nav-schemesRémi Verschelde
Fixed navigation schemes Modo/Maya when used with grid map tile place…
2019-06-19Merge pull request #29897 from Chaosus/fix_animation_track_selectionRémi Verschelde
Fix animation keys selection with SHIFT/CTRL
2019-06-19Merge pull request #26748 from raphael10241024/instanceRémi Verschelde
Fix editor crash when saving a scene containing an inherited scene instance.
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-19Added button to select all tracks in track copy dialogChaosus
2019-06-19Fixed navigation schemes Modo/Maya when used with grid map tile placementZach Young
2019-06-19Merge pull request #29463 from Faless/editor/debugger_take_connectionRémi Verschelde
Editor debugger now always handle connections.
2019-06-19Merge pull request #28787 from mitchcurtis/fix-28059Rémi Verschelde
Script Text Editor: respect Move Down and Move Up shortcuts on macOS
2019-06-19Fix animation keys selection with SHIFT/CTRL Chaosus
2019-06-19Editor debugger now always handle connections.Fabio Alessandrelli
The editor debugger used to only take the first client connection, leaving potential new connections hanging until TCP timeout. This caused a lock after some time when running multiple game/editor instances, as the client will fill the write buffer, and then lock until timeout (as the editor server would never read from that socket). The editor now drops new connections immediately if it is already connected to a client.
2019-06-19Merge pull request #29547 from santouits/filter-scriptsRémi Verschelde
Add filter search for script list and the members in the script editor
2019-06-19Merge pull request #29493 from YeldhamDev/enhance_fix_feature_profileRémi Verschelde
Enhancements and fixes for the editor feature profile
2019-06-18Merge pull request #29859 from KoBeWi/name_sort-inatorRémi Verschelde
Properly sort projects by name
2019-06-18Properly sort projects by nameTomasz Chabora
2019-06-18Merge pull request #29489 from groud/fixes_nanRémi Verschelde
Fixes NaN errors with anchors mode
2019-06-17Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde
Changing method signature in other class in not recognized in working…
2019-06-17Merge pull request #29847 from yurchor/masterRémi Verschelde
Fix minor typos
2019-06-17Merge pull request #29806 from sparkart/masterRémi Verschelde
Bring selected script in view of open scripts list
2019-06-17Fix minor typosYuri Chornoivan
2019-06-17Merge pull request #29830 from NilsIrl/remove_uselessRémi Verschelde
Remove useless cast from c-string to String
2019-06-16i18n: Sync translation template with current sourceRémi Verschelde
2019-06-16i18n: Fix extract.py support for new TTRCRémi Verschelde
Also make compatible with Python 3.
2019-06-16i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit e50eb830afcf2459b07b93f8a4c86412ce82ff1e)
2019-06-16Bring selected script in view of open scripts listEmmanuel Barroga
Resolves issue: #29721
2019-06-16Remove useless cast from c-string to StringNils ANDRÉ-CHANG
2019-06-15Add support for bold fonts in the editor helpHugo Locurcio
This also makes it possible to use the strikethrough tag (`[s]`) in the editor help.
2019-06-15glTF: Fix import of animations with INTERPOLATION_LINEARRémi Verschelde
Bug found thanks to GCC 8's -Wduplicated-branches. Slight refactor for readability.
2019-06-15Merge pull request #29795 from YeldhamDev/dependency_editor_changesRémi Verschelde
Minor enhancements to the dependency editor
2019-06-15Minor enhancements to the dependency editorMichael Alexsander Silva Dias
2019-06-15Improve the default project naming in the Project ManagerHugo Locurcio
The Project Manager will now infer a project name from the project path if the name is empty or equal to the default value. The project name will also be capitalized automatically.
2019-06-14Merge pull request #29779 from akien-mga/font-settings-cleanupRémi Verschelde
Fix help source font setting and related cleanup
2019-06-14Fix help source font setting and related cleanupRémi Verschelde
This was a regression from #28107 due to a typo in the `initial_set` call. I used the opportunity to harmonize the font settings by ensuring we only get values in `editor_fonts.cpp` and set them all with proper and consistent hint ranges in `editor_settings.cpp`. Fixes #29774.
2019-06-13Check for inherited methods before attempting to create one when connecting ↵Michael Alexsander Silva Dias
a signal
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-12Enhancements and fixes for the editor feature profileMichael 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