Update REMDER (Dx9)

This commit is contained in:
D4rkl1ght3r
2024-10-18 22:02:26 +02:00
parent a8c9ab7da6
commit 63b1d2c492
58 changed files with 4876 additions and 2 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout" version="3.2.0">
<Widget type="Window" skin="WindowCS" position="0 0 285 345" align="Center" layer="Overlapped" name="WindowDeveloperOptions">
<Property key="Visible" value="true"/>
<Property key="Enabled" value="true"/>
<Property key="Caption" value="Developer Options"/>
<Widget type="ScrollView" skin="ScrollViewEmpty" position="0 0 275 310" align="Stretch">
<Property key="CanvasAlign" value="Left Top"/>
<Property key="CanvasSize" value="275 300"/>
<Widget type="Button" skin="Button" position="15 10 155 40" name="ButtonEditDefaultMat">
<Property key="Caption" value="Edit default material"/>
</Widget>
<Widget type="Button" skin="Button" position="20 70 180 40" name="ButtonPickMaterial">
<Property key="Caption" value="Pick material for editing"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="20 50 230 20">
<Property key="Caption" value="Note: Picking only works in space!"/>
</Widget>
<Widget type="Button" skin="Button" position="20 115 140 35" name="ButtonReloadTextures">
<Property key="Caption" value="Reload Textures"/>
</Widget>
<Widget type="Button" skin="Button" position="20 155 140 35" name="ButtonReloadMaterials">
<Property key="Caption" value="Reload Materials"/>
</Widget>
<Widget type="Button" skin="Button" position="20 195 140 35" name="ButtonReloadShader">
<Property key="Caption" value="Reload Shader"/>
</Widget>
<Widget type="Button" skin="Button" position="20 265 140 35" name="ButtonSaveMaterials">
<Property key="Caption" value="Save Materials"/>
</Widget>
<Widget type="EditBox" skin="TextBox" position="20 230 245 35" name="EditboxSaveMaterials">
<Property key="MultiLine" value="true"/>
<Property key="WordWrap" value="true"/>
<Property key="ReadOnly" value="true"/>
</Widget>
</Widget>
</Widget>
<CodeGeneratorSettings/>
</MyGUI>

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout" version="3.2.0">
<Widget type="Window" skin="WindowCS" position="0 0 440 315" layer="Overlapped" name="WindowEditMaterial">
<Property key="Visible" value="false"/>
<Property key="Enabled" value="true"/>
<Property key="Caption" value="Edit Material"/>
<Widget type="ScrollView" skin="ScrollViewEmpty" position="0 0 430 280" align="Stretch">
<Property key="CanvasSize" value="430 280"/>
<Property key="CanvasAlign" value="Left Top"/>
<Widget type="Button" skin="Button" position="-40 -85 110 45"/>
<Widget type="TextBox" skin="TextBox" position="15 10 105 20">
<Property key="Caption" value="Texture Name:"/>
</Widget>
<Widget type="EditBox" skin="EditBox" position="120 10 280 40" name="EditBoxTextureName">
<Property key="MultiLine" value="true"/>
<Property key="ReadOnly" value="true"/>
<Property key="WordWrap" value="true"/>
</Widget>
<Widget type="Widget" skin="PanelEmpty" position="10 55 415 55">
<Widget type="ScrollBar" skin="SliderH" position="105 30 270 20" name="SliderRoughness">
<Property key="MoveToClick" value="true"/>
<Property key="Range" value="101"/>
<Property key="Page" value="1"/>
<Property key="RangePosition" value="1"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="5 5 80 20">
<Property key="Caption" value="Roughness:"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="90 30 10 20">
<Property key="Caption" value="0"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="380 30 15 20">
<Property key="Caption" value="1"/>
</Widget>
<Widget type="EditBox" skin="EditBox" position="220 5 45 20" name="EditBoxRoughness">
<Property key="WordWrap" value="false"/>
<Property key="MultiLine" value="false"/>
<Property key="ReadOnly" value="false"/>
</Widget>
</Widget>
<Widget type="Widget" skin="PanelEmpty" position="10 115 415 55">
<Widget type="ScrollBar" skin="SliderH" position="105 30 270 20" name="SliderMetalness">
<Property key="MoveToClick" value="true"/>
<Property key="Range" value="101"/>
<Property key="Page" value="1"/>
<Property key="RangePosition" value="1"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="5 5 80 20">
<Property key="Caption" value="Metalness:"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="90 30 10 20">
<Property key="Caption" value="0"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="380 30 15 20">
<Property key="Caption" value="1"/>
</Widget>
<Widget type="EditBox" skin="EditBox" position="220 5 45 20" name="EditBoxMetalness">
<Property key="WordWrap" value="false"/>
<Property key="MultiLine" value="false"/>
<Property key="ReadOnly" value="false"/>
</Widget>
</Widget>
<Widget type="Widget" skin="PanelEmpty" position="10 175 415 55">
<Widget type="ScrollBar" skin="SliderH" position="105 30 270 20" name="SliderRoughnessTextureBias">
<Property key="MoveToClick" value="true"/>
<Property key="Range" value="201"/>
<Property key="Page" value="1"/>
<Property key="RangePosition" value="1"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="5 5 165 20">
<Property key="Caption" value="Roughness Texture Bias:"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="90 30 15 20">
<Property key="Caption" value="-1"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="380 30 15 20">
<Property key="Caption" value="1"/>
</Widget>
<Widget type="EditBox" skin="EditBox" position="220 5 45 20" name="EditBoxRoughnessTextureBias">
<Property key="WordWrap" value="false"/>
<Property key="MultiLine" value="false"/>
<Property key="ReadOnly" value="false"/>
</Widget>
</Widget>
<Widget type="Button" skin="Button" position="165 240 120 35" name="ButtonResetCurrentMaterial">
<Property key="Caption" value="Reset"/>
</Widget>
</Widget>
</Widget>
<CodeGeneratorSettings/>
</MyGUI>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Resource" version="1.1">
<Resource type="ResourceImageSet" name="MultiListButtonImage">
<Group name="Icons" texture="MyGUI_BlackBlueSkins.png" size="12 10">
<Index name="None">
<Frame point="74 185"/>
</Index>
<Index name="Up">
<Frame point="74 198"/>
</Index>
<Index name="Down">
<Frame point="74 211"/>
</Index>
</Group>
</Resource>
</MyGUI>

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,491 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Resource">
<Resource type="ResourceLayout" name="CheckBox" version="3.2.0">
<Widget type="Widget" skin="CheckBoxSkin" position="20 20 23 21" name="Root">
<Property key="TextAlign" value="Default"/>
<Property key="FontName" value="Default"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="RadioButton" version="3.2.0">
<Widget type="Widget" skin="RadioButtonSkin" position="20 20 21 20" name="Root">
<Property key="TextAlign" value="Default"/>
<Property key="FontName" value="Default"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ScrollBarH" version="3.2.0">
<Widget type="Widget" skin="ScrollPanelHSkin" position="25 50 125 15" name="Root">
<Property key="VerticalAlignment" value="false"/>
<UserString key="LE_TargetWidgetType" value="ScrollBar"/>
<Widget type="Widget" skin="PanelEmpty" position="14 0 98 15" align="Stretch" name="TrackPlace">
<Property key="NeedKey" value="false"/>
<Property key="InheritsPick" value="true"/>
<Widget type="Button" skin="ScrollTrackHSkin" position="35 1 19 14" align="Left VStretch" name="Track">
<UserString key="MinTrackSize" value="10"/>
</Widget>
<Widget type="Widget" skin="PanelEmpty" position="0 0 35 15" align="Left VStretch" name="FirstPart"/>
<Widget type="Widget" skin="PanelEmpty" position="54 0 44 15" align="Left VStretch" name="SecondPart"/>
</Widget>
<Widget type="Button" skin="ButtonLeftSkin" position="2 1 12 14" align="Left VCenter" name="Start"/>
<Widget type="Button" skin="ButtonRightSkin" position="112 1 12 14" align="Right VCenter" name="End"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ScrollBarV" version="3.2.0">
<Widget type="Widget" skin="ScrollPanelVSkin" position="25 50 15 125" name="Root">
<Property key="VerticalAlignment" value="true"/>
<UserString key="LE_TargetWidgetType" value="ScrollBar"/>
<Widget type="Widget" skin="PanelEmpty" position="0 14 15 99" align="Stretch" name="TrackPlace">
<Property key="NeedKey" value="false"/>
<Property key="InheritsPick" value="true"/>
<Widget type="Button" skin="ScrollTrackVSkin" position="1 25 14 19" align="HStretch Top" name="Track">
<UserString key="MinTrackSize" value="10"/>
</Widget>
<Widget type="Widget" skin="PanelEmpty" position="0 0 15 25" align="HStretch Top" name="FirstPart"/>
<Widget type="Widget" skin="PanelEmpty" position="0 44 15 55" align="HStretch Top" name="SecondPart"/>
</Widget>
<Widget type="Button" skin="ButtonUpSkin" position="1 2 14 11" align="HCenter Top" name="Start"/>
<Widget type="Button" skin="ButtonDownSkin" position="1 113 14 11" align="HCenter Bottom" name="End"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="SliderH" version="3.2.0">
<Widget type="Widget" skin="ScrollPanelHSkin" position="25 50 125 15" name="Root">
<Property key="MoveToClick" value="true"/>
<Property key="VerticalAlignment" value="false"/>
<UserString key="LE_TargetWidgetType" value="ScrollBar"/>
<Widget type="Widget" skin="PanelEmpty" position="2 0 122 15" align="Stretch" name="TrackPlace">
<Property key="NeedKey" value="false"/>
<Property key="InheritsPick" value="true"/>
<Widget type="Button" skin="SliderTrackHSkin" position="35 1 7 14" align="Left VStretch" name="Track"/>
<Widget type="Widget" skin="PanelEmpty" position="0 0 35 15" align="Left VStretch" name="FirstPart"/>
<Widget type="Widget" skin="PanelEmpty" position="42 0 80 15" align="Left VStretch" name="SecondPart"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="SliderV" version="3.2.0">
<Widget type="Widget" skin="ScrollPanelVSkin" position="20 20 15 125" name="Root">
<Property key="MoveToClick" value="true"/>
<Property key="VerticalAlignment" value="true"/>
<UserString key="LE_TargetWidgetType" value="ScrollBar"/>
<Widget type="Widget" skin="PanelEmpty" position="0 2 15 122" align="Stretch">
<Widget type="Button" skin="SliderTrackVSkin" position="1 25 14 7" align="HStretch Top" name="Track"/>
<Widget type="Widget" skin="PanelEmpty" position="0 0 15 25" align="HStretch Top" name="FirstPart"/>
<Widget type="Widget" skin="PanelEmpty" position="0 32 15 90" align="HStretch Top" name="SecondPart"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="SliderHEmpty" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="25 50 125 15" name="Root">
<Property key="MoveToClick" value="true"/>
<Property key="VerticalAlignment" value="false"/>
<UserString key="LE_TargetWidgetType" value="ScrollBar"/>
<Widget type="Widget" skin="PanelEmpty" position="2 0 122 15" align="Stretch" name="TrackPlace">
<Property key="NeedKey" value="false"/>
<Property key="InheritsPick" value="true"/>
<Widget type="Button" skin="SliderTrackHSkin" position="35 1 7 14" align="Left VStretch" name="Track"/>
<Widget type="Widget" skin="PanelEmpty" position="0 0 35 15" align="Left VStretch" name="FirstPart"/>
<Widget type="Widget" skin="PanelEmpty" position="42 0 80 15" align="Left VStretch" name="SecondPart"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="SliderVEmpty" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="20 20 15 125" name="Root">
<Property key="MoveToClick" value="true"/>
<Property key="VerticalAlignment" value="true"/>
<UserString key="LE_TargetWidgetType" value="ScrollBar"/>
<Widget type="Widget" skin="PanelEmpty" position="0 2 15 122" align="Stretch">
<Widget type="Button" skin="SliderTrackVSkin" position="1 25 14 7" align="HStretch Top" name="Track"/>
<Widget type="Widget" skin="PanelEmpty" position="0 0 15 25" align="HStretch Top" name="FirstPart"/>
<Widget type="Widget" skin="PanelEmpty" position="0 32 15 90" align="HStretch Top" name="SecondPart"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="Button" version="3.2.0">
<Widget type="Widget" skin="ButtonSkin" position="20 25 29 26" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ButtonImage" version="3.2.0">
<Widget type="Widget" skin="ButtonEmptySkin" position="20 20 16 16" name="Root">
<Property key="TextAlign" value="Center"/>
<Property key="FontName" value="Default"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
<Widget type="ImageBox" skin="ImageBox" position="0 0 16 16" align="Stretch" name="Image">
<Property key="NeedMouse" value="false"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="TextBox" version="3.2.0">
<Widget type="Widget" skin="TextBoxSkin" position="20 20 16 16" name="Root">
<Property key="TextAlign" value="Default"/>
<Property key="FontName" value="Default"/>
<Property key="TextColour" value="1 1 1"/>
<UserString key="LE_TargetWidgetType" value="TextBox"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="EditBox" version="3.2.0">
<Widget type="Widget" skin="EditBoxSkin" position="65 10 29 26" name="Root">
<UserString key="LE_TargetWidgetType" value="EditBox"/>
<Widget type="TextBox" skin="EditClientSkin" position="2 2 23 20" align="Stretch" name="Client">
<Property key="TextAlign" value="Left VCenter"/>
<Property key="FontName" value="Default"/>
<Property key="TextColour" value="1 1 1"/>
<Property key="Pointer" value="beam"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="EditBoxStretch" version="3.2.0">
<Widget type="Widget" skin="EditBoxSkin" position="25 10 55 55" name="Root">
<Property key="MultiLine" value="true"/>
<UserString key="LE_TargetWidgetType" value="EditBox"/>
<Widget type="TextBox" skin="EditClientSkin" position="2 3 33 32" align="Stretch" name="Client">
<Property key="TextAlign" value="Default"/>
<Property key="TextColour" value="1 1 1"/>
<Property key="FontName" value="Default"/>
<Property key="Pointer" value="beam"/>
</Widget>
<Widget type="ScrollBar" skin="ScrollBarH" position="2 36 34 15" align="HStretch Bottom" name="HScroll"/>
<Widget type="ScrollBar" skin="ScrollBarV" position="36 2 15 34" align="Right VStretch" name="VScroll"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="EditBoxEmpty" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="65 10 16 16" name="Root">
<UserString key="LE_TargetWidgetType" value="EditBox"/>
<Widget type="TextBox" skin="EditClientSkin" position="0 0 16 16" align="Stretch" name="Client">
<Property key="TextAlign" value="Default"/>
<Property key="FontName" value="Default"/>
<Property key="TextColour" value="1 1 1"/>
<Property key="Pointer" value="beam"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="WordWrapEmpty" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="65 10 16 16" name="Root">
<Property key="WordWrap" value="true"/>
<Property key="Static" value="true"/>
<Property key="MultiLine" value="true"/>
<UserString key="LE_TargetWidgetType" value="EditBox"/>
<Widget type="TextBox" skin="EditClientSkin" position="0 0 16 16" align="Stretch" name="Client">
<Property key="TextAlign" value="Default"/>
<Property key="FontName" value="Default"/>
<Property key="TextColour" value="1 1 1"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ComboBox" version="3.2.0">
<Widget type="Widget" skin="EditBoxSkin" position="65 10 100 26" name="Root">
<Property key="MaxListLength" value="200"/>
<Property key="SmoothShow" value="true"/>
<UserString key="LE_TargetWidgetType" value="ComboBox"/>
<Widget type="TextBox" skin="EditClientSkin" position="2 2 75 20" align="Stretch" name="Client">
<Property key="TextAlign" value="Left VCenter"/>
<Property key="TextColour" value="1 1 1"/>
<Property key="FontName" value="Default"/>
<Property key="Pointer" value="beam"/>
</Widget>
<Widget type="ListBox" skin="ListBox" position="65 38 100 200" style="Popup" layer="Popup" name="List">
<Property key="Visible" value="false"/>
</Widget>
<Widget type="Button" skin="ButtonDownSkin" position="79 7 14 11" align="Right VCenter" name="Button"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="Window" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="15 10 68 49" name="Root">
<Property key="Snap" value="true"/>
<Property key="Movable" value="false"/>
<UserString key="LE_TargetWidgetType" value="Window"/>
<Widget type="Widget" skin="CaptionEmptySkin" position="0 0 68 28" align="HStretch Top">
<Widget type="TextBox" skin="TextBox" position="2 3 62 24" align="HStretch Top" name="Caption">
<Property key="TextColour" value="0 0 0"/>
<Property key="TextAlign" value="Center"/>
<Property key="FontName" value="Default"/>
</Widget>
</Widget>
<Widget type="Widget" skin="WindowFrameSkin" position="0 28 68 20" align="Stretch">
<Widget type="Widget" skin="ClientTileSkin" position="4 2 58 12" align="Stretch" name="Client"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="WindowC" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="15 10 68 49" name="Root">
<Property key="Snap" value="true"/>
<UserString key="LE_TargetWidgetType" value="Window"/>
<Widget type="Widget" skin="CaptionSkin" position="0 0 68 28" align="HStretch Top">
<Widget type="TextBox" skin="TextBox" position="7 1 52 22" align="HStretch Top" name="Caption">
<Property key="TextColour" value="1 1 1"/>
<Property key="TextAlign" value="Center"/>
<Property key="FontName" value="Default"/>
</Widget>
</Widget>
<Widget type="Widget" skin="WindowFrameSkin" position="0 28 68 20" align="Stretch">
<Widget type="Widget" skin="ClientTileSkin" position="4 2 58 12" align="Stretch" name="Client"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="WindowCS" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="15 10 68 49" name="Root">
<Property key="Snap" value="true"/>
<UserString key="LE_TargetWidgetType" value="Window"/>
<Widget type="Widget" skin="CaptionSkin" position="0 0 68 28" align="HStretch Top">
<Widget type="TextBox" skin="TextBox" position="7 1 52 22" align="HStretch Top" name="Caption">
<Property key="TextColour" value="1 1 1"/>
<Property key="TextAlign" value="Center"/>
<Property key="FontName" value="Default"/>
</Widget>
</Widget>
<Widget type="Widget" skin="WindowFrameSkin" position="0 28 68 20" align="Stretch">
<Widget type="Widget" skin="ClientTileSkin" position="4 2 58 12" align="Stretch" name="Client"/>
<Widget type="Button" skin="WindowResizeRightDownSkin" position="57 9 9 9" align="Right Bottom" name="ResizeRightBottom">
<Property key="Pointer" value="size_left"/>
</Widget>
<Widget type="Button" skin="WindowResizeLeftDownSkin" position="0 9 9 9" align="Left Bottom" name="ResizeLeftBottom">
<Property key="Pointer" value="size_right"/>
</Widget>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="WindowCX" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="15 10 68 49" name="Root">
<Property key="Snap" value="true"/>
<UserString key="LE_TargetWidgetType" value="Window"/>
<Widget type="Widget" skin="WindowFrameSkin" position="0 28 68 20" align="Stretch">
<Widget type="Widget" skin="ClientTileSkin" position="4 2 58 12" align="Stretch" name="Client"/>
</Widget>
<Widget type="Widget" skin="CaptionWithButtonSkin" position="0 0 68 28" align="HStretch Top">
<Widget type="Button" skin="ButtonCloseSkin" position="44 6 18 17" align="Right Top" name="Button">
<UserString key="Event" value="close"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="7 1 29 22" align="HStretch Top" name="Caption">
<Property key="TextColour" value="1 1 1"/>
<Property key="TextAlign" value="Center"/>
<Property key="FontName" value="Default"/>
</Widget>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="WindowCSX" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="15 10 68 49" name="Root">
<Property key="Snap" value="true"/>
<UserString key="LE_TargetWidgetType" value="Window"/>
<Widget type="Widget" skin="WindowFrameSkin" position="0 28 68 20" align="Stretch">
<Widget type="Widget" skin="ClientTileSkin" position="4 2 58 12" align="Stretch" name="Client"/>
<Widget type="Button" skin="WindowResizeRightDownSkin" position="57 9 9 9" align="Right Bottom" name="ResizeRightBottom">
<Property key="Pointer" value="size_left"/>
</Widget>
<Widget type="Button" skin="WindowResizeLeftDownSkin" position="0 9 9 9" align="Left Bottom" name="ResizeLeftBottom">
<Property key="Pointer" value="size_right"/>
</Widget>
</Widget>
<Widget type="Widget" skin="CaptionWithButtonSkin" position="0 0 68 28" align="HStretch Top">
<Widget type="Button" skin="ButtonCloseSkin" position="44 6 18 17" align="Right Top" name="Button">
<UserString key="Event" value="close"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="7 1 29 22" align="HStretch Top" name="Caption">
<Property key="TextColour" value="1 1 1"/>
<Property key="TextAlign" value="Center"/>
<Property key="FontName" value="Default"/>
</Widget>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="MenuBar" version="3.2.0">
<Widget type="Widget" skin="MenuBarSkin" position="5 5 29 26" name="Root">
<Property key="VerticalAlignment" value="false"/>
<UserString key="LE_TargetWidgetType" value="MenuBar"/>
<UserString key="DistanceButton" value="6"/>
<UserString key="SubMenuLayer" value="Popup"/>
<UserString key="NormalSkin" value="MenuBarButton"/>
<UserString key="PopupSkin" value="MenuBarButton"/>
<UserString key="SeparatorSkin" value="MenuBarSeparator"/>
<UserString key="SubMenuSkin" value="PopupMenu"/>
<Widget type="Widget" skin="PanelEmpty" position="2 2 25 20" align="Stretch" name="Client"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="MenuBarButton" version="3.2.0">
<Widget type="Widget" skin="MenuItemSkin" position="20 25 25 20" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="MenuBarSeparator" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="20 20 10 10" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center"/>
<UserString key="MinSize" value="10 10"/>
<Widget type="Widget" skin="SepDownVSkin" position="4 2 2 6" align="HCenter VStretch"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="PopupMenu" version="3.2.0">
<Widget type="Widget" skin="PanelSkin" position="5 5 29 26" name="Root">
<Property key="VerticalAlignment" value="true"/>
<UserString key="SubMenuLayer" value="Popup"/>
<UserString key="SubMenuSkin" value="PopupMenu"/>
<UserString key="LE_TargetWidgetType" value="PopupMenu"/>
<UserString key="SeparatorSkin" value="PopupMenuSeparator"/>
<UserString key="NormalSkin" value="PopupMenuNormal"/>
<UserString key="PopupSkin" value="PopupMenuPopup"/>
<Widget type="Widget" skin="PanelEmpty" position="3 4 21 16" align="Stretch" name="Client"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="PopupMenuSeparator" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="20 20 10 10" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center"/>
<UserString key="MinSize" value="10 10"/>
<Widget type="Widget" skin="SepDownHSkin" position="2 4 6 2" align="HStretch VCenter"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="PopupMenuNormal" version="3.2.0">
<Widget type="Widget" skin="MenuItemNormalSkin" position="20 25 43 14" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left VCenter"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
<Widget type="Widget" skin="MenuItemCheckButtonSkin" position="1 0 15 13" align="Left VCenter" name="Check"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="PopupMenuPopup" version="3.2.0">
<Widget type="Widget" skin="MenuItemNormalSkin" position="20 25 43 14" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left VCenter"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
<Widget type="Widget" skin="MenuItemPopupButtonSkin" position="31 1 10 12" align="Right VCenter">
<Property key="NeedMouse" value="false"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ProgressBar" version="3.2.0">
<Widget type="Widget" skin="ScrollPanelHSkin" position="25 50 125 15" name="Root">
<Property key="MoveToClick" value="true"/>
<UserString key="LE_TargetWidgetType" value="ProgressBar"/>
<UserString key="TrackWidth" value="7"/>
<UserString key="TrackFill" value="false"/>
<UserString key="TrackSkin" value="SliderTrackHSkin"/>
<Widget type="Widget" skin="PanelEmpty" position="2 1 122 14" align="Stretch" name="TrackPlace">
<Property key="NeedKey" value="false"/>
<Property key="InheritsPick" value="true"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ProgressBarFill" version="3.2.0">
<Widget type="Widget" skin="ScrollPanelHSkin" position="25 50 125 15" name="Root">
<Property key="MoveToClick" value="true"/>
<UserString key="LE_TargetWidgetType" value="ProgressBar"/>
<UserString key="TrackFill" value="true"/>
<UserString key="TrackSkin" value="ProgressBarTrackHSkin"/>
<UserString key="TrackWidth" value="6"/>
<Widget type="Widget" skin="PanelEmpty" position="2 1 122 14" align="Stretch" name="TrackPlace">
<Property key="NeedKey" value="false"/>
<Property key="InheritsPick" value="true"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ListBoxItem" version="3.2.0">
<Widget type="Widget" skin="ListBoxItemSkin" position="20 20 43 13" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Left VCenter"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ListBox" version="3.2.0">
<Widget type="Widget" skin="PanelSkin" position="5 5 55 55" name="Root">
<UserString key="LE_TargetWidgetType" value="ListBox"/>
<UserString key="HeightLine" value="21"/>
<UserString key="SkinLine" value="ListBoxItem"/>
<Widget type="Widget" skin="PanelEmpty" position="3 3 32 47" align="Stretch" name="Client"/>
<Widget type="ScrollBar" skin="ScrollBarV" position="35 3 15 47" align="Right VStretch" name="VScroll"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ItemBox" version="3.2.0">
<Widget type="Widget" skin="PanelSkin" position="5 5 55 55" name="Root">
<UserString key="LE_TargetWidgetType" value="ItemBox"/>
<UserString key="DragLayer" value="DragAndDrop"/>
<Widget type="Widget" skin="PanelEmpty" position="3 3 32 32" align="Stretch" name="Client"/>
<Widget type="ScrollBar" skin="ScrollBarV" position="35 3 15 32" align="Right VStretch" name="VScroll"/>
<Widget type="ScrollBar" skin="ScrollBarH" position="3 35 32 15" align="HStretch Bottom" name="HScroll"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ItemBoxEmpty" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="7 7 48 48" name="Root">
<UserString key="LE_TargetWidgetType" value="ItemBox"/>
<UserString key="DragLayer" value="DragAndDrop"/>
<Widget type="Widget" skin="PanelEmpty" position="1 1 32 32" align="Stretch" name="Client"/>
<Widget type="ScrollBar" skin="ScrollBarV" position="33 1 15 32" align="Right VStretch" name="VScroll"/>
<Widget type="ScrollBar" skin="ScrollBarH" position="1 33 32 15" align="HStretch Bottom" name="HScroll"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ScrollView" version="3.2.0">
<Widget type="Widget" skin="PanelSkin" position="5 5 55 55" name="Root">
<UserString key="LE_TargetWidgetType" value="ScrollView"/>
<Widget type="Widget" skin="PanelEmpty" position="3 3 32 32" align="Stretch" name="Client"/>
<Widget type="ScrollBar" skin="ScrollBarV" position="35 3 15 32" align="Right VStretch" name="VScroll"/>
<Widget type="ScrollBar" skin="ScrollBarH" position="3 35 32 15" align="HStretch Bottom" name="HScroll"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="ScrollViewEmpty" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="8 8 47 47" name="Root">
<UserString key="LE_TargetWidgetType" value="ScrollView"/>
<Widget type="Widget" skin="PanelEmpty" position="0 0 32 32" align="Stretch" name="Client"/>
<Widget type="ScrollBar" skin="ScrollBarV" position="32 0 15 32" align="Right VStretch" name="VScroll"/>
<Widget type="ScrollBar" skin="ScrollBarH" position="0 32 32 15" align="HStretch Bottom" name="HScroll"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="TabHeaderButton" version="3.2.0">
<Widget type="Widget" skin="TabHeaderButtonSkin" position="20 25 52 23" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="TabControl" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="5 5 89 60" name="Root">
<UserString key="LE_TargetWidgetType" value="TabControl"/>
<UserString key="ButtonSkin" value="TabHeaderButton"/>
<Widget type="Widget" skin="TabPanelSkin" position="0 21 89 39" align="Stretch">
<Widget type="Widget" skin="PanelEmpty" position="2 3 83 32" align="Stretch" name="TabItem"/>
</Widget>
<Widget type="Widget" skin="PanelEmpty" position="7 0 78 23" align="HStretch Top" name="HeaderPlace">
<Widget type="Widget" skin="TabHeaderEmptySkin" position="52 0 26 23" name="Controls">
<Widget type="Button" skin="ButtonRightSkin" position="14 4 12 14" name="Right"/>
<Widget type="Button" skin="ButtonLeftSkin" position="1 4 12 14" name="Left"/>
</Widget>
<Widget type="Widget" skin="TabHeaderEmptySkin" position="0 0 52 23" name="Empty"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="MultiListBox" version="3.2.0">
<Widget type="Widget" skin="PanelSkin" position="5 5 55 55" name="Root">
<UserString key="LE_TargetWidgetType" value="MultiListBox"/>
<UserString key="SkinButton" value="MultiListButton"/>
<UserString key="SkinList" value="MultiSubListBox"/>
<Widget type="Widget" skin="PanelEmpty" position="3 24 47 26" align="Stretch" name="Client"/>
<Widget type="Widget" skin="PanelEmpty" position="3 3 47 21" align="HStretch Top" name="HeaderPlace">
<Widget type="Widget" skin="MultiListButtonSkin" position="0 0 47 21" name="Empty"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="MultiListButton" version="3.2.0">
<Widget type="Widget" skin="MultiListButtonSkin" position="20 25 45 21" name="Root">
<Property key="FontName" value="Default"/>
<Property key="TextAlign" value="Center"/>
<UserString key="LE_TargetWidgetType" value="Button"/>
<Widget type="ImageBox" skin="ImageBox" position="29 4 12 10" align="Right VCenter" name="Image">
<Property key="ImageResource" value="MultiListButtonImage"/>
<Property key="ImageGroup" value="Icons"/>
<Property key="ImageName" value="Down"/>
<Property key="NeedMouse" value="false"/>
</Widget>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="MultiSubListBox" version="3.2.0">
<Widget type="Widget" skin="PanelEmpty" position="8 8 47 47" name="Root">
<UserString key="LE_TargetWidgetType" value="ListBox"/>
<UserString key="HeightLine" value="21"/>
<UserString key="SkinLine" value="ListBoxItem"/>
<Widget type="Widget" skin="PanelEmpty" position="0 0 32 47" align="Stretch" name="Client"/>
<Widget type="ScrollBar" skin="ScrollBarV" position="32 0 15 47" align="Right VStretch" name="VScroll"/>
</Widget>
</Resource>
</MyGUI>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="List">
<List file="MyGUI_BlackBlueImages.xml"/>
<List file="MyGUI_BlackBlueSkins.xml"/>
<List file="MyGUI_BlackBlueTemplates.xml"/>
</MyGUI>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Resource" version="1.1">
<Resource type="ResourceSkin" name="PanelEmpty" size="16 16"/>
<Resource type="ResourceSkin" name="RotatingSkin" size="16 16">
<BasisSkin type="RotatingSkin" offset="0 0 16 16" align="Stretch"/>
</Resource>
<Resource type="ResourceSkin" name="TextBoxSkin" size="16 16">
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
</Resource>
<Resource type="ResourceSkin" name="ImageBox" size="16 16">
<BasisSkin type="MainSkin" offset="0 0 16 16"/>
</Resource>
<Resource type="ResourceSkin" name="Canvas" size="16 16">
<BasisSkin type="MainSkin" offset="0 0 16 16"/>
</Resource>
<Resource type="ResourceSkin" name="EditClientSkin" size="16 16">
<BasisSkin type="EditText" offset="0 0 16 16" align="Stretch"/>
</Resource>
</MyGUI>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="List">
<List file="MyGUI_GeneratedFonts.xml"/>
<List file="MyGUI_Fonts.xml"/>
<List file="MyGUI_CommonSkins.xml"/>
<List file="MyGUI_BlackBlueTheme.xml"/>
<List file="MyGUI_PointerImages.xml"/>
<List file="MyGUI_Pointers.xml"/>
<List file="MyGUI_Layers.xml"/>
<List file="MyGUI_Settings.xml"/>
</MyGUI>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Resource" version="1.1">
<Resource type="ResourceTrueTypeFont" name="DejaVuSansFont_15">
<Property key="Source" value="DejaVuSans.ttf"/>
<Property key="Size" value="10"/>
<Property key="Hinting" value="use_native"/>
<Property key="Resolution" value="96"/>
<Property key="Antialias" value="false"/>
<Property key="TabWidth" value="8"/>
<Property key="OffsetHeight" value="0"/>
<Property key="SubstituteCode" value="0"/>
<Codes>
<Code range="32 126"/>
<Code range="1025 1105"/>
<Code range="8470 8470"/>
</Codes>
</Resource>
</MyGUI>

View File

@@ -0,0 +1,191 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Resource" version="1.1">
<Resource type="ResourceManualFont" name="DejaVuSansFontGenerated_15">
<Property key="Source" value="DejaVuSansFontGenerated_15.png"/>
<Property key="DefaultHeight" value="17"/>
<Codes>
<Code index="9" advance="8"/>
<Code index="32" bearing="0 13" advance="4"/>
<Code index="33" coord="112 16 1 9" bearing="2 4" advance="3"/>
<Code index="34" coord="21 0 3 4" bearing="1 4" advance="4"/>
<Code index="35" coord="49 76 9 10" bearing="1 3" advance="10"/>
<Code index="36" coord="8 88 8 11" bearing="1 4" advance="7"/>
<Code index="37" coord="114 16 11 9" bearing="0 4" advance="12"/>
<Code index="38" coord="0 26 9 9" bearing="1 4" advance="10"/>
<Code index="39" coord="25 0 1 4" bearing="1 4" advance="2"/>
<Code index="40" coord="13 100 3 12" bearing="1 2" advance="4"/>
<Code index="41" coord="17 100 3 12" bearing="1 2" advance="4"/>
<Code index="42" coord="54 0 7 6" bearing="0 4"/>
<Code index="43" coord="10 26 9 9" bearing="1 4" advance="10"/>
<Code index="44" coord="18 0 2 3" bearing="1 11" advance="3"/>
<Code index="45" coord="0 0 3 1" bearing="1 9" advance="4"/>
<Code index="46" coord="12 0 1 2" bearing="2 11" advance="2"/>
<Code index="47" coord="17 88 4 11" bearing="0 4"/>
<Code index="48" coord="20 26 6 9" bearing="1 4" advance="7"/>
<Code index="49" coord="27 26 5 9" bearing="2 4" advance="6"/>
<Code index="50" coord="33 26 7 9" bearing="1 4"/>
<Code index="51" coord="41 26 6 9" bearing="1 4" advance="7"/>
<Code index="52" coord="48 26 6 9" bearing="1 4" advance="7"/>
<Code index="53" coord="55 26 6 9" bearing="1 4" advance="7"/>
<Code index="54" coord="62 26 6 9" bearing="1 4" advance="7"/>
<Code index="55" coord="69 26 6 9" bearing="1 4" advance="7"/>
<Code index="56" coord="76 26 6 9" bearing="1 4" advance="7"/>
<Code index="57" coord="83 26 6 9" bearing="1 4" advance="7"/>
<Code index="58" coord="62 0 1 7" bearing="2 6" advance="2"/>
<Code index="59" coord="109 16 2 8" bearing="1 6" advance="3"/>
<Code index="60" coord="64 0 8 7" bearing="1 5" advance="10"/>
<Code index="61" coord="27 0 8 4" bearing="1 7" advance="10"/>
<Code index="62" coord="73 0 8 7" bearing="1 5" advance="10"/>
<Code index="63" coord="90 26 5 9" bearing="1 4" advance="6"/>
<Code index="64" coord="22 88 11 11" bearing="1 4" advance="12"/>
<Code index="65" coord="96 26 9 9" bearing="0 4"/>
<Code index="66" coord="106 26 7 9" bearing="1 4" advance="8"/>
<Code index="67" coord="114 26 7 9" bearing="1 4" advance="8"/>
<Code index="68" coord="0 36 8 9" bearing="1 4" advance="9"/>
<Code index="69" coord="9 36 6 9" bearing="1 4" advance="7"/>
<Code index="70" coord="16 36 5 9" bearing="1 4" advance="6"/>
<Code index="71" coord="22 36 8 9" bearing="1 4" advance="9"/>
<Code index="72" coord="31 36 8 9" bearing="1 4" advance="9"/>
<Code index="73" coord="40 36 1 9" bearing="1 4" advance="2"/>
<Code index="74" coord="21 100 3 12" bearing="-1 4" advance="4"/>
<Code index="75" coord="42 36 7 9" bearing="1 4"/>
<Code index="76" coord="50 36 6 9" bearing="1 4"/>
<Code index="77" coord="57 36 9 9" bearing="1 4" advance="10"/>
<Code index="78" coord="67 36 8 9" bearing="1 4" advance="9"/>
<Code index="79" coord="76 36 8 9" bearing="1 4" advance="9"/>
<Code index="80" coord="85 36 6 9" bearing="1 4" advance="7"/>
<Code index="81" coord="34 88 8 11" bearing="1 4" advance="9"/>
<Code index="82" coord="92 36 7 9" bearing="1 4"/>
<Code index="83" coord="100 36 7 9" bearing="1 4" advance="8"/>
<Code index="84" coord="108 36 7 9" bearing="0 4"/>
<Code index="85" coord="116 36 8 9" bearing="1 4" advance="9"/>
<Code index="86" coord="0 46 11 9" bearing="-1 4" advance="10"/>
<Code index="87" coord="12 46 13 9" bearing="-1 4" advance="12"/>
<Code index="88" coord="26 46 8 9" bearing="0 4"/>
<Code index="89" coord="35 46 7 9" bearing="0 4"/>
<Code index="90" coord="43 46 8 9" bearing="1 4" advance="9"/>
<Code index="91" coord="25 100 3 12" bearing="1 3" advance="4"/>
<Code index="92" coord="43 88 4 11" bearing="0 4"/>
<Code index="93" coord="29 100 3 12" bearing="1 3" advance="4"/>
<Code index="94" coord="36 0 8 4" bearing="1 4" advance="10"/>
<Code index="95" coord="4 0 7 1" bearing="0 15"/>
<Code index="96" coord="14 0 3 2" bearing="1 3" advance="6"/>
<Code index="97" coord="82 0 6 7" bearing="1 6" advance="7"/>
<Code index="98" coord="48 88 6 11" bearing="1 2" advance="7"/>
<Code index="99" coord="89 0 5 7" bearing="1 6" advance="6"/>
<Code index="100" coord="55 88 6 11" bearing="1 2" advance="7"/>
<Code index="101" coord="95 0 6 7" bearing="1 6" advance="7"/>
<Code index="102" coord="62 88 4 11" bearing="0 2"/>
<Code index="103" coord="59 76 6 10" bearing="1 6" advance="7"/>
<Code index="104" coord="67 88 6 11" bearing="1 2" advance="7"/>
<Code index="105" coord="66 76 1 10" bearing="1 3" advance="2"/>
<Code index="106" coord="109 100 2 13" bearing="0 3" advance="3"/>
<Code index="107" coord="74 88 6 11" bearing="1 2"/>
<Code index="108" coord="81 88 1 11" bearing="1 2" advance="2"/>
<Code index="109" coord="102 0 11 7" bearing="1 6" advance="12"/>
<Code index="110" coord="114 0 6 7" bearing="1 6" advance="7"/>
<Code index="111" coord="121 0 6 7" bearing="1 6" advance="7"/>
<Code index="112" coord="68 76 6 10" bearing="1 6" advance="7"/>
<Code index="113" coord="75 76 6 10" bearing="1 6" advance="7"/>
<Code index="114" coord="0 8 4 7" bearing="1 6"/>
<Code index="115" coord="5 8 6 7" bearing="1 6"/>
<Code index="116" coord="52 46 4 9" bearing="0 4" advance="5"/>
<Code index="117" coord="12 8 6 7" bearing="1 6" advance="7"/>
<Code index="118" coord="19 8 9 7" bearing="-1 6" advance="8"/>
<Code index="119" coord="29 8 9 7" bearing="0 6"/>
<Code index="120" coord="39 8 7 7" bearing="0 6"/>
<Code index="121" coord="82 76 8 10" bearing="0 6" advance="7"/>
<Code index="122" coord="47 8 5 7" bearing="1 6" advance="6"/>
<Code index="123" coord="33 100 5 12" bearing="2 3" advance="6"/>
<Code index="124" coord="112 100 1 13" bearing="2 3" advance="2"/>
<Code index="125" coord="39 100 5 12" bearing="2 3" advance="6"/>
<Code index="126" coord="45 0 8 4" bearing="1 7" advance="10"/>
<Code index="1025" coord="83 88 6 11" bearing="1 2" advance="7"/>
<Code index="1026" coord="45 100 9 12" bearing="0 4" advance="10"/>
<Code index="1027" coord="55 100 6 12" bearing="1 1"/>
<Code index="1028" coord="57 46 8 9" bearing="1 4" advance="9"/>
<Code index="1029" coord="66 46 7 9" bearing="1 4" advance="8"/>
<Code index="1030" coord="74 46 1 9" bearing="1 4" advance="2"/>
<Code index="1031" coord="90 88 3 11" bearing="0 2" advance="4"/>
<Code index="1032" coord="62 100 3 12" bearing="-1 4" advance="4"/>
<Code index="1033" coord="76 46 13 9" bearing="1 4"/>
<Code index="1034" coord="90 46 12 9" bearing="1 4" advance="13"/>
<Code index="1035" coord="103 46 9 9" bearing="0 4" advance="10"/>
<Code index="1036" coord="66 100 8 12" bearing="1 1"/>
<Code index="1037" coord="75 100 8 12" bearing="1 1" advance="9"/>
<Code index="1038" coord="84 100 7 12" bearing="0 1"/>
<Code index="1039" coord="94 88 7 11" bearing="1 4" advance="8"/>
<Code index="1040" coord="113 46 9 9" bearing="0 4"/>
<Code index="1041" coord="0 56 7 9" bearing="1 4" advance="8"/>
<Code index="1042" coord="8 56 7 9" bearing="1 4" advance="8"/>
<Code index="1043" coord="16 56 6 9" bearing="1 4"/>
<Code index="1044" coord="102 88 9 11" bearing="1 4" advance="10"/>
<Code index="1045" coord="23 56 6 9" bearing="1 4" advance="7"/>
<Code index="1046" coord="30 56 13 9" bearing="0 4" advance="14"/>
<Code index="1047" coord="44 56 7 9" bearing="1 4" advance="8"/>
<Code index="1048" coord="52 56 8 9" bearing="1 4" advance="9"/>
<Code index="1049" coord="92 100 8 12" bearing="1 1" advance="9"/>
<Code index="1050" coord="61 56 8 9" bearing="1 4"/>
<Code index="1051" coord="70 56 8 9" bearing="1 4" advance="9"/>
<Code index="1052" coord="79 56 9 9" bearing="1 4" advance="10"/>
<Code index="1053" coord="89 56 8 9" bearing="1 4" advance="9"/>
<Code index="1054" coord="98 56 8 9" bearing="1 4" advance="9"/>
<Code index="1055" coord="107 56 7 9" bearing="1 4" advance="8"/>
<Code index="1056" coord="115 56 6 9" bearing="1 4" advance="7"/>
<Code index="1057" coord="0 66 7 9" bearing="1 4" advance="8"/>
<Code index="1058" coord="8 66 7 9" bearing="0 4"/>
<Code index="1059" coord="16 66 7 9" bearing="0 4"/>
<Code index="1060" coord="24 66 9 9" bearing="1 4" advance="10"/>
<Code index="1061" coord="34 66 8 9" bearing="0 4"/>
<Code index="1062" coord="112 88 8 11" bearing="1 4" advance="9"/>
<Code index="1063" coord="43 66 7 9" bearing="1 4" advance="8"/>
<Code index="1064" coord="51 66 11 9" bearing="1 4" advance="12"/>
<Code index="1065" coord="0 100 12 11" bearing="1 4" advance="13"/>
<Code index="1066" coord="63 66 9 9" bearing="1 4" advance="10"/>
<Code index="1067" coord="73 66 9 9" bearing="1 4" advance="10"/>
<Code index="1068" coord="83 66 7 9" bearing="1 4" advance="8"/>
<Code index="1069" coord="91 66 8 9" bearing="1 4" advance="9"/>
<Code index="1070" coord="100 66 12 9" bearing="1 4" advance="13"/>
<Code index="1071" coord="113 66 7 9" bearing="1 4" advance="8"/>
<Code index="1072" coord="53 8 6 7" bearing="1 6" advance="7"/>
<Code index="1073" coord="101 100 7 12" bearing="0 1" advance="8"/>
<Code index="1074" coord="60 8 6 7" bearing="1 6" advance="7"/>
<Code index="1075" coord="67 8 5 7" bearing="1 6" advance="6"/>
<Code index="1076" coord="0 76 8 9" bearing="1 6" advance="9"/>
<Code index="1077" coord="73 8 6 7" bearing="1 6" advance="7"/>
<Code index="1078" coord="80 8 11 7" bearing="0 6" advance="12"/>
<Code index="1079" coord="92 8 5 7" bearing="1 6" advance="6"/>
<Code index="1080" coord="98 8 6 7" bearing="1 6" advance="7"/>
<Code index="1081" coord="91 76 6 10" bearing="1 3" advance="7"/>
<Code index="1082" coord="105 8 6 7" bearing="1 6" advance="7"/>
<Code index="1083" coord="112 8 7 7" bearing="0 6" advance="8"/>
<Code index="1084" coord="120 8 7 7" bearing="1 6" advance="8"/>
<Code index="1085" coord="0 16 6 7" bearing="1 6" advance="7"/>
<Code index="1086" coord="7 16 6 7" bearing="1 6" advance="7"/>
<Code index="1087" coord="14 16 6 7" bearing="1 6" advance="7"/>
<Code index="1088" coord="98 76 6 10" bearing="1 6" advance="7"/>
<Code index="1089" coord="21 16 5 7" bearing="1 6" advance="6"/>
<Code index="1090" coord="27 16 7 7" bearing="1 6" advance="8"/>
<Code index="1091" coord="105 76 8 10" bearing="0 6" advance="7"/>
<Code index="1092" coord="114 100 9 14" bearing="1 2" advance="10"/>
<Code index="1093" coord="35 16 7 7" bearing="0 6"/>
<Code index="1094" coord="9 76 7 9" bearing="1 6" advance="8"/>
<Code index="1095" coord="43 16 6 7" bearing="1 6" advance="7"/>
<Code index="1096" coord="50 16 9 7" bearing="1 6" advance="10"/>
<Code index="1097" coord="17 76 10 9" bearing="1 6" advance="11"/>
<Code index="1098" coord="60 16 9 7" bearing="0 6" advance="10"/>
<Code index="1099" coord="70 16 8 7" bearing="1 6" advance="9"/>
<Code index="1100" coord="79 16 6 7" bearing="1 6" advance="7"/>
<Code index="1101" coord="86 16 5 7" bearing="1 6" advance="6"/>
<Code index="1102" coord="92 16 9 7" bearing="1 6" advance="10"/>
<Code index="1103" coord="102 16 6 7" bearing="1 6" advance="7"/>
<Code index="1104" coord="114 76 6 10" bearing="1 3" advance="7"/>
<Code index="1105" coord="28 76 6 9" bearing="1 4" advance="7"/>
<Code index="8470" coord="35 76 13 9" bearing="0 4" advance="14"/>
<Code index="selected" coord="124 100 0 17"/>
<Code index="selected_back" coord="126 100 0 17"/>
<Code index="cursor" coord="0 118 2 17" advance="0"/>
<Code index="substitute" coord="0 88 7 11" bearing="1 4"/>
</Codes>
</Resource>
</MyGUI>

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layer" version="1.2">
<Layer type="SharedLayer" name="Wallpaper">
<Property key="Pick" value="false"/>
</Layer>
<Layer type="SharedLayer" name="Back">
<Property key="Pick" value="true"/>
</Layer>
<Layer type="OverlappedLayer" name="Overlapped">
<Property key="Pick" value="true"/>
</Layer>
<Layer type="SharedLayer" name="Middle">
<Property key="Pick" value="true"/>
</Layer>
<Layer type="OverlappedLayer" name="Modal">
<Property key="Pick" value="true"/>
</Layer>
<Layer type="SharedLayer" name="Main">
<Property key="Pick" value="true"/>
</Layer>
<Layer type="OverlappedLayer" name="Popup">
<Property key="Pick" value="true"/>
</Layer>
<Layer type="SharedLayer" name="FadeMiddle">
<Property key="Pick" value="false"/>
</Layer>
<Layer type="OverlappedLayer" name="Info">
<Property key="Pick" value="true"/>
</Layer>
<Layer type="SharedLayer" name="ToolTip">
<Property key="Pick" value="false"/>
</Layer>
<Layer type="SharedLayer" name="DragAndDrop">
<Property key="Pick" value="false"/>
</Layer>
<Layer type="SharedLayer" name="FadeBusy">
<Property key="Pick" value="false"/>
</Layer>
<Layer type="SharedLayer" name="Pointer">
<Property key="Pick" value="false"/>
</Layer>
<Layer type="SharedLayer" name="Fade">
<Property key="Pick" value="false"/>
</Layer>
<Layer type="SharedLayer" name="Statistic">
<Property key="Pick" value="false"/>
</Layer>
</MyGUI>

View File

@@ -0,0 +1,8 @@
#version 130
in vec4 Color;
in vec2 TexCoord;
uniform sampler2D Texture;
void main(void)
{
gl_FragColor = texture2D(Texture, TexCoord) * Color;
}

View File

@@ -0,0 +1,15 @@
#version 130
out vec4 Color;
out vec2 TexCoord;
in vec3 VertexPosition;
in vec4 VertexColor;
in vec2 VertexTexCoord;
uniform float YScale;
void main()
{
TexCoord = VertexTexCoord;
Color = VertexColor;
vec4 vpos = vec4(VertexPosition,1.0);
vpos.y *= YScale;
gl_Position = vpos;
}

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Resource" version="1.1">
<Resource type="ResourceImageSet" name="ArrowPointerImage">
<Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
<Index name="Pointer" rate="0.15">
<Frame point="13 11" count="30"/>
<Frame point="13 52"/>
<Frame point="56 52"/>
<Frame point="91 52"/>
<Frame point="56 52"/>
<Frame point="13 52"/>
</Index>
</Group>
</Resource>
<Resource type="ResourceImageSet" name="BeamPointerImage">
<Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
<Index name="Pointer">
<Frame point="45 8"/>
</Index>
</Group>
</Resource>
<Resource type="ResourceImageSet" name="SizeLeftPointerImage">
<Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
<Index name="Pointer">
<Frame point="122 48"/>
</Index>
</Group>
</Resource>
<Resource type="ResourceImageSet" name="SizeRightPointerImage">
<Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
<Index name="Pointer">
<Frame point="160 48"/>
</Index>
</Group>
</Resource>
<Resource type="ResourceImageSet" name="SizeHorzPointerImage">
<Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
<Index name="Pointer">
<Frame point="123 87"/>
</Index>
</Group>
</Resource>
<Resource type="ResourceImageSet" name="SizeVertPointerImage">
<Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
<Index name="Pointer">
<Frame point="164 90"/>
</Index>
</Group>
</Resource>
<Resource type="ResourceImageSet" name="HandPointerImage">
<Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
<Index name="Pointer">
<Frame point="154 11"/>
</Index>
</Group>
</Resource>
<Resource type="ResourceImageSet" name="LinkPointerImage">
<Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
<Index name="Pointer">
<Frame point="91 11"/>
</Index>
</Group>
</Resource>
</MyGUI>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Resource" version="1.1">
<Resource type="ResourceImageSetPointer" name="arrow">
<Property key="Point" value="1 1"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="ArrowPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="beam">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="BeamPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="size_left">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="SizeLeftPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="size_right">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="SizeRightPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="size_horz">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="SizeHorzPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="size_vert">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="SizeVertPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="hand">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="HandPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="link">
<Property key="Point" value="1 1"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="LinkPointerImage"/>
</Resource>
</MyGUI>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI>
<MyGUI type="Font">
<Property key="Default" value="DejaVuSansFont_15"/>
<Property key="DefaultGenerated" value="DejaVuSansFontGenerated_15"/>
</MyGUI>
<MyGUI type="Pointer">
<Property key="Default" value="arrow"/>
<Property key="Layer" value="Pointer"/>
</MyGUI>
</MyGUI>

View File

@@ -0,0 +1,181 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout" version="3.2.0">
<Widget type="Window" skin="WindowCS" position="0 0 590 825" layer="Overlapped" name="SettingsWindow">
<Property key="Caption" value="Settings"/>
<Property key="MinSize" value="200 200"/>
<Property key="Snap" value="true"/>
<Widget type="ScrollView" skin="ScrollViewEmpty" position="0 0 580 790" align="Stretch" name="ScrollView">
<Property key="CanvasSize" value="580 780"/>
<Property key="VisibleHScroll" value="true"/>
<Property key="VisibleVScroll" value="true"/>
<Property key="CanvasAlign" value="Default"/>
<Widget type="Button" skin="CheckBox" position="15 145 380 20" name="CheckboxNewLighting">
<Property key="Caption" value="Enable New Lighting (Old Lighting Not Exactly Like FL)"/>
<Property key="Enabled" value="true"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="15 170 360 20" name="CheckboxEnvironmentMaps">
<Property key="Caption" value="Enable Environment Maps (Starsphere Reflection)"/>
<Property key="Enabled" value="true"/>
</Widget>
<Widget type="Button" skin="Button" position="350 745 115 35" name="ButtonSave">
<Property key="Caption" value="Save Settings"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="15 490 130 20" name="CheckboxShadows">
<Property key="Caption" value="Enable Shadows"/>
<Property key="Enabled" value="true"/>
<Property key="Depth" value="-1"/>
<Property key="Alpha" value="1"/>
</Widget>
<Widget type="Widget" skin="PanelSkin" position="5 500 570 170" name="GroupBoxShadows">
<Property key="Enabled" value="true"/>
<Property key="Depth" value="0"/>
<Widget type="ComboBox" skin="ComboBox" position="175 35 100 25" name="ComboBoxShadowSplitPlanes">
<Property key="ModeDrop" value="true"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="10 40 150 15">
<Property key="Caption" value="Number of Split Planes:"/>
</Widget>
<Widget type="ComboBox" skin="ComboBox" position="175 60 100 25" name="ComboBoxShadowMapSize">
<Property key="ModeDrop" value="true"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="10 65 125 15">
<Property key="Caption" value="Shadow Map Size:"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="10 90 155 15">
<Property key="Caption" value="Shadow Casting Lights:"/>
</Widget>
<Widget type="ComboBox" skin="ComboBox" position="175 85 60 25" name="ComboBoxShadowLightCount">
<Property key="ModeDrop" value="true"/>
<Property key="AddItem" value="1"/>
<Property key="AddItem" value="2"/>
</Widget>
<Widget type="ComboBox" skin="ComboBox" position="175 10 100 25" name="ComboBoxShadowQuality">
<Property key="ModeDrop" value="true"/>
<Property key="AddItem" value="Custom"/>
<Property key="AddItem" value="Very Low"/>
<Property key="AddItem" value="Low"/>
<Property key="AddItem" value="Medium"/>
<Property key="AddItem" value="High"/>
<Property key="AddItem" value="Very High"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="10 15 115 15">
<Property key="Caption" value="Shadow Quality:"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="10 135 195 20" name="CheckboxAsteroidShadows">
<Property key="Caption" value="Enable Asteroid Shadows"/>
<Property key="Enabled" value="true"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="10 110 245 20" name="CheckboxShadowPCF">
<Property key="Caption" value="Enable Shadow Antialiasing (PCF)"/>
<Property key="Enabled" value="true"/>
</Widget>
</Widget>
<Widget type="Button" skin="CheckBox" position="15 275 175 20" name="CheckboxPostpocessing">
<Property key="Caption" value="Enable Postprocessing"/>
<Property key="Depth" value="-1"/>
</Widget>
<Widget type="Widget" skin="PanelSkin" position="5 285 570 110" name="GroupBoxPostprocessing">
<Property key="Enabled" value="true"/>
<Widget type="Button" skin="CheckBox" position="10 35 400 20" name="CheckBoxAutomaticExposure">
<Property key="Caption" value="Enable Automatic Camera Exposure (Early Version)"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="10 60 350 20" name="CheckboxLightScattering">
<Property key="Caption" value="Enable Light Scattering (Nebula + Asteroid Fields)"/>
</Widget>
<Widget type="ComboBox" skin="ComboBox" position="110 10 195 25" name="ComboBoxTonemapping">
<Property key="ModeDrop" value="true"/>
<Property key="AddItem" value="GT Sport (More Realistic)"/>
<Property key="AddItem" value="ACES (More Contrast)"/>
<Property key="Caption" value="GT Sport (More Realistic)"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="10 15 95 15">
<Property key="Caption" value="Tonemapping:"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="10 85 170 15">
<Property key="Caption" value="Light Scattering Sun limit:"/>
</Widget>
<Widget type="ComboBox" skin="ComboBox" position="180 80 60 25" name="ComboBoxLightScatteringSunLimit">
<Property key="ModeDrop" value="true"/>
</Widget>
</Widget>
<Widget type="Button" skin="CheckBox" position="15 195 195 20" name="CheckboxParallaxMaps">
<Property key="Caption" value="Enable Parallax Mapping"/>
<Property key="Enabled" value="true"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="15 220 395 20" name="CheckboxHQDiffuse">
<Property key="Caption" value="Enable High Quality Diffuse Lighting (Planets, Rocks etc.)"/>
<Property key="Enabled" value="true"/>
</Widget>
<Widget type="EditBox" skin="WordWrapEmpty" position="15 55 560 35">
<Property key="Caption" value="Warning: Main menu background scene does not use correct rendering yet (do not use for settings testing)"/>
<Property key="WordWrap" value="true"/>
<Property key="TextColour" value="1 0.187135 0.187135"/>
</Widget>
<Widget type="ComboBox" skin="ComboBox" position="310 90 60 25" name="ComboBoxMSAA">
<Property key="AddItem" value="Off"/>
<Property key="AddItem" value="2x"/>
<Property key="AddItem" value="4x"/>
<Property key="AddItem" value="8x"/>
<Property key="ModeDrop" value="true"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="15 95 280 20">
<Property key="Caption" value="Antialiasing (MSAA, Needs Game Restart):"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="15 120 290 20">
<Property key="Caption" value="Anisotropic Filtering (Needs Game Restart):"/>
</Widget>
<Widget type="ComboBox" skin="ComboBox" position="310 115 60 25" name="ComboBoxAnistropicFiltering">
<Property key="ModeDrop" value="true"/>
<Property key="AddItem" value="Off"/>
<Property key="AddItem" value="2x"/>
<Property key="AddItem" value="4x"/>
<Property key="AddItem" value="8x"/>
<Property key="AddItem" value="16x"/>
</Widget>
<Widget type="Button" skin="Button" position="110 745 115 35" name="ButtonUndoChanges">
<Property key="Caption" value="Undo Changes"/>
</Widget>
<Widget type="Widget" skin="PanelSkin" position="5 680 570 60">
<Widget type="Button" skin="CheckBox" position="10 10 415 25" name="CheckBoxDisableGUI">
<Property key="Caption" value="Disable FL GUI Rendering (for Videos etc.)"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="10 35 105 20" name="CheckBoxShowFPS">
<Property key="Caption" value="Show FPS"/>
</Widget>
</Widget>
<Widget type="TextBox" skin="TextBox" position="15 670 175 15">
<Property key="Caption" value="Miscellaneous"/>
</Widget>
<Widget type="EditBox" skin="WordWrapEmpty" position="175 20 400 35" name="WordWrapGraphicsCard">
<Property key="WordWrap" value="true"/>
<Property key="TextColour" value="0.959064 0.916189 0.381382"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="15 20 160 20">
<Property key="Caption" value="Selected Graphics Card:"/>
<Property key="TextColour" value="0.959064 0.916189 0.381382"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="15 0 120 20">
<Property key="Caption" value="Renderer Version: "/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="135 0 440 20" name="TextBoxRendererVersion"/>
<Widget type="Widget" skin="PanelSkin" position="5 415 570 75" name="GroupBoxClusteredShading">
<Widget type="ComboBox" skin="ComboBox" position="180 5 60 30" name="ComboBoxMaxLights">
<Property key="ModeDrop" value="true"/>
</Widget>
<Widget type="TextBox" skin="TextBox" position="10 10 155 20">
<Property key="Caption" value="Max. Number of Lights:"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="10 35 550 25" name="CheckBoxReplaceFakeLights">
<Property key="Caption" value="Replace Fake Lights with Real Lights (Needs Postprocessing + At Least 4x MSAA)"/>
</Widget>
</Widget>
<Widget type="Button" skin="CheckBox" position="10 405 210 20" name="CheckBoxClusteredShading">
<Property key="Caption" value="Enable Clustered Shading"/>
</Widget>
<Widget type="Button" skin="CheckBox" position="15 245 530 25" name="CheckBoxPreciseSRGB">
<Property key="Caption" value="Always Use Accurate SRGB Color Conversion (Slower, But Better Colors)"/>
</Widget>
</Widget>
</Widget>
<CodeGeneratorSettings/>
</MyGUI>