summaryrefslogtreecommitdiff
path: root/src/particle/particle.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from particleengine.Andrei Karas1-1/+1
2017-08-22Use strong typed enum ParticlePhysics.Andrei Karas1-2/+3
2017-08-20Add function for read float and double number from xml.Andrei Karas1-6/+6
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-30Move likely macroses into separate file.Andrei Karas1-0/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-08Add missing function parameters.Andrei Karas1-2/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-17/+19
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-04-08Remove most setters and getters from Resource class.Andrei Karas1-1/+1
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-1/+1
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Add A_UNLIKELY / A_LIKELY into Particle::update / Particle::selfUpdate.Andrei Karas1-14/+15
2016-08-10Use xml loader in particle effects.Andrei Karas1-2/+7
2016-08-08Fix possible infinite loop in particlesAndrei Karas1-0/+1
2016-07-23Allow delete untracker being particle effects.Andrei Karas1-0/+11
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