summaryrefslogtreecommitdiff
path: root/src/party.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix some wrong parameter names in headers.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-5/+5
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-2/+2
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-11Add missing checks into other files.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-5/+8
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-28Fix formating in other files.Andrei Karas1-100/+100
2014-02-22Move avatarlistmodel into gui/models directory.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to all other files.Andrei Karas1-2/+2
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-26remove useless virtual keywords.Andrei Karas1-1/+1
2013-04-21some other fixes from cpplint.Andrei Karas1-5/+5
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-07fix more style, add consts.Andrei Karas1-1/+1
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-13/+13
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-2/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+3
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-2/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-02Add const to more classes.Andrei Karas1-12/+12
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-03-29Replace vectors with strings to short names.Andrei Karas1-3/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-18Fix compilation warnings.Andrei Karas1-1/+1
2011-08-31Always draw party members on same map in minimap.Andrei Karas1-1/+5
2011-06-04Cleanup part list and beinginfo.Andrei Karas1-0/+2
2011-03-11Show message if some one join your party.Andrei Karas1-0/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+168