| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -1/+1 |
|\ |
|
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -1/+1 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Remove empty bind_methods() | kobewi | 2024-08-15 | 1 | -3/+0 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -1/+1 |
* | Replace flat buttons with flat-styled buttons with a visible pressed state | Yuri Sizov | 2023-09-19 | 1 | -1/+1 |
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -2/+2 |
* | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -1/+2 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -1/+1 |
* | Use compile-time Unicode string conversion | Hugo Locurcio | 2023-08-07 | 1 | -2/+2 |
* | Decouple EditorInterface from EditorPlugin | Yuri Sizov | 2023-04-17 | 1 | -1/+2 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -1/+1 |
* | Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G... | Marius Hanl | 2023-01-31 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -1/+1 |
* | Add a Bake Mask property to GPUParticlesCollisionSDF3D | Hugo Locurcio | 2022-06-30 | 1 | -1/+1 |
* | Rename StreamTexture* to CompressedTexture* | reduz | 2022-03-05 | 1 | -1/+1 |
* | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | 2022-02-16 | 1 | -28/+30 |
* | Remove most EditorNode constructor parameters and fields | trollodel | 2022-02-14 | 1 | -3/+2 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+3 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | Rename GPUParticles attractor and collision nodes to have a 3D suffix | Hugo Locurcio | 2021-12-08 | 1 | -21/+21 |
* | Use tooltips instead of labels for VoxelGI and GPUParticlesCollisionSDF | Hugo Locurcio | 2021-12-05 | 1 | -23/+23 |
* | Rename Node's `filename` property to `scene_file_path` for clarity | Hugo Locurcio | 2021-09-30 | 1 | -1/+1 |
* | Make various strings translatable | foxydevloper | 2021-07-19 | 1 | -1/+1 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -4/+4 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Implement GPU Particle Collisions | reduz | 2020-10-09 | 1 | -0/+201 |