summaryrefslogtreecommitdiff
path: root/src/net/ea/gui/partytab.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-12Move PartyTab from net namespace into gui.Andrei Karas1-251/+0
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for serverFeatures.Andrei Karas1-2/+2
2014-09-17Remove getter for partyHandler.Andrei Karas1-12/+12
2014-09-10If server support, add chat command for party tab for set party leader.Andrei Karas1-0/+8
2014-08-28Fix code style.Andrei Karas1-1/+0
2014-08-27Remove unused commands.cpp and commandhandler.cpp.Andrei Karas1-1/+0
2014-08-27Move boolean_options define into separate file.Andrei Karas1-0/+1
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-2/+2
2014-05-20Move partyshare into separate file.Andrei Karas1-12/+16
2014-05-18Remove useless includes.Andrei Karas1-0/+2
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-9/+17
2014-02-13Remove unused chat help from code.Andrei Karas1-75/+1
2014-02-12add autocomplete special commands in party tab.Andrei Karas1-0/+10
2014-02-02Add missing const and static into net classes.Andrei Karas1-4/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-26add restrict into chattab.Andrei Karas1-1/+2
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+2
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-09-18show online messages in party tab.Andrei Karas1-0/+11
2013-09-15remove unused includes from net directory.Andrei Karas1-6/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-20fix typo.Andrei Karas1-1/+1
2013-07-11move sound constants to separate file.Andrei Karas1-0/+1
2013-05-31Improve chattab class.Andrei Karas1-2/+2
2013-05-03add comments for translators.Andrei Karas1-0/+35
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-07fix more style, add consts.Andrei Karas1-0/+2
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-1/+1
2013-03-21Add channel name to chat tabs.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-28Add outlining support to tabs.Andrei Karas1-3/+6
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-11-27Simplify command handlers.Andrei Karas1-2/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+2
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-5/+3
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-2/+2
2012-09-08Add new colors for party and guild tabs.Andrei Karas1-0/+4
2012-09-02Add const to more classes.Andrei Karas1-3/+3
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-02-28Fix some sound event.Andrei Karas1-0/+5
2012-02-08Fix code style with new tool.Andrei Karas1-1/+0
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-30Extract shared logic from guildhandler and partyhandler netcode to ea namespace.Andrei Karas1-0/+245