Fix Issue 992: Singularity will not allow teleports above 4096, nor building above 4096.
Teleport height restrictions have been increased to 8192 -The 4096 limit isn't in much of the teleport code anyhow, and it's certainly not enforced. Building height restrictions are now hooked up to hippolimits, apparently they hadn't been -MAX_OBJECT_Z, and hardcoded 4096s now use gHippoLimits->getMaxHeight() instead -On floater_tools.xml max_val is left out, instead it is set with the rest of the gHippoLimits edit constraints in LLPanelObject::getState
This commit is contained in:
@@ -766,7 +766,7 @@
|
||||
text_enabled_color="0, 100, 40, 255" width="87" />
|
||||
<spinner bottom_delta="-18" decimal_digits="4" follows="left|top" height="16"
|
||||
increment="0.01" initial_val="0" label="Z" label_width="10" left_delta="0"
|
||||
max_val="4096" min_val="-3.5" mouse_opaque="true" name="Pos Z"
|
||||
min_val="-3.5" mouse_opaque="true" name="Pos Z"
|
||||
text_enabled_color="0, 67, 132, 255" width="87" />
|
||||
<button bottom_delta="35" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="18" label="C" left_delta="90" mouse_opaque="true" name="copypos" enabled="true"
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
function="WMap.Coordinates" />
|
||||
</spinner>
|
||||
<spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16"
|
||||
increment="1" initial_val="0" left_delta="50" max_val="4096" min_val="0"
|
||||
increment="1" initial_val="0" left_delta="50" max_val="8192" min_val="0"
|
||||
mouse_opaque="true" name="spin z"
|
||||
tool_tip="Z coordinate of location to show on map" width="48" >
|
||||
<spinner.commit_callback
|
||||
|
||||
Reference in New Issue
Block a user