summaryrefslogtreecommitdiff
path: root/src/playerrelations.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-30improve size() usage in playerrelations.Andrei Karas1-1/+2
2013-05-03add comments for translators.Andrei Karas1-0/+5
2013-04-20fix style in other files.Andrei Karas1-1/+4
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-6/+6
2013-04-07some fixes after auto check.Andrei Karas1-4/+1
2013-03-24fix code style.Andrei Karas1-4/+4
2013-03-24Improve playerrelation class.Andrei Karas1-31/+45
2013-02-03Fix inventory sorting.Andrei Karas1-4/+4
2013-02-02Fix errors in some compilers.v1.3.2.3Andrei Karas1-1/+1
2013-02-01Fix code style.Andrei Karas1-1/+1
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-20/+7
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-11Remove useless brackets.Andrei Karas1-3/+3
2012-10-16Fix code style and some other minor issues.Andrei Karas1-5/+6
2012-10-10Fix compilation errors with stlport.Andrei Karas1-2/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-6/+9
2012-09-22Add final keyword to most classes.Andrei Karas1-6/+6
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-2/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-3/+7
2012-09-05Fix useless variables initialisations.Andrei Karas1-9/+2
2012-09-04add const to more classes,Andrei Karas1-2/+2
2012-09-02Add const to more classes.Andrei Karas1-31/+36
2012-08-24replace defines to consts.Andrei Karas1-6/+6
2012-08-24Small style changes.Andrei Karas1-0/+1
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-08-17Fix code style.Andrei Karas1-2/+2
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-2/+2
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-04-25Improve iterators part 2.Andrei Karas1-14/+19
2012-04-01Last part of fixes.Andrei Karas1-3/+3
2012-03-29Replace vectors with strings to short names.Andrei Karas1-9/+6
2012-02-08Fix code style with new tool.Andrei Karas1-3/+2
2012-01-17Add friends tab to social window.Andrei Karas1-0/+18
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2012-01-05Add additional checks for unsecure chars:Andrei Karas1-1/+11
2011-11-13Show enemy relation in online list.Andrei Karas1-0/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-2/+2
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-11-05Dont allow player to ignore self.Andrei Karas1-0/+7
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-0/+17
2011-11-02Add enemy relation.Andrei Karas1-1/+2
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-6/+9
2011-09-14Add more checks.Andrei Karas1-4/+7
2011-09-05Sort players in setup relation tab with case insensitive.Andrei Karas1-1/+16
2011-07-07Remove undescore from variables and defines.Andrei Karas1-4/+4
2011-06-09Remove some debug messages.Andrei Karas1-8/+0
2011-06-01Change trade window font to secure font if need.Andrei Karas1-1/+2
2011-06-01Set secure font in chat tab name if need.Andrei Karas1-9/+31
2011-06-01Add setup option for finding bad chars in nicks.Andrei Karas1-0/+27
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2