Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-20 | dont add and remove pets for temporary sprites. | Andrei Karas | 1 | -2/+2 | |
2014-01-20 | add attack action for pets. | Andrei Karas | 3 | -2/+53 | |
New pets db attributes: attackOffsetX attackOffsetY attaclDirectionType | |||||
2014-01-16 | add workaround for fix issue with chat messages if used external guichan. | Andrei Karas | 1 | -0/+2 | |
2014-01-14 | fix code style. | Andrei Karas | 2 | -6/+4 | |
2014-01-12 | in pethandler add pet id parameter. | Andrei Karas | 1 | -3/+3 | |
2014-01-12 | fix using same pet from different items at same time. | Andrei Karas | 2 | -5/+20 | |
2014-01-11 | add support for multiply pets for one player at same time. | Andrei Karas | 2 | -30/+83 | |
But one item still can have only one pet. | |||||
2014-01-11 | fix pet position after owner rotation if near owner located collisions. | Andrei Karas | 1 | -1/+1 | |
2014-01-03 | dont spawn pet on collision. | Andrei Karas | 1 | -0/+8 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 16 | -16/+16 | |
2013-12-31 | add pet direction type if owner dead. | Andrei Karas | 1 | -2/+19 | |
New pet db attribute: deadDirectionType | |||||
2013-12-31 | add pet offset if owner is dead. | Andrei Karas | 1 | -1/+5 | |
New pet db attributes: deadOffsetX, deadOffsetY | |||||
2013-12-31 | add pet offset if owner is moving. | Andrei Karas | 1 | -8/+20 | |
New pet db attributes: moveOffsetX, moveOffsetY | |||||
2013-12-30 | fix overhead text popups order. Now it drawed always below any windows. | Andrei Karas | 1 | -0/+1 | |
2013-12-29 | improve draw image calls. | Andrei Karas | 1 | -2/+2 | |
2013-12-26 | Show popup on pets. | Andrei Karas | 1 | -0/+1 | |
2013-12-25 | fix typo in pets direction code. | Andrei Karas | 1 | -4/+4 | |
2013-12-25 | add option for enable/disable pets support. | Andrei Karas | 1 | -1/+1 | |
2013-12-25 | add support for pet sit direction logic. | Andrei Karas | 1 | -1/+2 | |
New pet db attribute: sitDirectionType It can be set same values like in directionType. | |||||
2013-12-25 | add direction logic to pets. | Andrei Karas | 1 | -0/+40 | |
New pet db attribute: directionType Possible values: 0 - not change direction. 1 - use same direction as owner. 2 - always look to owner. 3 - always look outside from owner. | |||||
2013-12-25 | add pet think time. | Andrei Karas | 2 | -10/+8 | |
New pet db attribute: thinkTime time in milliseconds. also remove extra pet logic calls. | |||||
2013-12-25 | add support for pet offsets if owner is sitting. | Andrei Karas | 2 | -5/+26 | |
2013-12-25 | fix pet correct position detection. | Andrei Karas | 1 | -2/+3 | |
2013-12-25 | update pet position if owner changed direction. | Andrei Karas | 1 | -0/+2 | |
2013-12-25 | extend pet follow logic with follow in fixed position to owner. | Andrei Karas | 1 | -19/+25 | |
2013-12-25 | add pet spawn offset in tiles from owner position. | Andrei Karas | 2 | -2/+39 | |
New pet db attributes: offsetX, offsetY Offset counted from player direction. | |||||
2013-12-25 | add pethandler with stubs only. | Andrei Karas | 1 | -2/+6 | |
2013-12-24 | fix possible pets leak. | Andrei Karas | 1 | -2/+7 | |
2013-12-24 | add support for warp pets if distance very long. | Andrei Karas | 1 | -1/+8 | |
New pet db option: warpDistance | |||||
2013-12-24 | add speed parameter for pets. | Andrei Karas | 2 | -1/+11 | |
New pet db option: walkSpeed | |||||
2013-12-24 | Check collision in pet follow logic. | Andrei Karas | 1 | -3/+21 | |
2013-12-24 | dehardcode pet logic parameters. | Andrei Karas | 1 | -2/+2 | |
New pet db parameters: startFollowDistance - distance from pet start follow owner. followDistance - distance on what pet preffer follow owner. | |||||
2013-12-24 | add basic follow logic for pets with hard coded parameters. | Andrei Karas | 2 | -0/+45 | |
2013-12-17 | add restrict into localplayer. | Andrei Karas | 2 | -4/+5 | |
2013-12-17 | add restrict into being. | Andrei Karas | 2 | -4/+5 | |
2013-12-17 | fix compilation warning. | Andrei Karas | 1 | -1/+0 | |
2013-12-17 | improve a bit draw speed in over head texts. | Andrei Karas | 1 | -5/+7 | |
2013-12-16 | fix compilation warnings. | Andrei Karas | 1 | -1/+0 | |
2013-12-15 | in updater window cut news to 50 lines and show link to full news. | Andrei Karas | 1 | -1/+2 | |
2013-12-14 | chnage return values for draw functions from bool to void. | Andrei Karas | 5 | -18/+11 | |
2013-12-14 | Improve a bit separate images drawing. | Andrei Karas | 1 | -2/+4 | |
2013-12-13 | in reorder and replace sprites add more priority into hiding sprites over ↵ | Andrei Karas | 1 | -1/+1 | |
replacment. | |||||
2013-12-12 | fix padding in actorsprite. | Andrei Karas | 1 | -1/+1 | |
2013-11-28 | Remove some virtual methods in actorsprite and being. | Andrei Karas | 3 | -32/+27 | |
2013-11-27 | fix possible crash after last changes in reoder logic. | Andrei Karas | 1 | -2/+8 | |
2013-11-26 | fix complex sprite replace combinations from items.xml. | Andrei Karas | 2 | -4/+22 | |
2013-11-25 | prevent update some sprites from move packets and some other. | Andrei Karas | 2 | -0/+21 | |
2013-11-25 | disable sprites update optimisation because it may broke replace/remove logic | Andrei Karas | 1 | -3/+3 | |
2013-11-22 | fix code style. | Andrei Karas | 1 | -1/+5 | |
2013-11-16 | dont show speech messages from other languages if local client have language ↵ | Andrei Karas | 1 | -1/+1 | |
tab disabled. |