Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-14 | Add more checks. | Andrei Karas | 1 | -7/+2 | |
Fix error in event.cpp from last commits. Improve party members sorting. | |||||
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 1 | -8/+6 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -3/+3 | |
Some other minor changes. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 1 | -2/+2 | |
2011-06-23 | Made possible to separate the dye colors and channels | Yohann Ferreira | 1 | -2/+8 | |
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-06-08 | Possible final fix with imageset memory leaks and crashes. | Andrei Karas | 1 | -5/+11 | |
2011-06-08 | Temporary restore imageset leaks for testing. | Andrei Karas | 1 | -2/+4 | |
2011-06-08 | Zero variables after calling decRef(). | Andrei Karas | 1 | -0/+4 | |
2011-05-26 | Fix some imageset memory leaks. | Andrei Karas | 1 | -0/+10 | |
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-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 1 | -6/+10 | |
Tags: <label>, <goto> | |||||
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 1 | -3/+3 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -7/+24 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -7/+12 | |
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 | -1/+2 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+568 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |