Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-07 | Dont show some useless errors while loading themes. | Andrei Karas | 1 | -1/+1 | |
2015-02-07 | Remove optional parameter from xml document constructor. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-25 | Add more profiler labels. | Andrei Karas | 1 | -0/+2 | |
2014-05-29 | Move variables definition into each file with class definition. | Andrei Karas | 1 | -0/+2 | |
2014-05-25 | Fix license headers. | Andrei Karas | 1 | -1/+1 | |
2014-01-16 | add missing const in xmlnode pointers. | Andrei Karas | 1 | -1/+1 | |
2014-01-06 | add ability to include config parts from subdirs for other dbs. | Andrei Karas | 1 | -0/+3 | |
2014-01-06 | add patch files support for other xml dbs. | Andrei Karas | 1 | -0/+1 | |
2014-01-06 | add support for include in effects.xml. | Andrei Karas | 1 | -8/+16 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-31 | move particles into particle dir. | Andrei Karas | 1 | -1/+2 | |
2013-05-26 | dehardcode client data configuration file names. | Andrei Karas | 1 | -2/+4 | |
Now names stored in paths.xml | |||||
2013-04-20 | fix style in other files. | Andrei Karas | 1 | -1/+2 | |
2013-04-05 | add animation effect to being. | Andrei Karas | 1 | -15/+23 | |
can be used for now from effects.xml with attribute "sprite". | |||||
2013-04-04 | Add support for loading animated effect for effects.xml | Andrei Karas | 1 | -13/+14 | |
now this animation is unused. also effect field names is fixed. | |||||
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 1 | -3/+3 | |
2013-02-23 | Improve effectmanager class. | Andrei Karas | 1 | -5/+4 | |
2013-02-19 | Add support for away particle effect. | Andrei Karas | 1 | -0/+25 | |
2013-02-14 | fix copyright years. | Andrei Karas | 1 | -1/+1 | |
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 1 | -4/+2 | |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 | |
2012-10-05 | first part for adding mobs particle effects. | Andrei Karas | 1 | -4/+6 | |
Based on mana commit b35aef2d924f03d85eb44a2465be5a745444eafd by Yohann Ferreira | |||||
2012-08-26 | Add const to some classes. | Andrei Karas | 1 | -4/+5 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2012-08-17 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2012-04-25 | Improve iterators part 2. | Andrei Karas | 1 | -4/+4 | |
2012-02-24 | More copyright fixes. | Andrei Karas | 1 | -0/+1 | |
2012-01-10 | Replace xmlStrEqual to xmlNameEqual. | Andrei Karas | 1 | -2/+2 | |
2012-01-10 | Replace all xmlNodePtr to XmlNodePtr. | Andrei Karas | 1 | -1/+1 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -2/+2 | |
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-01 | Replace some lists to vectors. | Andrei Karas | 1 | -2/+2 | |
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-02-19 | Update copyrights. | Andrei Karas | 1 | -1/+1 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+107 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |