Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2019-12-09 | Fixes Delete Line doesn't delete first line in script | Haoyu Qiu | |
Also, match multi-line delete behavior in script with single line: If there are four lines: A, B, C, D. Before the change: Delete C: Cursor lands on D Delete B and C: Cursor lands on A After the change: Delete C: Cursor lands on D Delete B and C: Cursor lands on D | |||
2019-12-08 | Fix TilesetEditorContext separation snap. | dankan1890 | |
Fixes #34182 | |||
2019-12-06 | Add spaces after commas and strip extra ones in *FileDialog filter menu | Michael Alexsander | |
2019-12-06 | Merge pull request #34141 from YeldhamDev/filediag_parenthesis_space_removal | Rémi Verschelde | |
Remove extra spaces from parenthesis in *FileDialog's filter menu | |||
2019-12-06 | Fixes prompt closes the wrong scene when exiting | Haoyu Qiu | |
2019-12-06 | Remove extra spaces from parenthesis in *FileDialog's filter menu | Michael Alexsander | |
2019-12-06 | clear_meta when clearing guides with the ruler | Haoyu Qiu | |
2019-12-05 | Merge pull request #34114 from simpuid/clear-guides-meta | Rémi Verschelde | |
changed set_meta to remove_meta in CLEAR_GUIDES menu option | |||
2019-12-05 | Fixed errors in JointSpatialGizmoPlugin when selecting a joint with unset nodes | PouleyKetchoupp | |
Fixes #34122 | |||
2019-12-05 | Fixes crash when clearing guides in empty scene | Haoyu Qiu | |
2019-12-05 | changed set_meta to remove_meta in CLEAR_GUIDES menu option | simpuid | |
2019-12-04 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-04 | Fixes translation for project sort options | Haoyu Qiu | |
2019-12-02 | Tweak error timestamp formatting to be more readable | Hugo Locurcio | |
This uses a `.` instead of `:` as the decimal separator and trims the decimal part to 3 digits, as millisecond precision is usually sufficient. | |||
2019-12-01 | Fixed another point grabbing issue at lower zoom levels. | Norton Corbett | |
This was caused by the fact that the points were being iterated sequentially and we were breaking out of the loop as soon as we found a point that was "close enough", rather than actually finding the closest point. The previous fix exposed this new issue. | |||
2019-12-01 | Center Script Editor when jumping to bookmarks/breakpoints | Tomasz Chabora | |
2019-12-01 | Merge pull request #34022 from nekomatata/animation-player-stop-errors | Rémi Verschelde | |
Fixed errors in AnimationPlayerEditor when switching current_animation in the inspector | |||
2019-12-01 | Fixed errors in AnimationPlayerEditor when switching current_animation in ↵ | PouleyKetchoupp | |
the inspector Case 1: start and stop an animation in the inspector Case 2: start an animation in the inspector, then stop and start again in the track editor Fixes #34021 | |||
2019-12-01 | Take into account the current zoom level when grabbing polygon points in the ↵ | Norton Corbett | |
TileSet editor. The transform of the TileSet editor workspace is now used to calculate the distance from the mouse click to the nearest polygon point. Fixes https://github.com/godotengine/godot/issues/34001 | |||
2019-11-30 | Fixed error when creating physical skeleton | PouleyKetchoupp | |
An error was systematically triggered on the root bone, when trying to access its parent (the return value wasn't used in this case anyway). Fixes #23920 | |||
2019-11-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-11-28 | Don't cast item to Spatial when checking if it's locked | Aaron Franke | |
Not a necessary cast, and causes a crash any time it's not a Spatial. | |||
2019-11-28 | Merge pull request #33952 from KoBeWi/not_my_fault | Rémi Verschelde | |
Fix box selection being cancelled immediately | |||
2019-11-27 | Bugfix: Sanitize glTF importer Animation Names and do not set bone_pose | Marios Staikopoulos | |
2019-11-27 | Fix box selection being cancelled immediately | Tomasz Chabora | |