Version history
v. 1.0
- few optimizations
- fixed critical error which in some situations can lead to crash !!
v. 0.9f
- added new EmitterCombiner.uc actor
v. 0.9e
- added new ESizing enum. It describes whenever particle should shrinks/grows endlesly or stop when it reaches specifed size
v. 0.9d
- added new srtucture: SSize where all size related variables was moved (ParticleDrawScale/ParticleDrawScaleVariance/ParticleGrowth)
- new option, which allow to cyclically changing particle size (shrinking/and growing), has beed added
- new sample (Sample3.uc) which shows cyclically changing particle size
- few smaller or bigger improvements
v. 0.9c
- added new global setting which can be forced to use instead of template Particle_Main.
v. 0.9b
- fixed bug in TriggeredBlast state in ParticleEmitter.uc
- added ParticleAnimationStorage.uc to store animation info (override strange bug with static array in an static array of structures).
- added Force.uc actor to change particle velocity (affect only this particles that touches it)
- new icons
v. 0.9a
- added new presets (UT2k4Fire/UT2k4Fire2)
- few changes in ParticleEmitter.uc