Age | Commit message (Expand) | Author | Files | Lines |
2015-07-30 | Fix memory leak on exit. | Andrei Karas | 2 | -0/+8 |
2015-07-30 | Change how report about broken nicks. | Andrei Karas | 1 | -7/+3 |
2015-07-29 | Draw being smile over badge and animation effect. | Andrei Karas | 1 | -2/+2 |
2015-07-29 | Fix enable/disable badges without client restart. | Andrei Karas | 3 | -35/+69 |
2015-07-29 | Add support for gm badge. | Andrei Karas | 3 | -3/+33 |
2015-07-29 | Fix other typos in chat settings. | Andrei Karas | 1 | -4/+4 |
2015-07-29 | Another typo in chat settings. | Andrei Karas | 1 | -1/+1 |
2015-07-29 | Fix another typo in chat settings. | Andrei Karas | 1 | -1/+1 |
2015-07-29 | Fix typo in chat settings. | Andrei Karas | 1 | -1/+1 |
2015-07-29 | Fix compilation warnings. | Andrei Karas | 1 | -1/+0 |
2015-07-29 | Add ability to show badges under nick. | Andrei Karas | 5 | -16/+37 |
2015-07-29 | Add support for guild badges. | Andrei Karas | 4 | -2/+44 |
2015-07-29 | Fix compilation error with some options. | Andrei Karas | 1 | -0/+1 |
2015-07-29 | Add bages db. Add badges support for parties. | Andrei Karas | 7 | -11/+178 |
2015-07-29 | Disable DSA OpenGL extensions for Mesa 10.6.x. Look like they broke it. | Andrei Karas | 1 | -2/+5 |
2015-07-29 | Add function for load xml data to std::map with strings. | Andrei Karas | 2 | -0/+48 |
2015-07-28 | Use variables from paths.xml for team badges file name. | Andrei Karas | 2 | -3/+6 |
2015-07-27 | Fix compilation warnings. | Andrei Karas | 1 | -8/+8 |
2015-07-27 | Fix functions removeRoom / updateRoom. | Andrei Karas | 1 | -2/+2 |
2015-07-27 | Detect broken nicks and report in debug tab. | Andrei Karas | 1 | -0/+16 |
2015-07-27 | Add option for show badges at top or char or after name. | Andrei Karas | 4 | -1/+9 |
2015-07-27 | Rotate and change action in team badge with player. | Andrei Karas | 1 | -0/+6 |
2015-07-27 | Change tmw ip address in tmw detection code. | Andrei Karas | 1 | -1/+1 |
2015-07-27 | Add option to show/hide badges. By default badges visible. | Andrei Karas | 6 | -10/+43 |
2015-07-27 | Draw team badge if set. | Andrei Karas | 2 | -2/+28 |
2015-07-27 | Add method for get text object width. | Andrei Karas | 2 | -0/+13 |
2015-07-27 | Add team icons. Now it simple one color rectangles. | Andrei Karas | 1 | -0/+1 |
2015-07-26 | Fix code style. | Andrei Karas | 4 | -56/+108 |
2015-07-26 | Fix compiler features detection. | Andrei Karas | 1 | -6/+10 |
2015-07-26 | Add macro constexpr2. Depend on compiler and version it can be constexpr or e... | Andrei Karas | 2 | -8/+14 |
2015-07-26 | Add some constexpr in mathutils.h | Andrei Karas | 1 | -10/+11 |
2015-07-26 | Use uint8_t for array items in square_roots. | Andrei Karas | 1 | -2/+2 |
2015-07-25 | Fix status bar width after new field was added. | Andrei Karas | 1 | -1/+1 |
2015-07-25 | healmd checks healing radius | Joseph Botosh | 4 | -3/+88 |
2015-07-25 | remove duplicate checkAttackPermissions(target) for /atkhuman | Joseph Botosh | 1 | -5/+2 |
2015-07-25 | add targetingType feature | Joseph Botosh | 14 | -5/+48 |
2015-07-25 | Move state handler STATE_SWITCH_LOGIN into separate function. | Andrei Karas | 2 | -3/+12 |
2015-07-25 | Move state handler STATE_GAME into separate function. | Andrei Karas | 2 | -37/+44 |
2015-07-25 | Move state handler STATE_WORLD_SELECT into separate function. | Andrei Karas | 2 | -3/+13 |
2015-07-25 | Move state handler STATE_CONNECT_SERVER into separate function. | Andrei Karas | 2 | -68/+76 |
2015-07-25 | Move state handler STATE_CONNECT_GAME into separate function. | Andrei Karas | 2 | -3/+10 |
2015-07-25 | Move some init code from Client::gameExec into Client::gameInit. | Andrei Karas | 1 | -12/+12 |
2015-07-21 | Add missing checks and non null attributes. | Andrei Karas | 19 | -38/+73 |
2015-07-20 | OS X version now current. | Socapex | 2 | -5/+6 |
2015-07-20 | Add some missing checks. | Andrei Karas | 2 | -6/+6 |
2015-07-19 | Enable DSA OpenGL extensions support again. | Andrei Karas | 1 | -12/+26 |
2015-07-18 | Change version to 1.5.7.18.v1.5.7.18 | Andrei Karas | 1 | -2/+2 |
2015-07-17 | Fix code style. | Andrei Karas | 6 | -11/+17 |
2015-07-17 | Add test with creating windows. | Andrei Karas | 2 | -0/+176 |
2015-07-17 | Add missing checks into logindialog and xml. | Andrei Karas | 2 | -8/+21 |