summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
TextChunk with colors and image stored inside draw object. If string or color changed old string image moved to cache. New string image generated or moved from cache. Use new way in drawing string in label.
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
Also change tmwa client net code version to 3.
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
2015-05-17Remove some useless methods from being.Andrei Karas2-17/+4
2015-05-17Fix some issues after automatic checks.Andrei Karas9-27/+41
2015-05-17Fix code style.Andrei Karas10-25/+17
2015-05-16Fix compilation without OpenGL support.Andrei Karas1-0/+2
2015-05-16Improve a bit map draw speed.Andrei Karas1-19/+15
2015-05-16Remove parameter from fringe layer draw function.Andrei Karas4-15/+27
2015-05-16Improve a bit fringe layer draw speed.Andrei Karas1-19/+101
2015-05-16Improve a bit map layers draw.Andrei Karas3-49/+71
Also fix issue with some map draw modes.
2015-05-15Fix draw map layers before switching map modes.Andrei Karas2-2/+5
2015-05-15Fix tests.Andrei Karas1-2/+2
2015-05-15Improve a bit map draw performance.Andrei Karas3-52/+148
2015-05-15Fix compilation warning.Andrei Karas1-3/+2
2015-05-15fix build again.Andrei Karas1-1/+1
2015-05-15Fix compilation issue with old gcc.Andrei Karas2-4/+10
2015-05-15Add missing cost to map and maplayer.Andrei Karas4-48/+56
2015-05-14Remove copy constructor from ClipRect class.Andrei Karas3-17/+3
2015-05-13Remove additional checks from mstack.Andrei Karas1-12/+3
2015-05-13Replace succesfully to successfully.Andrei Karas3-3/+3
2015-05-13Remove duplicate function from graphics.Andrei Karas4-25/+5
2015-05-13New stack class in graphics areas stack.Andrei Karas3-17/+26
2015-05-13Add initial support for custom stack class.Andrei Karas6-1/+364
In some tests it 3 times faster in push than std::stack.
2015-05-11Fix chat room properties if two time join and part chat room.Andrei Karas1-2/+2
2015-05-11Fix crash if close client with joined chat room.Andrei Karas1-1/+1
2015-05-10eathena: impliment packet SMSG_MAP_TYPE.Andrei Karas3-3/+12
2015-05-10Fix crash on closing sell dialog in some cases.Andrei Karas3-2/+23
2015-05-10Improve setup window resize speed.Andrei Karas2-7/+8
2015-05-10Improve window resize speed.Andrei Karas2-5/+13