Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-16 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 135c252a389c4cea2074536aeebef941038a1429) | |||
2022-06-16 | Merge pull request #61888 from Chaosus/vs_remove_engine_version | Rémi Verschelde | |
Remove engine version from visual shader | |||
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the ↵ | bruvzg | |
TextServer. | |||
2022-06-16 | Merge pull request #61820 from pfertyk/issue-61604-is-plugin-enabled-by-name | Rémi Verschelde | |
2022-06-15 | Merge pull request #51950 from qarmin/bad_godot4_converter | Rémi Verschelde | |
2022-06-15 | Merge pull request #62063 from fire-forge/inputevent-button | Rémi Verschelde | |
2022-06-15 | Merge pull request #62060 from fire-forge/h-offset | Rémi Verschelde | |
2022-06-15 | Add Godot 3.x -> Godot 4.x project converter | Rafał Mikrut | |
2022-06-15 | Expose PopupMenu set/get_item_horizontal_offset() | FireForge | |
- Renames setter from set_item_h_offset() - Adds getter | |||
2022-06-15 | Use new inspector button style in InputEvent editor | FireForge | |
2022-06-14 | Allow folding in sub-inspectors in Array and Dictionary editors | FireForge | |
2022-06-14 | Merge pull request #61702 from fire-forge/tilemap-layers | Rémi Verschelde | |
2022-06-14 | Improve TileMap editor layer selection button | FireForge | |
2022-06-14 | Merge pull request #62009 from KoBeWi/rings_a_bell | Rémi Verschelde | |
Improve toaster buttons | |||
2022-06-14 | Add vector value linking | kobewi | |
Co-authored-by: redlamp <244062+redlamp@users.noreply.github.com> | |||
2022-06-14 | [macOS] Fix high-precision scrolling direction in the canvas editor zoom. | bruvzg | |
2022-06-14 | Improve toaster buttons | kobewi | |
2022-06-13 | Merge pull request #62005 from Calinou/texture-import-detect-3d-i18n | Rémi Verschelde | |
Add internationalization for Detect 3D texture import messages | |||
2022-06-13 | Add internationalization for Detect 3D texture import messages | Hugo Locurcio | |
These messages are only printed in the editor and can be seen in the editor Output panel, so these should be localizable. | |||
2022-06-13 | Merge pull request #61974 from Calinou/project-settings-mark-as-basic | Rémi Verschelde | |
2022-06-13 | Merge pull request #61809 from groud/terrain_center_bit | Rémi Verschelde | |
2022-06-13 | Merge pull request #61972 from and-rad/confirm-insert | Rémi Verschelde | |
Fixed keying multiple animation tracks | |||
2022-06-13 | Merge pull request #61772 from bruvzg/ft_ot_collect | Rémi Verschelde | |
2022-06-13 | Merge pull request #61936 from jgillich/vehicle-import | Rémi Verschelde | |
restore vehicle+wheel importers | |||
2022-06-12 | Merge pull request #61736 from KoBeWi/final_form_of_the_fix | Fabio Alessandrelli | |
Fix Debugger tab not updating when clearing errors | |||
2022-06-12 | Mark some common project settings as basic | Hugo Locurcio | |
2022-06-12 | Fixed missing call to AnimationTrackEditor::make_insert_queue | Andreas Raddau | |
2022-06-12 | Merge pull request #61950 from Calinou/editor-capitalization-add-taa | Rémi Verschelde | |
Add TAA to the list of editor capitalizations | |||
2022-06-12 | Merge pull request #61240 from fire-forge/suffix | Rémi Verschelde | |
Add suffixes to all nodes and resources | |||
2022-06-12 | Add TAA to the list of editor capitalizations | Hugo Locurcio | |
This is used in the "Use Taa" setting (for temporal antialiasing). | |||
2022-06-11 | Add margins to Array and Dictionary editors | FireForge | |
2022-06-11 | restore vehicle+wheel importers | Jakob Gillich | |
fixes #61733 | |||
2022-06-11 | Add suffixes to all nodes and resources | FireForge | |
2022-06-10 | Don't handle pending clicks outside scene tree | kobewi | |
2022-06-10 | Add terrain center bit | Gilles Roudière | |
2022-06-10 | Add tooltips to Export dialog icon buttons | Haoyu Qiu | |
2022-06-10 | Remove engine version from visual shader | Yuri Rubinsky | |
2022-06-10 | Merge pull request #61454 from fire-forge/round-script | Rémi Verschelde | |
2022-06-10 | Merge pull request #59770 from fire-forge/rounded-corners | Rémi Verschelde | |
2022-06-10 | Merge pull request #59776 from fire-forge/more-round | Rémi Verschelde | |
2022-06-10 | Distinguish Length function name to Length2D/3D/4D in visual shaders | Yuri Rubinsky | |
2022-06-10 | Merge pull request #61487 from chungd87/fix-animation-UI-bug | Rémi Verschelde | |
2022-06-09 | Remove TooltipPanel and TooltipLabel | kobewi | |
2022-06-09 | Allow plugin name in `is_plugin_enabled` | Paweł Fertyk | |
Fixes #61604. | |||
2022-06-09 | Increase AnimationPlayer position SpinBox to fit more decimals | Danny Chung | |
Fixed UI bug where it appeared that pushing the up or down incrementing arrows did not increment the SpinBox value appropriately. Just needed to increase the size of the box horizontally, to display four decimal points consistently. | |||
2022-06-09 | Merge pull request #61648 from KoBeWi/dependency_editle | Rémi Verschelde | |
2022-06-08 | Add readable export errors. | bruvzg | |
2022-06-08 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
Remove some translation templates which were empty or almost empty (less than 10 strings translated, years without further activity). (cherry picked from commit f1eab40cdaefc899a120e674a752347cf9ffdced) | |||
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde | |
Adds some translator comments to solve some questions raised on Weblate. | |||
2022-06-07 | Merge pull request #61784 from ↵ | Rémi Verschelde | |
Geometror/visualeditors_editorsettings_propagation Fix visual editor settings change propagation |