Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-26 | dehardcode client data configuration file names. | Andrei Karas | 1 | -3/+4 | |
Now names stored in paths.xml | |||||
2013-05-26 | Add support for include tag in items.xml. | Andrei Karas | 1 | -1/+12 | |
Example: <include name="items2.xml"/> | |||||
2013-05-15 | add item option what can prevent sell item to npc without confirmation. | Andrei Karas | 1 | -0/+3 | |
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -0/+6 | |
2013-04-18 | add delay to action sounds. | Andrei Karas | 1 | -2/+3 | |
delay now unused. | |||||
2013-04-15 | improve itemdb file. | Andrei Karas | 1 | -18/+12 | |
2013-04-14 | add basic client side only support for pets. | Andrei Karas | 1 | -0/+2 | |
now pets cant move and dont have any ai. pet can be only spawn at player position if equiped item with assigned pet. | |||||
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -6/+6 | |
2013-01-20 | Last part with FOR_EACH changes. | Andrei Karas | 1 | -2/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-30 | Add for incorrect item sound type "strike" alias "miss". | Andrei Karas | 1 | -1/+1 | |
For now "strike" used like "miss" sound. | |||||
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -1/+1 | |
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 1 | -0/+2 | |
In monsters.xml new monster attribute: hoverCursor - default value "attack". In npcs.xml new npc attribute: hoverCursor - default value "talk". In items.xml new item attribute: pickupCursor - default value "pickup". Warps using "up" cursor for now. | |||||
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 1 | -1/+1 | |
2012-10-06 | Add particle effect miss-effect-id to items and monsters. | Andrei Karas | 1 | -0/+3 | |
2012-09-04 | add const to more classes, | Andrei Karas | 1 | -1/+2 | |
fix other small style issues. | |||||
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -44/+49 | |
2012-08-29 | Add to replace/reorder sprites pseudo direction "died" | Andrei Karas | 1 | -1/+43 | |
It allow change sprites in dead players. | |||||
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2012-07-04 | Add option to items.xml to set max floor item pixel offset. | Andrei Karas | 1 | -1/+3 | |
2012-05-31 | Add support for each hair style own palete. | Andrei Karas | 1 | -1/+12 | |
2012-04-25 | Improve iterators part 2. | Andrei Karas | 1 | -2/+2 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -1/+1 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -2/+2 | |
2012-03-14 | Add support for other gender. | Andrei Karas | 1 | -0/+3 | |
Fix per gender and race items separation. | |||||
2012-03-13 | Use per race equipment sprites. | Andrei Karas | 1 | -6/+7 | |
Example: <sprite gender="male" race="4">...</sprite> | |||||
2012-02-06 | Use client data translation. For now language same as gui language. | Andrei Karas | 1 | -3/+3 | |
Fix some untranslated gettext lines. | |||||
2012-01-10 | Replace xmlStrEqual to xmlNameEqual. | Andrei Karas | 1 | -14/+14 | |
2012-01-10 | Replace all xmlNodePtr to XmlNodePtr. | Andrei Karas | 1 | -11/+11 | |
2012-01-10 | Move libxml2 includes to xml.h | Andrei Karas | 1 | -3/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-13 | Another compotability fix with mana. Use advanced directions only | Andrei Karas | 1 | -2/+28 | |
if server version more than 0. | |||||
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -1/+1 | |
2011-10-21 | Fix parsing replace tags without item ids inside in items.xml. | Andrei Karas | 1 | -10/+25 | |
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 1 | -1/+1 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -1/+1 | |
Some other minor changes. | |||||
2011-09-01 | Eliminate asserts from most files. | Andrei Karas | 1 | -7/+7 | |
2011-08-30 | Remove debug comment. | Andrei Karas | 1 | -1/+0 | |
2011-08-29 | Add pseudo directions upall, downall for sprites replacement logic. | Andrei Karas | 1 | -21/+85 | |
2011-08-29 | Fix item sprites replacment issue if mixed directional and non directional | Andrei Karas | 1 | -10/+31 | |
replacement rules. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-08-11 | Remove some unused code. | Andrei Karas | 1 | -1/+1 | |
2011-07-25 | Reorders sprites now depend on player direction. | Andrei Karas | 1 | -5/+29 | |
2011-07-25 | Add check for incorrect remove sprite configuration. | Andrei Karas | 1 | -0/+3 | |
2011-07-25 | Add removing palyers sprite logic depend on players direction. | Andrei Karas | 1 | -3/+29 | |
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 1 | -3/+3 | |
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-05-05 | Fix align in itemdb.cpp. | Andrei Karas | 1 | -2/+2 | |
2011-05-01 | Added customizable on-hit effects for characters. | Yohann Ferreira | 1 | -1/+7 | |
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-04-14 | Add all tag to unknown items. Allow see unknown items in inventory. | Andrei Karas | 1 | -11/+12 | |