Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | Merge pull request #58315 from KoBeWi/fixibility | Rémi Verschelde | |
2022-02-21 | Merge pull request #58372 from KoBeWi/orphan_ci | Rémi Verschelde | |
Fix 2D instance drop position | |||
2022-02-20 | Fix 2D instance drop position | kobewi | |
2022-02-20 | Fix errors when updating script template list | Haoyu Qiu | |
2022-02-19 | Merge pull request #57163 from ↵ | Rémi Verschelde | |
winterpixelgames/feature/allow-disable-atlas-texture-alpha-trim Allow disabling the alpha trim on texture atlas creation. | |||
2022-02-19 | Fix CanvasItem visibility propagation | kobewi | |
2022-02-19 | Allow disabling the alpha trim on texture atlas creation. | Jason Knight | |
Default to true | |||
2022-02-19 | Fix vertical icons in container sizing | Markus Sauermann | |
2022-02-19 | Merge pull request #58308 from timothyqiu/dae-for | Rémi Verschelde | |
Fix crash when importing DAE model | |||
2022-02-19 | Fix crash when importing DAE model | Haoyu Qiu | |
2022-02-19 | Fix crash in Create New Node dialog with certain user-created scripts | Haoyu Qiu | |
2022-02-18 | Merge pull request #58278 from Ev1lbl0w/fix_decompress_retcode | Rémi Verschelde | |
2022-02-18 | Fix decompression functions not returning errcodes | Ricardo Subtil | |
2022-02-18 | Fixed issues with shortcut checking in 3d node editor | Eric M | |
The freelook shortcuts now use the action system by proxy. This allows the actions system to be leveraged for input checking. When the shortcut changes, the respective action is updated. | |||
2022-02-17 | Merge pull request #58249 from Calinou/editor-online-docs-use-versioned-url | Rémi Verschelde | |
2022-02-17 | Use versioned URL for "Online Documentation" buttons in the editor | Hugo Locurcio | |
This also avoids a redirect, making the page appear to load faster. | |||
2022-02-17 | Connect text_submitted of built-in script name | kobewi | |
2022-02-17 | Change 'find_node' to 'find_nodes' and Add 'type' parameter | diddykonga | |
Changed 'find_node' to 'find_nodes' which now returns an 'TypedArray<Node>', as well as Added a 'type' parameter to match against specific node types, which supports inheritance. | |||
2022-02-17 | Translate link titles in classref XML | Haoyu Qiu | |
2022-02-16 | Merge pull request #58187 from jakobbouchard/notification-switch-chunk-c | Rémi Verschelde | |
Convert _notification methods to switch - Chunk C | |||
2022-02-16 | Convert _notification methods to switch - Chunk C | Jakob Bouchard | |
2022-02-16 | Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcode | Rémi Verschelde | |
2022-02-16 | Merge pull request #58169 from ↵ | Rémi Verschelde | |
megalobyte/update-notificatin-if-to-switch-batch-B | |||
2022-02-16 | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | |
Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported. | |||
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 | |
2022-02-16 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
Minor proofreading of new OSX export strings. (cherry picked from commit 9f09251027a485f14740dce7b753e962d26bff78) | |||
2022-02-16 | Automatically select source of the picked tile | kobewi | |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde | |
Removes some unnecessary includes from `editor_node.h`, and instead add those where they're used. Removes unnecessary `editor_node.h` includes in various editor classes. Renames `dynamicfont` to `dynamic_font` in a couple files. Misc cleanup while jumping through that rabbit hole. | |||
2022-02-15 | Merge pull request #57863 from Calinou/editor-use-anchors-metadata-no-redundant | Rémi Verschelde | |
2022-02-15 | Merge pull request #57329 from Ev01/tileset-editor-minimum-zoom | Rémi Verschelde | |
2022-02-15 | Merge pull request #57877 from bruvzg/subpixel_gl_pos | Rémi Verschelde | |
2022-02-15 | Merge pull request #35679 from Calinou/doc-add-xml-schema | Rémi Verschelde | |
2022-02-15 | Merge pull request #58125 from fire-forge/editor_property_overlap_fix | Rémi Verschelde | |
Fix EditorProperty icon overlapping text with checkbox | |||
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio | |
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | |||
2022-02-14 | Merge pull request #58105 from trollodel/nuke_p_editor_editor_plugin | Rémi Verschelde | |
2022-02-14 | Remove the EditorNode parameter from EditorPlugins create methods | trollodel | |
Remove EditorNode usage from the Navigation editor plugin. | |||
2022-02-14 | Improve completion scroll bar visibility in the script editor | Hugo Locurcio | |
This makes the scroll bar bar thicker and more opaque (roughly matching the editor theme's scroll bar by default). | |||
2022-02-14 | Merge pull request #57306 from trollodel/remove_editornode_param | Rémi Verschelde | |
2022-02-14 | Merge pull request #58008 from Geometror/increase-checkerboard-contrast | Rémi Verschelde | |
2022-02-14 | Add missing CheckButton icons | Yuri Sizov | |
2022-02-14 | Remove most EditorNode constructor parameters and fields | trollodel | |
2022-02-14 | Merge pull request #57964 from mbrlabs/deselect | JFonS | |
Deselect nodes in the 3D editor when pressing ESC | |||
2022-02-14 | Merge pull request #57990 from jmb462/fix-drag-lines-precision-issue | JFonS | |
Fix 3D editor axis drag lines precision issue | |||
2022-02-14 | Make duplicate animation prompt for new name | Haoyu Qiu | |
2022-02-13 | Fix EditorProperty text and icon overlap bugs | FireForge | |
2022-02-14 | Only store `_edit_use_anchors_` metadata if value is not the default | Hugo Locurcio | |
The default value is assumed to be `false`, so this metadata only needs to be stored if the value is `true`. | |||
2022-02-13 | Merge pull request #57892 from TechnicalSoup/ProjManager-Patch | Rémi Verschelde | |
Center initial position of project manager window | |||
2022-02-13 | Center initial position project manager window | TechnicalSoup | |
Ensure that the project manager window is centered on the screen if any resizing is performed due to DPI scaling. Resizing and repositioning code has been moved to after the initialisation of the window contents to improve UI response/presentation. | |||
2022-02-13 | Merge pull request #58033 from jmb462/fix-mouse-wheel-animation-track-zoom | Rémi Verschelde | |
Fix AnimationTrack mouse wheel zooming at low zoom level |