Age | Commit message (Expand) | Author | Files | Lines |
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 | fix const in definition in text. | Andrei Karas | 1 | -1/+1 |
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 initialisation in stringutils. | Andrei Karas | 1 | -4/+1 |
2013-10-19 | improve pinters usage in stringutils. | Andrei Karas | 1 | -2/+2 |
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 | fix const in definition in statuseffect. | Andrei Karas | 1 | -1/+2 |
2013-10-19 | add missing initialisation in spellshortcut. | Andrei Karas | 1 | -1/+1 |
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 | 3 | -0/+7 |
2013-10-19 | improve function pointer usage in soundmanager. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | move virtual member calls from socialwindow constuctor into postInit. | Andrei Karas | 3 | -5/+15 |
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 | 3 | -0/+6 |
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 | 3 | -1/+7 |
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 | 3 | -0/+6 |
2013-10-19 | move virtual member calls from serverdialog constuctor into postInit. | Andrei Karas | 3 | -0/+6 |
2013-10-19 | fix initialisation in sdlimagehelper. | Andrei Karas | 1 | -2/+1 |
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 | fix const in declaration in safeopenglgraphics. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | remove unused vars from resourcemanager. | Andrei Karas | 2 | -4/+0 |
2013-10-19 | improve pointers using in resourcemanager. | Andrei Karas | 1 | -12/+13 |
2013-10-19 | move virtual member calls from registerdialog constuctor into postInit. | Andrei Karas | 3 | -0/+7 |
2013-10-19 | move virtual member calls from quitdialog constuctor into postInit. | Andrei Karas | 3 | -1/+7 |
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 |
2013-10-19 | improve pointer usage physfsrwops. | Andrei Karas | 1 | -5/+5 |
2013-10-19 | change passwordfield constructor into explicit. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | fix initialisation in party. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | add missing initialisation in particleemitter. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | Add comment about virtual method call in particlecontainer destructor. | Andrei Karas | 1 | -0/+1 |
2013-10-19 | remove virtual methos call from particle constructor. | Andrei Karas | 12 | -44/+44 |
2013-10-19 | Fix declaration in palette. | Andrei Karas | 1 | -1/+1 |