Page 1 of 1

Scroll Lock

Posted: 08 Nov 2016 20:20
by Herzbube
Is there a way to activate some kind of scroll lock? Auto scrolling gets really annoying when trying to read something further up the chat log.

Re: Scroll Lock

Posted: 08 Nov 2016 21:04
by Cherek
Herzbube wrote:Is there a way to activate some kind of scroll lock? Auto scrolling gets really annoying when trying to read something further up the chat log.
No unfortunately you can't right now. And yes, it's definitely a feature that would be good to have. But as usual in a volunteer developed game, it comes down to someone with the skills and time to implement it. Right know there's only one active wizard who knows how the client works and could do something about, and he's got tons of other stuff to do as well.

Re: Scroll Lock

Posted: 08 Nov 2016 21:35
by Melarec
Herzbube wrote:Is there a way to activate some kind of scroll lock? Auto scrolling gets really annoying when trying to read something further up the chat log.
The easiest way is to go somewhere secluded with no passive events and read the backlog there.
Or you can click the "Disconnect" button and reconnect when you've finished reading.

Re: Scroll Lock

Posted: 10 Nov 2016 22:51
by Herzbube
Thanks for the quick replies, guys. I completely understand that it is difficult and time consuming to implement, especially when relying on volounteer helpers.

Re: Scroll Lock

Posted: 11 Nov 2016 13:06
by Zhar
Perhaps logging to a text file could help?

Re: Scroll Lock

Posted: 15 Nov 2016 18:23
by kirsach
Zhar wrote:Perhaps logging to a text file could help?
Is it possible from a Web client? If yes, can anyone post some code how to do it?

Re: Scroll Lock

Posted: 16 Nov 2016 11:54
by Zhar
kirsach wrote:
Zhar wrote:Perhaps logging to a text file could help?
Is it possible from a Web client? If yes, can anyone post some code how to do it?
I'm not a web-client developer. It's written in JS, which doesn't have access to your filesystem. There are workarounds, like saving text and generating an url you can visit in your browser or creating a blob and adding the 'save' button somewhere, but you'll have to wait for someone doing the web client to confirm if such a thing is feasible.

https://eligrey.com/demos/FileSaver.js/

Re: Scroll Lock

Posted: 16 Nov 2016 12:10
by cotillion
I've looked into logging to a file.
Currently the best approach seems to be to use IndexedDB to store the rows and then add some interface where the player can 'download' the logs.

It's not implemented due to lack of time.
It should be possible to implement through triggers and aliases if someone wants to go crazy.