summaryrefslogtreecommitdiff
path: root/src/gui/socialwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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