Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-05 | Style: Apply clang-tidy's `modernize-use-nullptr` | Rémi Verschelde | |
2021-04-05 | Style: Apply clang-tidy's `modernize-use-bool-literals` | Rémi Verschelde | |
2021-04-05 | Merge pull request #47633 from Calinou/editor-theme-scrollbar-add-background | Rémi Verschelde | |
Add a subtle background to editor scrollbars | |||
2021-04-05 | Merge pull request #47636 from qarmin/input | Rémi Verschelde | |
Fix crashes in *_input functions | |||
2021-04-05 | Merge pull request #47632 from Calinou/asset-search-autofocus | Rémi Verschelde | |
Automatically focus the Search field when displaying asset library | |||
2021-04-05 | Merge pull request #47408 from megalobyte/remove-float-recast | Rémi Verschelde | |
Use double when setting the default step size | |||
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut | |
2021-04-05 | Add a subtle background to editor scrollbars | Hugo Locurcio | |
This makes it possible to see whether a scrollbar grabber is at the top or at the bottom of a scrollbar. Also, if a scrollable area is very large, this makes it easier to notice that the area can be scrolled (since the grabber is proportionally very small). The scrollbar grabbers were also made thicker and slightly more opaque for better visibility, especially in peripheral vision. | |||
2021-04-05 | Automatically focus the Search field when displaying asset library | Hugo Locurcio | |
- Focus the project search box when switching from the Templates tab back to the Projects tab in the project manager. - Add a context-specific placeholder for the asset library search box. - Rename "Search" project filter box placeholder to the more descriptive "Filter projects". When performing a search on an existing selection, "Filter" is more accurate than "Search". | |||
2021-04-04 | Merge pull request #47624 from Chaosus/vs_fix_context_menu_separator | Rémi Verschelde | |
Fix few bugs in the context menu for Comment node in visual shaders | |||
2021-04-04 | Fix separator duplication in visual shader context menu | Yuri Roubinsky | |
2021-04-04 | Prevents TextureUniform in visual shaders from conversion to constant | Yuri Roubinsky | |
2021-04-04 | Merge pull request #46273 from Chaosus/vs_comment | Rémi Verschelde | |
Added Comment node to Visual Shaders | |||
2021-04-04 | Fix typo in visual shader context menu | Yuri Roubinsky | |
2021-04-01 | Merge pull request #46991 from madmiraal/rename-invert-reverse | Rémi Verschelde | |
Rename Array.invert() to Array.reverse() | |||
2021-03-31 | Use double when setting the default step size | megalobyte | |
Casting it as a float was causing issues with the progress bar | |||
2021-04-01 | Merge pull request #43550 from KoBeWi/resourcism | Rémi Verschelde | |
Add option to exclude selected resources on export | |||
2021-04-01 | Merge pull request #42890 from Ev1lbl0w/bugfix-import-zip | Rémi Verschelde | |
Allow Godot to import .ZIP files with non-regular structure | |||
2021-04-01 | Merge pull request #43155 from nathanfranke/collapse-resource-preview | Rémi Verschelde | |
Collapse Resource Preview Properly | |||
2021-03-31 | Merge pull request #47230 from trollodel/anim_track_color | Rémi Verschelde | |
Preview the color animation in the animation editor | |||
2021-03-31 | Merge pull request #47519 from AndreaCatania/AndreaCatania-patch-4 | Rémi Verschelde | |
Fixes editor crash on closing | |||
2021-03-31 | Fixes editor crash on closing | AndreaCatania | |
Fixes editor crash when the gizmo is destroyed and the `SceneTree` is already freed. | |||
2021-03-30 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit cca2637b9b9dcb16070eb50a69c601a5f076c683) | |||
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal | |
2021-03-27 | Preview the color animation in the animation editor | trollodel | |
2021-03-27 | Merge pull request #47403 from likeich/project_man_scale_fix | Rémi Verschelde | |
Fix project manager window size scaling | |||
2021-03-26 | Fixes project manager window size scaling | Kyle | |
This is a workaround fix for a Vector2i multiplication regression issue that prevents the project manager window size from scaling correctly. This calculates the new window size x and y values separately. | |||
2021-03-26 | Save project after opening | kobewi | |
2021-03-26 | Merge pull request #47375 from rishabhabhani/master | Rémi Verschelde | |
Added null checks for mesh in resource importer | |||
2021-03-26 | Merge pull request #47374 from timothyqiu/check-section | Rémi Verschelde | |
Check section existance before getting keys | |||
2021-03-26 | added null checks for mesh in resource importer | Rishabh Abhani | |
2021-03-26 | Check section existance before getting keys | Haoyu Qiu | |
2021-03-26 | Merge pull request #47163 from bruvzg/macos_sandbox_file_dialog | Rémi Verschelde | |
FileDialog: add Back/Forward buttons, add message for inaccessible folders. | |||
2021-03-25 | Hide renderer selection dropdown in the editor as it's not implemented | Hugo Locurcio | |
It will take at least a few months until an OpenGL renderer is made available for the `master` branch. | |||
2021-03-25 | Merge pull request #47329 from likeich/function_click_centered | Rémi Verschelde | |
Fix ctrl-click function line centering | |||
2021-03-24 | edit if statement in FileSystemDock::_select_file() | James Castanho | |
2021-03-24 | Fixes ctrl-click function line centering | Kyle | |
When ctrl-clicking in the code editor, the view will now be centered on the function result. Also replaces a circumstance where goto_line_centered should be used. | |||
2021-03-24 | Merge pull request #47301 from akien-mga/drop-resource-importer-csv | Rémi Verschelde | |
Remove now unnecessary ResourceImporterCSV importer | |||
2021-03-23 | Fix use of Error its uninitialised and resolves importers being broken | Gordon MacPherson | |
2021-03-23 | Remove now unnecessary ResourceImporterCSV importer | Rémi Verschelde | |
Its only purpose was to prevent importing CSV files as translations, but it would still import them as *nothing*, leading to workflow issues. This is now properly fixed with #47268 which allows disabling the import for specific files. | |||
2021-03-23 | Remove FileSystem dock errors on unimported files | Juan Linietsky | |
* Removes error shown when file is in 'keep' mode * Display a warning when attempting to open the file * Closes #47296 | |||
2021-03-23 | Merge pull request #36004 from nathanfranke/fix-transparent-theme-color | Rémi Verschelde | |
Fix transparent editor theme being brighter | |||
2021-03-23 | Merge pull request #38054 from aaronfranke/enums | Rémi Verschelde | |
Rename many global enums relating to input | |||
2021-03-23 | Merge pull request #35320 from Calinou/edited-scene-extension-if-ambiguous | Rémi Verschelde | |
Display scene file extensions in the editor only if there's ambiguity | |||
2021-03-23 | Add option to exclude selected resources on export | Tomasz Chabora | |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke | |
2021-03-23 | Merge pull request #46823 from ↵ | Rémi Verschelde | |
Calinou/editor-tweak-save-branch-as-scene-messages Tweak error messages for the Save Branch as Scene editor option | |||
2021-03-23 | Merge pull request #47287 from Shatur95/fix-duplicated-code | Rémi Verschelde | |
Move duplicated code into a function | |||
2021-03-23 | Merge pull request #47261 from KoBeWi/filterdropper | Rémi Verschelde | |
Allow to drop files on filtered scene tree | |||
2021-03-23 | Move duplicated code into a function | Shatur95 | |