summaryrefslogtreecommitdiff
path: root/src/gui/socialwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-02-28Add different sound effects for different events.Andrei Karas1-3/+3
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-01-28Add basic support for extended online list on evol server.Andrei Karas1-1/+1
2012-01-22Add tab names P and F to translation.Andrei Karas1-2/+4
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-2/+2
2012-01-17Add friends tab to social window.Andrei Karas1-2/+129
2012-01-13Fix possible incorrect memory access.Andrei Karas1-1/+1
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-23Fix code style and some auto checked errors.Andrei Karas1-2/+2
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-37/+37
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-15/+15
2011-10-07Fix resize in skills dialog and social window.Andrei Karas1-0/+8
2011-09-23Fix default size for social and status windows.Andrei Karas1-1/+1
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-3/+3
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-7/+7
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-0/+2
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas1-2/+2
2011-08-28Fix code style.Andrei Karas1-1/+6
2011-08-28Add support for guild invitation in guild bot integration.Andrei Karas1-2/+9
2011-08-28Fix possible conflicts between class names GuildTab, PartyTab and other.Andrei Karas1-28/+28
2011-08-27Basic support for guild bot integration.Andrei Karas1-2/+109
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-8/+8
2011-07-01Replace some lists to vectors.Andrei Karas1-2/+2
2011-06-05Fix memory leak in equipmentwindow and socialwindow.Andrei Karas1-0/+8
2011-06-03Fix iterator usage in socialwindow.cppAndrei Karas1-1/+1
2011-05-30Fix memory leaks in being, socialwindow classes.Andrei Karas1-0/+6
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-06Move attack filter arrays and methods from localplayer to actorspritemanager ...Andrei Karas1-4/+5
2011-04-30Fix compilation for windows.Andrei Karas1-1/+1
2011-04-26Impliment 3 attack lists. (priority, attack, ignore)Andrei Karas1-4/+39
2011-04-21Impliment attack filter.Andrei Karas1-3/+157
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+1306