Fix: Lightshare Module(Windlight)-Region settings are not applicable for database sqlite mantis: http://opensimulator.org/mantis/view.php?id=5888
parent
db90dea9bd
commit
33e66107be
|
@ -472,3 +472,73 @@ COMMIT;
|
||||||
BEGIN;
|
BEGIN;
|
||||||
ALTER TABLE regionsettings ADD COLUMN covenant_datetime INTEGER NOT NULL default 0;
|
ALTER TABLE regionsettings ADD COLUMN covenant_datetime INTEGER NOT NULL default 0;
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
:VERSION 23
|
||||||
|
BEGIN;
|
||||||
|
CREATE TABLE regionwindlight (
|
||||||
|
region_id VARCHAR(36) NOT NULL DEFAULT '000000-0000-0000-0000-000000000000' PRIMARY KEY,
|
||||||
|
water_color_r FLOAT NOT NULL DEFAULT '4.000000',
|
||||||
|
water_color_g FLOAT NOT NULL DEFAULT '38.000000',
|
||||||
|
water_color_b FLOAT NOT NULL DEFAULT '64.000000',
|
||||||
|
water_color_i FLOAT NOT NULL DEFAULT '1.000000',
|
||||||
|
water_fog_density_exponent FLOAT NOT NULL DEFAULT '4.0',
|
||||||
|
underwater_fog_modifier FLOAT NOT NULL DEFAULT '0.25',
|
||||||
|
reflection_wavelet_scale_1 FLOAT NOT NULL DEFAULT '2.0',
|
||||||
|
reflection_wavelet_scale_2 FLOAT NOT NULL DEFAULT '2.0',
|
||||||
|
reflection_wavelet_scale_3 FLOAT NOT NULL DEFAULT '2.0',
|
||||||
|
fresnel_scale FLOAT NOT NULL DEFAULT '0.40',
|
||||||
|
fresnel_offset FLOAT NOT NULL DEFAULT '0.50',
|
||||||
|
refract_scale_above FLOAT NOT NULL DEFAULT '0.03',
|
||||||
|
refract_scale_below FLOAT NOT NULL DEFAULT '0.20',
|
||||||
|
blur_multiplier FLOAT NOT NULL DEFAULT '0.040',
|
||||||
|
big_wave_direction_x FLOAT NOT NULL DEFAULT '1.05',
|
||||||
|
big_wave_direction_y FLOAT NOT NULL DEFAULT '-0.42',
|
||||||
|
little_wave_direction_x FLOAT NOT NULL DEFAULT '1.11',
|
||||||
|
little_wave_direction_y FLOAT NOT NULL DEFAULT '-1.16',
|
||||||
|
normal_map_texture VARCHAR(36) NOT NULL DEFAULT '822ded49-9a6c-f61c-cb89-6df54f42cdf4',
|
||||||
|
horizon_r FLOAT NOT NULL DEFAULT '0.25',
|
||||||
|
horizon_g FLOAT NOT NULL DEFAULT '0.25',
|
||||||
|
horizon_b FLOAT NOT NULL DEFAULT '0.32',
|
||||||
|
horizon_i FLOAT NOT NULL DEFAULT '0.32',
|
||||||
|
haze_horizon FLOAT NOT NULL DEFAULT '0.19',
|
||||||
|
blue_density_r FLOAT NOT NULL DEFAULT '0.12',
|
||||||
|
blue_density_g FLOAT NOT NULL DEFAULT '0.22',
|
||||||
|
blue_density_b FLOAT NOT NULL DEFAULT '0.38',
|
||||||
|
blue_density_i FLOAT NOT NULL DEFAULT '0.38',
|
||||||
|
haze_density FLOAT NOT NULL DEFAULT '0.70',
|
||||||
|
density_multiplier FLOAT NOT NULL DEFAULT '0.18',
|
||||||
|
distance_multiplier FLOAT NOT NULL DEFAULT '0.8',
|
||||||
|
max_altitude INTEGER NOT NULL DEFAULT '1605',
|
||||||
|
sun_moon_color_r FLOAT NOT NULL DEFAULT '0.24',
|
||||||
|
sun_moon_color_g FLOAT NOT NULL DEFAULT '0.26',
|
||||||
|
sun_moon_color_b FLOAT NOT NULL DEFAULT '0.30',
|
||||||
|
sun_moon_color_i FLOAT NOT NULL DEFAULT '0.30',
|
||||||
|
sun_moon_position FLOAT NOT NULL DEFAULT '0.317',
|
||||||
|
ambient_r FLOAT NOT NULL DEFAULT '0.35',
|
||||||
|
ambient_g FLOAT NOT NULL DEFAULT '0.35',
|
||||||
|
ambient_b FLOAT NOT NULL DEFAULT '0.35',
|
||||||
|
ambient_i FLOAT NOT NULL DEFAULT '0.35',
|
||||||
|
east_angle FLOAT NOT NULL DEFAULT '0.00',
|
||||||
|
sun_glow_focus FLOAT NOT NULL DEFAULT '0.10',
|
||||||
|
sun_glow_size FLOAT NOT NULL DEFAULT '1.75',
|
||||||
|
scene_gamma FLOAT NOT NULL DEFAULT '1.00',
|
||||||
|
star_brightness FLOAT NOT NULL DEFAULT '0.00',
|
||||||
|
cloud_color_r FLOAT NOT NULL DEFAULT '0.41',
|
||||||
|
cloud_color_g FLOAT NOT NULL DEFAULT '0.41',
|
||||||
|
cloud_color_b FLOAT NOT NULL DEFAULT '0.41',
|
||||||
|
cloud_color_i FLOAT NOT NULL DEFAULT '0.41',
|
||||||
|
cloud_x FLOAT NOT NULL DEFAULT '1.00',
|
||||||
|
cloud_y FLOAT NOT NULL DEFAULT '0.53',
|
||||||
|
cloud_density FLOAT NOT NULL DEFAULT '1.00',
|
||||||
|
cloud_coverage FLOAT NOT NULL DEFAULT '0.27',
|
||||||
|
cloud_scale FLOAT NOT NULL DEFAULT '0.42',
|
||||||
|
cloud_detail_x FLOAT NOT NULL DEFAULT '1.00',
|
||||||
|
cloud_detail_y FLOAT NOT NULL DEFAULT '0.53',
|
||||||
|
cloud_detail_density FLOAT NOT NULL DEFAULT '0.12',
|
||||||
|
cloud_scroll_x FLOAT NOT NULL DEFAULT '0.20',
|
||||||
|
cloud_scroll_x_lock INTEGER NOT NULL DEFAULT '0',
|
||||||
|
cloud_scroll_y FLOAT NOT NULL DEFAULT '0.01',
|
||||||
|
cloud_scroll_y_lock INTEGER NOT NULL DEFAULT '0',
|
||||||
|
draw_classic_clouds INTEGER NOT NULL DEFAULT '1');
|
||||||
|
|
||||||
|
COMMIT;
|
File diff suppressed because it is too large
Load Diff
|
@ -484,7 +484,6 @@
|
||||||
;; such as the Meta7 viewer.
|
;; such as the Meta7 viewer.
|
||||||
;; It has no ill effect on viewers which do not support server-side
|
;; It has no ill effect on viewers which do not support server-side
|
||||||
;; windlight settings.
|
;; windlight settings.
|
||||||
;; Currently we only have support for MySQL databases.
|
|
||||||
; enable_windlight = false
|
; enable_windlight = false
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1070,7 +1070,6 @@
|
||||||
[LightShare]
|
[LightShare]
|
||||||
; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
|
; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
|
||||||
; It has no ill effect on viewers which do not support server-side windlight settings.
|
; It has no ill effect on viewers which do not support server-side windlight settings.
|
||||||
; Currently we only have support for MySQL databases.
|
|
||||||
enable_windlight = false
|
enable_windlight = false
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue