summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
2011-04-25Add missing checks.Andrei Karas1-3/+3
2011-04-18Fix compilation warning.Andrei Karas1-1/+6
2011-04-18Allow try different language part for searching help translations.Andrei Karas2-7/+12
2011-04-15Fix mkdir_r to not assume existence of PATH_MAXBen Longbons1-8/+4
Required to build on HURD, but good practice anyway. Reviewed-by: Thorbjørn Lindeijer
2011-04-09Small fix to code style and compilation warning.Andrei Karas1-1/+1
2011-04-06Add support for help pages translations.Andrei Karas2-0/+16
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas4-4/+4
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas5-20/+22
2011-03-04Fix code style.Andrei Karas1-4/+7
2011-03-04Possible solve problems with X clipboard in some systems.Andrei Karas1-8/+22
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas2-0/+46
2011-02-27First part of implimintation item colors.Andrei Karas2-0/+12
2011-02-19Update copyrights.Andrei Karas16-30/+44
2011-02-14Replace sprites functionality (need support in client data).Andrei Karas2-0/+13
2011-02-12Add items attribute what allow hide other sprites only by id.Andrei Karas2-0/+14
2011-02-02Make it clear that our current sha256 code is GPLv2 onlyThorbjørn Lindeijer1-3/+2
Due to taking the version from InspIRCd, our version of the file is stuck on GPLv2 and can't legally be released as "GPLv2 or later". Fix the license header accordingly. We should probably consider replacing this code once again. Reviewed-by: Patrick Matthäi
2011-01-28Fix code style and some new compilation warnings.Andrei Karas2-162/+189
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-2/+2
2011-01-13Moved the normalize() function in strungUtils where it belongs.Yohann Ferreira2-3/+17
(Preparation for bringing a smaller item loading refactoring patch.) Trivial.
2011-01-02Initial commit.Andrei Karas18-0/+2237
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.