Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-03 | Use vformat() instead of string concatenation inside TTR() | Haoyu Qiu | |
2022-03-02 | Added property hint to id property in tile set atlas source editor | Igor Kordiukiewicz | |
2022-03-01 | Merge pull request #58632 from IgorKordiukiewicz/camera-preview-toggle-crash | Rémi Verschelde | |
Fixes camera preview toggle in additional editor viewports not disappearing corectly causing a crash | |||
2022-03-01 | Merge pull request #58548 from V-Sekai/lod_lightmaps | JFonS | |
Allow automatic lod when importing 3D scenes with Static Lightmaps | |||
2022-03-01 | Fix scripts not saving when closing | kobewi | |
2022-02-28 | Fixes camera preview toggle in additional editor viewports not disappearing ↵ | Igor Kordiukiewicz | |
corectly causing a crash | |||
2022-02-27 | Fix crash on creation of `HSV2RGB/RGB2HSV` functions in visual shader | Yuri Roubinsky | |
2022-02-25 | Allow automatic lod when importing 3D scenes with Static Lightmaps | K. S. Ernest (iFire) Lee | |
Avoid the normal merge procedure when uv2s are different and makes generating LODs happen after the lightmap generation | |||
2022-02-25 | Improve popup window handling. | bruvzg | |
Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding. | |||
2022-02-24 | Fix source picking with sort | kobewi | |
2022-02-23 | Utilize mouse position when zooming with shortcuts in 2D editor | Haoyu Qiu | |
2022-02-22 | Fix GIProbe gizmo out of bounds crash | lawnjelly | |
The GIProbe gizmo was writing values in 3 dimensions to Vector2s. This error was previously being masked by the Vector2 accessor, but now results in a crash or ERR_FAIL message. This PR removes the Vector2s as they were unused. | |||
2022-02-21 | Merge pull request #58399 from Sauermann/fix-bresenham-usage | Rémi Verschelde | |
Use bresenham_line() in EditorAtlasPacker::chart_pack | |||
2022-02-21 | Merge pull request #58397 from Calinou/editor-font-preload-fix-typo | Rémi Verschelde | |
Fix typos in editor font preload dialog warning messages | |||
2022-02-21 | Use bresenham_line() in EditorAtlasPacker::chart_pack | Markus Sauermann | |
2022-02-21 | Fix typos in editor font preload dialog warning messages | Hugo Locurcio | |
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 |