summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-19fix const usage in chatwindow.Andrei Karas1-1/+1
2013-10-19use postInit in ChatWindow.Andrei Karas5-8/+14
2013-10-19fix initialisation style in chattab.Andrei Karas1-2/+1
2013-10-19add missing const in declaration in chathandler.hAndrei Karas1-1/+1
2013-10-19add missing break in chathandler.Andrei Karas1-0/+1
2013-10-19add postInit function into popup.Andrei Karas4-4/+16
2013-10-19add postinit function into window.Andrei Karas4-2/+13
2013-10-17Add new emotes for chat emotes.Reid Yaro1-0/+0
2013-10-17dont call virtual functions in characterview constructor.Andrei Karas2-2/+11
2013-10-17dont use virtual function in changepassworddialog constructor.Andrei Karas2-1/+1
2013-10-17dont use virtual function in changeemaildialog constructor.Andrei Karas2-1/+1
2013-10-17Fix button defenition in button class.Andrei Karas2-12/+12
2013-10-17Add missing break into browserbox.Andrei Karas1-0/+1
2013-10-17fix const issue in botcheckerwindow.Andrei Karas1-2/+2
2013-10-17fix const in beinghandler.Andrei Karas1-1/+2
2013-10-17dont call virtual function in beingequipbackend destructor.Andrei Karas1-1/+5
2013-10-17fix const in being class.Andrei Karas2-3/+3
2013-10-17Remove virtual from Being::updateColors because it called in constructor.Andrei Karas1-1/+1
2013-10-17fix switch usage in avatarlistbox.Andrei Karas1-1/+2
2013-10-17remove from animatedsprite contructor virtual method call.Andrei Karas1-4/+5
2013-10-17Fix const casting in actorspritemanager.Andrei Karas1-22/+25
2013-10-17fix target cursor defenition in actorsprite.Andrei Karas1-1/+1
2013-10-17dont call setMap from destructors.Andrei Karas3-2/+13
2013-10-17increase process make count in build scripts.Andrei Karas11-21/+21
2013-10-13remove depricated stl feature.Andrei Karas1-1/+2
2013-10-12Change version to 1.3.10.12.v1.3.10.12Andrei Karas8-8/+38
2013-10-12update translations.Andrei Karas24-3156/+3260
2013-10-12fix compilation in old systems.Andrei Karas1-1/+1
2013-10-11add /talkraw chat command for special use.Andrei Karas4-6/+12
2013-10-11Use first finger as right mouse click target.Andrei Karas1-1/+1
2013-10-11fix code styleAndrei Karas3-3/+3
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas21-80/+87
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas19-94/+139
2013-10-11disable SDL2 builds in make script by defaultAndrei Karas1-2/+1
2013-10-11add missing check in base64.Andrei Karas1-0/+2
2013-10-11Put OpenLinkHandler in own namespace.Andrei Karas2-25/+31
2013-10-10fix code style.Andrei Karas11-30/+47
2013-10-10Fix help button before login to game.Andrei Karas2-1/+7
2013-10-09fix manaplus.cbp again.Andrei Karas1-502/+495
2013-10-09fix compilation under windows with codeblocks.Andrei Karas1-0/+1
2013-10-09fix a bit codeblocks project file.Andrei Karas1-600/+400
2013-10-09Add help button into right top corner.Andrei Karas1-0/+18
2013-10-09update liberation fonts.Andrei Karas4-0/+0
2013-10-09Add browserbox links theme options.Andrei Karas15-14/+25
2013-10-09use correct theme file in social window popup.Andrei Karas1-1/+1
2013-10-09add separate theme file for browserbox in who is online window.Andrei Karas7-1/+21
2013-10-09add support for popup menu browserbox theming.Andrei Karas12-1/+60
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas3-8/+14
2013-10-09allow set different skin for browserboxes.Andrei Karas12-14/+26
2013-10-09Use all parameters in browserbox constructors.Andrei Karas12-18/+24