Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-27 | Removed the unused BuddyList class | Bjørn Lindeijer | 1 | -128/+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-27 | Fixed include structure in resource/ directory | Bjørn Lindeijer | 1 | -8/+8 | |
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-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -4/+4 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-04 | Merged revisions 4332 via svnmerge from | Bjørn Lindeijer | 1 | -1/+5 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4332 | b_lindeijer | 2008-06-05 09:33:12 +0200 (Thu, 05 Jun 2008) | 5 lines Added command line argument to specify the update host (-H). Also, to avoid problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga. ........ | |||||
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -2/+6 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -42/+25 | |
2005-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 1 | -3/+3 | |
on MacOS X) and some cleanups. | |||||
2005-08-25 | Adding min and max length check for password, more code cleanups in login ↵ | Yohann Ferreira | 1 | -2/+2 | |
and removing possible buffer overflows by replacing some global char[] by std::strings. | |||||
2005-08-03 | Removed an unneeded header. | Björn Steinbrink | 1 | -0/+1 | |
2005-07-16 | Oops forgot two slashes. | Yohann Ferreira | 1 | -1/+1 | |
2005-07-16 | Now we don't use the char *homeDir anymore. | Yohann Ferreira | 1 | -1/+1 | |
2005-06-30 | Improved buddylist, added talk | Mateusz Kaduk | 1 | -2/+5 | |
2005-06-30 | No need for xml, for saving buddy. Now saving, loading works. | Mateusz Kaduk | 1 | -90/+34 | |
2005-06-19 | Compiling fixes | Eugenio Favalli | 1 | -1/+1 | |
2005-06-19 | now buddy.xml is saved in home dir... | José Ávila | 1 | -7/+3 | |
2005-06-19 | Now added buddy are saved | Mateusz Kaduk | 1 | -7/+72 | |
2005-06-19 | Saving buddy in xml file | Mateusz Kaduk | 1 | -1/+50 | |
2005-05-16 | Formatting updates to buddy window and menu item and made testing menu item | Bjørn Lindeijer | 1 | -33/+33 | |
visible. | |||||
2005-05-15 | Small fixes | Mateusz Kaduk | 1 | -1/+1 | |
2005-05-15 | Using guichan ListModel | Mateusz Kaduk | 1 | -20/+19 | |
2005-05-09 | Added buddylist model | Mateusz Kaduk | 1 | -3/+32 | |
2005-05-08 | Added buddylist model, will be implmented later | Mateusz Kaduk | 1 | -0/+53 | |