summaryrefslogtreecommitdiff
path: root/src/net/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris1-16/+17
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris1-115/+196
2008-05-30Fixed handling of announce messages and private messages. Don't cut off theBjørn Lindeijer1-66/+9
2008-05-08Fixed initialisation in caseDavid Athay1-1/+2
2008-05-07Made say messages from being ID 0 display as messages from server.Philipp Sehmisch1-2/+8
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay1-3/+11
2008-04-15Added online status of guild membersDavid Athay1-1/+22
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay1-0/+11
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-0/+1
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-14/+14
2007-09-20Fixed some compilation warning.Guillaume Melquiond1-1/+0
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-0/+2
2007-03-13Removed some tabsRogier Polak1-3/+3
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-0/+76
2006-09-02Switched to short IDs for beings.Guillaume Melquiond1-2/+4
2006-08-26Implemented "say around" chat.Guillaume Melquiond1-0/+17
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-10/+10
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-5/+5
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-4/+4
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-4/+4
2006-03-18Added a toString conversion function.Björn Steinbrink1-4/+4
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+118