From 77fa7b108f66717e1fe3fcad3c8f58c445468c12 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Dec 2002 21:52:50 +0000 Subject: [PATCH] Distance attenuation patch from Erik Hofman: It adds a command line options to enable/disbale distance attenuation using a property rather than using a #define inside the code. It also adds a small change for systems that don't support the OpenGL extension, so that the lights *do* fade away as they get furher away but they don't get smaller in size. --- Translations/strings-default.xml | 2 ++ options.xml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/Translations/strings-default.xml b/Translations/strings-default.xml index be0e4b662..89a548a9d 100644 --- a/Translations/strings-default.xml +++ b/Translations/strings-default.xml @@ -162,6 +162,8 @@ Disable fog/haze Enable fastest fog/haze Enable nicest fog/haze + Disable runway light distance attenuation + Enable runway light distance attenuation Enable 2D (flat) cloud layers Disable 2D (flat) cloud layers Enable 3D (volumetric) cloud layers diff --git a/options.xml b/options.xml index 07b9b7a45..e9af814ac 100644 --- a/options.xml +++ b/options.xml @@ -434,6 +434,16 @@ strings/fog-nicest-desc + + + +