summaryrefslogtreecommitdiff
path: root/src/particle
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-24Allow kill infinite particles if parent particle will be removed.Andrei Karas3-1/+22
2015-11-12Improve a bit particles creation.Andrei Karas3-10/+10
2015-11-10Fix compilation with C++11 flags.Andrei Karas1-0/+2
2015-11-10Add support for casting status effect on ground.Andrei Karas1-0/+39
2015-08-22Use resource manager as global variable.Andrei Karas2-17/+8
2015-06-26Add missing checks into particle directory.Andrei Karas1-0/+2
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas3-3/+4
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-30Move theme colors enum into separate file.Andrei Karas1-1/+3
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-3/+12
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-04-02Remove useless virtual keywords.Andrei Karas2-4/+4
2015-03-17Remove useless includes from .h files.Andrei Karas3-5/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas4-8/+0