Age | Commit message (Expand) | Author | Files | Lines |
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 335 | -1820/+1820 |
2016-04-17 | Add packet version logging before load packets for given version. | Andrei Karas | 1 | -0/+3 |
2016-04-16 | Add missing file. | Andrei Karas | 1 | -0/+48 |
2016-04-16 | Move itemamountwindowusage enum into separate file. | Andrei Karas | 10 | -85/+88 |
2016-04-16 | Move downloadstatus enum into separate file. | Andrei Karas | 5 | -49/+82 |
2016-04-16 | Move serverdialogdownloadstatus into separate file. | Andrei Karas | 5 | -22/+55 |
2016-04-15 | Change packet version to 6 (tmwa) | Andrei Karas | 2 | -3/+13 |
2016-04-14 | Fix crash in login dialog if close it with opened drop down list. | Andrei Karas | 1 | -0/+5 |
2016-04-14 | For tmwa server version >= 0x100408 not send nick in chat message. | Andrei Karas | 1 | -6/+17 |
2016-04-14 | Add packet SMSG_PLAYER_CLIENT_COMMAND 0x0230 (tmwa) | Andrei Karas | 1 | -0/+1 |
2016-04-14 | Move function PlayerRecv::processPlayerClientCommand into ea namespace. | Andrei Karas | 5 | -17/+21 |
2016-04-14 | Fix tests compilation again. | Andrei Karas | 1 | -1/+2 |
2016-04-14 | Fix tests compilation. | Andrei Karas | 1 | -2/+1 |
2016-04-14 | Remove unused method. | Andrei Karas | 1 | -7/+0 |
2016-04-14 | Fix compilation with different flags. | Andrei Karas | 1 | -1/+1 |
2016-04-14 | Add name for default server updates group. | Andrei Karas | 3 | -33/+48 |
2016-04-14 | Remove update host label from login dialog. | Andrei Karas | 2 | -11/+4 |
2016-04-14 | Add support for different groups of update servers reading from servers list. | Andrei Karas | 9 | -19/+152 |
2016-04-12 | Fix "invite to guild" from context menu. | Andrei Karas | 1 | -4/+13 |
2016-04-11 | Add missing override keyword. | Andrei Karas | 1 | -1/+1 |
2016-04-11 | Disable horses macro in tmwa. | Andrei Karas | 1 | -0/+2 |
2016-04-11 | Remove extra coma in tmwa only builds. | Andrei Karas | 1 | -1/+3 |
2016-04-11 | Fix compilation warning with some flags. | Andrei Karas | 1 | -9/+9 |
2016-04-11 | Fix compilation warnings with tmwa only. | Andrei Karas | 7 | -16/+28 |
2016-04-10 | Add warning exception for gcc 6. | Andrei Karas | 1 | -0/+5 |
2016-04-10 | Fix clang warning. | Andrei Karas | 1 | -1/+1 |
2016-04-10 | Add pragma for clang for disable some warnings. | Andrei Karas | 2 | -0/+17 |
2016-04-09 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 |
2016-04-09 | Show player login in window title. | Andrei Karas | 3 | -3/+15 |
2016-04-09 | Show server host name in window title. | Andrei Karas | 3 | -0/+24 |
2016-04-09 | By default disable advanced being caching. | Andrei Karas | 1 | -1/+1 |
2016-04-09 | Change version to 1.6.4.9.v1.6.4.9 | Andrei Karas | 1 | -2/+2 |
2016-04-09 | Revert "Improve drawing player sprites performance." | Andrei Karas | 4 | -39/+13 |
2016-04-09 | Fix string for translation with separate % and %s. | Andrei Karas | 1 | -1/+1 |
2016-04-09 | Not allow use from npc scripts /debugspawn and /itenplz chat commands. | Andrei Karas | 1 | -2/+2 |
2016-04-08 | In debugspawn check clones positions and not spawn them outside of map. | Andrei Karas | 1 | -3/+17 |
2016-04-08 | Fix code style. | Andrei Karas | 6 | -14/+17 |
2016-04-07 | Fix confirm dialog width if caption too big. | Andrei Karas | 3 | -5/+5 |
2016-04-07 | For commands in links in chat ask before executing command. | Andrei Karas | 8 | -8/+140 |
2016-04-07 | Move packet CMSG_QUICK_IDENTIFY_ITEM definition. | Andrei Karas | 1 | -3/+2 |
2016-04-07 | Add different versions for packet CMSG_ITEM_PICKUP. | Andrei Karas | 1 | -2/+19 |
2016-04-07 | Add different versions for packet CMSG_SKILL_USE_POSITION. | Andrei Karas | 1 | -1/+8 |
2016-04-06 | Add different versions for packet CMSG_PLAYER_INVENTORY_DROP. | Andrei Karas | 1 | -1/+9 |
2016-04-06 | Add different versions for packet CMSG_PLAYER_CHANGE_DIR. | Andrei Karas | 1 | -1/+16 |
2016-04-06 | Fix some packets id conflicts. | Andrei Karas | 2 | -11/+151 |
2016-04-06 | Add packet CMSG_SKILL_USE_POSITION 0x0438. | Andrei Karas | 1 | -0/+1 |
2016-04-06 | Add packet CMSG_PLAYER_INVENTORY_DROP 0x0885. | Andrei Karas | 1 | -0/+1 |
2016-04-06 | Add packet CMSG_HOMUNCULUS_MENU 0x0817. | Andrei Karas | 1 | -0/+1 |
2016-04-06 | Add packet CMSG_PLAYER_CHANGE_DIR 0x0924. | Andrei Karas | 1 | -1/+2 |
2016-04-06 | Add packet CMSG_PARTY_SETTINGS 0x07d7. | Andrei Karas | 2 | -6/+30 |