summaryrefslogtreecommitdiff
path: root/src/particle/imageparticle.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-1/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-4/+4
2017-04-08Remove most setters and getters from Resource class.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+1
2016-03-16Remove destructors from some particle classes.Andrei Karas1-4/+0
2016-03-16Move image field from ImageParticle into Particle.Andrei Karas1-18/+2
2016-03-16Add particle type into particles.Andrei Karas1-0/+2
2016-03-07Improve a bit imageparticle draw.Andrei Karas1-4/+6
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move particle alivestatus into enums directory.Andrei Karas1-1/+1
2015-12-27Add restrict keyword to particle.Andrei Karas1-5/+6
2015-01-04Add stringmap typedefs.Andrei Karas1-3/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-14chnage return values for draw functions from bool to void.Andrei Karas1-4/+4
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+2
2013-10-19remove virtual methos call from particle constructor.Andrei Karas1-2/+2
2013-10-19Remove virtual method call from imageparticle destructor.Andrei Karas1-1/+0
2013-09-16remove unused includes from particles and some other files.Andrei Karas1-2/+0
2013-08-31move particles into particle dir.Andrei Karas1-0/+110