ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/output-sync
Revision: 1.2
Committed: Mon Sep 10 17:33:44 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
remove cruft

File Contents

# User Rev Content
1 root 1.1
2     As of version 0.91.7, new output handling
3     was added. The behaviour is controlled
4     with the output-sync and output-count
5     commands.
6    
7     output-sync controls how often information
8     is sent to the screen. Each buffer has its
9     own time value, and will be flushed
10     independantly. The default value is 16 ticks
11     (about 2 seconds).
12    
13     output-count sets after how many messages
14     of the same type, they are then printed out.
15     If the value was 10, then after killing
16     ten orcs, the message '10 times you kill orc'
17     would be printed out. The default value is 1 -
18     this means that all messages get printed out
19     as they are requested - buffering is disabled
20     in this regard.