Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-20 | Merge pull request #55360 from Calinou/rename-bake-mode-properties | Rémi Verschelde | |
2022-01-20 | Merge pull request #53276 from Phischermen/propagate_check | Rémi Verschelde | |
2022-01-20 | Merge pull request #56972 from lawnjelly/warn_unused | Rémi Verschelde | |
2022-01-20 | Add nodiscard to core math classes to catch c++ errors. | lawnjelly | |
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute. | |||
2022-01-20 | Make Scene dock menu button an actual `MenuButton` | Michael Alexsander | |
2022-01-19 | Merge pull request #56967 from pycbouh/assetlib-ux-in-progress | Rémi Verschelde | |
Fix Asset Library UX when an asset is being downloaded | |||
2022-01-19 | Merge pull request #54729 from Paulb23/text-edit-callable | Rémi Verschelde | |
2022-01-19 | Convert TextEdit callbacks to Callable | Paulb23 | |
2022-01-19 | Fix Asset Library UX when an asset is being downloaded | Yuri Sizov | |
2022-01-19 | Improve the default project theme | Hugo Locurcio | |
The new default project theme uses StyleBoxFlat extensively for a more modern design and better scalability to multiple resolutions. SVG icons are now used in place of PNG icons. While this does not allow for true vector-based icon drawing (icons are still rasterized at load-time), this makes the design work easier for contributors and opens the door to vector drawing in the future (e.g. with polygons or SDFs). Like for editor icons, the SVG header file is now built automatically when a SVG file is changed. This removing the need for running `make_header.py` manually (TODO). The "Use Hidpi" project setting has been removed in favor of a "Default Theme Scale" project setting, which allows creating the default theme at a higher/lower scale than the default. This can be used when designing GUIs with a high base resolution to ensure crisp visuals. Co-authored-by: Yuri Sizov <yuris@humnom.net> | |||
2022-01-19 | Fix locale always selecting translation instead of "en", when no match found. | bruvzg | |
2022-01-19 | Merge pull request #56926 from V-Sekai/show_in_file_manager | Rémi Verschelde | |
2022-01-19 | Merge pull request #56907 from rburing/convert_to_meshlibrary_apply_transforms | Rémi Verschelde | |
2022-01-19 | [Editor] Move some animation specific keying logic out of inspector. | Fabio Alessandrelli | |
Most of the custom logic to handle special keying cases is now inside the AnimationPlayerEditorPlugin. The EditorInspector now emits a signal when inspecting a new object. | |||
2022-01-18 | Addded methods to propagate checks & refactored classes to use new methods. | Kevin Fischer | |
2022-01-19 | Make assets in progress open the next step instead of erring | Yuri Sizov | |
2022-01-19 | Allow selection of option 'Open in File Manager' even when a file/folder is ↵ | SaracenOne | |
not explicitly selected. | |||
2022-01-18 | Merge pull request #56920 from pycbouh/docs-sort-class-properties | Rémi Verschelde | |
2022-01-19 | Sort class properties in the built-in docs | Yuri Sizov | |
2022-01-18 | Improve spacing in built-in class reference | Yuri Sizov | |
2022-01-18 | Merge pull request #56906 from KoBeWi/the_paste_side_quest | Rémi Verschelde | |
Improve node pasting | |||
2022-01-18 | Merge pull request #56104 from Geometror/add-flow-layout-container | Rémi Verschelde | |
Add FlowContainer | |||
2022-01-18 | Improve node pasting | kobewi | |
2022-01-18 | Merge pull request #56619 from timothyqiu/left-right-palette | Rémi Verschelde | |
2022-01-18 | Fix "Convert to MeshLibrary" not respecting collision transforms | Ricardo Buring | |
2022-01-18 | Merge pull request #52969 from bruvzg/locale_detection | Rémi Verschelde | |
2022-01-18 | Merge pull request #56896 from ↵ | Rémi Verschelde | |
akien-mga/dictionary-improve-VariantWriter-and-docs | |||
2022-01-18 | Merge pull request #56899 from touilleMan/fix-editor_node-set_exit_code | Rémi Verschelde | |
2022-01-18 | Merge pull request #43044 from rburing/fix_import_hints_breaking_animations | Rémi Verschelde | |
2022-01-18 | Merge pull request #56897 from Chaosus/fix_toast_icon_theming | Yuri Roubinsky | |
2022-01-18 | Merge pull request #47522 from madmiraal/rename-test_width-test_height | Rémi Verschelde | |
2022-01-18 | Improve locale detection. | bruvzg | |
Use separate language, script and country lists. Add locale selection dialog and property hint. | |||
2022-01-18 | Merge pull request #52597 from Jummit/scene_casing_setting | Rémi Verschelde | |
2022-01-18 | Replace use of `OS::set_exit_code()` by `SceneTree::quit()` in `EditorNode` | Emmanuel Leblond | |
2022-01-18 | Fix toast notification button color on light theme | Yuri Roubinsky | |
2022-01-18 | Fix import hints breaking node paths in animations | Ricardo Buring | |
2022-01-18 | Dictionary: Serialize empty dict as `{}` instead of `{\n}` | Rémi Verschelde | |
Also make sure to always convert multiline dictionaries to a single line for its EditorHelp representation, as multiline values break formatting. | |||
2022-01-18 | Merge pull request #55809 from cdemirer/fix-reparenting-inherited-nodes | Rémi Verschelde | |
2022-01-17 | Merge pull request #56847 from jmb462/unkown_extension_warning | Rémi Verschelde | |
Prevent renaming to an unkown extension from FileSystem dock. | |||
2022-01-17 | Merge pull request #55509 from V-Sekai/create_node_and_doc_fix | Rémi Verschelde | |
Fix crashes when global named scripts extends an unnamed script | |||
2022-01-17 | Prevent renaming to an unkown extension from FileSystem dock. | jmb462 | |
2022-01-18 | Editor: Disallow reparenting inherited nodes | cdemirer | |
2022-01-17 | Add project setting to change scene file casing | Jummit | |
2022-01-17 | Merge pull request #56864 from pycbouh/editor-no-adoption-for-you | Rémi Verschelde | |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | |
2022-01-17 | Merge pull request #54794 from bruvzg/runtime_bmfont_parser | Rémi Verschelde | |
2022-01-17 | Merge pull request #56863 from akien-mga/svgz-not-supported | Rémi Verschelde | |
2022-01-17 | Merge pull request #33252 from KoBeWi/anime_dup | Rémi Verschelde | |
2022-01-17 | Fix a node reparenting warning in the editor debugger | Yuri Sizov | |
2022-01-17 | Remove property hints referencing unsupported svgz extension | Rémi Verschelde | |
The wrongly claimed support for it was removed in #49645. See also #56862. |