summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-19move virtual member calls from connectiondialog constuctor into postInit.Andrei Karas3-0/+13
2013-10-19move virtual member calls from confirmdialog constuctor into postInit.Andrei Karas9-8/+25
2013-10-19remove virtual from clear function in configuration.Andrei Karas1-1/+1
2013-10-19fix const in declarations in compoundsprite.Andrei Karas1-3/+3
2013-10-19dont call virtual function in constructor in colorpage.Andrei Karas1-2/+5
2013-10-19fix definitions in checkbox.Andrei Karas2-3/+3
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-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-13remove depricated stl feature.Andrei Karas1-1/+2
2013-10-12Change version to 1.3.10.12.v1.3.10.12Andrei Karas1-2/+2
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-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 compilation under windows with codeblocks.Andrei Karas1-0/+1
2013-10-09Add help button into right top corner.Andrei Karas1-0/+18
2013-10-09Add browserbox links theme options.Andrei Karas5-14/+5
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 Karas1-1/+1
2013-10-09add support for popup menu browserbox theming.Andrei Karas1-1/+1
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas2-8/+13
2013-10-09allow set different skin for browserboxes.Andrei Karas12-14/+26
2013-10-09Use all parameters in browserbox constructors.Andrei Karas12-18/+24
2013-10-09do not allow at same time scroll by mouse in vertical and horizontal directions.Andrei Karas1-2/+2