summaryrefslogtreecommitdiff
path: root/src/resources/buddylist.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-27Removed the unused BuddyList classBjørn Lindeijer1-72/+0
This class would store the buddy list in a file on the client, which is really not that useful. It was removed before in d268447e18c6e3edd80658f8f8d4317740c33af9, but apprently had come back with the merge with mainline.
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-13/+6
There is also a new rule that trivial constructors and destructors should no longer be trivially "documented", since this just takes up space with no gain.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-7/+7
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-5/+6
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer1-3/+3
on MacOS X) and some cleanups.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-2/+3
2005-06-30No need for xml, for saving buddy. Now saving, loading works.Mateusz Kaduk1-16/+5
2005-06-19now buddy.xml is saved in home dir...José Ávila1-5/+0
2005-06-19Now added buddy are savedMateusz Kaduk1-5/+23
2005-06-19Saving buddy in xml fileMateusz Kaduk1-0/+9
2005-05-16Formatting updates to buddy window and menu item and made testing menu itemBjørn Lindeijer1-32/+32
visible.
2005-05-15Using guichan ListModelMateusz Kaduk1-6/+7
2005-05-09Added buddylist modelMateusz Kaduk1-1/+1
2005-05-08Added buddylist model, will be implmented laterMateusz Kaduk1-0/+67