summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2014-09-17Remove getter for partyHandler.Andrei Karas1-3/+3
2014-09-17Remove getter for npcHandler.Andrei Karas5-14/+15
2014-09-17Remove getter for loginHandler.Andrei Karas7-26/+15
2014-09-17Remove getter for inventoryHandler.Andrei Karas2-11/+11
2014-09-17Remove getter for guildHandler.Andrei Karas1-3/+3
2014-09-17Remove getter for gameHandler.Andrei Karas3-4/+4
2014-09-17Remove getter for chatHandler.Andrei Karas2-5/+5
2014-09-17Remove getter for charServerHandler.Andrei Karas4-12/+12
2014-09-17Remove getter for buySellHandler.Andrei Karas3-4/+4
2014-09-17Remove getter for adminHandler.Andrei Karas1-1/+1
2014-09-16Remove unused externsAndrei Karas2-3/+0
2014-09-16Add server feature haveOtherGender.Andrei Karas1-1/+2
2014-09-16Add server feature haveLookSelection.Andrei Karas1-5/+5
2014-09-16Add server feature haveRaceSelection.Andrei Karas1-4/+5
2014-09-16add server feature haveNativeGuilds.Andrei Karas1-1/+4
2014-09-14Add configure and cmake option to enable/disable compilation for tmwa/evol.Andrei Karas2-5/+28
2014-09-14In charselectdialog add function for separate chars adding/updating.Andrei Karas2-15/+16
2014-09-14Use smaller char create window size if stats not present.Andrei Karas1-1/+7
2014-09-13Skip empty lines in npc menu.Andrei Karas1-0/+2
2014-09-11In hide all windows action not hide locked windows.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas8-22/+22
2014-09-10Rename PET type into LOCAL_PET.Andrei Karas1-1/+1
2014-09-07Fix compilation warnings.Andrei Karas1-0/+1
2014-09-07Remove unused includes.Andrei Karas1-1/+0
2014-09-07For some popup menus use current mouse position.Andrei Karas1-3/+1
2014-09-06In skills add support for reading mana cost from server.Andrei Karas2-4/+10
2014-09-06Allow use support skill.Andrei Karas1-1/+1
2014-09-06eathena: fix skills removing.Andrei Karas2-0/+12
2014-09-06Use server features for online list.Andrei Karas2-4/+6
2014-09-06Set short name for unknown skills.Andrei Karas1-0/+1
2014-09-06Enable skill use button based on skill type.Andrei Karas1-12/+3
2014-09-06add different ways to use skill based on skill type.Andrei Karas1-5/+26
2014-09-06Use skill type struct in skill info.Andrei Karas2-4/+6
2014-09-06Add skill type reading from serverAndrei Karas2-5/+14
2014-09-06For unknown skills use if possible server side skill name.Andrei Karas2-4/+18
2014-09-06allow use unknown skills.Andrei Karas2-20/+28
2014-09-06Increase number of slots again.Andrei Karas1-1/+1
2014-09-06add basic implimentation for set pincode.Andrei Karas1-0/+10
2014-08-29Fix code style.Andrei Karas1-1/+3
2014-08-28Fix code style.Andrei Karas1-2/+0
2014-08-28Removed unused includes.Andrei Karas22-18/+18
2014-08-27Remove unused commands.cpp and commandhandler.cpp.Andrei Karas1-2/+0
2014-08-23Fix ignore all whispers chat command.Andrei Karas1-7/+9
2014-08-23Add autocomplete chat commands from actions.Andrei Karas1-0/+1
2014-08-21Fix context menu in minimap.Andrei Karas2-0/+9
2014-08-21In popupmenu rename showOutfitsPopup into showOutfitsWindowPopup.Andrei Karas1-1/+1
2014-08-21Add support for buttons in shortcutwindow.Andrei Karas2-2/+18
2014-08-19In inventory and help window use actions to open another windows.Andrei Karas2-26/+6
2014-08-18Add parameter for button name in okdialog.Andrei Karas10-12/+37
2014-08-18Remove default values from okdialog constructor.Andrei Karas9-14/+20