Age | Commit message (Expand) | Author | Files | Lines |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 27 | -0/+27 |
2015-05-21 | Add parent window field to all widgets. | Andrei Karas | 4 | -0/+14 |
2015-05-21 | Update profiling scripts. | Andrei Karas | 2 | -18/+2 |
2015-05-20 | Add x11 library to cmake file. | Andrei Karas | 1 | -0/+1 |
2015-05-20 | update serverfeatures for tmwa. | mekolat | 1 | -3/+3 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM. | Andrei Karas | 5 | -0/+16 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM. | Andrei Karas | 5 | -0/+20 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_BREAK. | Andrei Karas | 5 | -0/+16 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_OPPOSITION. | Andrei Karas | 5 | -0/+19 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO. | Andrei Karas | 5 | -0/+41 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE. | Andrei Karas | 7 | -9/+21 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY. | Andrei Karas | 7 | -12/+20 |
2015-05-20 | eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST. | Andrei Karas | 7 | -10/+20 |
2015-05-20 | Send net code version also to login server in tmwa net code. | Andrei Karas | 1 | -1/+11 |
2015-05-20 | Update fonts. | Andrei Karas | 10 | -0/+0 |
2015-05-20 | Fix memory leak in fast text draw code. | Andrei Karas | 2 | -3/+6 |
2015-05-20 | Use fast draw way in drawing string in buttons. | Andrei Karas | 2 | -7/+42 |
2015-05-20 | Add fast way for draw not changed text strings. | Andrei Karas | 11 | -29/+288 |
2015-05-20 | Enable haveMove3 server feature in tmwa server with version 0x0f0512. | Andrei Karas | 1 | -1/+1 |
2015-05-19 | Disable game modifiers by default. | Andrei Karas | 1 | -1/+1 |
2015-05-18 | Remove useless check. | Andrei Karas | 1 | -1/+1 |
2015-05-18 | Enable haveMove3 server feature for tmwa server with verison 0x0f0518. | Andrei Karas | 2 | -2/+2 |
2015-05-18 | Add font field into textchunk class. For now unused. | Andrei Karas | 4 | -35/+43 |
2015-05-17 | Fix possible issues in texture atlas creation with non power of two image sizes. | Andrei Karas | 2 | -3/+55 |
2015-05-17 | Remove some useless methods from being. | Andrei Karas | 2 | -17/+4 |
2015-05-17 | Fix some issues after automatic checks. | Andrei Karas | 9 | -27/+41 |
2015-05-17 | Fix code style. | Andrei Karas | 10 | -25/+17 |
2015-05-16 | Fix compilation without OpenGL support. | Andrei Karas | 1 | -0/+2 |
2015-05-16 | Improve a bit map draw speed. | Andrei Karas | 1 | -19/+15 |
2015-05-16 | Remove parameter from fringe layer draw function. | Andrei Karas | 4 | -15/+27 |
2015-05-16 | Improve a bit fringe layer draw speed. | Andrei Karas | 1 | -19/+101 |
2015-05-16 | Improve a bit map layers draw. | Andrei Karas | 3 | -49/+71 |
2015-05-15 | Fix draw map layers before switching map modes. | Andrei Karas | 2 | -2/+5 |
2015-05-15 | Fix tests. | Andrei Karas | 1 | -2/+2 |
2015-05-15 | Improve a bit map draw performance. | Andrei Karas | 3 | -52/+148 |
2015-05-15 | Fix compilation warning. | Andrei Karas | 1 | -3/+2 |
2015-05-15 | fix build again. | Andrei Karas | 1 | -1/+1 |
2015-05-15 | Fix compilation issue with old gcc. | Andrei Karas | 2 | -4/+10 |
2015-05-15 | Add missing cost to map and maplayer. | Andrei Karas | 4 | -48/+56 |
2015-05-14 | Remove copy constructor from ClipRect class. | Andrei Karas | 3 | -17/+3 |
2015-05-13 | Remove additional checks from mstack. | Andrei Karas | 1 | -12/+3 |
2015-05-13 | Replace succesfully to successfully. | Andrei Karas | 3 | -3/+3 |
2015-05-13 | Remove duplicate function from graphics. | Andrei Karas | 4 | -25/+5 |
2015-05-13 | New stack class in graphics areas stack. | Andrei Karas | 3 | -17/+26 |
2015-05-13 | Add initial support for custom stack class. | Andrei Karas | 6 | -1/+364 |
2015-05-11 | Fix chat room properties if two time join and part chat room. | Andrei Karas | 1 | -2/+2 |
2015-05-11 | Fix crash if close client with joined chat room. | Andrei Karas | 1 | -1/+1 |
2015-05-10 | eathena: impliment packet SMSG_MAP_TYPE. | Andrei Karas | 3 | -3/+12 |
2015-05-10 | Fix crash on closing sell dialog in some cases. | Andrei Karas | 3 | -2/+23 |
2015-05-10 | Improve setup window resize speed. | Andrei Karas | 2 | -7/+8 |