Note there are some of these features in an unreleased client version. To get that client, use cvs and do 'cvs checkout -r post-1-0 client' Jasper Jongmans wrote: > > I have a few suggestions that I would like to make communication with other > players nicer (in my opinion). > > * Local echo of things you 'tell > Pros: this makes a conversation easier (i.e., you wont forget to what > question a certain answer was) > Cons: more lines in the logwindow It does echo things you 'say. > > * Seperate log_window/communication_window > Pros: you can keep on talking even if someone/something causes alot of lines > in the log window > Cons: you will need to monitor two windows for possible interesting activity > Note: I would like it if the communication window also contains a list of > logged in users and existing parties that you can go into ``query'' with > (similar to IRC) Sort of done. In the client described above, there is a -splitinfo window which creates two windows. Currently, the data is seperated by colored output going in one window, with black/white going in the other. This is pretty close. This functionality is only in the gcfclient. > > * Client side choosing of colours for certain events (without having to > touch the source) > Pros: you can easily seperate things that are said/told/shouted/other_stuff > Cons: it will turn your log window into a christmas tree (some people will > find this a pro) This is more or less on the TODO list. Currently, the server only sends color suggestions to the client, and no context, so the client can't really do such sorting. Whats on the TODO list is for the server to send actual descriptive id for what the text message is.