summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-06Add into increaseAttribute parameter with about of attributes to up.Andrei Karas6-7/+12
2016-03-06Fix some slot conversion tables and add comments (hercules).Andrei Karas3-34/+34
2016-03-06Move InventoryRecv::getSlot form ea namespace into tmwa and eathena.Andrei Karas6-52/+115
2016-03-06Add support for two new equipment slots in hercules.Andrei Karas6-25/+45
2016-03-06Add comment in BeingRecv::processBeingChangeLookContinueAndrei Karas1-0/+3
2016-03-05Add constant values for enum SPRITE_* in eathena net code.Andrei Karas1-16/+16
2016-03-05Fix style error.Andrei Karas1-4/+4
2016-03-05Remove outdated serverVersion checks from tmwa net code.Andrei Karas5-23/+8
2016-03-05Remove outdated protocol version checks from tmwa net code.Andrei Karas3-23/+6
2016-03-05Disable server features incomplete chat messages for tmwa server version more...Andrei Karas1-1/+1
2016-03-05Replace in Being getter getDirection to mDirection.Andrei Karas1-3/+3
2016-03-05Replace in Being getter getName to mName.Andrei Karas2-22/+27
2016-03-05Replace most getters callc getTileX/getTileY to direct variables usage.Andrei Karas4-46/+46
2016-03-05Change calculated speed in being from float to int.Andrei Karas2-16/+12
2016-03-05Replace in Being speed field from vector to int.Andrei Karas10-30/+26
2016-03-05Move getNumOfHairstyles from being to itemdb.Andrei Karas5-38/+30
2016-03-05Remove unused method getNumOfRaces from Being.Andrei Karas1-6/+0
2016-03-05Replace in Being some calls getNumberOfLayers to CompountSprite::getNumberOfL...Andrei Karas1-2/+2
2016-03-05Use in most places int being positions and not float.Andrei Karas6-103/+101
2016-03-05Add pixel position into actor.Andrei Karas2-2/+13
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas7-30/+31
2016-03-05Remove getter getSpritesCount from Being.Andrei Karas2-4/+1
2016-03-05Removing usage getters getActorX/getActorY from being and localplayer.Andrei Karas2-22/+37
2016-03-05Move keyStr from inputfunction into separate array in inputmanager.Andrei Karas3-15/+17
2016-03-04Improve performance in getting printable key for actions.Andrei Karas3-8/+27
2016-03-04In compoundsprite replace mSprites.at() to mSprites[].Andrei Karas1-4/+4
2016-03-04Remove getter empty from compoundsprite.Andrei Karas3-5/+2
2016-03-04Remove getter size from compoundsprite.Andrei Karas4-17/+13
2016-03-04Remove getter getSprite from compoundsprite.Andrei Karas5-12/+11
2016-03-04Remove isVisible getter from widget.Andrei Karas9-35/+37
2016-03-04Remove getter getAlpha form image class.Andrei Karas3-19/+5
2016-03-04Add parameters support for quest texts in quests.xmlAndrei Karas1-0/+11
2016-03-04Add support for cooridinates tag with x and y in quests.xmlAndrei Karas2-10/+48
2016-03-04Add new tags for quests questgiver, npc.Andrei Karas2-4/+47
2016-03-04Remove extra translation from quests window.Andrei Karas1-3/+2
2016-03-04Convert questtype enum into strong typed enum.Andrei Karas3-11/+11
2016-03-04Move questtype enum into enums directory.Andrei Karas4-3/+4
2016-03-03Add support for readable links in quests.xmlAndrei Karas1-0/+1
2016-03-03Improve a bit calculations in viewport.Andrei Karas2-10/+22
2016-03-03Improve a bit calculations in viewport.Andrei Karas5-8/+40
2016-03-03Improve a bit pixel calculation in map layers.Andrei Karas2-8/+12
2016-03-03Split particles update into two functions.Andrei Karas2-6/+23
2016-03-03Dont update particles located in long distance from screen.Andrei Karas1-0/+16
2016-03-03Fix targetting monsters what was first visible by player on unreachable tiles.Andrei Karas1-0/+8
2016-03-03Not allow add equipped items to trade if presend server feature secure trades.Andrei Karas1-0/+13
2016-03-03Add server feature secure trades.Andrei Karas5-0/+16
2016-03-03Fix desync between client and server while moving.Andrei Karas1-49/+51
2016-03-02Add "add to chat" into menu in show items window.Andrei Karas1-0/+3
2016-03-02Fix movement by diagonal near water or air collisions.Andrei Karas1-3/+4
2016-03-01Add to context menu action for rename homunculus.Andrei Karas2-13/+43