Enabled post-processing features. Todo: Fix bloom
Fixed avatar shadows on AMD (and any other sane GLSL compiler) Fixed windows compile: -curl version was updated after running develop.py. Not sure if applicable to linux/darwin -new llqtwebkit version on windows, since the old url is now invalid.
This commit is contained in:
@@ -8,157 +8,157 @@
|
||||
width="400">
|
||||
<panel border="true" bottom="-400" follows="left|top|right|bottom" height="400"
|
||||
label="Color Filter" left="1" mouse_opaque="false"
|
||||
name="wmiColorFilterPanel" width="398">
|
||||
<check_box bottom="-20" control_name="wmiColorFilterToggle" follows="left|top"
|
||||
name="ColorFilterPanel" width="398">
|
||||
<check_box bottom="-20" control_name="ColorFilterToggle" follows="left|top"
|
||||
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
|
||||
left="14" mouse_opaque="true" name="wmiColorFilterToggle" width="200" />
|
||||
left="14" mouse_opaque="true" name="ColorFilterToggle" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiColorFilterBrightnessText" v_pad="0"
|
||||
left="10" mouse_opaque="true" name="ColorFilterBrightnessText" v_pad="0"
|
||||
width="355">
|
||||
Brightness
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false"
|
||||
control_name="wmiColorFilterBrightness" decimal_digits="2" follows="left"
|
||||
control_name="ColorFilterBrightness" decimal_digits="2" follows="left"
|
||||
height="10" increment="0.01" initial_val="1.0" label="" left="14"
|
||||
max_val="4" min_val="0" mouse_opaque="true" name="wmiColorFilterBrightness"
|
||||
max_val="4" min_val="0" mouse_opaque="true" name="ColorFilterBrightness"
|
||||
show_text="true" value="1.0" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiColorFilterSaturationText" v_pad="0"
|
||||
left="10" mouse_opaque="true" name="ColorFilterSaturationText" v_pad="0"
|
||||
width="355">
|
||||
Saturation
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false"
|
||||
control_name="wmiColorFilterSaturation" decimal_digits="2" follows="left"
|
||||
control_name="ColorFilterSaturation" decimal_digits="2" follows="left"
|
||||
height="10" increment="0.01" initial_val="1.0" label="" left="14"
|
||||
max_val="2" min_val="-1" mouse_opaque="true"
|
||||
name="wmiColorFilterSaturation" show_text="true" value="1.0" width="200" />
|
||||
name="ColorFilterSaturation" show_text="true" value="1.0" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiColorFilterContrastText" v_pad="0"
|
||||
left="10" mouse_opaque="true" name="ColorFilterContrastText" v_pad="0"
|
||||
width="355">
|
||||
Contrast
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="wmiColorFilterContrast"
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="ColorFilterContrast"
|
||||
decimal_digits="2" follows="left" height="10" increment="0.01"
|
||||
initial_val="1.0" label="" left="14" max_val="4" min_val="0"
|
||||
mouse_opaque="true" name="wmiColorFilterContrast" show_text="true"
|
||||
mouse_opaque="true" name="ColorFilterContrast" show_text="true"
|
||||
value="1.0" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiColorFilterBaseText" v_pad="0"
|
||||
left="10" mouse_opaque="true" name="ColorFilterBaseText" v_pad="0"
|
||||
width="355">
|
||||
Contrast Base Color
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="wmiColorFilterBaseR"
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="ColorFilterBaseR"
|
||||
decimal_digits="3" follows="left" height="10" increment="0.01"
|
||||
initial_val="1.0" label="R" left="14" max_val="1" min_val="0"
|
||||
mouse_opaque="true" name="wmiColorFilterBaseR" show_text="true" value="1.0"
|
||||
mouse_opaque="true" name="ColorFilterBaseR" show_text="true" value="1.0"
|
||||
width="200" />
|
||||
<slider bottom_delta="-20" can_edit_text="false" control_name="wmiColorFilterBaseG"
|
||||
<slider bottom_delta="-20" can_edit_text="false" control_name="ColorFilterBaseG"
|
||||
decimal_digits="3" follows="left" height="10" increment="0.01"
|
||||
initial_val="1.0" label="G" left="14" max_val="1" min_val="0"
|
||||
mouse_opaque="true" name="wmiColorFilterBaseG" show_text="true" value="1.0"
|
||||
mouse_opaque="true" name="ColorFilterBaseG" show_text="true" value="1.0"
|
||||
width="200" />
|
||||
<slider bottom_delta="-20" can_edit_text="false" control_name="wmiColorFilterBaseB"
|
||||
<slider bottom_delta="-20" can_edit_text="false" control_name="ColorFilterBaseB"
|
||||
decimal_digits="3" follows="left" height="10" increment="0.01"
|
||||
initial_val="1.0" label="B" left="14" max_val="1" min_val="0"
|
||||
mouse_opaque="true" name="wmiColorFilterBaseB" show_text="true" value="1.0"
|
||||
mouse_opaque="true" name="ColorFilterBaseB" show_text="true" value="1.0"
|
||||
width="200" />
|
||||
<slider bottom_delta="-20" can_edit_text="false" control_name="wmiColorFilterBaseI"
|
||||
<slider bottom_delta="-20" can_edit_text="false" control_name="ColorFilterBaseI"
|
||||
decimal_digits="3" follows="left" height="10" increment="0.01"
|
||||
initial_val="0.5" label="I" left="14" max_val="1" min_val="0"
|
||||
mouse_opaque="true" name="wmiColorFilterBaseI" show_text="true" value="1.0"
|
||||
mouse_opaque="true" name="ColorFilterBaseI" show_text="true" value="1.0"
|
||||
width="200" />
|
||||
</panel>
|
||||
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
|
||||
label="Night Vision" left="1" mouse_opaque="false"
|
||||
name="wmiNightVisionPanel" width="398">
|
||||
<check_box bottom="-20" control_name="wmiNightVisionToggle" follows="left|top"
|
||||
name="NightVisionPanel" width="398">
|
||||
<check_box bottom="-20" control_name="NightVisionToggle" follows="left|top"
|
||||
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
|
||||
left="14" mouse_opaque="true" name="wmiNightVisionToggle" width="200" />
|
||||
left="14" mouse_opaque="true" name="NightVisionToggle" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiNightVisionBrightMultText" v_pad="0"
|
||||
left="10" mouse_opaque="true" name="NightVisionBrightMultText" v_pad="0"
|
||||
width="355">
|
||||
Light Amplification Multiple
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false"
|
||||
control_name="wmiNightVisionBrightMult" decimal_digits="3" follows="left"
|
||||
control_name="NightVisionBrightMult" decimal_digits="3" follows="left"
|
||||
height="10" increment="0.01" initial_val="3.0" label="" left="14"
|
||||
max_val="10" min_val="1" mouse_opaque="true"
|
||||
name="wmiNightVisionBrightMult" show_text="true" value="0.7" width="200" />
|
||||
name="NightVisionBrightMult" show_text="true" value="0.7" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiNightVisionNoiseSizeText" v_pad="0"
|
||||
left="10" mouse_opaque="true" name="NightVisionNoiseSizeText" v_pad="0"
|
||||
width="355">
|
||||
Noise Size
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="wmiNightVisionNoiseSize"
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="NightVisionNoiseSize"
|
||||
decimal_digits="3" follows="left" height="10" increment="0.1"
|
||||
initial_val="1" label="" left="14" max_val="100" min_val="1"
|
||||
mouse_opaque="true" name="wmiNightVisionNoiseSize" show_text="true"
|
||||
mouse_opaque="true" name="NightVisionNoiseSize" show_text="true"
|
||||
value="1.0" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiNightVisionNoiseStrengthText"
|
||||
left="10" mouse_opaque="true" name="NightVisionNoiseStrengthText"
|
||||
v_pad="0" width="355">
|
||||
Noise Strength
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false"
|
||||
control_name="wmiNightVisionNoiseStrength" decimal_digits="3"
|
||||
control_name="NightVisionNoiseStrength" decimal_digits="3"
|
||||
follows="left" height="10" increment="0.01" initial_val="0.3" label=""
|
||||
left="14" max_val="1" min_val="0" mouse_opaque="true"
|
||||
name="wmiNightVisionNoiseStrength" show_text="true" value="1.0" width="200" />
|
||||
name="NightVisionNoiseStrength" show_text="true" value="1.0" width="200" />
|
||||
</panel>
|
||||
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
|
||||
label="Bloom" left="1" mouse_opaque="true"
|
||||
name="wmiBloomPanel" width="398">
|
||||
<check_box bottom="-20" control_name="wmiBloomToggle" follows="left|top"
|
||||
name="BloomPanel" width="398">
|
||||
<check_box bottom="-20" control_name="BloomToggle" follows="left|top"
|
||||
font="SansSerifSmall" height="16" initial_value="false" label="Enable"
|
||||
left="14" mouse_opaque="true" name="wmiBloomToggle" width="200" />
|
||||
left="14" mouse_opaque="true" name="BloomToggle" width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-21" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiBloomExtractText" v_pad="0"
|
||||
left="10" mouse_opaque="true" name="BloomExtractText" v_pad="0"
|
||||
width="355">
|
||||
Luminosity Extraction
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="wmiBloomExtract"
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="BloomExtract"
|
||||
decimal_digits="3" follows="left" height="10" increment="0.01"
|
||||
initial_val="0.9" label="" left="14" max_val="1" min_val="0"
|
||||
mouse_opaque="true" name="wmiBloomExtract" show_text="true" value="0.7"
|
||||
mouse_opaque="true" name="BloomExtract" show_text="true" value="0.7"
|
||||
width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiBloomSizeText" v_pad="0" width="355">
|
||||
left="10" mouse_opaque="true" name="BloomSizeText" v_pad="0" width="355">
|
||||
Bloom Size
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="wmiBloomSize"
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="BloomSize"
|
||||
decimal_digits="3" follows="left" height="10" increment="0.01"
|
||||
initial_val="3.0" label="" left="14" max_val="20" min_val="0"
|
||||
mouse_opaque="true" name="wmiBloomSize" show_text="true" value="1.0"
|
||||
mouse_opaque="true" name="BloomSize" show_text="true" value="1.0"
|
||||
width="200" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top|right"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="10" mouse_opaque="true" name="wmiBloomStrengthText" v_pad="0"
|
||||
left="10" mouse_opaque="true" name="BloomStrengthText" v_pad="0"
|
||||
width="355">
|
||||
Bloom Strength
|
||||
</text>
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="wmiBloomStrength"
|
||||
<slider bottom_delta="-30" can_edit_text="false" control_name="BloomStrength"
|
||||
decimal_digits="3" follows="left" height="10" increment="0.01"
|
||||
initial_val="1.2" label="" left="14" max_val="10" min_val="0"
|
||||
mouse_opaque="true" name="wmiBloomStrength" show_text="true" value="1.0"
|
||||
mouse_opaque="true" name="BloomStrength" show_text="true" value="1.0"
|
||||
width="200" />
|
||||
</panel>
|
||||
<panel border="true" bottom="-180" follows="left|top|right|bottom" height="400"
|
||||
|
||||
@@ -668,6 +668,10 @@
|
||||
mouse_opaque="true" name="Day Cycle Editor" width="169">
|
||||
<on_click function="World.DayCycle" userdata="editor" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom="-173" enabled="false" height="19" label="Post-Processing Effects" left="0"
|
||||
mouse_opaque="true" name="Post-Processing Effects" width="169">
|
||||
<on_click function="World.PostProcess" userdata="editor" />
|
||||
</menu_item_call>
|
||||
</menu>
|
||||
</menu>
|
||||
<menu bottom="-18" create_jump_keys="true" drop_shadow="true" enabled="true"
|
||||
|
||||
Reference in New Issue
Block a user