summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
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
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas2-4/+5
2011-05-24Add simple memory leak detector.Andrei Karas7-0/+14
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-08Fix some include files paths.Andrei Karas2-2/+2
2011-05-07Save atack filter between restarts.Andrei Karas2-1/+24
2011-04-30Fix windows mkdir issues.Andrei Karas1-14/+65
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.