Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-19 | Merge pull request #27188 from samH-FIT/MacroUpdate | Rémi Verschelde | |
Made use of semicolons after GDCLASS more consistent, added semicolons where I found them missing. | |||
2019-06-19 | Merge pull request #29899 from Chaosus/select_all_tracks | Rémi Verschelde | |
Added button to select all tracks in track copy dialog | |||
2019-06-19 | Merge pull request #28295 from zqyoung1/fix-gridmap-nav-schemes | Rémi Verschelde | |
Fixed navigation schemes Modo/Maya when used with grid map tile place… | |||
2019-06-19 | Merge pull request #29897 from Chaosus/fix_animation_track_selection | Rémi Verschelde | |
Fix animation keys selection with SHIFT/CTRL | |||
2019-06-19 | Merge pull request #26748 from raphael10241024/instance | Rémi Verschelde | |
Fix editor crash when saving a scene containing an inherited scene instance. | |||
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
2019-06-19 | Added button to select all tracks in track copy dialog | Chaosus | |
2019-06-19 | Fixed navigation schemes Modo/Maya when used with grid map tile placement | Zach Young | |
2019-06-19 | Merge pull request #29463 from Faless/editor/debugger_take_connection | Rémi Verschelde | |
Editor debugger now always handle connections. | |||
2019-06-19 | Merge pull request #28787 from mitchcurtis/fix-28059 | Rémi Verschelde | |
Script Text Editor: respect Move Down and Move Up shortcuts on macOS | |||
2019-06-19 | Fix animation keys selection with SHIFT/CTRL | Chaosus | |
2019-06-19 | Editor 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-19 | Merge pull request #29547 from santouits/filter-scripts | Rémi Verschelde | |
Add filter search for script list and the members in the script editor | |||
2019-06-19 | Merge pull request #29493 from YeldhamDev/enhance_fix_feature_profile | Rémi Verschelde | |
Enhancements and fixes for the editor feature profile | |||
2019-06-18 | Merge pull request #29859 from KoBeWi/name_sort-inator | Rémi Verschelde | |
Properly sort projects by name | |||
2019-06-18 | Properly sort projects by name | Tomasz Chabora | |
2019-06-18 | Merge pull request #29489 from groud/fixes_nan | Rémi Verschelde | |
Fixes NaN errors with anchors mode | |||
2019-06-17 | Merge pull request #28766 from pgoral/editor_validation_issue | Rémi Verschelde | |
Changing method signature in other class in not recognized in working… | |||
2019-06-17 | Merge pull request #29847 from yurchor/master | Rémi Verschelde | |
Fix minor typos | |||
2019-06-17 | Merge pull request #29806 from sparkart/master | Rémi Verschelde | |
Bring selected script in view of open scripts list | |||
2019-06-17 | Fix minor typos | Yuri Chornoivan | |
2019-06-17 | Merge pull request #29830 from NilsIrl/remove_useless | Rémi Verschelde | |
Remove useless cast from c-string to String | |||
2019-06-16 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-06-16 | i18n: Fix extract.py support for new TTRC | Rémi Verschelde | |
Also make compatible with Python 3. | |||
2019-06-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e50eb830afcf2459b07b93f8a4c86412ce82ff1e) | |||
2019-06-16 | Bring selected script in view of open scripts list | Emmanuel Barroga | |
Resolves issue: #29721 | |||
2019-06-16 | Remove useless cast from c-string to String | Nils ANDRÉ-CHANG | |
2019-06-15 | Add support for bold fonts in the editor help | Hugo Locurcio | |
This also makes it possible to use the strikethrough tag (`[s]`) in the editor help. | |||
2019-06-15 | glTF: Fix import of animations with INTERPOLATION_LINEAR | Rémi Verschelde | |
Bug found thanks to GCC 8's -Wduplicated-branches. Slight refactor for readability. | |||
2019-06-15 | Merge pull request #29795 from YeldhamDev/dependency_editor_changes | Rémi Verschelde | |
Minor enhancements to the dependency editor | |||
2019-06-15 | Minor enhancements to the dependency editor | Michael Alexsander Silva Dias | |
2019-06-15 | Improve the default project naming in the Project Manager | Hugo 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-14 | Merge pull request #29779 from akien-mga/font-settings-cleanup | Rémi Verschelde | |
Fix help source font setting and related cleanup | |||
2019-06-14 | Fix help source font setting and related cleanup | Ré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-13 | Check for inherited methods before attempting to create one when connecting ↵ | Michael Alexsander Silva Dias | |
a signal | |||
2019-06-13 | Merge pull request #29129 from kis3lori/remove-save-theme-for-default | Rémi Verschelde | |
Created a fallback from the "Save Theme" button to "Save Theme As" when a default theme is in use. | |||
2019-06-13 | Created a fallback from the "Save Theme" button to "Save Theme As" when a ↵ | Kis Levente Lorand | |
default theme is in use. | |||
2019-06-13 | Merge pull request #29737 from YeldhamDev/connections_dialog_minor_cleanup | Rémi Verschelde | |
Minor cleanup in connections dialog file | |||
2019-06-13 | Merge pull request #29644 from YeldhamDev/editor_file_recent_reselect | Rémi Verschelde | |
Make possible to reselect an item in the "Recent" list in the EditorFileDialog | |||
2019-06-13 | Merge pull request #29638 from YeldhamDev/editor_file_hidden_toggle | Rémi Verschelde | |
Add button for toggling hidden files in EditorFileDialog | |||
2019-06-13 | Merge pull request #29636 from Calinou/project-manager-dim-window-quitting | Rémi Verschelde | |
Dim the project manager window while it's quitting | |||
2019-06-13 | Merge pull request #29635 from YeldhamDev/editor_file_favorite_fix | Rémi Verschelde | |
Apply a better fix for the EditorFileDialog crash on favorite | |||
2019-06-13 | Minor cleanup in connections dialog file | Michael Alexsander Silva Dias | |
2019-06-12 | Enhancements and fixes for the editor feature profile | Michael Alexsander Silva Dias | |
2019-06-12 | Merge pull request #29708 from sparkart/master | Rémi Verschelde | |
Added script name tooltip for Open Script Icon | |||
2019-06-12 | Merge pull request #29645 from YeldhamDev/create_dialog_reselect | Rémi Verschelde | |
Allow reselecting items in the "Favorites" and "Recent" lists in the create dialog | |||
2019-06-12 | Merge pull request #29716 from YeldhamDev/create_node_error_spam | Rémi Verschelde | |
Fix error spam in create dialog when searching for nodes with some disabled | |||
2019-06-12 | Merge pull request #22863 from Paulb23/reload_shader_external_change_issue_19852 | Rémi Verschelde | |
Reload text shaders when externally edited, issue 19852 | |||
2019-06-12 | Added script name tooltip for Open Script Icon | Emmanuel Barroga | |
Resolves issue: 29541 | |||
2019-06-12 | Fix error spam in create dialog when searching for nodes with some disabled | Michael Alexsander Silva Dias | |