Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | |
2022-02-15 | Merge pull request #58147 from Geometror/fix-tooltip-flicker | Rémi Verschelde | |
2022-02-15 | Merge pull request #58144 from Josephblt/Godot-4-CanvasLayer-missing-show-hide | Rémi Verschelde | |
2022-02-15 | Fix tooltip flickering in some cases | Hendrik Brucker | |
2022-02-15 | Merge pull request #58136 from akien-mga/editor-includes-cleanup | Rémi Verschelde | |
2022-02-15 | Added show and hide methods and updated doc API. | Wagner Scholl Lemos | |
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 #58081 from tavurth/bugfix/high-macos-cpu-usage | 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 #58104 from Calinou/doc-audio-device | Rémi Verschelde | |
2022-02-15 | Fix new performance regressions (short delay_usec) | Will Whitty | |
My Mac was using 20% cpu again, which was related to the Javascript Export plugin. I had however no export templates setup in the project so this is more of a stopgap fix. | |||
2022-02-15 | Merge pull request #58111 from maksloboda/decoding-master-fix | Fabio Alessandrelli | |
Fixed variant decoding Segmentation Fault | |||
2022-02-15 | Merge pull request #57905 from V-Sekai/fix_instance_clear_warnings | Rémi Verschelde | |
Free surface vertex_buffers after vertex_arrays to silence warnings | |||
2022-02-15 | Merge pull request #57904 from V-Sekai/fix_double_free_warning | Rémi Verschelde | |
Fixes some 'Attempted to free invalid ID' warnings in mobile renderer | |||
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 | Merge pull request #58100 from Calinou/environment-clamp-sky-contribution | Rémi Verschelde | |
Clamp environment light sky contribution to the [0.0; 1.0] range | |||
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 | Fixed variant decoding Segmentation Fault | Max | |