summaryrefslogtreecommitdiff
path: root/src/particle.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-20fix style in other files.Andrei Karas1-0/+4
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-8/+7
2013-03-10Improve particle classes.Andrei Karas1-21/+21
2013-02-05Add checks and const to animatedsprites and related classes.Andrei Karas1-1/+1
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-10/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-5/+5
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+1
2012-09-05Fix useless variables initialisations.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-25/+31
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-17Fix code style.Andrei Karas1-3/+1
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+2
2012-05-06Fix incorrect particle calucaltion in fast physics.Andrei Karas1-2/+2
2012-04-25Improve iterators part 2.Andrei Karas1-10/+10
2012-04-24Add particle physics settings (default value is best perfomance)Andrei Karas1-2/+3
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-4/+4
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+3
2011-09-14Add more checks.Andrei Karas1-4/+6
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-06-23Made possible to separate the dye colors and channelsYohann Ferreira1-7/+16
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-22/+29
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-6/+6
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-5/+5
2011-01-02Initial commit.Andrei Karas1-0/+450