summaryrefslogtreecommitdiff
path: root/src/particle
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-18Add missing override keywords.Andrei Karas1-2/+2
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-11Fix code style.Andrei Karas1-2/+0
2015-01-04Add stringmap typedefs.Andrei Karas2-4/+6
2015-01-01Update copyrights year.Andrei Karas20-20/+20
2014-10-16Add missing checks.Andrei Karas2-4/+14
2014-09-26Fix code style.Andrei Karas1-2/+0
2014-07-26Simplify in particles attributes animation and rotation.Andrei Karas1-79/+9
2014-07-24Fix follow-parent particle attribute.Andrei Karas1-1/+4
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas2-2/+2
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-25Fix align in constructors.Andrei Karas5-5/+5
2014-05-19fix code style.Andrei Karas2-4/+0