summaryrefslogtreecommitdiff
path: root/src/effectmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-10-05first part for adding mobs particle effects.Andrei Karas1-4/+6
Based on mana commit b35aef2d924f03d85eb44a2465be5a745444eafd by Yohann Ferreira
2012-08-26Add const to some classes.Andrei Karas1-4/+5
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-17Fix code style.Andrei Karas1-1/+2
2012-04-25Improve iterators part 2.Andrei Karas1-4/+4
2012-02-24More copyright fixes.Andrei Karas1-0/+1
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-2/+2
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-1/+1
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-2/+2
Some other minor changes.
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-01Replace some lists to vectors.Andrei Karas1-2/+2
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-02-19Update copyrights.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+107
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.