summaryrefslogtreecommitdiff
path: root/src/gui/popups
AgeCommit message (Expand)AuthorFilesLines
2014-09-14Add own skin file for skill popup.Andrei Karas1-1/+1
2014-09-12fix code style.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas2-41/+41
2014-09-10Rename PET type into LOCAL_PET.Andrei Karas1-1/+1
2014-09-10In server features add havePartyNickInvite.Andrei Karas2-22/+30
2014-09-10In popup manager rename function addParty into addPartyName.Andrei Karas2-4/+4
2014-09-07Remove unused includes.Andrei Karas1-6/+0
2014-09-07For some popup menus use current mouse position.Andrei Karas2-30/+38
2014-09-06Add skillpopup object.Andrei Karas2-0/+207
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 Karas2-6/+18
2014-08-21In popupmenu rename showOutfitsPopup into showOutfitsWindowPopup.Andrei Karas2-2/+2
2014-08-17Create public variable for spellpopup.Andrei Karas2-0/+4
2014-08-17Create public variable for itempopup.Andrei Karas2-0/+4
2014-08-17Create public variable for textpopup.Andrei Karas2-0/+4
2014-08-17Create public variable for beingpopup.Andrei Karas2-0/+4
2014-08-16Create public variable for popupmenu.Andrei Karas2-0/+4
2014-08-03Fix some casts.Andrei Karas1-1/+2
2014-08-01Fix code style.Andrei Karas2-6/+1
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-53/+53
2014-07-25Use all methods in gamemodifiers as static.Andrei Karas2-20/+16
2014-07-25Move reset yellow bar into gamemmodifiers.Andrei Karas1-2/+3
2014-07-23In gamemodifiers simplify change methods.Andrei Karas1-1/+1
2014-07-23move "change camera mode" option into gamemodifiers.Andrei Karas1-2/+2
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-22move "change map draw type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-22move "change game modifiers" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-22move "change imitation mode" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change pvp attack type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change pickup type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change drop counter" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change attack weapon type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change follow mode" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change move to target type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change crazy move" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-21move "change move" option into gamemodifiers.Andrei Karas1-2/+4
2014-07-20In localplayer rename InvertDirection into MoveType.Andrei Karas1-1/+1
2014-07-18Fix code style.Andrei Karas1-1/+1
2014-07-17Rename keydata into inputactiondata.Andrei Karas1-1/+1
2014-07-14Change refine type to uint8_t.Andrei Karas1-3/+7
2014-07-09Add empty map mode without collisions.Andrei Karas1-1/+1