Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-07 | Fix missing initialisations. | Andrei Karas | 1 | -3/+5 | |
2011-05-01 | Added customizable on-hit effects for characters. | Yohann Ferreira | 1 | -3/+23 | |
This patch adds support for the following two parameters in weapon items: hit-effect-id: Effect triggered on the victim on normal hit. critical-hit-effect-id: Triggered on the victim on critical hit. (Specified in effects.xml) The patch also permits the use of custom defaults set in paths.xml by setting the following keys: (Paths are relative to the 'particles' key value, here.) hitEffectId: defaulted to effect id 26. criticalHitEffectId: defaulted to effect id 28. Resolves: Mana-mantis #337. Reviewed-by: bcs86 Conflicts: src/being.cpp src/resources/itemdb.cpp src/resources/iteminfo.h ManaPlus: adding missing checks. | |||||
2011-03-08 | Replace %color% and %Color% constants in item names/descriptions. | Andrei Karas | 1 | -1/+9 | |
2011-03-03 | Dehardcode item colors. Now reading all from configs. | Andrei Karas | 1 | -1/+11 | |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -0/+4 | |
2011-02-20 | Fix some code style and some errors. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-14 | Replace sprites functionality (need support in client data). | Andrei Karas | 1 | -12/+17 | |
2011-02-12 | Add items attribute what allow hide other sprites only by id. | Andrei Karas | 1 | -0/+7 | |
2011-02-12 | Initialise missing variable. | Andrei Karas | 1 | -0/+1 | |
2011-02-12 | Add support for items attribute RemoveSprite. | Andrei Karas | 1 | -0/+7 | |
Usefull for example for hiding hair if equiped helmet. | |||||
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -2/+2 | |
2011-01-04 | Add draw filter (incomplete) | Andrei Karas | 1 | -3/+3 | |
2011-01-03 | Impliment base items tags. And show this tags in inventory. | Andrei Karas | 1 | -2/+9 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+242 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |