summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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 Karas22-49/+758
Add pincode dialog and widget.
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
If use too many images, atlase can be split to more than one. And this is performance issue.
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas9-30/+29
This attribute allow to highlight gm groups based on groups.xml
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 Karas2-24/+127
Example: ... hp="10-15" mp="1-2" ...
2018-03-02Add unit tests for itemxmlutils.Andrei Karas7-10/+361
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-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-19Move theme colors enums and strings into combined file.Andrei Karas5-461/+281
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
2018-02-17Move vector class into resources directory.Andrei Karas5-10/+10
2018-02-17Change verstion to 1.8.2.17.v1.8.2.17Andrei Karas1-2/+2
2018-02-17Remove commented include from windowmanager.ccAndrei Karas1-1/+0
2018-02-17Remove extra includes.Andrei Karas2-2/+0
2018-02-17Disable char create dialog unit test due random issues.Andrei Karas1-1/+3
2018-02-17Fix legacy time include.Andrei Karas1-2/+4
2018-02-16Add clang debug flag into configure flag --enable-glibcdebug.Andrei Karas1-2/+2
2018-02-16Revert "Add -D_GLIBCXX_CONCEPT_CHECKS into glibc debug flags."Andrei Karas1-2/+2
This reverts commit e9032dbe7344c5dc9832008f2fbcc448c88eec29. Look like in some compilers this check creating issues.
2018-02-16Fix code style.Andrei Karas2-2/+1
2018-02-16Remove extra includes.Andrei Karas4-8/+0
2018-02-16Fix compilation with clang.Andrei Karas2-0/+3
2018-02-16Add -D_GLIBCXX_CONCEPT_CHECKS into glibc debug flags.Andrei Karas1-2/+2
2018-02-16Add flush in logger for improve log saving.Andrei Karas1-0/+5
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas15-69/+136
This will allow log data from C libs.
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas12-52/+30
2018-02-14Add unit test for creation clan window.Andrei Karas1-1/+9
2018-02-14Add unit test for creation window CharCreateDialog.Andrei Karas3-13/+14
2018-02-14Remove extra includes.Andrei Karas6-13/+0
2018-02-13Add claninfo.h into make files.Andrei Karas2-0/+2
2018-02-13Show clan name in player popup.Andrei Karas1-0/+10
2018-02-13Store clan names into each player being.Andrei Karas3-0/+24
2018-02-13Change client protocol version to 24.Andrei Karas1-1/+1
2018-02-13Add support for show clan badge.Andrei Karas5-0/+51
But for now clan unset for players.