Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-28 | add const for methods return values. | Andrei Karas | 1 | -1/+1 | |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -1/+0 | |
2013-08-24 | move threads creation into sdl helper. | Andrei Karas | 1 | -6/+3 | |
2013-08-24 | improve some mode methods in Client. | Andrei Karas | 1 | -1/+1 | |
2013-08-24 | first part of fixes for compilation with SDL2 | Andrei Karas | 1 | -0/+4 | |
2013-06-03 | Remove subdir SDL from SDL includes. | Andrei Karas | 1 | -2/+2 | |
2013-06-03 | fix SDL includes. | Andrei Karas | 1 | -2/+2 | |
2013-06-01 | Add chat command /testparticle for testing particle effects on player. | Andrei Karas | 1 | -0/+7 | |
Command: /testparticle particle.xml - set particle effect on player. /testparticle - remove particle effect. Each second it check for particle file update and reloading it if need. | |||||
2013-05-27 | add to url with downloaded files also server name with parameter. | Andrei Karas | 1 | -0/+10 | |
example: old resources2.xml new resources2.xml?host=server.themanaworld.org | |||||
2013-04-20 | fix style in net directory. | Andrei Karas | 1 | -0/+1 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -12/+11 | |
2013-03-30 | Add missing curl version checks in download class.v1.3.3.31 | Andrei Karas | 1 | -0/+8 | |
2013-03-27 | improve download class. | Andrei Karas | 1 | -16/+17 | |
2013-03-03 | another fixes from Coverity checks. | Andrei Karas | 1 | -3/+16 | |
2013-03-02 | Some fixes after coverity checks. | Andrei Karas | 1 | -0/+9 | |
2013-02-10 | Block any protocols in curl except HTTP and HTTPS. | Andrei Karas | 1 | -0/+9 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-11 | Fix code style and small perfomance issues. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2012-08-01 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -1/+1 | |
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 1 | -1/+1 | |
2012-04-02 | Add curl version check. | Andrei Karas | 1 | -0/+13 | |
2012-04-01 | Add support form different proxy types in download process. | Andrei Karas | 1 | -0/+39 | |
2012-04-01 | One part of fixes after auto checking. | Andrei Karas | 1 | -3/+3 | |
2012-03-12 | Fix servers list download error. | Andrei Karas | 1 | -9/+12 | |
2012-01-29 | Use appname in user agents string while downloading files. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-23 | Fix code style and some auto checked errors. | Andrei Karas | 1 | -1/+0 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -4/+4 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -10/+10 | |
2011-10-07 | Fix code style. | Andrei Karas | 1 | -12/+13 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -1/+1 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 1 | -1/+1 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -1/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -1/+1 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -1/+2 | |
2011-02-26 | Add ability to redownload update files if file checksum incorrect. | Andrei Karas | 1 | -19/+20 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -0/+1 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+355 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |