Last change
on this file since 8839 was
8829,
checked in by landauf, 13 years ago
|
enhanced chat system. chat related code is now separated into network-side code (located in Host, Client, Server) and client-side code (located in ChatManager).
note that there are now two chat related listeners: NetworkChatListener, which is used to send chat from the network to ChatManager, and ChatListener, which is used to send online and offline chat from ChatManager to the actual chat interfaces (ChatOverlay, ChatInputHandler, …).
the "chat" console command now supports a second argument which is the clientID of the receiver. this allows private messages (or gameplay messages directed to only one specific player).
|
-
Property svn:eol-style set to
native
|
File size:
93 bytes
|
Line | |
---|
1 | ADD_SOURCE_FILES(ORXONOX_SRC_FILES |
---|
2 | ChatHistory.cc |
---|
3 | ChatInputHandler.cc |
---|
4 | ChatManager.cc |
---|
5 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.