summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-01Allow see homunculuses name.Andrei Karas1-0/+2
2016-03-01Fix popup for not own homunculuses.Andrei Karas1-1/+12
2016-03-01Add basic support for gm menus for pets, homunculuses, mercenaries.Andrei Karas2-6/+31
2016-03-01Add chat command /guildrecall. Also add it to player context menu.Andrei Karas11-5/+48
2016-03-01Add chat command /breakguild. Also add it to player context menu.Andrei Karas11-0/+34
2016-03-01Fix reading packet SMSG_BEING_FAKE_NAME.Andrei Karas1-1/+1
2016-03-01Fix pet popup. For not own pets now show pet info and size always correct.Andrei Karas1-1/+12
2016-02-29Add chat command /partyrecall. Also add it to npc context menu.Andrei Karas11-0/+55
2016-02-29Add chat command /gmpartyleader. Also add it to npc context menu.Andrei Karas12-6/+52
2016-02-28Add chat command /shownpc.Andrei Karas10-0/+33
2016-02-28Add chat command /hidenpc. Also add it to npc context menu.Andrei Karas11-4/+40
2016-02-28Fix compilation warnings.Andrei Karas1-0/+1
2016-02-28Add support for ext being name in popupmenu.Andrei Karas2-4/+25
2016-02-28In popupmenu rename varible mNick to mName.Andrei Karas2-59/+59
2016-02-28Add extended name to beings (raw server name).Andrei Karas2-1/+7
2016-02-28Add chat command /npcmove. Also add it to npc context menu.Andrei Karas11-6/+73