aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-30 23:18:52 -0700
committerMcCabe Maxsted2009-01-30 23:18:52 -0700
commit5fa80b67889cb86d37139f9a793d16789c55a3dd (patch)
tree6e24c4e36dc161927c0910925e88b076099f8a5b
parentTweaked build math variable names for consistency. (diff)
downloadmeta-impy-5fa80b67889cb86d37139f9a793d16789c55a3dd.zip
meta-impy-5fa80b67889cb86d37139f9a793d16789c55a3dd.tar.gz
meta-impy-5fa80b67889cb86d37139f9a793d16789c55a3dd.tar.bz2
meta-impy-5fa80b67889cb86d37139f9a793d16789c55a3dd.tar.xz
Updated build math cheat sheet to new variable names
-rw-r--r--ChangeLog.txt6
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/alerts.xml30
2 files changed, 21 insertions, 15 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 05c6822..5fb2850 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -18,6 +18,12 @@
18 * linden/indra/newview/llviewerregion.cpp 18 * linden/indra/newview/llviewerregion.cpp
19 Fix crash with two instances logged in to opensim. 19 Fix crash with two instances logged in to opensim.
20 Patch by Armin Weatherwax. 20 Patch by Armin Weatherwax.
21
22
23 McCabe Maxsted <hakushakukun@gmail.com>
24
25 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
26 Updated build math cheat sheet to new variable names.
21 27
22 28
232009-01-29 McCabe Maxsted <hakushakukun@gmail.com> 292009-01-29 McCabe Maxsted <hakushakukun@gmail.com>
diff --git a/linden/indra/newview/skins/default/xui/en-us/alerts.xml b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
index d3b15c5..0be529f 100644
--- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
@@ -389,15 +389,15 @@ Go to the Second Life web site for more information on partnering?
389 <message name="message"> 389 <message name="message">
390 The following constants are accepted in this tab: 390 The following constants are accepted in this tab:
391 391
392 XP -- X-axis position 392 PX -- X-axis position
393 YP -- Y-axis position 393 PY -- Y-axis position
394 ZP -- Z-axis position 394 PZ -- Z-axis position
395 XS -- X-axis size 395 SX -- X-axis size
396 YS -- Y-axis size 396 SY -- Y-axis size
397 ZS -- Z-axis size 397 SZ -- Z-axis size
398 XR -- X-axis rotation 398 RX -- X-axis rotation
399 YR -- Y-axis rotation 399 RY -- Y-axis rotation
400 ZR -- Z-axis rotation 400 RZ -- Z-axis rotation
401 CB -- Path cut begin 401 CB -- Path cut begin
402 CE -- Path cut end 402 CE -- Path cut end
403 HLW -- Hollow size 403 HLW -- Hollow size
@@ -406,12 +406,12 @@ Go to the Second Life web site for more information on partnering?
406 PE -- Slice/Dimple/Profile cut end 406 PE -- Slice/Dimple/Profile cut end
407 TB -- Twist begin 407 TB -- Twist begin
408 TE -- Twist end 408 TE -- Twist end
409 XSH -- X-axis top shear 409 SHX -- X-axis top shear
410 YSH -- Y-axis top shear 410 SHY -- Y-axis top shear
411 XHL -- X-axis hole size 411 HLX -- X-axis hole size
412 YHL -- Y-axis hole size 412 HLY -- Y-axis hole size
413 XTP -- X-axis taper 413 TPX -- X-axis taper
414 YTP -- Y-axis taper 414 TPY -- Y-axis taper
415 ROF -- Radius offset 415 ROF -- Radius offset
416 REV -- Revolutions 416 REV -- Revolutions
417 417