Age | Commit message (Expand) | Author | Files | Lines |
2013-10-19 | fix switch label in inventoryhandler. | Andrei Karas | 1 | -1/+2 |
2013-10-19 | add missing const in inventory declaration. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | change inttextfield constructor to explicit. | Andrei Karas | 1 | -3/+3 |
2013-10-19 | Remove virtual method call from imageparticle destructor. | Andrei Karas | 1 | -1/+0 |
2013-10-19 | remove default parameter from Image constructor. | Andrei Karas | 2 | -2/+2 |
2013-10-19 | remove virtual keyword from unload method in Image. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | remove default parameter from guitable constructor. | Andrei Karas | 2 | -2/+2 |
2013-10-19 | fix const in declaration in guitable. | Andrei Karas | 2 | -6/+4 |
2013-10-19 | fix const in guild declaration. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | in guild fix a bit getmember code. | Andrei Karas | 1 | -4/+4 |
2013-10-19 | move virtual member calls from gui constuctor into postInit. | Andrei Karas | 3 | -3/+10 |
2013-10-19 | add missing cleanup code in graphicsvertexes. | Andrei Karas | 1 | -0/+4 |
2013-10-19 | fix const in definition in graphics.h | Andrei Karas | 1 | -2/+3 |
2013-10-19 | move virtual member calls from flooritem constuctor into postInit. | Andrei Karas | 3 | -13/+14 |
2013-10-19 | remove unused variable from equipmentwindow. | Andrei Karas | 1 | -2/+1 |
2013-10-19 | move virtual member calls from equipmentwindow constuctor into postInit. | Andrei Karas | 3 | -0/+7 |
2013-10-19 | move virtual member calls from emotewindow constuctor into postInit. | Andrei Karas | 3 | -0/+7 |
2013-10-19 | add missing initialisation in emoteshortcut. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | add missing break in editserverdialog. | Andrei Karas | 1 | -0/+1 |
2013-10-19 | move virtual member calls from editserverdialog constuctor into postInit. | Andrei Karas | 3 | -7/+18 |
2013-10-19 | move virtual member calls from editdialog constuctor into postInit. | Andrei Karas | 3 | -6/+16 |
2013-10-19 | remove unused variable from dye | Andrei Karas | 1 | -2/+0 |
2013-10-19 | add missing initialisation in dropshortcut. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | In dropdown second constuctor now dont have default value. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | fix code style in download.cpp | Andrei Karas | 1 | -3/+4 |
2013-10-19 | move virtual member calls from didyouknowwindow constuctor into postInit. | Andrei Karas | 3 | -0/+7 |
2013-10-19 | move virtual member calls from desktop constuctor into postInit. | Andrei Karas | 3 | -1/+8 |
2013-10-19 | fix const in definition in depricatedevent. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | in debugwindow dont override logic function by pure virtual function. | Andrei Karas | 1 | -1/+3 |
2013-10-19 | move virtual member calls from debugwindow constuctor into postInit. | Andrei Karas | 3 | -1/+7 |
2013-10-19 | move virtual member calls from connectiondialog constuctor into postInit. | Andrei Karas | 3 | -0/+13 |
2013-10-19 | move virtual member calls from confirmdialog constuctor into postInit. | Andrei Karas | 9 | -8/+25 |
2013-10-19 | remove virtual from clear function in configuration. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | fix const in declarations in compoundsprite. | Andrei Karas | 1 | -3/+3 |
2013-10-19 | dont call virtual function in constructor in colorpage. | Andrei Karas | 1 | -2/+5 |
2013-10-19 | fix definitions in checkbox. | Andrei Karas | 2 | -3/+3 |
2013-10-19 | fix const usage in chatwindow. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | use postInit in ChatWindow. | Andrei Karas | 5 | -8/+14 |
2013-10-19 | fix initialisation style in chattab. | Andrei Karas | 1 | -2/+1 |
2013-10-19 | add missing const in declaration in chathandler.h | Andrei Karas | 1 | -1/+1 |
2013-10-19 | add missing break in chathandler. | Andrei Karas | 1 | -0/+1 |
2013-10-19 | add postInit function into popup. | Andrei Karas | 4 | -4/+16 |
2013-10-19 | add postinit function into window. | Andrei Karas | 4 | -2/+13 |
2013-10-17 | Add new emotes for chat emotes. | Reid Yaro | 1 | -0/+0 |
2013-10-17 | dont call virtual functions in characterview constructor. | Andrei Karas | 2 | -2/+11 |
2013-10-17 | dont use virtual function in changepassworddialog constructor. | Andrei Karas | 2 | -1/+1 |
2013-10-17 | dont use virtual function in changeemaildialog constructor. | Andrei Karas | 2 | -1/+1 |
2013-10-17 | Fix button defenition in button class. | Andrei Karas | 2 | -12/+12 |
2013-10-17 | Add missing break into browserbox. | Andrei Karas | 1 | -0/+1 |
2013-10-17 | fix const issue in botcheckerwindow. | Andrei Karas | 1 | -2/+2 |