From 4bcb0fcb13c26fda64e225b2ccc00691d46abbd6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 17 Mar 2006 22:10:16 +0000 Subject: [PATCH] new localinfo crap --- configs/core.ini | 12 ++++++++++++ configs/cstrike/core.ini | 11 +++++++++++ configs/dod/core.ini | 12 ++++++++++++ configs/tfc/core.ini | 12 ++++++++++++ configs/ts/core.ini | 12 ++++++++++++ 5 files changed, 59 insertions(+) diff --git a/configs/core.ini b/configs/core.ini index 849ecf67..cdf093a2 100755 --- a/configs/core.ini +++ b/configs/core.ini @@ -25,3 +25,15 @@ amxx_logging 1 ; 16 - log internal function calls (only in debug mode) ; 32 - log line number accesses (only in debug mode) bin_logging 49 + +; Maximum binary log size, in megs +max_binlog_size 20 + +; Plugin optimization flags - add these up to get what you want +; lowering these may stop crashes on very old CPUs +; set 65536 to disable optimizer, NOT 0! +;------------- +; 1 - float arithmetic +; 2 - float comparisons +; 4 - float rounding +optimizer 7 diff --git a/configs/cstrike/core.ini b/configs/cstrike/core.ini index 2cac8cbf..facc440d 100755 --- a/configs/cstrike/core.ini +++ b/configs/cstrike/core.ini @@ -28,3 +28,14 @@ amxx_logging 1 ; 32 - log line number accesses (only in debug mode) bin_logging 49 +; Maximum binary log size, in megs +max_binlog_size 20 + +; Plugin optimization flags - add these up to get what you want +; lowering these may stop crashes on very old CPUs +; set 65536 to disable optimizer, NOT 0! +;------------- +; 1 - float arithmetic +; 2 - float comparisons +; 4 - float rounding +optimizer 7 diff --git a/configs/dod/core.ini b/configs/dod/core.ini index 1d55d775..83f9c62c 100755 --- a/configs/dod/core.ini +++ b/configs/dod/core.ini @@ -28,3 +28,15 @@ dodstats addons/amxmodx/data/dodstats.dat ; 16 - log internal function calls (only in debug mode) ; 32 - log line number accesses (only in debug mode) bin_logging 49 + +; Maximum binary log size, in megs +max_binlog_size 20 + +; Plugin optimization flags - add these up to get what you want +; lowering these may stop crashes on very old CPUs +; set 65536 to disable optimizer, NOT 0! +;------------- +; 1 - float arithmetic +; 2 - float comparisons +; 4 - float rounding +optimizer 7 diff --git a/configs/tfc/core.ini b/configs/tfc/core.ini index 4d48e3b2..06df98e8 100755 --- a/configs/tfc/core.ini +++ b/configs/tfc/core.ini @@ -27,3 +27,15 @@ amxx_logging 1 ; 16 - log internal function calls (only in debug mode) ; 32 - log line number accesses (only in debug mode) bin_logging 49 + +; Maximum binary log size, in megs +max_binlog_size 20 + +; Plugin optimization flags - add these up to get what you want +; lowering these may stop crashes on very old CPUs +; set 65536 to disable optimizer, NOT 0! +;------------- +; 1 - float arithmetic +; 2 - float comparisons +; 4 - float rounding +optimizer 7 diff --git a/configs/ts/core.ini b/configs/ts/core.ini index c5674e80..15eea592 100755 --- a/configs/ts/core.ini +++ b/configs/ts/core.ini @@ -27,3 +27,15 @@ amxx_logging 1 ; 16 - log internal function calls (only in debug mode) ; 32 - log line number accesses (only in debug mode) bin_logging 49 + +; Maximum binary log size, in megs +max_binlog_size 20 + +; Plugin optimization flags - add these up to get what you want +; lowering these may stop crashes on very old CPUs +; set 65536 to disable optimizer, NOT 0! +;------------- +; 1 - float arithmetic +; 2 - float comparisons +; 4 - float rounding +optimizer 7