summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-10Update shuffle packets.s20180313Andrei Karas2-0/+136
2018-03-09Remove wrong include if build without OpenGL support.Andrei Karas1-1/+2
2018-03-09Update gcc6_tests jobs file.Andrei Karas1-1/+0
2018-03-09Remove extra includes.Andrei Karas1-4/+0
2018-03-09exclude broken ci jobs.Andrei Karas5-31/+22
2018-03-09Fix clang-tidy errors.Andrei Karas3-3/+3
2018-03-09Fix compilation without OpenGL.Andrei Karas4-9/+31
2018-03-09Fix compilation with old gcc/clang.Andrei Karas1-2/+2
2018-03-09Remove extra coma from pincodestate.hAndrei Karas1-1/+1
2018-03-09Add own skin for pincode keyboard buttons.Andrei Karas30-5/+380
2018-03-09Remove unused button constructor.Andrei Karas2-65/+0
2018-03-09Add skin parameter to all button constructors.Andrei Karas63-242/+523
2018-03-09Use own skin for each button.Andrei Karas3-34/+37
2018-03-08Add option to change pin code into char selection dialog.Andrei Karas2-0/+21
2018-03-08Add server feature for check is pincode supported.Andrei Karas5-0/+16
2018-03-08Add support for change pin code by server request.Andrei Karas15-2/+224
2018-03-08Dont allow select/delete character if any pincode modes active.Andrei Karas3-0/+22
2018-03-08Focus previous window after pin code accepted by server.Andrei Karas5-0/+24
2018-03-08Add support for enter auth pincode.Andrei Karas12-5/+155
2018-03-07Add support for set new pincode.Andrei Karas34-49/+793
2018-03-05Add method for read unsigned int 32 from packet.Andrei Karas2-1/+24
2018-03-05Moved same methods from messageout into one file.Andrei Karas6-229/+120
2018-03-05Fix send bytes count in messageout.Andrei Karas2-9/+2
2018-03-05Moved same methods from messagein into one file.Andrei Karas6-286/+139
2018-03-05Add empty pincode manager.Andrei Karas12-38/+138
2018-03-04Fix style issue in itemxmlutils.ccAndrei Karas1-2/+2
2018-03-04Increase tmwa client packet version to 8.Andrei Karas1-1/+1
2018-03-04Show current atlases count in debug window.Andrei Karas6-9/+35
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas9-30/+29
2018-03-03Fix memory leak in unit tests.Andrei Karas1-0/+9
2018-03-03Add support for reading item stats from tags addStats and requireStats.Andrei Karas1-1/+9
2018-03-03Add support for item stat ranges.Andrei Karas3-24/+145
2018-03-02Add unit tests for itemxmlutils.Andrei Karas10-10/+390
2018-03-01Remove useless check in guitable.cppAndrei Karas1-1/+1
2018-03-01Add separate configurable sound for new chat message in party and clan tabs.Andrei Karas5-3/+17
2018-03-01Update zero shuffle packets.Andrei Karas1-0/+34
2018-02-26Remove gcc-6 asan build for i386 from travis because it works too slow.Andrei Karas1-5/+0
2018-02-26Rename themecolortype.h into themecolortype.inc.Andrei Karas5-4/+4
2018-02-24Update shuffle packets for new packet versions.Andrei Karas2-0/+170
2018-02-23Replace some empty strings to std::string().Andrei Karas1-7/+9
2018-02-19Add .gitlab-ci.yml for ci_clang7 branch.s20180222Andrei Karas1-0/+161
2018-02-19Use libc++ in clang6 builds.Andrei Karas2-2/+2
2018-02-19Use libc++ in clang7 builds.Andrei Karas2-4/+4
2018-02-19Move theme colors enums and strings into combined file.Andrei Karas5-461/+281
2018-02-19Update translations.Andrei Karas25-34529/+39209
2018-02-19add ci_clang7 branch into triggers.Andrei Karas1-0/+2
2018-02-19Add clang7 build scripts.Andrei Karas2-0/+75
2018-02-19Fix update gm badge if group was changed on the fly.Andrei Karas2-4/+10
2018-02-19Allow set any gm level for tmwa.Andrei Karas1-4/+4
2018-02-18Add comment about virtual method call drom destructor.Andrei Karas1-0/+1