Age | Commit message (Expand) | Author | Files | Lines |
2013-10-21 | add theming parameters for for chat window (chat.xml). | Andrei Karas | 1 | -4/+17 |
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 | 4 | -5/+45 |
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 | 6 | -12/+7 |
2013-10-20 | Remove glPushMatrix and glPopMatrix from OpenGL renderers except safe opengl. | Andrei Karas | 2 | -4/+28 |
2013-10-19 | fix code style | Andrei Karas | 9 | -18/+15 |
2013-10-19 | update translations. | Andrei Karas | 18 | -9429/+9429 |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 39 | -500/+494 |
2013-10-19 | add missing override keyword in postInit function declarations. | Andrei Karas | 16 | -16/+17 |
2013-10-19 | improve function pointers usage in xml. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | move virtual member calls from worldselectdialog constructor into postInit. | Andrei Karas | 3 | -0/+7 |
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 | 3 | -0/+7 |
2013-10-19 | improve function pointer usage in wallpaper. | Andrei Karas | 1 | -1/+1 |
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 | 3 | -0/+7 |
2013-10-19 | move virtual member calls from unregisterdialog constructor into postInit. | Andrei Karas | 3 | -0/+7 |
2013-10-19 | fix definition in translationmanager. | Andrei Karas | 2 | -2/+2 |
2013-10-19 | fix const in definition in tradehandler. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | add missing initialisation in tradehandler. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | fix const in definition in touchmanager. | Andrei Karas | 1 | -1/+1 |
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 | 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 |