Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | Merge pull request #34702 from Zylann/fix_project_manager_opens_wrong_project | Rémi Verschelde | |
Fix wrong project opening in some situations | |||
2019-12-30 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-12-30 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-30 | Merge pull request #34695 from timothyqiu/show-in-file-system | Rémi Verschelde | |
Checks script path before show in filesystem | |||
2019-12-30 | Merge pull request #34680 from Calinou/editor-export-nonzero-exit-code-error | Rémi Verschelde | |
Exit the editor export process with a non-zero exit code on error | |||
2019-12-30 | Fix wrong project opening in some situations, hidden nodes were not reordered | Marc Gilleron | |
2019-12-30 | Merge pull request #34653 from YeldhamDev/optionbutton_margin_auto | Rémi Verschelde | |
Make OptionButton itself take into account the arrow margin instead of relying on the theme | |||
2019-12-30 | Merge pull request #34656 from volzhs/keep-selected-dir | Rémi Verschelde | |
Show selected directory in split mode when selecting a file | |||
2019-12-30 | Merge pull request #34642 from timothyqiu/help-search | Rémi Verschelde | |
Improves Search Help dialog | |||
2019-12-30 | Merge pull request #34625 from timothyqiu/i18n | Rémi Verschelde | |
Makes more editor strings translatable | |||
2019-12-30 | Merge pull request #34614 from qarmin/dont_create_preview_of_empty_scene | Rémi Verschelde | |
Don't create preview of empty scene. | |||
2019-12-30 | Merge pull request #34578 from timothyqiu/var-rename | Rémi Verschelde | |
Fixes variable naming in FileSystemDock | |||
2019-12-30 | Merge pull request #34613 from timothyqiu/edscale-again | Rémi Verschelde | |
Fixes Theme Editor minimum height on HiDPI monitor | |||
2019-12-30 | Merge pull request #34598 from timothyqiu/tab-height | Rémi Verschelde | |
Fixes tab height in Batch Rename dialog | |||
2019-12-30 | Merge pull request #34594 from marstaik/gltf_colorfix_u | Rémi Verschelde | |
Fix Hard Crash on glTF Color Accessor Import | |||
2019-12-30 | Exit the editor export process with a non-zero exit code on error | Hugo Locurcio | |
This closes #34672. | |||
2019-12-30 | Makes more editor strings translatable | Haoyu Qiu | |
* Title of Sprite Editor convert preview dialogs * Title of UV Channel Debug dialog * Various editor warnings * GridMap popup menu item "Paste Selects" * Tileset editor shape button texts * MeshLibrary update confirmation text | |||
2019-12-30 | Checks script path before show in filesystem | Haoyu Qiu | |
2019-12-29 | Show selected directory in split mode when selecting a file | volzhs | |
2019-12-28 | Revert "Merge pull request #34315 from ↵ | Michael Alexsander | |
YeldhamDev/editor_theme_optionbutton_arrow" This reverts commit 0da0eec6cc42066626f867079700c10737092217, reversing changes made to ec97535ea34456607c0c53607d41e34f272890ec. | |||
2019-12-28 | Improves Search Help dialog | Haoyu Qiu | |
* Applies `EDSCALE` to various sizes * Adds missing `TTR`s to translatable strings | |||
2019-12-26 | Don't create preview of empty scene. | Rafał Mikrut | |
2019-12-26 | Fixes Theme Editor minimum height on HiDPI monitor | Haoyu Qiu | |
* Applies `EDSCALE` to the minimum size | |||
2019-12-25 | Fixes tab height in Batch Rename dialog | Haoyu Qiu | |
2019-12-24 | Fix Hard Crash on glTF Color Accessor Import | Marios Staikopoulos | |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu | |
2019-12-24 | Fixes variable naming in FileSystemDock | Haoyu Qiu | |
2019-12-23 | Centers Dock Position text | Haoyu Qiu | |
2019-12-22 | i18n: Sync translations with Weblate + update template | Rémi Verschelde | |
Also fix a few stray clang-format formatting errors that passed through CI unnoticed. | |||
2019-12-22 | Merge pull request #34516 from Faless/debugger/output_buffer_size | Rémi Verschelde | |
Correct size for PacketPeerStream in Debugger. | |||
2019-12-22 | Merge pull request #34441 from KoBeWi/wrapping_things_up | Rémi Verschelde | |
Fix code editor not always centering to bookmarks | |||
2019-12-22 | Set proper icon for LineEdit in editor theme | Haoyu Qiu | |
2019-12-21 | Correct size for PacketPeerStream in Debugger. | Fabio Alessandrelli | |
We wanted 8 MiB but we were getting 16 MiB (minus 4 bytes for the separator). We are now getting 8 MiB minus 4 bytes for encoding. | |||
2019-12-21 | Makes more editor strings translatable | Haoyu Qiu | |
* "Add" button text in Groups Editor * "Receiver Method" in Connect Signal Dialog * "Play Mode" in Animation State Machine Editor * "Mesh Library" button text in Mesh Library editor plugin * Compose Array node button texts in Visual Script * Various button texts in TileSet Editor * Various Run Script errors | |||
2019-12-21 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-20 | Set proper icons for FileDialog in editor theme | volzhs | |
2019-12-19 | Merge pull request #34445 from JFonS/fix_13364 | Rémi Verschelde | |
Fix selection on 3D viewport with half resolution | |||
2019-12-19 | Fix selection on 3D viewport with half resolution | JFonS | |
2019-12-19 | Merge pull request #34437 from Chaosus/fix_toggle_scripts4 | Rémi Verschelde | |
Fix ScriptTextEditor encapsulation | |||
2019-12-19 | Fix ScriptTextEditor encapsulation | Yuri Roubinsky | |
2019-12-19 | Fixes Curve Editor margin | Haoyu Qiu | |
2019-12-18 | Fix code editor not always centering to bookmarks | Tomasz Chabora | |
2019-12-18 | Merge pull request #34430 from volzhs/error-log-with-container | Rémi Verschelde | |
Fix error log when selecting child of Containers | |||
2019-12-19 | Fix error log when selecting child of Containers | volzhs | |
2019-12-18 | Updates toggle scripts switch tooltip (if user changed the shortcut) | Yuri Roubinsky | |
2019-12-18 | Make right align for calls number in Profiler | volzhs | |
2019-12-17 | Merge pull request #34348 from Catchawink/master | Rémi Verschelde | |
Fixed issues with using a relative path in the export window. | |||
2019-12-17 | Merge pull request #34402 from Chaosus/fix_toggle_scripts_panel2 | Yuri Roubinsky | |
Fix toggle scripts panel to allow using shortcut in other areas | |||
2019-12-17 | Fix toggle scripts panel to allow using shortcut in other areas | Yuri Roubinsky | |
2019-12-17 | i18n: Sync translation template with current source | Rémi Verschelde | |