Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-18 | Fix compilation for windows. | Andrei Karas | 1 | -0/+2 | |
2012-02-18 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-02-17 | Update servers list once a day. | Andrei Karas | 2 | -0/+16 | |
2012-02-15 | Add function to fix dir separator. | Andrei Karas | 2 | -1/+13 | |
2012-02-12 | Add unit tests for stringutils. | Andrei Karas | 1 | -0/+517 | |
2012-02-12 | Fix some possible errors in string untils. | Andrei Karas | 2 | -12/+24 | |
2012-02-11 | Remove some unneeded includes. | Andrei Karas | 1 | -2/+0 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 3 | -7/+6 | |
2012-02-06 | Fix memory leak on exit. | Andrei Karas | 2 | -0/+8 | |
2012-02-05 | Add own translation system. | Andrei Karas | 11 | -0/+554 | |
2012-02-05 | Move path functions from stringutils to paths. | Andrei Karas | 4 | -12/+12 | |
2012-02-05 | Move language functions to langs.cpp and langs.h files. | Andrei Karas | 4 | -62/+125 | |
2012-02-02 | Use translation for server descriptions in server list. | Andrei Karas | 2 | -0/+22 | |
2012-02-02 | Small code style fix. | Andrei Karas | 1 | -1/+1 | |
2012-02-02 | Add some checks after automatic checking. | Andrei Karas | 1 | -0/+3 | |
2012-01-25 | Cleanup in physfsrwops to avoid different problems. | Andrei Karas | 2 | -63/+50 | |
2012-01-24 | Add missing file to git. | Andrei Karas | 1 | -0/+193 | |
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 1 | -0/+88 | |
This avoids the creation of a temporary buffer containing a complete file for the sole purpose of wrapping it up in an SDL_RWops. The necessary wrapper is by Ryan C. Gordon and is included in the PhysFS repository under 'extras'. Reviewed-by: Yohann Ferreira Conflicts: mana.files src/CMakeLists.txt src/resources/resourcemanager.cpp src/resources/soundeffect.cpp | |||||
2012-01-23 | Add support for request client language from server. | Andrei Karas | 2 | -0/+15 | |
2012-01-23 | Add false and true condition logging. | Andrei Karas | 2 | -0/+69 | |
2012-01-21 | Fix compilation errors and warnings for another gcc 4.7 snapshot. | Andrei Karas | 1 | -0/+1 | |
2012-01-20 | Fix possible crash with incorrect dirs. | Andrei Karas | 1 | -0/+2 | |
2012-01-10 | Replace xmlTextWriterPtr to XmlTextWriterPtr | Andrei Karas | 1 | -1/+1 | |
2012-01-10 | Replace xmlStrEqual to xmlNameEqual. | Andrei Karas | 2 | -1/+3 | |
2012-01-10 | Move clieanup for libxml2 to xml.cpp | Andrei Karas | 2 | -0/+8 | |
2012-01-10 | Replace all xmlNodePtr to XmlNodePtr. | Andrei Karas | 2 | -17/+19 | |
2012-01-10 | Move libxml2 includes to xml.h | Andrei Karas | 2 | -0/+20 | |
2012-01-08 | Validate update host. | Andrei Karas | 2 | -0/+12 | |
2012-01-05 | Fix test result if impossible start test. | Andrei Karas | 1 | -3/+3 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 18 | -18/+18 | |
2012-01-04 | Add process execute functions. | Andrei Karas | 2 | -0/+200 | |
2011-12-11 | Fix compilation warning.v1.1.12.11 | Andrei Karas | 1 | -0/+1 | |
2011-12-08 | Add pasting into two clipboards under xserver. | Andrei Karas | 1 | -1/+13 | |
2011-12-03 | Under X for copy to clipboard use destination clipboard with name "clipboard" | Andrei Karas | 1 | -1/+1 | |
before was "primary" clipboard (mouse clipboard). | |||||
2011-12-02 | Fix some issues after automatic code checking. | Andrei Karas | 1 | -1/+2 | |
2011-11-27 | Fix recursive directory creation for windows. | Andrei Karas | 1 | -5/+9 | |
2011-11-09 | Fix code style. | Andrei Karas | 2 | -2/+3 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 3 | -5/+5 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 6 | -20/+22 | |
2011-11-07 | Fix compilation under gcc 4.7 snapshot. | Andrei Karas | 1 | -0/+3 | |
2011-11-05 | Fix current language detection if using custom language. | Andrei Karas | 1 | -4/+11 | |
2011-09-18 | Fix compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 2 | -3/+3 | |
2011-09-09 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-09-08 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-09-08 | Fix register in some auto complete strings. | Andrei Karas | 2 | -0/+21 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -5/+6 | |
Some other minor changes. | |||||
2011-09-07 | Add support for copy text to clipboard (Ctrl+C). | Andrei Karas | 2 | -0/+88 | |
In X enviroments used xsel to copy string to clipboard. In windows used native clipboard api. MacOSX not supported. | |||||
2011-08-28 | Add support for auto download content fixes. | Andrei Karas | 2 | -0/+10 | |
2011-08-27 | Fix lower chars issue. | Andrei Karas | 2 | -2/+2 | |