Age | Commit message (Expand) | Author | Files | Lines |
2013-10-21 | add function to load separate image into button. | Andrei Karas | 2 | -1/+64 |
2013-10-20 | Add emotes button in chat input line. | Andrei Karas | 3 | -5/+44 |
2013-10-20 | close in chat emotes window by f1 if it already opened. | Andrei Karas | 1 | -1/+6 |
2013-10-20 | Remove setMap from being constructor. | Andrei Karas | 2 | -3/+2 |
2013-10-19 | fix code style | Andrei Karas | 4 | -6/+5 |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 14 | -159/+159 |
2013-10-19 | add missing override keyword in postInit function declarations. | Andrei Karas | 16 | -16/+17 |
2013-10-19 | move virtual member calls from worldselectdialog constructor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | fix cast in windowmenu. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | improve function pointers usage in whoisonline. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | move virtual member calls from whoisonline constructor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | fix const in definition in viewport. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | fix casting in viewport. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | improve function pointers usage in updaterwindow. | Andrei Karas | 1 | -3/+3 |
2013-10-19 | move virtual member calls from updaterwindow constructor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from unregisterdialog constructor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from textpopup constructor into postInit. | Andrei Karas | 10 | -0/+20 |
2013-10-19 | change textfield constructor to explicit. | Andrei Karas | 1 | -6/+6 |
2013-10-19 | move virtual member calls from textdialog constructor into postInit. | Andrei Karas | 6 | -2/+15 |
2013-10-19 | move virtual member calls from textcommandeditor constructor into postInit. | Andrei Karas | 3 | -1/+6 |
2013-10-19 | move virtual member calls from tabbedarea constuctor into postInit. | Andrei Karas | 9 | -0/+14 |
2013-10-19 | fix definition in tab. | Andrei Karas | 2 | -13/+13 |
2013-10-19 | fix const in declaration in statuswindow. | Andrei Karas | 2 | -2/+2 |
2013-10-19 | in statuswindow remove from constuctors calls to virtual methods. | Andrei Karas | 1 | -4/+2 |
2013-10-19 | move virtual member calls from statuspopup constuctor into postInit. | Andrei Karas | 3 | -3/+8 |
2013-10-19 | move virtual member calls from spellpopup constuctor into postInit. | Andrei Karas | 4 | -0/+8 |
2013-10-19 | move virtual member calls from speechbubble constuctor into postInit. | Andrei Karas | 2 | -0/+5 |
2013-10-19 | move virtual member calls from socialwindow constuctor into postInit. | Andrei Karas | 2 | -5/+14 |
2013-10-19 | removed default parameter from sliderlist constructor. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | move virtual member calls from sliderlist constuctor into postInit. | Andrei Karas | 3 | -9/+17 |
2013-10-19 | move virtual member calls from skilldialog constuctor into postInit. | Andrei Karas | 2 | -0/+5 |
2013-10-19 | add explicit to shortcutcontainer constructor. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | remove pure functions from overrided members in shortcutcontainer. | Andrei Karas | 1 | -3/+9 |
2013-10-19 | move virtual member calls from shopwindow constuctor into postInit. | Andrei Karas | 2 | -1/+6 |
2013-10-19 | improve pointers using in setup_video. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | Add missing initialisation in setup. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | move virtual member calls from setup constuctor into postInit. | Andrei Karas | 2 | -0/+5 |
2013-10-19 | move virtual member calls from serverdialog constuctor into postInit. | Andrei Karas | 2 | -0/+5 |
2013-10-19 | add missing initialisation in sdlfont. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | change constructors in scrollarea into explicit. | Andrei Karas | 1 | -3/+4 |
2013-10-19 | move virtual member calls from registerdialog constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from quitdialog constuctor into postInit. | Andrei Karas | 2 | -1/+6 |
2013-10-19 | remove default parameter from progressbar constructor. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | remove unused variable from progressbar. | Andrei Karas | 1 | -1/+0 |
2013-10-19 | fix const in definition in popupmenu. | Andrei Karas | 2 | -4/+7 |
2013-10-19 | add missing const in popupmenu casts. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | move virtual member calls from popupmenu constuctor into postInit. | Andrei Karas | 4 | -0/+10 |
2013-10-19 | remove virtual method calls from popuplist constructor and destructor. | Andrei Karas | 3 | -2/+9 |
2013-10-19 | change popup constructor into explicit. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | change playerbox constructors into explicit. | Andrei Karas | 1 | -4/+4 |