summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Add support for unknown skill error (hercules).release2016-03-15Andrei Karas1-0/+7
2016-03-14Remove weight fields from description in item popup.Andrei Karas1-2/+0
2016-03-14Allow open/close chat input by double click on chat window.Andrei Karas2-3/+23
2016-03-14Drop support for evol plugin 1 - 3 versions.Andrei Karas1-8/+8
2016-03-14Change default pickup type from 3x3 to pickup in distance 8.Andrei Karas1-1/+1
2016-03-14Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSpri...Andrei Karas5-57/+60
2016-03-13Split CompoundSprite::draw into draw and drawSimple.Andrei Karas3-6/+38
2016-03-13Add separate functions for draw monsters.Andrei Karas2-2/+35
2016-03-13Add separate functions for draw portals.Andrei Karas2-27/+58
2016-03-13Split drawSpriteAt into drawPlayerSpriteAt and drawOtherSpriteAt.Andrei Karas2-27/+39
2016-03-13Move cursor drawing function from ActorSprite into Being.Andrei Karas5-23/+30
2016-03-13Separate Being::draw function into drawPlayer and drawOther.Andrei Karas2-3/+57
2016-03-13Improve a bit check in Being::drawSpriteAt.Andrei Karas1-6/+12
2016-03-13Simplify drawing beings in playerbox control.Andrei Karas3-1/+12
2016-03-13For skill units in context menu show creator name or id.Andrei Karas4-4/+38
2016-03-12Fix wrong moving to target if was used attack by mouse.Andrei Karas1-1/+1
2016-03-12Dont highlight server messages in chat channels.Andrei Karas1-2/+4
2016-03-12Fix keyboard icon for non default screen density.v1.6.3.12Andrei Karas8-8/+8
2016-03-12Change version to 1.6.3.12.Andrei Karas9-9/+35
2016-03-12Update translations.Andrei Karas23-7222/+7137
2016-03-12Add missing include into network.cpp.Andrei Karas1-0/+2
2016-03-12Fix compilation issue.Andrei Karas1-1/+3
2016-03-11Fix code style.Andrei Karas96-125/+180
2016-03-10Fix a bit formatting in Being::drawSpriteAt.Andrei Karas1-15/+22
2016-03-10Fix translation errors.Andrei Karas3-11/+11
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas21-41/+64
2016-03-10Add missing check.Andrei Karas1-5/+7
2016-03-10Update translations.Andrei Karas25-8460/+11348
2016-03-10Update manaplus.cbp.Andrei Karas1-1428/+1433
2016-03-10Update Android.mk.Andrei Karas1-43/+43
2016-03-10Add support for change text in pet menu item "Return to egg".Andrei Karas4-3/+36
2016-03-10Add some more item attributes into items.xmlAndrei Karas1-1/+23
2016-03-09Add include again.Andrei Karas1-9/+1
2016-03-09Add missing include into header.Andrei Karas1-0/+10
2016-03-08Rename Sp attributes to server values. Also add missing values for hercules.Andrei Karas5-142/+340
2016-03-08Add into tmwa Sp constants value GM_LEVEL.Andrei Karas2-2/+4
2016-03-08Move stat constants from ea namespace into tmwa and eathena.Andrei Karas9-148/+252
2016-03-08Move setStat from ea namespace into eathena and tmwa.Andrei Karas9-216/+455
2016-03-08Fix packet SMSG_PLAYER_HEAL. Now it also update hp/sp.Andrei Karas1-2/+21
2016-03-07Disable all legacy "magic" commands if server type not tmwa.Andrei Karas2-4/+24
2016-03-07In renderers in function calcWindow add non null attributes.Andrei Karas10-17/+4
2016-03-07Change desync detection to simpler way.Andrei Karas2-20/+8
2016-03-07In renderers in function drawTileCollection add non null attributes.Andrei Karas12-20/+6
2016-03-07Add some missing nonnull attributes to map/maplayer classes.Andrei Karas5-22/+24
2016-03-07In renderers in function calcTileVertexes add non null attributes.Andrei Karas10-22/+8
2016-03-07Improve a bit imageparticle draw.Andrei Karas1-4/+6
2016-03-07Remove some unused functions from compoundsprite.Andrei Karas2-44/+2
2016-03-07Fix ping if player in party or guild (hercules).Andrei Karas1-0/+4
2016-03-07Add quotes into name in char gm commands.Andrei Karas1-2/+2
2016-03-07Add into mobs and foring pets context menu item for timing pet.Andrei Karas4-3/+33