Age | Commit message (Expand) | Author | Files | Lines |
2014-01-29 | Fix screenshot directory saving/loading. | Andrei Karas | 6 | -5/+38 |
2014-01-29 | apply configuration update before graphics initialization. | Andrei Karas | 1 | -1/+1 |
2014-01-29 | Disable texture bluring in old configurations. | Andrei Karas | 2 | -2/+4 |
2014-01-29 | allow apply scale without client restart. | Andrei Karas | 7 | -16/+41 |
2014-01-29 | add option for changing scale. | Andrei Karas | 2 | -1/+17 |
2014-01-28 | add support for screen scale in OpenGL modes. | Andrei Karas | 22 | -113/+231 |
2014-01-28 | Move direct SDL_GetMouseState calls into method in gui class. | Andrei Karas | 8 | -16/+31 |
2014-01-27 | fix copyrights in sdlinput.cpp and sdlinput.h files. | Andrei Karas | 2 | -3/+2 |
2014-01-27 | add GPL header into all guichan files. | Andrei Karas | 74 | -4/+1481 |
2014-01-27 | fix guichan headers. | Andrei Karas | 74 | -238/+168 |
2014-01-27 | Mark external guichan usage as depricated. | Andrei Karas | 2 | -1/+6 |
2014-01-27 | remove platform.hpp from guichan sources. | Andrei Karas | 43 | -171/+45 |
2014-01-26 | add chat command for uploading server config.xml | Andrei Karas | 2 | -0/+10 |
2014-01-26 | add chat command for uploading log file. | Andrei Karas | 2 | -0/+10 |
2014-01-26 | add chat command for uploading main config.xml | Andrei Karas | 11 | -14/+119 |
2014-01-26 | add basic file uploading. | Andrei Karas | 4 | -87/+191 |
2014-01-23 | remove default parameter from download object. | Andrei Karas | 3 | -3/+3 |
2014-01-22 | xcode stuff | Socapex | 1 | -1/+1 |
2014-01-22 | add dumpmods chat command for show enabled mods. | Andrei Karas | 2 | -0/+9 |
2014-01-20 | dont add and remove pets for temporary sprites. | Andrei Karas | 1 | -2/+2 |
2014-01-20 | add attack action for pets. | Andrei Karas | 6 | -2/+83 |
2014-01-19 | fix pet talk and emote if trade tab is disabled. | Andrei Karas | 1 | -27/+33 |
2014-01-19 | in emotes popup show also emote id. | Andrei Karas | 3 | -1/+7 |
2014-01-18 | fix onscreen joystick.v1.4.1.18 | Andrei Karas | 1 | -0/+3 |
2014-01-18 | Change version to 1.4.1.18. | Andrei Karas | 1 | -2/+2 |
2014-01-18 | fix code style. | Andrei Karas | 4 | -5/+4 |
2014-01-17 | fix crash on window resize. | Andrei Karas | 3 | -2/+35 |
2014-01-17 | disable for now screenshot dir editing in windows. | Andrei Karas | 1 | -0/+2 |
2014-01-16 | add workaround for fix issue with chat messages if used external guichan. | Andrei Karas | 1 | -0/+2 |
2014-01-16 | load mods from <mod> tag in resources.xml | Andrei Karas | 1 | -18/+20 |
2014-01-16 | delete from cache background image if it unused. | Andrei Karas | 1 | -4/+5 |
2014-01-16 | add missing const in xmlnode pointers. | Andrei Karas | 34 | -81/+120 |
2014-01-15 | fix rainbow chat colors for different utf8 chars and smiles. | Andrei Karas | 1 | -21/+38 |
2014-01-15 | reload background image if reconnecting to other server. | Andrei Karas | 3 | -0/+11 |
2014-01-15 | Fix unloading mods setting tab if change character or network error. | Andrei Karas | 2 | -6/+14 |
2014-01-15 | add option for edit screenshot dir. | Andrei Karas | 7 | -38/+107 |
2014-01-14 | Show server host name in screenshot file names. | Andrei Karas | 1 | -2/+15 |
2014-01-14 | show full screenshot path in chat if creating screenshot. | Andrei Karas | 1 | -6/+4 |
2014-01-14 | Change default screenshot path from XDG_DESKTOP_DIR into XDG_PICTURES_DIR. | Andrei Karas | 3 | -4/+4 |
2014-01-14 | fix code style. | Andrei Karas | 18 | -29/+22 |
2014-01-14 | fix thread safe logging. | Andrei Karas | 1 | -0/+1 |
2014-01-14 | Use thread safe logging in threads. | Andrei Karas | 3 | -12/+12 |
2014-01-14 | add support for thread safe writing to log. | Andrei Karas | 4 | -0/+91 |
2014-01-13 | in resources.xml allow load updates also from <update2> tags. | Andrei Karas | 1 | -1/+4 |
2014-01-13 | allow create screenshot before connecting to game. | Andrei Karas | 2 | -9/+12 |
2014-01-13 | Show date and time in screenshots name. | Andrei Karas | 1 | -2/+10 |
2014-01-13 | allow auto close npc dialog if it almost closed and press moving keys. | Andrei Karas | 6 | -22/+52 |
2014-01-12 | fix showing branding icon in windows. | Andrei Karas | 1 | -2/+6 |
2014-01-12 | in pethandler add pet id parameter. | Andrei Karas | 5 | -7/+15 |
2014-01-12 | fix using same pet from different items at same time. | Andrei Karas | 2 | -5/+20 |