Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-12-17 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-17 | Prevent showing toggle scripts panel switch in shader editor | Yuri Roubinsky | |
2019-12-17 | Merge pull request #34364 from Chaosus/toggle_scripts_panel | Rémi Verschelde | |
Moves switch for show scripts panel from File menu to status bar | |||
2019-12-16 | Fixed issues with using a relative path in the export window. | Catchawink | |
Before this fix, opening relative export paths inside of an EditorFileDialog was not possible. This was fixed by modifying String::path_to_file() to save relative paths in EditorExportPreset::set_export_path() more appropriately and changing EditorFileDialog::set_current_dir() to open relative paths. | |||
2019-12-16 | Merge pull request #34377 from timothyqiu/i18n | Rémi Verschelde | |
Makes more strings in editor translatable | |||
2019-12-16 | Makes more strings in editor translatable | Haoyu Qiu | |
* File type names in file dialogs * Layout option names * Visual shader editor UI | |||
2019-12-16 | Center error icon vertically in AssetLib | Haoyu Qiu | |
2019-12-15 | Moves switch for show scripts panel from File menu to status bar | Yuri Roubinsky | |
2019-12-15 | Merge pull request #34349 from timothyqiu/enum-scope | Rémi Verschelde | |
Show full enum name when not on the same doc page | |||
2019-12-15 | Fixes wrong minimum size of Group Editor | Haoyu Qiu | |
Takes current editor scale into account when setting the minimum size. | |||
2019-12-14 | Merge pull request #34353 from Calinou/increase-2d-editor-zoom-limits | Rémi Verschelde | |
Increase the TileSet and polygon UV editor zoom limits to 16× | |||
2019-12-14 | Increase the TileSet and polygon UV editor zoom limits to 16× | Hugo Locurcio | |
This also changes the TileSet editor's minimum zoom to match other 2D editors. This closes #34346. | |||
2019-12-14 | Show enum class name when not on the same doc page | Haoyu Qiu | |
Variant.Type and Variant.Operator are listed on GlobalScope page instead of Variant. The `Variant` prefix should not be omitted on that page. | |||
2019-12-13 | Makes int and bool clickable in documentation | Haoyu Qiu | |
Also adjusted the way to check empty strings. | |||
2019-12-13 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-12-13 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-13 | Make more editor strings translatable | Haoyu Qiu | |
2019-12-13 | Merge pull request #34016 from ↵ | Rémi Verschelde | |
norton-corbett/hotfix/tileset-editor-point-grabbing Fix TileSet Editor polygon point grabbing | |||
2019-12-13 | Merge pull request #34304 from Calinou/improve-editor-shortcuts-search | Rémi Verschelde | |
Don't search in unassigned shortcut labels in the editor shortcuts | |||
2019-12-12 | Fix OptionButton's arrow margin in editor theme | Michael Alexsander | |
2019-12-12 | Don't search in unassigned shortcut labels in the editor shortcuts | Hugo Locurcio | |
This also fades out shortcut labels for unassigned shortcuts, which makes for easier visual grepping. This closes #33299. | |||
2019-12-11 | Fix for #34186: "Center Selection" in 2D editor introduces graphic bias. | Hannah Crawford | |
2019-12-11 | Fixes infinite loop when switching editor | Haoyu Qiu | |
2019-12-10 | Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers | Rémi Verschelde | |
Removed unused variables, add some constants numbers | |||
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut | |
2019-12-09 | Merge pull request #34217 from timothyqiu/delete-lines | Rémi Verschelde | |
Fixes Delete Line doesn't delete first line in script | |||
2019-12-09 | Merge pull request #34144 from timothyqiu/closing | Rémi Verschelde | |
Fixes prompt closes the wrong scene on quit |