summaryrefslogtreecommitdiffstats
path: root/scene/3d/gpu_particles_collision_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+2
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-7/+3
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Fix editor lock on sdf collision bake on errorSamuele Panzeri2023-04-191-2/+7
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-47/+137
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+2
* GPUParticlesCollisionSDF3D add null `bake_step_function` checkdzil1232022-11-281-1/+3
* Make some Image methods statickobewi2022-10-141-3/+1
* Remove invalid suffix hint for enum propertyHaoyu Qiu2022-10-081-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-22/+22
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-1/+1
* Merge pull request #62571 from Calinou/gpuparticlescollisionsdf3d-add-bake-maskRémi Verschelde2022-08-081-1/+46
|\
| * Add a Bake Mask property to GPUParticlesCollisionSDF3DHugo Locurcio2022-06-301-1/+46
* | Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-7/+5
|/
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-8/+8
* Remove unused `GPUParticlesCollisionHeightField3D.follow_camera_push_ratio` p...Hugo Locurcio2022-05-131-20/+7
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-2/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-33/+35
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename GPUParticles attractor and collision nodes to have a 3D suffixHugo Locurcio2021-12-081-100/+100
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-3/+3
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-9/+6
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-1/+1
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-2/+2
* Fix some unnecessary includesAaron Franke2021-08-131-1/+0
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-11/+11
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-3/+1
* Node3D gizmo improvementsjfons2021-07-231-10/+10
* add viewport.get_camera_2d()Josh Chandler2021-07-031-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-5/+5
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Use multiple threads to import.Juan Linietsky2021-04-191-1/+1
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-10-121-0/+4
* Implement GPU Particle Collisionsreduz2020-10-091-0/+897