summaryrefslogtreecommitdiff
path: root/src/gui/popups
AgeCommit message (Expand)AuthorFilesLines
2016-07-31Show hp and max hp in being popup.Andrei Karas1-1/+19
2016-07-31Show being level in being popup (if known).Andrei Karas1-1/+13
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+4
2016-07-28Remove macro A_TMWA_UNUSED.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas5-48/+0
2016-07-19Update skill popup if any skill was changed.Andrei Karas2-0/+8
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas2-2/+3
2016-07-18Move skilldata into resources/skill directory.Andrei Karas1-1/+2
2016-07-15Add some missing costs.Andrei Karas1-1/+1
2016-07-13Remove extra include from beingpopup.hAndrei Karas1-2/+0
2016-07-13Show particles amount in being popup.Andrei Karas1-1/+7
2016-07-13Simplify BeingPopup class.Andrei Karas2-220/+94
2016-07-06Add menu for selected skill for now with item only "set skill level".s20160706Andrei Karas2-2/+47
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-06-04Fix nuke command and menu action. Rename gm nuke command into /gmnuke.Andrei Karas1-1/+1
2016-05-31Add in minimap context menu option to return camera to default state.Andrei Karas1-0/+7
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, homunculuses...Andrei Karas2-0/+39
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas1-2/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas10-18/+18
2016-04-17Remove override keyword, if it present with final.Andrei Karas10-18/+18
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas1-1/+1
2016-03-26Fix code style.Andrei Karas1-4/+0
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas2-22/+23
2016-03-24Change ItemType into strong typed enum.Andrei Karas2-3/+3
2016-03-24Move ItemType enum into enums directory.Andrei Karas1-2/+2
2016-03-22Show in skill unit menu also skill unit id.Andrei Karas1-1/+2
2016-03-21Show effect names in debug window in target tab.Andrei Karas1-15/+2
2016-03-21Remove some getters from StatusEffect.Andrei Karas1-1/+1
2016-03-21Split StatusEffect into StatusEffect and StatusEffectDB.Andrei Karas1-1/+3
2016-03-20Add adopt child into players context menu.Andrei Karas2-0/+16
2016-03-13For skill units in context menu show creator name or id.Andrei Karas1-2/+22
2016-03-11Fix code style.Andrei Karas2-3/+2
2016-03-10Add support for change text in pet menu item "Return to egg".Andrei Karas1-3/+14
2016-03-07Add into mobs and foring pets context menu item for timing pet.Andrei Karas2-0/+18
2016-03-07Add "Mail to..." command in player context menu.Andrei Karas2-0/+18
2016-03-04Remove isVisible getter from widget.Andrei Karas1-3/+3
2016-03-02Add "add to chat" into menu in show items window.Andrei Karas1-0/+3
2016-03-01Add to context menu action for rename homunculus.Andrei Karas1-12/+25
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 Karas1-5/+15
2016-03-01Add chat command /breakguild. Also add it to player context menu.Andrei Karas1-0/+4
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 Karas1-0/+22
2016-02-29Add chat command /gmpartyleader. Also add it to npc context menu.Andrei Karas2-6/+18
2016-02-28Add chat command /hidenpc. Also add it to npc context menu.Andrei Karas1-4/+7
2016-02-28Add support for ext being name in popupmenu.Andrei Karas2-4/+25