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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-1546
/
+0
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-5
/
+3
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-105
/
+82
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-33
/
+33
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-3
/
+3
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-26
/
+26
*
Fixed 2D and 3D CPU Particles
Juan Linietsky
2020-02-11
1
-15
/
+15
*
More GIProbe work and fixes
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Modernized default 3D material, fixes material bugs.
Juan Linietsky
2020-02-11
1
-5
/
+5
*
Several fixes to 3D rendering, and multimesh implementation.
Juan Linietsky
2020-02-11
1
-2
/
+2
*
Validate input in (CPU)Particles set_emission_shape()
Rémi Verschelde
2020-01-16
1
-1
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fixed disconnecting not connected signal
Mikolaj Kaczmarek
2019-10-29
1
-1
/
+3
*
Fixed emitting not initialized correctly in cpu particles 2d/3d
PouleyKetchoupp
2019-10-24
1
-2
/
+4
*
Fixed delay when CPUParticles & CPUParticles2D start being emitted
PouleyKetchoupp
2019-10-20
1
-73
/
+95
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-3
/
+3
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-3
/
+3
*
|
fix particles scale randomization
clayjohn
2019-09-24
1
-2
/
+2
|
/
*
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde
2019-07-20
1
-3
/
+0
|
\
|
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-3
/
+0
*
|
added individual particle random lifetime
clayjohn
2019-07-14
1
-0
/
+20
|
/
*
cpu_particles: Return uniform density spheres.
Simon Puchert
2019-07-06
1
-1
/
+3
*
Merge pull request #26613 from KoBeWi/direction_of_particles
Rémi Verschelde
2019-07-02
1
-4
/
+20
|
\
|
*
Add a Direction property to ParticlesMaterial
Tomasz Chabora
2019-06-26
1
-4
/
+20
*
|
Merge pull request #29937 from clayjohn/particles-one-shot-bug
Rémi Verschelde
2019-06-27
1
-1
/
+2
|
\
\
|
*
|
update emitting status on one-shot particles
clayjohn
2019-06-25
1
-1
/
+2
*
|
|
Merge pull request #29974 from clayjohn/particles_restart
Rémi Verschelde
2019-06-24
1
-0
/
+2
|
\
\
\
|
*
|
|
properly set emitting when particles restart
clayjohn
2019-06-21
1
-0
/
+2
|
|
/
/
*
|
|
CPUParticles: Set linear velocity to 0, like GPU Particles
Rémi Verschelde
2019-06-21
1
-1
/
+1
*
|
|
Particles: Properly initialize angular velocity parameter
Rémi Verschelde
2019-06-21
1
-0
/
+1
|
/
/
*
|
Merge pull request #29700 from clayjohn/cpuparticles_transform_bug
Rémi Verschelde
2019-06-16
1
-7
/
+49
|
\
\
|
*
|
fix CPU particles bug with local_coords and transform
clayjohn
2019-06-14
1
-7
/
+49
*
|
|
Implement missing orbit velocity for CPUParticles and CPUParticles2D
Rémi Verschelde
2019-06-13
1
-23
/
+19
*
|
|
Merge pull request #29696 from akien-mga/cpuparticles-randomness
Rémi Verschelde
2019-06-12
1
-4
/
+11
|
\
\
\
|
*
|
|
CPUParticles: Do randomness ratio computations in phase instead of time
Rémi Verschelde
2019-06-11
1
-4
/
+11
|
|
/
/
*
/
/
CPUParticles: Fix inconsistent tangential acceleration
Rémi Verschelde
2019-06-11
1
-2
/
+3
|
/
/
*
|
Tweak the particle animation node configuration warning message
Hugo Locurcio
2019-05-25
1
-1
/
+1
*
|
Make multimesh invisible initially in CPUParticles
Daeil Kim
2019-04-24
1
-0
/
+1
*
|
Ensure non-emitting particles not processed on entering tree
Daeil Kim
2019-03-20
1
-4
/
+6
*
|
Fix resetting of CPUParticles (2D and 3D)
JFonS
2019-03-10
1
-3
/
+3
*
|
Prevent invisible/inactive cpuparticles to redraw(3d)
Daeil Kim
2019-03-09
1
-46
/
+30
|
/
*
allowing setting particles lifetime greater than 600
clayjohn
2019-02-18
1
-1
/
+1
*
Appease some CppCheck warns for files in the "scene" directory
Michael Alexsander Silva Dias
2019-01-16
1
-8
/
+3
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #24051 from Omicron666/patch-1
Rémi Verschelde
2018-12-03
1
-1
/
+1
|
\
|
*
Fixes typo in source string sent to translation.
Omicron
2018-11-29
1
-1
/
+1
*
|
Merge pull request #24007 from JFonS/fix_cpuparticles_scale
Rémi Verschelde
2018-12-02
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix "scale" property collision in CPUParticles
JFonS
2018-11-30
1
-4
/
+4
*
|
Fix many errors found by PVS-Studio
Aaron Franke
2018-11-28
1
-4
/
+4
|
/
*
Fixing wrong type hint on CPUParticles and CPUParticles2D's color ramp
Italo Vieira
2018-11-23
1
-1
/
+1
[next]