Preliminary work for Day Cycle selecting.
Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -237,14 +237,36 @@
|
||||
label="Use Estate Time" label_selected="Go to Estate Time"
|
||||
left_delta="55" mouse_opaque="true" name="WLUseLindenTime"
|
||||
scale_image="true" width="140" />
|
||||
<button bottom="-195" enabled="true" font="SansSerif" halign="center" height="20"
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-180" drop_shadow_visible="true"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||
left="430" mouse_opaque="true" name="KeyFramePresetsText" v_pad="0"
|
||||
width="110">
|
||||
Presets:
|
||||
</text>
|
||||
<combo_box allow_text_entry="false" bottom_delta="-1" follows="left|top" height="18"
|
||||
left_delta="80" max_chars="20" mouse_opaque="true" name="DayCyclePresetsCombo"
|
||||
width="120" />
|
||||
<button bottom_delta="-40" enabled="true" font="SansSerif" halign="center" height="20"
|
||||
label="New" label_selected="New" left_delta="-80"
|
||||
mouse_opaque="true" name="DayCycleNewPreset" scale_image="true" width="60" />
|
||||
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20"
|
||||
label="Save" label_selected="Save" left_delta="70"
|
||||
mouse_opaque="true" name="DayCycleSavePreset" scale_image="true" width="60" />
|
||||
<button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20"
|
||||
label="Delete" label_selected="Delete" left_delta="70"
|
||||
mouse_opaque="true" name="DayCycleDeletePreset" scale_image="true" width="60" />
|
||||
<!--<button bottom="-295" enabled="true" font="SansSerif" halign="center" height="20"
|
||||
label="Save Test Day" label_selected="Save Test Day"
|
||||
left="480" mouse_opaque="true" name="WLSaveDayCycle" scale_image="true"
|
||||
width="150" />
|
||||
<button bottom="-220" enabled="true" font="SansSerif" halign="center" height="20"
|
||||
<button bottom="-320" enabled="true" font="SansSerif" halign="center" height="20"
|
||||
label="Load Test Day" label_selected="Load Test Day"
|
||||
left="480" mouse_opaque="true" name="WLLoadDayCycle" scale_image="true"
|
||||
width="150" />
|
||||
width="150" />-->
|
||||
</panel>
|
||||
</tab_container>
|
||||
<string name="DaycycleDefaultNames">
|
||||
Default:Happy%20Bivouac
|
||||
</string>
|
||||
</floater>
|
||||
|
||||
@@ -655,10 +655,14 @@
|
||||
</menu_item_call>
|
||||
<menu_item_separator bottom="-113" enabled="true" height="8" label="-----------" left="0"
|
||||
mouse_opaque="true" name="separator" width="169" />
|
||||
<menu_item_call bottom="-132" enabled="false" height="19" label="Environment Editor" left="0"
|
||||
<menu_item_call bottom="-132" enabled="false" height="19" label="Environment Editor" left="0"
|
||||
mouse_opaque="true" name="Environment Editor" width="169">
|
||||
<on_click function="World.EnvSettings" userdata="editor" />
|
||||
</menu_item_call>
|
||||
<on_click function="World.EnvSettings" userdata="editor" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom="-151" enabled="false" height="19" label="Day Cycle Editor" left="0"
|
||||
mouse_opaque="true" name="Day Cycle Editor" width="169">
|
||||
<on_click function="World.DayCycle" userdata="editor" />
|
||||
</menu_item_call>
|
||||
</menu>
|
||||
</menu>
|
||||
<menu bottom="-18" create_jump_keys="true" drop_shadow="true" enabled="true"
|
||||
|
||||
@@ -4904,10 +4904,10 @@ Controls where and how fast the the small scaled version of the normal map moves
|
||||
icon="alert.tga"
|
||||
name="NewSkyPreset"
|
||||
type="alert">
|
||||
Give me a name for the new sky.
|
||||
Give me a name for the new sky.
|
||||
<form name="form">
|
||||
<input name="message" type="text">
|
||||
New Preset
|
||||
New Preset
|
||||
</input>
|
||||
<button
|
||||
default="true"
|
||||
@@ -4925,7 +4925,35 @@ New Preset
|
||||
icon="alertmodal.tga"
|
||||
name="ExistsSkyPresetAlert"
|
||||
type="alertmodal">
|
||||
Preset already exists!
|
||||
Preset already exists!
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alert.tga"
|
||||
name="NewDaycyclePreset"
|
||||
type="alert">
|
||||
Set a name for the new day cycle.
|
||||
<form name="form">
|
||||
<input name="message" type="text">
|
||||
New Day
|
||||
</input>
|
||||
<button
|
||||
default="true"
|
||||
index="0"
|
||||
name="OK"
|
||||
text="OK"/>
|
||||
<button
|
||||
index="1"
|
||||
name="Cancel"
|
||||
text="Cancel"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="ExistsDaycylePresetAlert"
|
||||
type="alertmodal">
|
||||
Preset already exists!
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
|
||||
Reference in New Issue
Block a user