Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-17 | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg | |
2022-02-17 | Merge pull request #56032 from diddykonga/get_children_of_type | Rémi Verschelde | |
2022-02-17 | Merge pull request #58189 from fazil47/gltf-export-default-material-fix | Rémi Verschelde | |
Default material is assigned to meshes without material for glTF export | |||
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 | Merge pull request #58212 from Calinou/line2d-round-precision-add-property-hint | Rémi Verschelde | |
Add a property hint for the Line2D Round Precision property | |||
2022-02-17 | Merge pull request #58219 from timothyqiu/bbcode-tag | Rémi Verschelde | |
Fix mismatched BBCode tags in classref | |||
2022-02-17 | Merge pull request #58222 from timothyqiu/doctool-link-title-i18n | Rémi Verschelde | |
Translate link titles in classref XML | |||
2022-02-16 | Merge pull request #58130 from timothyqiu/ogg-seek-crash | Ellen Poe | |
Fix infinite recursion when seeking Ogg Vorbis file | |||
2022-02-17 | Translate link titles in classref XML | Haoyu Qiu | |
2022-02-17 | Fix mismatched BBCode tags in classref | Haoyu Qiu | |
2022-02-17 | Add a property hint for the Line2D Round Precision property | Hugo Locurcio | |
This prevents choosing extremely high values which cause performance issues for no visual benefit. | |||
2022-02-16 | Merge pull request #58197 from timothyqiu/tree-item-button-doc | Rémi Verschelde | |
Fix documentation about `TreeItem` button ID | |||
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-17 | Fix documentation about TreeItem button ID | Haoyu Qiu | |
2022-02-16 | Merge pull request #58190 from MisoMosiSpy/vs_icons | Rémi Verschelde | |
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 | Added icons for missing types in visual script’s icon list. | MisoMosiSpy | |
2022-02-16 | Default material is assigned to meshes without material for glTF export | Fazil Babu | |
2022-02-16 | Merge pull request #58163 from jmb462/notification-chunk-A | Rémi Verschelde | |
2022-02-16 | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | |
2022-02-16 | Merge pull request #58055 from markdibarry/add_get_line_offset | Rémi Verschelde | |
2022-02-16 | Merge pull request #58154 from markdibarry/fix_scroll_to_line | Rémi Verschelde | |
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 | Merge pull request #58176 from timothyqiu/find-nearest | Rémi Verschelde | |
2022-02-16 | Merge pull request #58175 from clayjohn/VULKAN-sky-only-bug | Rémi Verschelde | |
2022-02-16 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 9cb169504a5f529a542841bff8ff6cf91cd0b82d) | |||
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 | Merge pull request #58159 from KoBeWi/source_jumper | Rémi Verschelde | |
2022-02-16 | Merge pull request #58173 from akien-mga/js-build-fix-is_project_manager | Rémi Verschelde | |
2022-02-16 | Merge pull request #58174 from timothyqiu/vs-set-index-crash | Rémi Verschelde | |
2022-02-16 | Merge pull request #44716 from Calinou/os-add-get-processor-name | Rémi Verschelde | |
2022-02-16 | Properly exclude lights that are marked as sky only | clayjohn | |
2022-02-16 | Make VMap::find_nearest return -1 when empty | Haoyu Qiu | |
2022-02-16 | HTML5: Fix build after #52742 | Rémi Verschelde | |
Fixes #58172. | |||
2022-02-16 | Fix VisualScript crash when using Set Index node | Haoyu Qiu | |
2022-02-16 | Merge pull request #58165 from Calinou/fix-default-sky-process-mode | Rémi Verschelde | |
Fix default sky process mode not being Real-Time | |||
2022-02-16 | Merge pull request #58170 from timothyqiu/gridmap-used-id | Rémi Verschelde | |
Add `GridMap.get_used_cells_by_item` | |||
2022-02-16 | Add GridMap.get_used_cells_by_item | Haoyu Qiu | |
2022-02-16 | Fix default sky process mode not being Real-Time | Hugo Locurcio | |
The change in 09563e4bd8fa4dda8802b3b48f111f3c1de499d8 wasn't consistently carried out everywhere needed. | |||
2022-02-16 | Automatically select source of the picked tile | kobewi | |
2022-02-15 | Add an `OS.get_processor_name()` method | Hugo Locurcio | |
This method can be used to get the CPU model name. It can be used in conjunction with `RenderingServer.get_video_adapter_name()` and `RenderingServer.get_video_adapter_vendor()` for annotating benchmarks and automatic graphics quality configuration. | |||
2022-02-15 | Merge pull request #58151 from akien-mga/notification-switch-scene | Rémi Verschelde | |
2022-02-15 | Merge pull request #57931 from Calinou/sky-default-filter-realtime | Rémi Verschelde | |
2022-02-15 | Merge pull request #58088 from reduz/add-particle-userdata | Rémi Verschelde | |
2022-02-15 | Add Particle Shader Userdata | reduz | |
* Adds optional vec4 USERDATA1 .. USERDATA6 to particles, allowing to store custom data. * This data is allocated on demand, so shaders that do not use it do not cost more. | |||
2022-02-15 | Fix scroll_to_line ignoring line separation | markdibarry | |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | |