ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/output-sync
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:16 2006 UTC (18 years, 5 months ago) by root
Branch: UPSTREAM
CVS Tags: rel-2_0, rel-2_1, UPSTREAM_2006_03_15, LAST_C_VERSION, STABLE, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

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.