summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-17[Windows] Fix Vulkan driver crash on sub-window minimization.bruvzg
2022-02-17Merge pull request #56032 from diddykonga/get_children_of_typeRémi Verschelde
2022-02-17Merge pull request #58189 from fazil47/gltf-export-default-material-fixRémi Verschelde
Default material is assigned to meshes without material for glTF export
2022-02-17Change 'find_node' to 'find_nodes' and Add 'type' parameterdiddykonga
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-17Merge pull request #58212 from Calinou/line2d-round-precision-add-property-hintRémi Verschelde
Add a property hint for the Line2D Round Precision property
2022-02-17Merge pull request #58219 from timothyqiu/bbcode-tagRémi Verschelde
Fix mismatched BBCode tags in classref
2022-02-17Merge pull request #58222 from timothyqiu/doctool-link-title-i18nRémi Verschelde
Translate link titles in classref XML
2022-02-16Merge pull request #58130 from timothyqiu/ogg-seek-crashEllen Poe
Fix infinite recursion when seeking Ogg Vorbis file
2022-02-17Translate link titles in classref XMLHaoyu Qiu
2022-02-17Fix mismatched BBCode tags in classrefHaoyu Qiu
2022-02-17Add a property hint for the Line2D Round Precision propertyHugo Locurcio
This prevents choosing extremely high values which cause performance issues for no visual benefit.
2022-02-16Merge pull request #58197 from timothyqiu/tree-item-button-docRémi Verschelde
Fix documentation about `TreeItem` button ID
2022-02-16Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde
Convert _notification methods to switch - Chunk C
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-17Fix documentation about TreeItem button IDHaoyu Qiu
2022-02-16Merge pull request #58190 from MisoMosiSpy/vs_iconsRémi Verschelde
2022-02-16Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde
2022-02-16Merge pull request #58169 from ↵Rémi Verschelde
megalobyte/update-notificatin-if-to-switch-batch-B
2022-02-16Added icons for missing types in visual script’s icon list.MisoMosiSpy
2022-02-16Default material is assigned to meshes without material for glTF exportFazil Babu
2022-02-16Merge pull request #58163 from jmb462/notification-chunk-ARémi Verschelde
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-16Merge pull request #58055 from markdibarry/add_get_line_offsetRémi Verschelde
2022-02-16Merge pull request #58154 from markdibarry/fix_scroll_to_lineRémi Verschelde
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported.
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-16Merge pull request #58176 from timothyqiu/find-nearestRémi Verschelde
2022-02-16Merge pull request #58175 from clayjohn/VULKAN-sky-only-bugRémi Verschelde
2022-02-16i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 9cb169504a5f529a542841bff8ff6cf91cd0b82d)
2022-02-16i18n: Sync editor translations with WeblateRémi Verschelde
Minor proofreading of new OSX export strings. (cherry picked from commit 9f09251027a485f14740dce7b753e962d26bff78)
2022-02-16Merge pull request #58159 from KoBeWi/source_jumperRémi Verschelde
2022-02-16Merge pull request #58173 from akien-mga/js-build-fix-is_project_managerRémi Verschelde
2022-02-16Merge pull request #58174 from timothyqiu/vs-set-index-crashRémi Verschelde
2022-02-16Merge pull request #44716 from Calinou/os-add-get-processor-nameRémi Verschelde
2022-02-16Properly exclude lights that are marked as sky onlyclayjohn
2022-02-16Make VMap::find_nearest return -1 when emptyHaoyu Qiu
2022-02-16HTML5: Fix build after #52742Rémi Verschelde
Fixes #58172.
2022-02-16Fix VisualScript crash when using Set Index nodeHaoyu Qiu
2022-02-16Merge pull request #58165 from Calinou/fix-default-sky-process-modeRémi Verschelde
Fix default sky process mode not being Real-Time
2022-02-16Merge pull request #58170 from timothyqiu/gridmap-used-idRémi Verschelde
Add `GridMap.get_used_cells_by_item`
2022-02-16Add GridMap.get_used_cells_by_itemHaoyu Qiu
2022-02-16Fix default sky process mode not being Real-TimeHugo Locurcio
The change in 09563e4bd8fa4dda8802b3b48f111f3c1de499d8 wasn't consistently carried out everywhere needed.
2022-02-16Automatically select source of the picked tilekobewi
2022-02-15Add an `OS.get_processor_name()` methodHugo 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-15Merge pull request #58151 from akien-mga/notification-switch-sceneRémi Verschelde
2022-02-15Merge pull request #57931 from Calinou/sky-default-filter-realtimeRémi Verschelde
2022-02-15Merge pull request #58088 from reduz/add-particle-userdataRémi Verschelde
2022-02-15Add Particle Shader Userdatareduz
* 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-15Fix scroll_to_line ignoring line separationmarkdibarry
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde