summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbarlistener.cpp
AgeCommit message (Collapse)Author
2011-06-04fix DOS line endingsOz Linden
2011-04-05ER-671 : Add LLRegionSayTo() LSL function. Added new chat type for direct ↵Dave SIMmONs
messages to match server code, use light orange for text. Reviewed by Kelly.
2011-03-16ER-614: Add lleventhost API to send chat messages. Cleanup code a bit, now ↵Dave SIMmONs
invoking proper routine to make viewer do chat animations. Commented out some un-used chat related code in llchatbar.cpp and llnotificationmanager.h. Also re-named a singleton class in llnearbychatbar.cpp so we don't have multiple LLChatHandler classes. Reviewed by Kelly
2011-03-15ER-614 : Add lleventhost API to send chat messages. Reviewed by KellyDave SIMmONs