summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-1/+1
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+2
* Add EditorStringNames singletonkobewi2023-09-031-1/+1
* Use compile-time Unicode string conversionHugo Locurcio2023-08-071-2/+2
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* Add a Bake Mask property to GPUParticlesCollisionSDF3DHugo Locurcio2022-06-301-1/+1
* Rename StreamTexture* to CompressedTexture*reduz2022-03-051-1/+1
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-28/+30
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Rename GPUParticles attractor and collision nodes to have a 3D suffixHugo Locurcio2021-12-081-21/+21
* Use tooltips instead of labels for VoxelGI and GPUParticlesCollisionSDFHugo Locurcio2021-12-051-23/+23
* Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-1/+1
* Make various strings translatablefoxydevloper2021-07-191-1/+1
* Optimize StringName usagereduz2021-07-181-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Implement GPU Particle Collisionsreduz2020-10-091-0/+201