index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
3d
/
cpu_particles_3d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-1
/
+5
|
\
|
*
Merge pull request #95711 from TokageItLab/warn-oneshot-prop
Thaddeus Crews
2024-11-22
1
-1
/
+5
|
|
\
|
|
*
Add hint for oneshot & warning when it will be updated continuously
Silc Lizard (Tokage) Renew
2024-11-11
1
-1
/
+5
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed
Spartan322
2024-10-15
1
-0
/
+1
|
\
|
|
|
*
|
Unify particle editors
kobewi
2024-10-04
1
-0
/
+1
|
|
/
*
/
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add cone angle control to particle emission ring shape
Kasper Arnklit Frandsen
2024-09-02
1
-5
/
+24
*
Merge pull request #91449 from Arnklit/particles-emission-ring-shape-fix2
Rémi Verschelde
2024-05-14
1
-1
/
+1
|
\
|
*
Fix sqrt application for radius in particle ring emission
Kasper Arnklit Frandsen
2024-05-14
1
-1
/
+1
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
|
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-1
/
+1
*
|
Merge pull request #89595 from apples/89559-cpuparticles3d-angle-rotate_y-fix
Rémi Verschelde
2024-05-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fixed CPUParticles3D using angle incorrectly when ROTATE_Y is set.
Apples
2024-03-17
1
-1
/
+1
*
|
Fix particle cylinder emission shape random distribution
Kasper Arnklit Frandsen
2024-04-30
1
-1
/
+1
*
|
fix: avoid shader crash on null vector and negative x vector
Kasper Frandsen
2024-04-17
1
-2
/
+2
*
|
Fixed INSTANCE_CUSTOM.w not being assigned correctly in CPUParticles 2D and 3D
QbieShay
2024-04-01
1
-2
/
+3
|
/
*
Removed unnecessary AABB initialization for CPUParticles
Arman Elgudzhyan
2024-02-20
1
-1
/
+0
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Custom ("visiblity") AABB support for CPUParticles
Arman Elgudzhyan
2024-02-15
1
-0
/
+20
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+3
*
Add `finished` signal to CPUParticles
HolonProduction
2023-07-12
1
-15
/
+19
*
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-1
/
+1
*
Increase precision in particle damping properties in the editor
Hugo Locurcio
2023-06-07
1
-2
/
+2
*
Use angle_rand to calculate base_angle in particles process material
clayjohn
2023-04-13
1
-2
/
+2
*
Fix buffer overrun in CPUParticles3D
RedworkDE
2023-03-07
1
-1
/
+1
*
Remove visual limit for damping in CPUParticles
Albin
2023-02-19
1
-2
/
+2
*
Merge pull request #70716 from Calinou/particles-tweak-animation-offset-prope...
Rémi Verschelde
2023-01-10
1
-2
/
+2
|
\
|
*
Tweak particles animation offset property hint to allow more precise values
Hugo Locurcio
2022-12-29
1
-2
/
+2
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-0
/
+1
|
/
*
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-18
/
+18
*
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
*
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-14
/
+14
*
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
Hugo Locurcio
2022-08-30
1
-18
/
+18
*
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
1
-5
/
+5
|
\
|
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-5
/
+5
*
|
Rename ParticlesMaterial to ParticleProcessMaterial
Micky
2022-08-26
1
-15
/
+15
|
/
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-17
/
+15
*
Particles: Fix missing configuration warning updates
Rémi Verschelde
2022-07-03
1
-1
/
+10
*
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-3
/
+3
*
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
1
-20
/
+20
*
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-18
/
+18
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-2
/
+2
*
Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape
Rémi Verschelde
2022-03-18
1
-2
/
+10
|
\
|
*
Fixed sphere emission shape to emit particles in a spheres volume and added "...
Raffaele Picca
2021-12-06
1
-2
/
+10
*
|
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-4
/
+0
*
|
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-49
/
+51
[next]