Age | Commit message (Expand) | Author | Files | Lines |
2017-06-20 | Remove extra includes and fix headers compilation. | Andrei Karas | 4 | -6/+1 |
2017-06-20 | Move itemcolordata into separate file. | Andrei Karas | 9 | -48/+75 |
2017-06-20 | Fix compilation fboinfo.h | Andrei Karas | 1 | -2/+2 |
2017-06-20 | Add guard header into localconsts.h | Andrei Karas | 1 | -0/+5 |
2017-06-20 | Fix compilation with SDL2. | Andrei Karas | 3 | -1/+5 |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 97 | -327/+334 |
2017-06-20 | Fix define PRAGMA8. | Andrei Karas | 1 | -6/+6 |
2017-06-20 | Add some warnings ignores in mumblemanager for gcc 8+. | Andrei Karas | 2 | -0/+21 |
2017-06-20 | Remove wrong cleaning of ImageRect from theme. | Andrei Karas | 1 | -2/+0 |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 98 | -1/+324 |
2017-06-19 | Auto close death dialog if local player resurrected. | Andrei Karas | 2 | -2/+20 |
2017-06-19 | Draw speech over emotions and badges. | Andrei Karas | 1 | -1/+1 |
2017-06-19 | Fix resetting draw color in modern and mobile2 renderers. | Andrei Karas | 2 | -0/+12 |
2017-06-19 | Use staticbrowserbox in speechbubble. | Andrei Karas | 2 | -4/+5 |
2017-06-19 | Use staticbrowserbox in updaterwindow. | Andrei Karas | 2 | -4/+8 |
2017-06-19 | Use staticbrowserbox in whoisonline. | Andrei Karas | 2 | -4/+6 |
2017-06-19 | Use staticbrowserbox in serverinfowindow. | Andrei Karas | 2 | -4/+5 |
2017-06-19 | Use staticbrowserbox in questswindow. | Andrei Karas | 2 | -4/+5 |
2017-06-19 | Use staticbrowserbox in didyouknowwindow. | Andrei Karas | 2 | -4/+5 |
2017-06-19 | Use staticbrowserbox in desktop. | Andrei Karas | 3 | -9/+10 |
2017-06-19 | Use staticbrowserbox in popupmenu. | Andrei Karas | 2 | -8/+9 |
2017-06-19 | Use staticbrowserbox in helpwindow. | Andrei Karas | 2 | -4/+7 |
2017-06-19 | Add staticbrowserbox based on browserbox but with some limits. | Andrei Karas | 4 | -0/+1006 |
2017-06-19 | Add function updateSize into browserbox. | Andrei Karas | 4 | -2/+11 |
2017-06-19 | Some more debian branch replacments. | Andrei Karas | 1 | -18/+18 |
2017-06-19 | Replace debian:oldoldstable to debian:wheezy in .gitlab-ci.yml | Andrei Karas | 1 | -5/+5 |
2017-06-19 | Update debian image names in .gitlab-ci.yml | Andrei Karas | 1 | -15/+15 |
2017-06-18 | Fix mouseoverlink.h compilation. | Andrei Karas | 1 | -0/+2 |
2017-06-18 | Add missing file. | Andrei Karas | 1 | -0/+23 |
2017-06-18 | Fix asserts in browserbox on resize. | Andrei Karas | 3 | -3/+15 |
2017-06-18 | Fix unit tests after default theme was changed. | Andrei Karas | 7 | -3/+11 |
2017-06-18 | Fix browserbox initial size in desktop. | Andrei Karas | 1 | -0/+1 |
2017-06-18 | Add debug assert in browserbox if called calcheight from draw. | Andrei Karas | 1 | -0/+4 |
2017-06-17 | Move mouseoverlink into separate file. | Andrei Karas | 4 | -24/+52 |
2017-06-17 | Fix browserbox color in themes golden-delicious and jewelry. | Andrei Karas | 2 | -8/+8 |
2017-06-17 | Add skin xml for server info window. | Andrei Karas | 21 | -1/+175 |
2017-06-17 | Fix width in browserbox if padding non standard. | Andrei Karas | 1 | -1/+1 |
2017-06-16 | Change default theme to jewelry. | Andrei Karas | 1 | -2/+1 |
2017-06-16 | Add missing library into fedora builds in .gitlab-ci.yml | Andrei Karas | 1 | -6/+6 |
2017-06-15 | Add builds for .h files with unit tests flags enabled into .gitlab-ci.yml | Andrei Karas | 1 | -0/+25 |
2017-06-15 | Add clang-tidy with sdl2 tests into .gitlab-ci.yml | Andrei Karas | 3 | -4/+21 |
2017-06-15 | Allow open server info window from game. | Andrei Karas | 12 | -1/+68 |
2017-06-14 | Add workaround to browserbox if text line start with bold sign. | Andrei Karas | 1 | -1/+6 |
2017-06-14 | Add docs section for server in serverslist.xml | Andrei Karas | 3 | -0/+14 |
2017-06-14 | Add some delays in run tests in screen shot still not created. | Andrei Karas | 1 | -4/+10 |
2017-06-14 | Remove extra include from serverinfowindow.cpp | Andrei Karas | 1 | -1/+0 |
2017-06-14 | add clang-tidy checks. | Andrei Karas | 4 | -2/+46 |
2017-06-13 | Fix virtual member call in Window constructor. | Andrei Karas | 3 | -4/+14 |
2017-06-13 | Add missing calls to Window::postInit. | Andrei Karas | 2 | -0/+2 |
2017-06-13 | Report error about windows without postinit call in debug chat tab. | Andrei Karas | 2 | -3/+4 |