Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Remove wrong copyright lines from guichan header. | |||||
2014-01-27 | Mark external guichan usage as depricated. | Andrei Karas | 3 | -2/+7 | |
Add warning about using external guichan. | |||||
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 | |
New chat command: /uploadserverconfig | |||||
2014-01-26 | add chat command for uploading log file. | Andrei Karas | 2 | -0/+10 | |
New chat command: /uploadlog | |||||
2014-01-26 | add chat command for uploading main config.xml | Andrei Karas | 11 | -14/+119 | |
New chat command: /uploadconfig | |||||
2014-01-26 | add basic file uploading. | Andrei Karas | 4 | -87/+191 | |
For now unused. | |||||
2014-01-23 | remove default parameter from download object. | Andrei Karas | 3 | -3/+3 | |
2014-01-23 | add xcode release files into ignore list. | Andrei Karas | 5 | -1/+1 | |
2014-01-22 | minor stuff | Socapex | 3 | -45/+80 | |
2014-01-22 | xcode | Socapex | 1 | -5/+5 | |
2014-01-22 | ignore and xcode5 | Socapex | 2 | -4/+43 | |
2014-01-22 | xcode and mac | Socapex | 4 | -872/+793 | |
2014-01-22 | xcode | Socapex | 1 | -421/+416 | |
2014-01-22 | xcode | Socapex | 1 | -0/+24 | |
2014-01-22 | xcode | Socapex | 1 | -299/+307 | |
2014-01-22 | v1.3.9.1 | Socapex | 3 | -38/+143 | |
2014-01-22 | xcode 1.3.7.21 | Socapex | 1 | -0/+18 | |
2014-01-22 | xcode stuff | Socapex | 2 | -1/+3 | |
2014-01-22 | Updated xcode to 1.3.6.9 | Socapex | 1 | -14/+88 | |
2014-01-22 | Updates to xcode. | Socapex | 1 | -33/+18 | |
2014-01-22 | Converted all libraries to static | Socapex | 1 | -106/+47 | |
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 | |
New pets db attributes: attackOffsetX attackOffsetY attaclDirectionType | |||||
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 | 8 | -8/+30 | |
2014-01-18 | update translations. | Andrei Karas | 41 | -7720/+8028 | |
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 | |