diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-05-07 22:07:01 +0300 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-05-07 22:07:01 +0300 |
commit | 73e6407af8f802bbc4a3932bc5ac32ca8f13ab56 (patch) | |
tree | c3a723dc72d762ee9f4fc3742bb129f8e4e63c8c /indra/newview/skins/default/textures/bottomtray | |
parent | a1808f5a66ad13e749024efaf25ff26c93b70229 (diff) |
EXT-2493 FIXED Added strafe buttons.
- Added slide left and Move right buttons to movement actions panel, when inserting them in xml organized buttons in panel into 3 columns to make their position more easily configurable.
- Removed hiding of fly up and down buttons. When not flying(in walk/run mode) they act as jump ans crouch.
- Added movement mode(walk/run/fly) dependent tooltips for fly/jump/crouch and slide buttons.
- Added comment regarding implementation of move floater buttons toggling when user moves via keyboard (because it's not quite obvious and time consuming when you first encounter it) to LLFloaterMove::postBuild().
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/360
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/textures/bottomtray')
-rw-r--r-- | indra/newview/skins/default/textures/bottomtray/Movement_Left_Off.png | bin | 0 -> 47887 bytes |
-rw-r--r-- | indra/newview/skins/default/textures/bottomtray/Movement_Left_On.png | bin | 0 -> 47995 bytes |
-rw-r--r-- | indra/newview/skins/default/textures/bottomtray/Movement_Right_Off.png | bin | 0 -> 48333 bytes |
-rw-r--r-- | indra/newview/skins/default/textures/bottomtray/Movement_Right_On.png | bin | 0 -> 47187 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/indra/newview/skins/default/textures/bottomtray/Movement_Left_Off.png b/indra/newview/skins/default/textures/bottomtray/Movement_Left_Off.png Binary files differnew file mode 100644 index 0000000000..ded370a46f --- /dev/null +++ b/indra/newview/skins/default/textures/bottomtray/Movement_Left_Off.png diff --git a/indra/newview/skins/default/textures/bottomtray/Movement_Left_On.png b/indra/newview/skins/default/textures/bottomtray/Movement_Left_On.png Binary files differnew file mode 100644 index 0000000000..98bf415f84 --- /dev/null +++ b/indra/newview/skins/default/textures/bottomtray/Movement_Left_On.png diff --git a/indra/newview/skins/default/textures/bottomtray/Movement_Right_Off.png b/indra/newview/skins/default/textures/bottomtray/Movement_Right_Off.png Binary files differnew file mode 100644 index 0000000000..2d8d55fa91 --- /dev/null +++ b/indra/newview/skins/default/textures/bottomtray/Movement_Right_Off.png diff --git a/indra/newview/skins/default/textures/bottomtray/Movement_Right_On.png b/indra/newview/skins/default/textures/bottomtray/Movement_Right_On.png Binary files differnew file mode 100644 index 0000000000..a91517d31f --- /dev/null +++ b/indra/newview/skins/default/textures/bottomtray/Movement_Right_On.png |