Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-20 | Fix some code style and some errors. | Andrei Karas | 4 | -3/+8 | |
2011-02-19 | Update copyrights. | Andrei Karas | 48 | -92/+136 | |
2011-02-14 | Replace sprites functionality (need support in client data). | Andrei Karas | 3 | -23/+49 | |
2011-02-14 | Fix slot names in reordering/hiding function. | Andrei Karas | 1 | -8/+39 | |
2011-02-12 | Add items attribute what allow hide other sprites only by id. | Andrei Karas | 3 | -0/+23 | |
2011-02-12 | Initialise missing variable. | Andrei Karas | 1 | -0/+1 | |
2011-02-12 | Add support for items attribute RemoveSprite. | Andrei Karas | 2 | -0/+9 | |
Usefull for example for hiding hair if equiped helmet. | |||||
2011-02-10 | Add checks to mapreader. | Andrei Karas | 1 | -49/+8 | |
2011-02-10 | Add support for CSV map data | Jared Adams | 1 | -1/+34 | |
Reviewed-by: Freeyorp | |||||
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 3 | -3/+9 | |
2011-01-25 | Add support for zlib map layer compression. | Andrei Karas | 1 | -2/+2 | |
2011-01-21 | Add diagonal animations. | Andrei Karas | 3 | -3/+25 | |
New animation names: upleft, upright, downleft, downright Tested atleast at mobs. | |||||
2011-01-21 | Add floor items attribute for drawing floor items. | Andrei Karas | 2 | -0/+6 | |
2011-01-19 | Fix the wallpapers loading broken logic. | Yohann Ferreira | 1 | -6/+10 | |
Trivial. | |||||
2011-01-16 | Remove goto from dye.cppv1.1.1.16 | Andrei Karas | 1 | -2/+11 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 4 | -6/+7 | |
2011-01-13 | Moved the normalize() function in strungUtils where it belongs. | Yohann Ferreira | 1 | -8/+2 | |
(Preparation for bringing a smaller item loading refactoring patch.) Trivial. | |||||
2011-01-11 | Add support for reading cutom tags from items.xml | Andrei Karas | 1 | -0/+17 | |
2011-01-11 | Merge branch 'master' into invfiler | Andrei Karas | 1 | -2/+2 | |
2011-01-05 | Fix log errors about missing xml attributes. | Andrei Karas | 1 | -2/+2 | |
2011-01-04 | Add draw filter (incomplete) | Andrei Karas | 3 | -5/+11 | |
2011-01-03 | Impliment base items tags. And show this tags in inventory. | Andrei Karas | 3 | -2/+47 | |
2011-01-02 | Initial commit. | Andrei Karas | 48 | -0/+7687 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |