Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-18 | Enable some features for tmw like servers. | Andrei Karas | 1 | -5/+2 | |
Now this features enabled because ManaPlus supported on this servers. Enabled features: race sprites draw npc option for not allow select npc map layer properties. | |||||
2013-02-13 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-02-01 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2013-01-31 | Add default avatars support for npcs. | Andrei Karas | 1 | -0/+10 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 1 | -3/+6 | |
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-09-23 | Add to monsters.xml and npcs.xml sort offset parameters. | Andrei Karas | 1 | -0/+7 | |
sortOffsetY - this value will be substracted from y position while sorting deadSortOffsetY - this value will be substracted from dead bein y position while sorting By default sortOffsetY = 0 and deadSortOffsetY = 31 | |||||
2012-09-03 | Add const to more classes. | Andrei Karas | 1 | -6/+6 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2012-06-08 | Add to npc option targetSelection to allow/disallow npc selection. | Andrei Karas | 1 | -0/+8 | |
2012-01-10 | Replace xmlStrEqual to xmlNameEqual. | Andrei Karas | 1 | -4/+4 | |
2012-01-10 | Replace all xmlNodePtr to XmlNodePtr. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-06-04 | Cleanup part list and beinginfo. | Andrei Karas | 1 | -1/+1 | |
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-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -4/+4 | |
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 1 | -0/+3 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+127 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |