summaryrefslogtreecommitdiff
path: root/src/gui/popups
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Add chat command /showlevel. Also add show level commands to player context m...Andrei Karas1-0/+3
2016-02-24Add chat command /gmcharcommands. Also add show char commands to player conte...Andrei Karas1-1/+4
2016-02-24Add chat command /gmcommands. Also add show commands to player context menu.Andrei Karas1-0/+3
2016-02-24Add chat command /mobspawnsearch. Add it to monster gm context menu.Andrei Karas1-1/+4
2016-02-24Add into mob context menu command search.Andrei Karas1-0/+4
2016-02-24Add missing comments.Andrei Karas1-0/+4
2016-02-24Add context menu item "who drops" into gm context menu.Andrei Karas1-0/+2
2016-02-24Add into gm context menu for items command info.Andrei Karas1-2/+11
2016-02-23Add basic support for gm commands for items context menu.Andrei Karas2-2/+25
2016-02-23Add into gm context menu for monsters command info.Andrei Karas2-1/+18
2016-02-23Add basic gm menu for different being types.Andrei Karas2-61/+123
2016-02-20Add missing const in gui directory.Andrei Karas3-6/+8
2016-02-16Add gm commands into chat whisper context menu.Andrei Karas1-44/+46
2016-02-08Add some missing const.Andrei Karas2-6/+12
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas2-10/+10
2016-01-29Fix code style.Andrei Karas1-2/+0
2016-01-27Remove popup action "copy bar to chat"Andrei Karas1-6/+1
2016-01-27Remove action "reset yellow bar" from context menu.Andrei Karas1-5/+1
2016-01-27remove "remove from attack list" action from social window popup menu.Andrei Karas1-26/+1
2016-01-27remove removepickup action from social window popup menu.Andrei Karas1-26/+1
2016-01-27Remove add/remove/ignore pickup actions from item popup menu.Andrei Karas1-31/+6
2016-01-27Remove copy to clipboard action in npc dialog popup.Andrei Karas1-5/+1
2016-01-27Remove copy to clipboard action in chat popup.Andrei Karas1-6/+1
2016-01-27Improve undress popup menu item.Andrei Karas1-5/+1
2016-01-27Add context menu for moving items to craft.Andrei Karas2-0/+46
2016-01-17Add support for add from context menu into chat item links with cards.Andrei Karas2-4/+42
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+1
2016-01-05Remove item object from popup menu, but use item index in inventory.Andrei Karas2-12/+15
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas2-42/+46
2016-01-02Update copyrights year.Andrei Karas19-19/+19
2016-01-01Fix code style.Andrei Karas1-0/+1
2015-12-29Move item into item directory.Andrei Karas2-2/+4
2015-12-18Fix code style.Andrei Karas1-1/+0
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+2
2015-11-29Fix code style.Andrei Karas1-1/+1
2015-11-22Show selected and max skill levels in skill popup.Andrei Karas2-6/+59
2015-11-22Add popup menu for left click on skill level.Andrei Karas2-0/+33
2015-11-18Fix code style in beingequipbackend and add some consts to it.Andrei Karas2-5/+5
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas2-10/+10
2015-11-16In popup menus replace warp to slide.Andrei Karas1-2/+2
2015-11-16Fix code style.Andrei Karas1-0/+3
2015-11-10Add close button to all shortcuts windows.Andrei Karas1-1/+1
2015-11-10Add close to minimap context menu.Andrei Karas2-3/+15
2015-11-07Add missing check in being popup.Andrei Karas1-0/+2
2015-11-01Show enabled status effects in player popups.Andrei Karas2-4/+50
2015-09-11Fix code style.Andrei Karas1-2/+0
2015-09-11Fix compilation with disabled eathena server type.Andrei Karas2-0/+6
2015-09-10Add mouse move simulation. After char id to name mapping received, simulate m...Andrei Karas1-0/+1
2015-09-10Show name on named items.Andrei Karas1-11/+42
2015-08-22Use resource manager as global variable.Andrei Karas1-4/+3