Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-01-12 | fix compilation warnings. | Andrei Karas | 5 | -16/+16 |
2014-01-12 | fix context menu for pets. | Andrei Karas | 1 | -2/+1 |
2014-01-11 | add support for multiply pets for one player at same time. | Andrei Karas | 4 | -33/+86 |
2014-01-11 | fix pet position after owner rotation if near owner located collisions. | Andrei Karas | 1 | -1/+1 |
2014-01-11 | remove debug log string. | Andrei Karas | 1 | -1/+1 |
2014-01-11 | Block moving character by arrow keys in buy/sell dialogs. | Andrei Karas | 3 | -11/+31 |
2014-01-10 | If no mods present show message about it in mods settings tab. | Andrei Karas | 1 | -0/+7 |
2014-01-10 | fix icon loading on windows. | Andrei Karas | 1 | -1/+4 |
2014-01-10 | fix dirs and files enumeration in some systems. | Andrei Karas | 4 | -2/+17 |
2014-01-10 | fix mods loading from update server patches. | Andrei Karas | 1 | -1/+4 |
2014-01-10 | Possible load mods from local/ dir also. | Andrei Karas | 2 | -5/+18 |