Huge renderer update (WIP). Still plenty to do, especially pertaining to UI.
-Nametag bubble visbility is oddly inconsistent. May vanish with future planned UI merges... -VBOs are PAINFULLY slow on ATI hardware. This repos self-compiled davep/shining-fixes branch, so I'll leave the ball in LL's court for now regarding that.
This commit is contained in:
@@ -51,20 +51,20 @@ SansSerif style=ITALIC
|
||||
SansSerif style=BOLD|ITALIC
|
||||
</text>
|
||||
|
||||
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC|DROP_SHADOW_SOFT">
|
||||
SansSerif style=BOLD|ITALIC|DROP_SHADOW_SOFT
|
||||
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC" font-shadow="soft">
|
||||
SansSerif style=BOLD|ITALIC shadow = DROP_SHADOW_SOFT
|
||||
</text>
|
||||
|
||||
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="UNDERLINE">
|
||||
SansSerif style=UNDERLINE
|
||||
</text>
|
||||
|
||||
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="DROP_SHADOW">
|
||||
SansSerif style=DROP_SHADOW
|
||||
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-shadow="hard">
|
||||
SansSerif shadow=DROP_SHADOW
|
||||
</text>
|
||||
|
||||
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="DROP_SHADOW_SOFT">
|
||||
SansSerif style=DROP_SHADOW_SOFT
|
||||
<text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-shadow="soft">
|
||||
SansSerif shadow=DROP_SHADOW_SOFT
|
||||
</text>
|
||||
|
||||
<text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16">
|
||||
|
||||
@@ -191,10 +191,10 @@
|
||||
initial_value="true" label="Deferred Shading" left_delta="0"
|
||||
mouse_opaque="true" name="RenderDeferred" radio_style="false"
|
||||
width="256" />
|
||||
<check_box bottom_delta="-17" control_name="RenderDeferredGI" enabled="true"
|
||||
<check_box bottom_delta="-17" control_name="RenderDepthOfField" enabled="true"
|
||||
follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="true" label="Global Illumination (Experimental!)" left_delta="0"
|
||||
mouse_opaque="true" name="RenderDeferredGI" radio_style="false"
|
||||
initial_value="true" label="Depth of Field" left_delta="0"
|
||||
mouse_opaque="true" name="RenderDepthOfField" radio_style="false"
|
||||
width="256" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-17" drop_shadow_visible="true" enabled="true" follows="left|top"
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
<layout_panel name="panel3" min_height="10" height="200" width="640"/>
|
||||
<layout_panel name="panel4" min_height="250" height="250" width="640" auto_resize="false">
|
||||
<icon image_name="rounded_square.tga" color="LoginProgressBoxCenterColor" left="0" bottom="0" width="640" height="250" follows="left|right|bottom|top"/>
|
||||
<text name="title_text" halign="center" font="SansSerif" left="0" bottom="-70" width="640" height="20" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top"/>
|
||||
<text name="progress_text" halign="center" font="SansSerif" left="0" bottom="-95" width="640" height="20" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top"/>
|
||||
<text name="title_text" halign="center" font="SansSerif" left="0" bottom="-70" width="640" height="20" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top"/>
|
||||
<text name="progress_text" halign="center" font="SansSerif" left="0" bottom="-95" width="640" height="20" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top"/>
|
||||
<progress_bar name="login_progress_bar" color="255,255,255,245" height="16" bottom="135" left="45" right="-45" follows="left|right|top" />
|
||||
<text name="message_text" halign="center" line_spacing="8" font="SansSerif" left="20" bottom="5" width="600" height="100" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top|bottom"/>
|
||||
<text name="message_text" halign="center" line_spacing="8" font="SansSerif" left="20" bottom="5" width="600" height="100" text_color="LoginProgressBoxTextColor" font-shadow="hard" follows="left|right|top|bottom"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panel5" min_width="10" height="200" width="640"/>
|
||||
</layout_stack>
|
||||
|
||||
Reference in New Issue
Block a user