yvt / openspades

Compatible client of Ace of Spades 0.75
http://openspades.yvt.jp/
GNU General Public License v3.0
1.14k stars 217 forks source link

Messages are added to the top of the chat. (Also the kill feed) #72

Open ShadowNinja opened 11 years ago

ShadowNinja commented 11 years ago

This causes thinks like:

d, e, f, g, h, i, j, k, l, m.
Available commands: a, b, c,

I also find it more difficult to read.

dany-on-demand commented 11 years ago

System messages could have their own small pop-up with reverse order

NotAFile commented 11 years ago

In quakelikes there is often a server message area at the top middle of the screen. The server sends a priority value (1-3 I think) along with the message. Higher priority messages are displayed longer and have bigger fonts. In the message window the messages are sorted by priority, so that hight priority window will allways be at the top.

I don't know how this could be implemented while remaining compatible with voxlap (using invisible characters for the priority value maybe?), but I just wanted to through this out there.

ShadowNinja commented 11 years ago

I would prefer if they were added to the bottom of the list, I find it easier to read as I normally read left to right and top to bottom. This would fix this issue and it should be pretty easy to implement. The invisible characters idea would require support for it in pysnip/pyspades, which would take a while as I have not seen any forks that are being actively developed.

dany-on-demand commented 11 years ago

Hey, I've been asking for BIG RED TEXT for over a year, I'm reserving that for more important things!

Pretty sure we won't be running voxlap compatibility for a long time. Even UrbanTerror ditched Q3. Yeah you can still run it but it's a hack. And yeah the devs went a bit crazy. Whatever.

EDIT:

I had in mind something like this:

Little sneak peak in there! :smiley:

ShadowNinja commented 11 years ago

It would be nice to create our own protocol to allow for things like that. However if we do that someone will need to maintain a server implementation to go along with it.

learn-more commented 11 years ago

Either there should be a cvar to change the direction, or a decision should be made towards one of the styles.

lokka30 commented 2 years ago

I believe this would be a great change to make. Back when I ran a server, I had to cut content out of the messages my server sent to players because the chat is reversed.