Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-24 | add support for warp pets if distance very long. | Andrei Karas | 1 | -0/+1 | |
New pet db option: warpDistance | |||||
2013-12-24 | add speed parameter for pets. | Andrei Karas | 1 | -0/+1 | |
New pet db option: walkSpeed | |||||
2013-12-24 | dehardcode pet logic parameters. | Andrei Karas | 1 | -0/+2 | |
New pet db parameters: startFollowDistance - distance from pet start follow owner. followDistance - distance on what pet preffer follow owner. | |||||
2013-10-04 | Add new item sound events constants. | Andrei Karas | 1 | -3/+4 | |
2013-09-20 | improve a bit code speed. | Andrei Karas | 1 | -3/+10 | |
2013-07-23 | add support for attacksky and attackwater actions. | Andrei Karas | 1 | -4/+7 | |
2013-07-21 | Add settings for monster hp bar offset. | Andrei Karas | 1 | -0/+2 | |
New attributes: hpBarOffsetX, hpBarOffsetY Example: <monster id="0" name="Piou" targetCursor="small" walkType="fly" hpBarOffsetX="30"> | |||||
2013-07-18 | add name offsets for npc and monster names. | Andrei Karas | 1 | -0/+2 | |
New attributes: nameOffsetX, nameOffsetY Example for monsters.xml: <monster id="0" name="Piou" targetCursor="small" walkType="fly" nameOffsetX="10"> Example for npcs.xml: <npc id="304" nameOffsetX="-10" nameOffsetY="-5"> | |||||
2013-07-04 | add missing checks. | Andrei Karas | 1 | -2/+2 | |
also fix crash in creating character with broken data. | |||||
2013-06-15 | Add support for monster look. | Andrei Karas | 1 | -0/+21 | |
2013-05-17 | improve npcdialog class. | Andrei Karas | 1 | -3/+5 | |
allow set avatar size in avatars.xml. | |||||
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -0/+1 | |
2013-04-20 | fix style in resources directory. | Andrei Karas | 1 | -0/+3 | |
2013-04-18 | add delay to action sounds. | Andrei Karas | 1 | -5/+6 | |
delay now unused. | |||||
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -1/+0 | |
2013-04-07 | some fixes after auto check. | Andrei Karas | 1 | -3/+1 | |
2013-01-31 | Add default avatars support for npcs. | Andrei Karas | 1 | -1/+2 | |
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 | -0/+1 | |
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-06 | Add particle effect miss-effect-id to items and monsters. | Andrei Karas | 1 | -2/+4 | |
2012-10-06 | Fix default particle effects in attacks. | Andrei Karas | 1 | -0/+11 | |
Was broken in previous commits. Also add default value for "effectId" in paths.xml (by default -1) | |||||
2012-10-05 | Second part adding mob particle effects for attacks. | Andrei Karas | 1 | -2/+5 | |
Base on commit from mana afa134640b2e2c7c0f28a54c8691545848795dd9 by Yohann Ferreira | |||||
2012-10-05 | first part for adding mobs particle effects. | Andrei Karas | 1 | -6/+5 | |
Based on mana commit b35aef2d924f03d85eb44a2465be5a745444eafd by Yohann Ferreira | |||||
2012-09-23 | Add to monsters.xml and npcs.xml sort offset parameters. | Andrei Karas | 1 | -1/+3 | |
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-02 | Add const to more classes. | Andrei Karas | 1 | -6/+6 | |
2012-06-08 | Add to npc option targetSelection to allow/disallow npc selection. | Andrei Karas | 1 | -9/+12 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -3/+3 | |
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 1 | -2/+2 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-21 | Fix possible crash. Move unsafe initialisations from static members. | Andrei Karas | 1 | -1/+1 | |
2011-06-04 | Cleanup part list and beinginfo. | Andrei Karas | 1 | -3/+10 | |
2011-05-24 | Fix memory leaks in beinginfo and colordb classes. | Andrei Karas | 1 | -0/+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-05-21 | Add monster walktype attribute to detect on what collisions monster can move. | Andrei Karas | 1 | -1/+2 | |
2011-05-10 | Dont prevent animation from players and monsters in special collisions. | Andrei Karas | 1 | -2/+1 | |
2011-05-09 | Impliment air and water block types. | Andrei Karas | 1 | -1/+2 | |
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 1 | -2/+2 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+115 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |