summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Add eathena defines into inventorytype enum.Andrei Karas1-0/+8
2015-04-17Add eathena defines into actortype enum.Andrei Karas1-2/+4
2015-04-15From killstats window remove information about jacko.Andrei Karas2-126/+9
2015-04-15Fix kill stats on levelup.Andrei Karas1-0/+1
2015-04-15fix missing characters in list after password change selection.Andrei Karas1-1/+1
2015-04-13Add mirror support for servers list.Andrei Karas1-0/+3
2015-04-10Fix code style.Andrei Karas1-2/+0
2015-04-10Fix compilation with different flags.Andrei Karas3-0/+6
2015-04-09Add to skills miss effect.Andrei Karas1-0/+2
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas2-0/+16
2015-04-09Add to skill attribute for hit effect on target.Andrei Karas1-0/+2
2015-04-09Add skill attributes with effect id what will play on caster and target while...Andrei Karas2-0/+34
2015-04-08Simplify using rotational particle effect.Andrei Karas2-16/+8
2015-04-05On room creation show room name in general tab caption.Andrei Karas2-9/+13
2015-04-04Add chat command for create chat room (incomplete).Andrei Karas2-0/+9
2015-03-29Fix memory leak in shop window on exit.Andrei Karas1-0/+1
2015-03-28In sell dialog send close packet before closing this dialog.Andrei Karas2-0/+9
2015-03-28In buy dialog send close packet before closing this dialog.Andrei Karas2-0/+22
2015-03-25Add particle effect for removing skill. (hercules).Andrei Karas2-14/+43
2015-03-25Allow set for each skill own levelup particle effect.Andrei Karas1-3/+15
2015-03-25eathena: impliment packet SMSG_PLAYER_DELETE_SKILL.Andrei Karas2-0/+20
2015-03-24Fix possible division by zero in kill stats window.Andrei Karas1-1/+1
2015-03-23Fix memory leak in ShopWindow.Andrei Karas1-0/+2
2015-03-23Fix memory leak in equipment window.Andrei Karas1-0/+1
2015-03-22Dont use server type in server comparator.Andrei Karas1-0/+1
2015-03-22Fix crash if switch character with opened storage window.Andrei Karas1-0/+6
2015-03-17Remove useless includes from .h files.Andrei Karas31-46/+22
2015-03-16Remove useless includes from cpp filesAndrei Karas26-87/+35
2015-03-13fix code style.Andrei Karas1-1/+5
2015-03-10Add UNIMPLIMENTEDPACKET macroAndrei Karas1-1/+0
2015-03-09Impliment DebugMessageListener in chat window.Andrei Karas2-1/+12
2015-03-09Disable reading online list url from config.xml.Andrei Karas1-3/+0
2015-03-01Fix skills display if mixed alwaysVisible attribute and level attribute.Andrei Karas1-1/+2
2015-02-28Build vendinghandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-28Build markethandler only if eathena enabled.Andrei Karas1-2/+2
2015-02-27fix code style.Andrei Karas1-2/+2
2015-02-27Fix compilation with eathena only.Andrei Karas2-42/+49
2015-02-27Build cashshophandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-22Auto close egg selection window.Andrei Karas1-0/+1
2015-02-18Add missing override keywords.Andrei Karas13-16/+16
2015-02-16Build vendingslotslistener only if eathena support enabled.Andrei Karas2-12/+16
2015-02-16Build vendingmodelistener only if eathena support enabled.Andrei Karas2-12/+12
2015-02-16Build pincodelistener only if eathena support enabled.Andrei Karas1-0/+2
2015-02-16Build buyingstoreslotslistener only if eathena support enabled.Andrei Karas2-9/+9
2015-02-16Build buyingstoremodelistener only if eathena support enabled.Andrei Karas2-0/+8
2015-02-16Build shopselldialog only if tmwa support enabled.Andrei Karas1-0/+3
2015-02-16Build eggselectiondialog only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build buyingstoreselldialog only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build BankWindow only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Use some tmwa related code in whoisonline only if build for tmwa.Andrei Karas2-0/+13