summaryrefslogtreecommitdiff
path: root/src/gui/popups
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-20Use separate icons palette.Andrei Karas1-1/+1
2015-08-20Add missing checks or attributes to popups.Andrei Karas6-23/+22
2015-08-16Add strong typed int for item color.Andrei Karas4-16/+23
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas2-3/+3
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-0/+3
2015-07-25add targetingType featureJoseph Botosh2-1/+4
2015-07-15Update existing item after inserting card.Andrei Karas2-0/+7
2015-07-14In item popup show attached cards to item.Andrei Karas2-12/+64
2015-07-14Remove default parameters from item popup.Andrei Karas1-3/+6
2015-07-14Add card item type.Andrei Karas1-0/+1
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+2
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+1
2015-06-25Add missing checks into popups.Andrei Karas3-3/+8
2015-06-15Fix code style.Andrei Karas1-0/+1
2015-06-14Use CREATEWIDGET macro in popupmenu.Andrei Karas1-5/+5
2015-06-07Fix show bars context menu.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas2-6/+8
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas3-6/+8
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-30Move relation enum into separate file.Andrei Karas1-7/+7
2015-05-30Move theme colors enum into separate file.Andrei Karas8-60/+60
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas3-3/+3
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas1-1/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas2-19/+24
2015-05-28Add strong typed bool type Visible.Andrei Karas9-22/+22
2015-05-23Add missing calls to postInit for windows and popups.Andrei Karas1-0/+1
2015-05-21Call Popup::postInit from all popups with overrided postInit method.Andrei Karas9-0/+9
2015-05-17Fix some issues after automatic checks.Andrei Karas1-1/+1
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-3/+4
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas1-1/+1
2015-05-03Remove useless dynamic_cast.Andrei Karas1-1/+1
2015-04-29Allos send items by mail.Andrei Karas1-0/+1
2015-04-20Add action for open yellow bar settings page (quick page).Andrei Karas1-0/+2
2015-04-18Add eathena defines into being.Andrei Karas3-1/+13
2015-04-17Use ActorType for being type.Andrei Karas2-13/+13
2015-04-17Add eathena defines into inventorytype enum.Andrei Karas1-0/+2
2015-04-17Add eathena defines into actortype enum.Andrei Karas1-1/+2
2015-04-05Show chat room name in player popup.Andrei Karas2-5/+41
2015-04-03Remove debug string.Andrei Karas1-1/+0
2015-04-03Add mute/unmute gm context menu for 1,5,10,15,30 minutes.Andrei Karas1-0/+61
2015-03-25eathena: show in homunculus popup intimacy and hunger counters.Andrei Karas1-1/+22
2015-03-25Fix compilation without eathena support.Andrei Karas1-0/+2
2015-03-24eathena: show in pet popup intimacy and hunger counters.Andrei Karas1-75/+101
2015-03-17Remove useless includes from .h files.Andrei Karas2-3/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas1-5/+2