summaryrefslogtreecommitdiff
path: root/src/net/tmwa/partyhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-06-05Fix crash if reconnecting to server. Was introduced after fixing memory leaks.Andrei Karas1-0/+5
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-22Rebuild language files again. Update translations. Fixed typo in text lines.Andrei Karas1-1/+1
New translation for Finish language. thanks for Byakushin.
2011-05-22Some typo fixes and add comments for translators.Andrei Karas1-2/+2
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-2/+2
2011-03-11Show message if some one join your party.Andrei Karas1-1/+25
2011-02-19Update copyrights.Andrei Karas1-2/+2
2011-01-02Initial commit.Andrei Karas1-0/+547
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.