Page 1 of 1

message separator console widget revival

Posted: 22 Apr 2009, 21:08
by BrainDamage
I've fixed & added some tweaks to an old widget from kloot that replaces Spring's chat console, it adds various features such as scrollable history, font size selection, anti spam filter, and splits chat from system messages

keybindings are:
-- ctrl + F11: enters tweak mode which in turns enables the following:
* drag the center to move the boxes
* drag the borders to resize
* mousewheel on the center to change font size

-- control + \: enable/disable commands not marked by **
-- control + p: switch text overflow handling mode
-- control + f: enable/disable message filtering ( filters messages like delayed sync, etc )
-- control + o: enable/disable message outlining
-- control + ,: scroll up message history **
-- control + .: scroll down message history **
mousewheel on the center of the box will also scroll the history

Download

Image

Re: messageseparator console widget revival

Posted: 15 Jul 2009, 13:50
by BrainDamage
update:

* removed silly background colour change, now it's a static colour with transparency
* added proper font outlining
* added warnings when trying to drag/resize and not being in solid render mode

Re: message separator console widget revival

Posted: 03 Jul 2010, 23:03
by BrainDamage
another update:
* massive rewrite of some old shitty code ( reduced by one third the old code )
* removed ability to disable chat history since it was more of a burden by turning on by accident than helping
* removed "solid" draw mode and moved it over tweak mode
* now font size, resize and move are handled trough tweak mode
* faster
* less buggy, especially move and resize which were not smooth
* now player colour appears correctly even at the first message
* can use the scrollwheel to browse history when the console is visible
* more fitting borders of the text boxes
* more automagic
* fixed that player text's was incorrectly aligned to the system's box rather than it's own
* more stuff that I forgot ...

Re: message separator console widget revival

Posted: 03 Jul 2010, 23:32
by Beherith
/me installs...

Re: message separator console widget revival

Posted: 04 Jul 2010, 00:29
by BrainDamage
sorry, another small update, I accidentally broke the chat auto hide idle timer