summaryrefslogtreecommitdiff
path: root/src/particle/particle.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Move image class into image directory.Andrei Karas1-2/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
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-03-26Fix code style.Andrei Karas1-5/+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-16Improve performance in moving child particles.Andrei Karas1-4/+15
2016-03-16Improve Particle::update a bit.Andrei Karas1-113/+118
2016-03-16Remove destructors from some particle classes.Andrei Karas1-9/+11
2016-03-16Move AnimationParticle and RotationalParticle update functions into Particle.Andrei Karas1-0/+45
2016-03-16Move image field from ImageParticle into Particle.Andrei Karas1-0/+18
2016-03-16Move animation field from child particles classes into Particle.Andrei Karas1-0/+5
2016-03-16Add particle type into particles.Andrei Karas1-0/+1
2016-03-16Remove extra checks from Particle::update.Andrei Karas1-18/+0
2016-03-16Remove unused functions from particle.Andrei Karas1-62/+0
2016-03-16Split ParticleEngine from Particle class.Andrei Karas1-27/+6
2016-03-03Split particles update into two functions.Andrei Karas1-6/+21
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 Karas1-6/+6
2016-01-20Add pugixml backend incomplete.Andrei Karas1-10/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move particle alivestatus into enums directory.Andrei Karas1-15/+20
2015-12-27Add restrict keyword to particle.Andrei Karas1-29/+45
2015-12-21Move dye related files into dye directory.Andrei Karas1-1/+2
2015-11-24Allow kill infinite particles if parent particle will be removed.Andrei Karas1-0/+17
2015-11-12Improve a bit particles creation.Andrei Karas1-2/+5
2015-08-22Use resource manager as global variable.Andrei Karas1-3/+1
2015-05-17Fix some issues after automatic checks.Andrei Karas1-2/+2
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-1/+3
2015-05-06Add strong types bool type UseResman.Andrei Karas1-1/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-1/+1
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-16Add missing checks.Andrei Karas1-4/+12
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-08Fix code style in other files.Andrei Karas1-1/+2
2014-02-22Move color into gui dir.Andrei Karas1-2/+2
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1