summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25Cleanup in physfsrwops to avoid different problems.Andrei Karas2-63/+50
2012-01-24Add missing file to git.Andrei Karas1-0/+193
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-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-23Add support for request client language from server.Andrei Karas2-0/+15
2012-01-23Add false and true condition logging.Andrei Karas2-0/+69
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-0/+1
2012-01-20Fix possible crash with incorrect dirs.Andrei Karas1-0/+2
2012-01-10Replace xmlTextWriterPtr to XmlTextWriterPtrAndrei Karas1-1/+1
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas2-1/+3
2012-01-10Move clieanup for libxml2 to xml.cppAndrei Karas2-0/+8
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas2-17/+19
2012-01-10Move libxml2 includes to xml.hAndrei Karas2-0/+20
2012-01-08Validate update host.Andrei Karas2-0/+12
2012-01-05Fix test result if impossible start test.Andrei Karas1-3/+3
2012-01-05Update copyrights year.Andrei Karas18-18/+18
2012-01-04Add process execute functions.Andrei Karas2-0/+200
2011-12-11Fix compilation warning.v1.1.12.11Andrei Karas1-0/+1
2011-12-08Add pasting into two clipboards under xserver.Andrei Karas1-1/+13
2011-12-03Under X for copy to clipboard use destination clipboard with name "clipboard"Andrei Karas1-1/+1
before was "primary" clipboard (mouse clipboard).
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-1/+2
2011-11-27Fix recursive directory creation for windows.Andrei Karas1-5/+9
2011-11-09Fix code style.Andrei Karas2-2/+3
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas3-5/+5
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas6-20/+22
2011-11-07Fix compilation under gcc 4.7 snapshot.Andrei Karas1-0/+3
2011-11-05Fix current language detection if using custom language.Andrei Karas1-4/+11
2011-09-18Fix compilation warnings.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas2-3/+3
2011-09-09Fix code style.Andrei Karas1-1/+1
2011-09-08Fix code style.Andrei Karas1-1/+1
2011-09-08Fix register in some auto complete strings.Andrei Karas2-0/+21
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-5/+6
Some other minor changes.
2011-09-07Add support for copy text to clipboard (Ctrl+C).Andrei Karas2-0/+88
In X enviroments used xsel to copy string to clipboard. In windows used native clipboard api. MacOSX not supported.
2011-08-28Add support for auto download content fixes.Andrei Karas2-0/+10
2011-08-27Fix lower chars issue.Andrei Karas2-2/+2
2011-08-27Basic support for guild bot integration.Andrei Karas2-0/+62
Not working context menu actions, chat commands, auto complete.
2011-08-22Add highlight list option.Andrei Karas2-3/+19
Before in highlight was only player nick.
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas2-2/+2
2011-08-02Add ctrl key combination to all text fields.Andrei Karas2-0/+14
New keys: Ctrl+b,d,e,f,h,k,u,w Working like in most text editors.
2011-07-18Fix code style.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas4-10/+10
2011-07-04Replace some lists to vectors.Andrei Karas2-3/+3
2011-06-30Add some fixes for making manaplus on OpenBSD.Andrei Karas1-0/+7
Based on patches by Jona (jaj)
2011-06-28More fixes for compilation under MacOS.Andrei Karas1-9/+1
Add sample make script for fink. Possible broke support for dmg images.
2011-06-27Fix errors in MacOS compilation.Andrei Karas1-0/+9
2011-06-22Fix code style.Andrei Karas1-1/+1
2011-06-16Fix dataDir in branding files.Andrei Karas2-0/+78
Move path functions to paths.cpp
2011-06-16Add dataPath to branding.Andrei Karas2-0/+12
2011-06-14Add ability to add comments to any players.Andrei Karas2-2/+15
2011-06-03Fix code style in sha256.cppAndrei Karas1-2/+4