summaryrefslogtreecommitdiff
path: root/src/particle.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
It can improve perfomance in slow systems.
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
Fix error in event.cpp from last commits. Improve party members sorting.
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
for particle effects. It is now possible to write, for instance: <particlefx>my-particle-file.xml|#cbcb78,345678</particlefx> and in my-particle-file.xml: ... <property image="my-image.png|W" /> ... This will permit the use (and reuse) of generic particle files. Conflicts: src/particle.cpp src/particleemitter.cpp src/particleemitter.h src/simpleanimation.cpp
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
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
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.