Age | Commit message (Collapse) | Author |
|
--HG--
branch : product-engine
|
|
from teleport history tab).
Added teleport confirmation dialog to the teleport history panel.
Reviewed by Mike: https://codereview.productengine.com/secondlife/r/135/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
tab miscalculates after first group fetch.
reviewed vsavchuk https://codereview.productengine.com/secondlife/r/133/
--HG--
branch : product-engine
|
|
Nearby chat
set allow_html to false for Message Header and Name field of Object Inspector
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/127/
--HG--
branch : product-engine
|
|
specification)
* Increased the minimal width of Chiclet panel up to 95 px.
* Also set default width between chiclet panel & im well the same as minimal (4 px).
For now minimal viewer width when all buttons are still visible (and have non-truncated labels in the 'EN' locale)
with opened sidetray is 1042 px; with short Speak button (without text label) is 991 px.
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/126/
See also EXT-3397
--HG--
branch : product-engine
|
|
item)
- Discard NULL'ing item after renaming it, to avoid focus losing of this item
Reviewed by Samuel Kolb at https://codereview.productengine.com/secondlife/r/128/
--HG--
branch : product-engine
|
|
|
|
reviewed by Callum
|
|
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead.
|
|
This bugs me in a minor way. Did a search-and-cleanup on various swear words.
|
|
|
|
No longer explicitly deleting gAgentAvatarp due to reference counting.
|
|
|
|
Fix for cleaning up gAgentAvatar on app shutdown.
|
|
|
|
Fix for cleaning up gAgentAvatar on app shutdown.
|
|
mHeaderEntriesInfo.mEntries)
|
|
[secondlife-bin lltexturecache.cpp:1292]
|
|
|
|
|
|
|
|
|
|
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp".
|
|
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar".
|
|
--HG--
branch : product-engine
|
|
Resolved conflicts in indra/newview/llchathistory.cpp in favor of trunk version.
--HG--
branch : product-engine
|
|
-Added tag for shortcut to the XML
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/131/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
Standardizes representation of volume as [0.0 - 1.0] logarithmic with 0db at 0.5 within LLVoiceClient
Reviewed by Tofu.
|
|
renamed panel_look_info.xml to panel_outfit_edit.xml
renamed llpanellookinfo.cpp/llpanellookinfo.h to llpaneloutfitedit.cpp/llpaneloutfitedit.h
renamed LLPanelLookInfo to LLPanelOutfitEdit
Reviewed at https://codereview.productengine.com/secondlife/r/130/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LLViewerMedia::clearAllCookies was sending "clear cookies" messages to all plugins and deleting cookie files, but it wasn't clearing the cookies in the central store. It now does all of the above.
|
|
LLAgentCamera::cameraOrbitAround() (which had been created from LLAgent:: cameraOrbitAround() when LLAgentCamera was factored out) wasn't correctly processing yaw. Specifically, since gAgent.getFrameAgent() returns by value and not reference, gAgent.getFrameAgent().rotate() was discarding the result of the rotation.
Changed LLAgentCamera::cameraOrbitAround() to use gAgent.yaw() instead, and changed LLAgent::getFrameAgent() to return a const reference instead of a value, which should make the compiler catch errors like this.
Reviewed by Richard in http://codereview.lindenlab.com/1153001
|
|
|
|
|
|
over transparent objects
reviewed by Leyla
|