summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-04While changing focus. always focus new control and after unfocus old control.s20180406Andrei Karas1-5/+5
2018-04-02Show sorting drop down box in item create window.Andrei Karas1-2/+3
2018-04-02Read whole packet in BeingRecv::processBeingSpecialEffect even if being not f...Andrei Karas1-0/+3
2018-04-02Remove legacy status effect field "block-id".Andrei Karas5-126/+16
2018-04-02Fix code style.Andrei Karas3-4/+3
2018-04-02Add some missing brackets in macroses.Andrei Karas9-20/+20
2018-04-02Add missing variables into constructor in pincode widget.Andrei Karas1-1/+3
2018-04-01Fix formatting in graphicsmanager.cppAndrei Karas1-3/+7
2018-04-01Use const theme id parameter in Theme::getColor.Andrei Karas1-5/+11
2018-04-01Remove useless check.Andrei Karas1-2/+0
2018-03-29Update shuffle packets.Andrei Karas2-0/+204
2018-03-28Remove from circle ci sanitize builds on i386.Andrei Karas2-16/+4
2018-03-27Remove from travis sanitize builds on i386.Andrei Karas1-15/+0
2018-03-27Fix show badges in some cases.Andrei Karas1-1/+1
2018-03-27Dont use system font in browserbox unit tests.Andrei Karas2-2/+2
2018-03-27Remove extra include from rwops.cppAndrei Karas1-2/+0
2018-03-27Fix possible crash in recalcSpritesOrder.Andrei Karas1-10/+12
2018-03-27Fix possible draw issue after speechbuble was created.Andrei Karas2-1/+1
2018-03-27Fix building walk path.Andrei Karas1-1/+3
2018-03-27Fix adding possible null pointer to window.Andrei Karas1-0/+12
2018-03-27Fix empty vector issue in modern and mobile2 opengl renderers.Andrei Karas2-0/+4
2018-03-26Fix possible issues in guild members sorting.Andrei Karas1-2/+2
2018-03-26Fix possible sorting issues in party.Andrei Karas1-6/+5
2018-03-26Fix wrong iterator usage in replace sprites function.Andrei Karas1-1/+4
2018-03-23Fix wrong packet size SMSG_ITEM_MVP_DROPPED 0x07fd.Andrei Karas1-1/+1
2018-03-17Improve rwops creation error messages.Andrei Karas2-7/+15
2018-03-14Add shuffle packets to new packet version.Andrei Karas2-0/+68
2018-03-14Auto validate to field in reply mail.Andrei Karas1-0/+5
2018-03-14Add expired field into mailmessage.Andrei Karas4-3/+14
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