summaryrefslogtreecommitdiff
path: root/src/particle
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Remove wrong condition.Andrei Karas1-5/+1
2016-05-19Move child particles only if current particle changed position.Andrei Karas1-16/+26
2016-05-19Split childs update code depend is current particle alive or not.Andrei Karas1-22/+44
2016-05-19Dont try to move child particles if current particle already dead.Andrei Karas1-14/+21
2016-05-06Fix too long line.Andrei Karas1-1/+2
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-15/+15
2016-04-29Add name into Animation memory object.Andrei Karas1-0/+8
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas5-11/+12
2016-04-17Fix code style.Andrei Karas2-8/+7
2016-04-17Remove override keyword, if it present with final.Andrei Karas5-11/+11
2016-03-26Fix code style.Andrei Karas4-17/+4
2016-03-23Remove unused constant from particleengine.Andrei Karas1-2/+0
2016-03-18Add custom rand function implimentation, based on precreated random sequence.Andrei Karas1-3/+4
2016-03-18Ignore particle randomnes parameters less than 10.Andrei Karas1-4/+4
2016-03-18Reduce number of rand() calls in Particle::update.Andrei Karas1-6/+7
2016-03-17Remove extra checks from particle.Andrei Karas1-6/+2
2016-03-17Add missing includes into .h files.Andrei Karas1-0/+3
2016-03-16Improve performance in moving child particles.Andrei Karas4-5/+21
2016-03-16Remove virtual from Particle::updateAndrei Karas1-1/+1
2016-03-16Fix compilation without C++11 flags.Andrei Karas1-1/+1
2016-03-16Improve Particle::update a bit.Andrei Karas1-113/+118
2016-03-16Remove destructors from some particle classes.Andrei Karas7-32/+11
2016-03-16Move AnimationParticle and RotationalParticle update functions into Particle.Andrei Karas5-54/+45
2016-03-16Move image field from ImageParticle into Particle.Andrei Karas4-21/+24
2016-03-16Move animation field from child particles classes into Particle.Andrei Karas6-24/+17
2016-03-16Add particle type into particles.Andrei Karas6-0/+12
2016-03-16Remove extra checks from Particle::update.Andrei Karas1-18/+0
2016-03-16Remove unused functions from particle.Andrei Karas2-88/+0
2016-03-16Remove unused functions from ParticleEngine.Andrei Karas2-460/+10
2016-03-16Split ParticleEngine from Particle class.Andrei Karas5-51/+921
2016-03-16Add nonnull attributes to particle classes.Andrei Karas9-22/+24
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-03-07Improve a bit imageparticle draw.Andrei Karas1-4/+6
2016-03-03Split particles update into two functions.Andrei Karas2-6/+23
2016-03-03Dont update particles located in long distance from screen.Andrei Karas1-0/+16
2016-02-21Remove useless checks.Andrei Karas1-1/+1
2016-02-20Add missing const in other left files.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas7-28/+28
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-1/+1
2016-01-20Add pugixml backend incomplete.Andrei Karas2-13/+6
2016-01-06Add noexcept into particle.Andrei Karas1-15/+17
2016-01-02Update copyrights year.Andrei Karas21-21/+21
2015-12-31Move particlechangefunc into enums directory.Andrei Karas2-28/+34
2015-12-31Move particle alivestatus into enums directory.Andrei Karas4-34/+31
2015-12-29Move simpleanimation into animation directory.Andrei Karas2-2/+2
2015-12-29Move animation into animation directory.Andrei Karas1-1/+1
2015-12-27Add restrict keyword to particle.Andrei Karas10-114/+141
2015-12-23Add const attribute to other files.Andrei Karas1-1/+2
2015-12-21Move dye related files into dye directory.Andrei Karas2-2/+4
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-1/+1