Age | Commit message (Collapse) | Author |
|
Fix infinite recursion when seeking Ogg Vorbis file
|
|
Fix documentation about `TreeItem` button ID
|
|
Convert _notification methods to switch - Chunk C
|
|
|
|
|
|
|
|
|
|
megalobyte/update-notificatin-if-to-switch-batch-B
|
|
|
|
|
|
|
|
|
|
|
|
Remove currently unused implementation of TextureBasisU, could be re-added
later on if needed and ported.
|
|
|
|
|
|
|
|
(cherry picked from commit 9cb169504a5f529a542841bff8ff6cf91cd0b82d)
|
|
Minor proofreading of new OSX export strings.
(cherry picked from commit 9f09251027a485f14740dce7b753e962d26bff78)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #58172.
|
|
|
|
Fix default sky process mode not being Real-Time
|
|
Add `GridMap.get_used_cells_by_item`
|
|
|
|
The change in 09563e4bd8fa4dda8802b3b48f111f3c1de499d8 wasn't
consistently carried out everywhere needed.
|
|
|
|
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.
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|