erkyrath / tworld

A choice-based shared online text environment sandbox
MIT License
71 stars 13 forks source link

A transcripting/logging feature? #166

Open erkyrath opened 9 years ago

erkyrath commented 9 years ago

People like keeping logs.

sophialuden commented 9 years ago

A helpful first step in this direction would be unlimited scrollback in the event/chat pane.

erkyrath commented 9 years ago

Unlimited scrollback is never a good idea. It always leads to a bug report saying "I played your game for six hours and it got so slow I couldn't even type any more. What gives?"

However, the current limit is 60 lines. I could bump that to a couple hundred, at least.

erkyrath commented 9 years ago

Emily notes that a playtester's transcript should really include actions and pane display updates as well as event pane logs.

(The original use case was "log a player meeting event in a location", which would just need the event pane logs.)

erkyrath commented 8 years ago

Bumped to 160.

erkyrath commented 8 years ago

I've implemented some of a logging feature, but there's no UI to activate it.