summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas335-1820/+1821
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Add cpplint into ci scripts.Andrei Karas2-0/+56
Enable only rules what not giving false positives.
2016-04-17Simplify ci scripts.Andrei Karas1-40/+14
2016-04-17Fix code style.Andrei Karas13-26/+24
2016-04-17Remove override keyword, if it present with final.Andrei Karas335-1820/+1820
2016-04-17Add packet version logging before load packets for given version.Andrei Karas1-0/+3
2016-04-16Add missing file.Andrei Karas1-0/+48
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas10-85/+88
Also convert it to strong typed enum.
2016-04-16Move downloadstatus enum into separate file.Andrei Karas5-49/+82
Also convert it to strong typed enum.
2016-04-16Move serverdialogdownloadstatus into separate file.Andrei Karas5-22/+55
And convert into strong typed enum.
2016-04-15Fix compiler version report in ci scripts.Andrei Karas28-2/+35
2016-04-15Change packet version to 6 (tmwa)Andrei Karas2-3/+13
Add hack to send version 5 to old tmwa, because for version 6 some servers can be broken.
2016-04-14Fix crash in login dialog if close it with opened drop down list.Andrei Karas1-0/+5
2016-04-14Remove gitlab ci irc scripts hack, because now we using hooks hack :)Andrei Karas4-68/+2
2016-04-14For tmwa server version >= 0x100408 not send nick in chat message.Andrei Karas1-6/+17
2016-04-14Add packet SMSG_PLAYER_CLIENT_COMMAND 0x0230 (tmwa)Andrei Karas1-0/+1
2016-04-14Move function PlayerRecv::processPlayerClientCommand into ea namespace.Andrei Karas5-17/+21
2016-04-14Fix tests compilation again.Andrei Karas1-1/+2
2016-04-14Fix tests compilation.Andrei Karas1-2/+1
2016-04-14Remove unused method.Andrei Karas1-7/+0
2016-04-14Fix compilation with different flags.Andrei Karas1-1/+1
2016-04-14Add name for default server updates group.Andrei Karas3-33/+48
2016-04-14Remove update host label from login dialog.Andrei Karas2-11/+4
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas9-19/+152
2016-04-12Fix "invite to guild" from context menu.Andrei Karas1-4/+13
2016-04-12Add build icon into README.Andrei Karas3-1/+11
2016-04-12add .gitlab-ci.yml and script for it.Andrei Karas33-0/+2194
2016-04-11Add missing override keyword.Andrei Karas1-1/+1
2016-04-11Disable horses macro in tmwa.Andrei Karas1-0/+2
2016-04-11Remove extra coma in tmwa only builds.Andrei Karas1-1/+3
2016-04-11Fix compilation warning with some flags.Andrei Karas1-9/+9
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas7-16/+28
2016-04-10Add warning exception for gcc 6.Andrei Karas1-0/+5
2016-04-10Fix clang warning.Andrei Karas1-1/+1
2016-04-10Add pragma for clang for disable some warnings.Andrei Karas2-0/+17
2016-04-09Fix compilation warning.Andrei Karas1-1/+1
2016-04-09Show player login in window title.Andrei Karas3-3/+15
2016-04-09Show server host name in window title.Andrei Karas3-0/+24
2016-04-09By default disable advanced being caching.Andrei Karas1-1/+1
2016-04-09Change version to 1.6.4.9.v1.6.4.9Andrei Karas9-9/+17
2016-04-09Revert "Improve drawing player sprites performance."Andrei Karas4-39/+13
This reverts commit 1dfc22f53967ad7e39d42ba8aabe0afa7445476e.
2016-04-09Update translations.Andrei Karas23-772/+910
2016-04-09Fix string for translation with separate % and %s.Andrei Karas1-1/+1
2016-04-09Not allow use from npc scripts /debugspawn and /itenplz chat commands.Andrei Karas1-2/+2
2016-04-08In debugspawn check clones positions and not spawn them outside of map.Andrei Karas1-3/+17
2016-04-08Fix code style.Andrei Karas6-14/+17
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas3-5/+5
2016-04-07For commands in links in chat ask before executing command.Andrei Karas8-8/+140
2016-04-07Move packet CMSG_QUICK_IDENTIFY_ITEM definition.Andrei Karas1-3/+2
2016-04-07Add different versions for packet CMSG_ITEM_PICKUP.Andrei Karas1-2/+19