Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 1 | -10/+4 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 1 | -5/+5 | |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+1 | |
2012-09-05 | Fix useless variables initialisations. | Andrei Karas | 1 | -1/+3 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -25/+31 | |
2012-08-24 | replace defines to consts. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2012-08-17 | Fix code style. | Andrei Karas | 1 | -3/+1 | |
2012-05-13 | Move some code from logic queue to separate calls. | Andrei Karas | 1 | -0/+2 | |
It can improve perfomance in slow systems. | |||||
2012-05-06 | Fix incorrect particle calucaltion in fast physics. | Andrei Karas | 1 | -2/+2 | |
2012-04-25 | Improve iterators part 2. | Andrei Karas | 1 | -10/+10 | |
2012-04-24 | Add particle physics settings (default value is best perfomance) | Andrei Karas | 1 | -2/+3 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -1/+1 | |
2012-01-10 | Replace xmlStrEqual to xmlNameEqual. | Andrei Karas | 1 | -4/+4 | |
2012-01-10 | Replace all xmlNodePtr to XmlNodePtr. | Andrei Karas | 1 | -2/+2 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -3/+3 | |
2011-09-14 | Add more checks. | Andrei Karas | 1 | -4/+6 | |
Fix error in event.cpp from last commits. Improve party members sorting. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-06-23 | Made possible to separate the dye colors and channels | Yohann Ferreira | 1 | -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-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -22/+29 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -6/+6 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -5/+5 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+450 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |