summaryrefslogtreecommitdiff
path: root/src/particle
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-18Add missing final into particleinfo.Andrei Karas1-1/+1
2014-05-18Move particlevector into separate file.Andrei Karas4-144/+201
2014-05-18Move particlelist into separate file.Andrei Karas4-102/+161
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-12Fix code styleAndrei Karas1-1/+0
2014-05-11Move map consts into separate file.Andrei Karas1-0/+1
2014-05-11Move map related files into resources/map.Andrei Karas1-1/+2
2014-05-08Fix code style in other files.Andrei Karas2-4/+9
2014-04-30Fix code style in other files.Andrei Karas1-4/+4
2014-04-11fix code style.Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas3-8/+9