TPV Compliance issues resolved:
Message Builder is removed entirely as per requested Message Log was updated to be less dependent on the message builder for later removal Version reporting was fixed - Missed some tidbits from Inertia removal Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -27,5 +27,4 @@
|
||||
</text>
|
||||
<text_editor name="net_info" follows="left|top|right|bottom" left="10" top="-400" bottom="30" right="-10" enabled="false" max_length="65535">
|
||||
</text_editor>
|
||||
<button name="send_to_message_builder_btn" follows="right|bottom" left="210" top="-570" right="-10" bottom="10" label="Send to Message Builder" enabled="false"/>
|
||||
</floater>
|
||||
|
||||
@@ -164,10 +164,10 @@
|
||||
Other
|
||||
</combo_item>
|
||||
</combo_item>
|
||||
<combo_item name="Ridiculous1" value="0">
|
||||
<combo_item name="Ridiculous1" value="69">
|
||||
User keeps licking finger and touching me
|
||||
</combo_item>
|
||||
<combo_item name="Ridiculous2" value="0">
|
||||
<combo_item name="Ridiculous2" value="70">
|
||||
User won't stay on their side of the car
|
||||
</combo_item>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
width="20" />
|
||||
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-37" drop_shadow_visible="true" enabled="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="210"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="213"
|
||||
mouse_opaque="true" name="drive_label" v_pad="0" width="128">
|
||||
Drive:
|
||||
</text>
|
||||
@@ -32,18 +32,22 @@
|
||||
Them
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<scroll_list bottom="30" can_resize="true" column_padding="0" draw_heading="true"
|
||||
follows="left|top|bottom" left="5" multi_select="true"
|
||||
<line_editor bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="18" max_length="255"
|
||||
width="255" name="dir_path" left="10" select_all_on_focus_received="true" select_on_focus="true"/>
|
||||
<button bottom_delta="-1" follows="top|left" height="18" label=">" left_delta="257"
|
||||
name="directory_button" tool_tip="Go to this filepath" width="20" />
|
||||
<scroll_list bottom="25" can_resize="true" column_padding="0" draw_heading="true"
|
||||
follows="left|top|bottom" left="7" multi_select="true"
|
||||
name="file_list" width="280" search_column="1"
|
||||
tool_tip="Hold shift or control while clicking to select multiple files"
|
||||
top="-46">
|
||||
top="-68">
|
||||
<column name="file_type" width="0" />
|
||||
<column image="ff_edit_mine_button.tga" name="icon_inventory_type"
|
||||
tool_tip="Inventory Type" width="20" />
|
||||
<column dynamicwidth="true" label="Filename" name="file_name" tool_tip="Filename" />
|
||||
</scroll_list>
|
||||
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="12" drop_shadow_visible="true" enabled="true" follows="left|bottom"
|
||||
bottom="9" drop_shadow_visible="true" enabled="true" follows="left|bottom"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
|
||||
mouse_opaque="true" name="filter_label" v_pad="0" width="128">
|
||||
Filter:
|
||||
|
||||
Reference in New Issue
Block a user