summaryrefslogtreecommitdiff
path: root/src/gui/popups
AgeCommit message (Expand)AuthorFilesLines
2017-06-04Fix code style.Andrei Karas1-2/+2
2017-05-26Remove extra includes from popupmenu.cppAndrei Karas1-2/+0
2017-05-25Add chat command for check player ip.Andrei Karas1-5/+1
2017-05-25Add chat command for recall player.Andrei Karas1-5/+1
2017-05-25Add chat command for warp to player.Andrei Karas1-5/+1
2017-05-25Add chat command for copy text to clipboard.Andrei Karas1-5/+1
2017-05-25Remove "open link" popup menu handler.Andrei Karas1-5/+1
2017-05-25Add chat command for clear current outfit.Andrei Karas1-6/+1
2017-05-11Extend undress chat command for undress item by id.Andrei Karas1-5/+1
2017-05-10Remove extra include from popupmenu.cppAndrei Karas1-1/+0
2017-05-10Add chat command for show player items.s20170510Andrei Karas1-17/+1
2017-05-10Add chat command for move monster in priority attack list into one position d...Andrei Karas1-38/+4
2017-05-10Add chat command for move monster in priority attack list into one position up.Andrei Karas1-34/+4
2017-05-10Add chat command for move monster in attack list into one position down.Andrei Karas1-35/+1
2017-05-10Add chat command for move monster in attack list into one position up.Andrei Karas1-31/+1
2017-05-09Remove some useless popup commands implementation.Andrei Karas1-43/+8
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-6/+6
2017-05-02Remove extra includes.Andrei Karas2-2/+0
2017-05-01Remove ServerFeatures haveFamily because in only depend on server type.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveServerPets because depend only on server type.Andrei Karas1-2/+2
2017-05-01Remove ServerFeatures haveMail because it depend only on server type.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveMute because it depend only server type.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas1-1/+2
2017-05-01Remove ServerFeatures haveNpcWhispers because it depend only on server type.Andrei Karas1-1/+3
2017-05-01Remove ServerFeatures haveItemColors because it depend only by server type.Andrei Karas1-8/+13
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures havePartyNickInvite, because it depend only on server t...Andrei Karas1-1/+1
2017-04-21Show item options in item popups.Andrei Karas2-5/+70
2017-04-03Fix too long line int itempopup.cppAndrei Karas1-1/+2
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-1/+1
2017-03-14Fix shadow variables in PopupMenu and Desktop.Andrei Karas2-18/+18
2017-01-31Move units into db directory.Andrei Karas1-2/+3
2017-01-27Move browserboxmode into separate file.Andrei Karas2-2/+2
2017-01-03Update copyright year.Andrei Karas18-18/+18
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas1-0/+1
2016-10-04Move npcinputstate into enums directory.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas3-8/+8
2016-09-21Add into outfits menu option to copy equipment from player into outfit.Andrei Karas1-0/+4
2016-09-21Allow copy items from outfit into chat.Andrei Karas1-0/+4
2016-09-17Add strong typed bool Opaque.Andrei Karas3-6/+6
2016-08-25Add into item popup menu for gm way to add same items with some amount.Andrei Karas1-0/+19
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-6/+0
2016-08-21In social window, guild menu add command for change guild notice.Andrei Karas1-0/+4
2016-08-21Hide create/leave guild menu items in tmwa.Andrei Karas1-11/+15
2016-08-19Allow leave guild from social window menu.Andrei Karas1-1/+7
2016-08-18Remove empty line from popupmenu.cppAndrei Karas1-1/+0
2016-08-18Add baic menu into social window menu button.Andrei Karas2-0/+114
2016-08-18Remove createpartypopup class.Andrei Karas1-98/+0
2016-08-16Trigger asserts if unknown commands executed in popup menu or in chat.Andrei Karas1-1/+2
2016-08-15Copy skill cast offset to shortcuts.Andrei Karas2-8/+23