summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-24Move type ShowCenter into separate file.Andrei Karas6-1/+33
2015-05-24Move type Modal into separate file.Andrei Karas8-1/+34
2015-05-24Move type Equipped into separate file.Andrei Karas6-1/+32
2015-05-24Move type Equipm into separate file.Andrei Karas7-1/+33
2015-05-24Move type Favorite into separate file.Andrei Karas7-1/+33
2015-05-24Move type Damaged into separate file.Andrei Karas7-1/+33
2015-05-24Move type Identified into separate file.Andrei Karas7-1/+34
2015-05-24Move defines from simpletypes.h into separate file.Andrei Karas4-25/+54
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas18-20/+22
2015-05-24Improve checkbox draw speed.Andrei Karas2-7/+60
2015-05-24Improve radiobutton draw speed.Andrei Karas2-8/+60
2015-05-24Fix compilation warning.Andrei Karas1-1/+1
2015-05-23If window with button is hidden then release text image and vertexes.Andrei Karas2-0/+23
2015-05-23If window with label is hidden then release text image.Andrei Karas2-0/+24
2015-05-23Move window variable from widget class to widget2 class.Andrei Karas8-12/+20
2015-05-23Move most initialisation code in tabbedarea from constructor to postInit.Andrei Karas1-3/+4
2015-05-23Set mWindow pointer to self in postInit base methods for window and popup.Andrei Karas2-2/+2
2015-05-23Add missing calls to postInit for windows and popups.Andrei Karas3-3/+9
2015-05-23Add check in popups for posInit() calls.Andrei Karas2-5/+11
2015-05-23Add check in windows for posInit() calls.Andrei Karas2-3/+9
2015-05-23Change version to 1.5.5.23.v1.5.5.23Andrei Karas9-9/+20
2015-05-23Update translations.Andrei Karas21-9513/+9635
2015-05-22Fix code style.Andrei Karas21-22/+35
2015-05-21Enable mobhp server feature only for feature tmwa server versions.Andrei Karas1-1/+1
2015-05-21Call postInit after each window creation.Andrei Karas30-44/+91
2015-05-21Call Popup::postInit from all popups with overrided postInit method.Andrei Karas9-0/+9
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas27-0/+27
2015-05-21Add parent window field to all widgets.Andrei Karas4-0/+14
2015-05-21Update profiling scripts.Andrei Karas2-18/+2
2015-05-20Add x11 library to cmake file.Andrei Karas1-0/+1
2015-05-20update serverfeatures for tmwa.mekolat1-3/+3
2015-05-20eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM.Andrei Karas5-0/+16
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM.Andrei Karas5-0/+20
2015-05-20eathena: impliment packet CMSG_GUILD_BREAK.Andrei Karas5-0/+16
2015-05-20eathena: impliment packet CMSG_GUILD_OPPOSITION.Andrei Karas5-0/+19
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO.Andrei Karas5-0/+41
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.Andrei Karas7-9/+21
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.Andrei Karas7-12/+20
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.Andrei Karas7-10/+20
2015-05-20Send net code version also to login server in tmwa net code.Andrei Karas1-1/+11
2015-05-20Update fonts.Andrei Karas10-0/+0
2015-05-20Fix memory leak in fast text draw code.Andrei Karas2-3/+6
2015-05-20Use fast draw way in drawing string in buttons.Andrei Karas2-7/+42
2015-05-20Add fast way for draw not changed text strings.Andrei Karas11-29/+288
2015-05-20Enable haveMove3 server feature in tmwa server with version 0x0f0512.Andrei Karas1-1/+1
2015-05-19Disable game modifiers by default.Andrei Karas1-1/+1
2015-05-18Remove useless check.Andrei Karas1-1/+1
2015-05-18Enable haveMove3 server feature for tmwa server with verison 0x0f0518.Andrei Karas2-2/+2
2015-05-18Add font field into textchunk class. For now unused.Andrei Karas4-35/+43
2015-05-17Fix possible issues in texture atlas creation with non power of two image sizes.Andrei Karas2-3/+55