summaryrefslogtreecommitdiff
path: root/src/net/ea/gui
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Add unused warnings to other files.Andrei Karas2-2/+2
2012-10-20Fix code style and some minor issues.Andrei Karas2-4/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas4-6/+6
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas2-10/+6
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-2/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas2-2/+2
2012-10-10Delete copy constructor from net classes.Andrei Karas2-0/+4
2012-09-22Add override keyword to most overriden methods.Andrei Karas2-14/+16
2012-09-08Add new colors for party and guild tabs.Andrei Karas2-0/+8
2012-09-02Add const to more classes.Andrei Karas1-3/+3
2012-08-23Remove useless includes.Andrei Karas2-6/+0
2012-03-29Replace vectors with strings to short names.Andrei Karas4-4/+4
2012-02-28Fix some sound event.Andrei Karas4-0/+15
2012-02-08Fix code style with new tool.Andrei Karas1-1/+0
2012-01-05Update copyrights year.Andrei Karas4-4/+4
2011-10-08Add checks and fix code style.Andrei Karas2-2/+5
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas2-2/+2
2011-07-30Extract shared logic from guildhandler and partyhandler netcode to ea namespace.Andrei Karas4-0/+514