summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-25Add for homunculus popup menu commands feed and kill.Andrei Karas1-1/+20
2014-09-25Add in context menu for mercenary and homunculus command "move to master"Andrei Karas1-0/+16
2014-09-23Add implimented pet commands into pet context menu.Andrei Karas1-0/+34
2014-09-23Add into mercenary context menu option to fire it.Andrei Karas1-0/+12
2014-09-19In being context menu allow join being chat.Andrei Karas1-0/+25
2014-09-17Remove getter for tradeHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for serverFeatures.Andrei Karas1-3/+3
2014-09-17Remove getter for partyHandler.Andrei Karas1-4/+4
2014-09-17Remove getter for npcHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-9/+9
2014-09-17Remove getter for guildHandler.Andrei Karas1-3/+3
2014-09-17Remove getter for buySellHandler.Andrei Karas1-4/+4
2014-09-17Remove getter for beingHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for adminHandler.Andrei Karas1-7/+7
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16add server feature haveItemColors.Andrei Karas1-2/+2
2014-09-10Change format in ActorType enum.Andrei Karas1-40/+40
2014-09-10Rename PET type into LOCAL_PET.Andrei Karas1-1/+1
2014-09-10In server features add havePartyNickInvite.Andrei Karas1-22/+28
2014-09-10In popup manager rename function addParty into addPartyName.Andrei Karas1-3/+3
2014-09-07For some popup menus use current mouse position.Andrei Karas1-24/+31
2014-08-27Remove unused commands.cpp and commandhandler.cpp.Andrei Karas1-4/+2
2014-08-27Move chat command /enableaway into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /disableaway into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /removename into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /dontremovename into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /disablehightlight into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /enablehightlight into actions.Andrei Karas1-2/+2
2014-08-21Show in chat context menu, options from normal windows.Andrei Karas1-0/+2
2014-08-21Show in outfits context menu, options from normal windows.Andrei Karas1-6/+16
2014-08-21In popupmenu rename showOutfitsPopup into showOutfitsWindowPopup.Andrei Karas1-1/+1
2014-08-16Create public variable for popupmenu.Andrei Karas1-0/+2
2014-08-03Fix some casts.Andrei Karas1-1/+2
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-53/+53
2014-07-25Use all methods in gamemodifiers as static.Andrei Karas1-2/+1
2014-07-25Move reset yellow bar into gamemmodifiers.Andrei Karas1-2/+3
2014-07-03Use useButton attribute also in popup menu.Andrei Karas1-19/+9
2014-06-06Remove some duplicate code.Andrei Karas1-30/+21
2014-05-19Move mapitemtype into separate file.Andrei Karas1-5/+6
2014-05-18Remove useless includes.Andrei Karas1-0/+1
2014-05-17Move buttontext into separate file.Andrei Karas1-2/+3
2014-05-15Move chat tab types into separate file.Andrei Karas1-3/+3
2014-05-14Move playerlistener into separate file.Andrei Karas1-22/+0
2014-05-14Move renamelistener into separate file.Andrei Karas1-48/+0
2014-05-13Move actor type into separate file.Andrei Karas1-42/+42
2014-05-12Fix code styleAndrei Karas1-1/+1
2014-05-11Move mapitem into separate file.Andrei Karas1-0/+1
2014-05-11Move speciallayer into separate file.Andrei Karas1-0/+1
2014-05-11Move map related files into resources/map.Andrei Karas1-1/+2
2014-05-02Add missing const.Andrei Karas1-6/+6