summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2012-03-22CHUI-54 FIXED Backed out fix for EXP-1550 restoring inventory folder ↵Seth ProductEngine
creation date updating logic. An inventory folder creation date should be updated every time a new item is created in it. Othervise the sorting by creation date is broken. However this leaves the EXP-1550 issue unresolved.
2012-03-21SH-3039 WIP - trying to close phases where neededBrad Payne (Vir Linden)
2012-03-21MAINT-808 Disable indexed texture rendering and deferred rendering on Linux ↵Dave Parks
when OpenGL version is pre-3.0
2012-03-21SH-3041 WIP Utilizing early object update texture dataNyx (Neal Orman)
Caching the mapping between baked texture hashes and UUIDs should be able to be avoided if the initial texture data sent down is accuate. This patch will use the first objectupdate message sent for your own avatar to set the baked texture UUIDs for your avatar. These appear to match the UUIDs sent from the hash lookup. Testing needed to verify that you can successfully decloud before the server sends you the hash lookup response, if your bakes are cached locally.
2012-03-21changed nearby avatar stat metrics to map instead of arrayBrad Payne (Vir Linden)
2012-03-21MAINT-272 FIXED Animation preview invalid pointer checks added.Seth ProductEngine
2012-03-21MAINT-518 FIXED Sometimes nearby chat expand button failed to work.Vadim ProductEngine
Made the nearby chat expand/collapse logic work regardless of the previous/saved state.
2012-03-20shortened label for texture density displayRichard Linden
2012-03-20Automated merge with https://bitbucket.org/don_linden/viewer-thx-runway-shared-1Richard Linden
2012-03-20added debug tools for visualizating texel density at various discard levels ↵Richard Linden
(current, requested, full)
2012-03-20Automated merge with https://bitbucket.org/VirLinden/runwayNyx (Neal Orman)
2012-03-20SH-3040 FIX Inventory caching issuesNyx (Neal Orman)
A complete fix for a single cause of caching issues, does not solve all caching issues. Fixes the issue of inventory links that were incorrectly being marked as broken. Broken links get a second chance to see if their base objects exist in inventory now.
2012-03-20mergeDave Parks
2012-03-20SH-795 Potential fix for crash after setting graphics detail to low.Dave Parks
2012-03-20Tighten Linux treatment of command-line args to 'secondlife' script.Nat Goodspeed
New --leap switch takes a quoted command line likely to contain spaces. Sloppy handling of quoted arguments definitely gets us into trouble. Fix that.
2012-03-20MAINT-789 FIXED ([PUBLIC]Button "Buy" isn't work in Object profile)Paul ProductEngine
- Set proper callback for buy button - Removed dead code - Fixed values for action combobox in object profile panel
2012-03-19EXP-1841 : Pull the whole Cut and Paste feature in viewer-experienceMerov Linden
2012-03-19enable per-appearance-change metrics sendingBrad Payne (Vir Linden)
2012-03-19merge viewer-thx-runway-shared-1 to runwayBrad Payne (Vir Linden)
2012-03-19mergeDave Parks
2012-03-19MAINT-771 Add RenderAutoHideSurfaceAreaLimit debug setting for protecting ↵Dave Parks
against sculpt based crashers.
2012-03-19MAINT-141, MAINT-95, MAINT-62 FIXED Don't delete files using masks starting ↵Vadim ProductEngine
with "/". Encountering such a mask will show a warning message and throw a debug assertion.
2012-03-19MAINT-261 FIXED Display previously retrieved data (until we get the update) ↵Vadim ProductEngine
if object inspector is invoked for the same object.
2012-03-16Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-03-16EXP-1767 FIX (Received Items panel state does not persist between sessions)Richard Linden
made received items not auto resizable save/restore received items height on collapse/expand
2012-03-16EXP-1915 : Fetch recursively folders when selectedMerov Linden
2012-03-16EXP-1841 : pull from current viewer-experience.Merov Linden
2012-03-16MAINT-290 FIXED ([PUBLIC]Take object (which belongs to another avatar) does ↵Paul ProductEngine
not work) Reason: Showing the confirmation dialog resets object selection, thus there is nothing to derez. Fix: pass selection to the confirm_take, so that selection doesn't "die" after confirmation dialog is opened
2012-03-16SH-3044 FIX - bit more cleanup on log messagesBrad Payne (Vir Linden)
2012-03-16SH-3044 FIX - updated logcontrol.xmlBrad Payne (Vir Linden)
2012-03-16SH-3044 FIX - change avatar log message to LL_DEBUGS to allow effective ↵Brad Payne (Vir Linden)
toggling when default is INFO
2012-03-16SH-3044 - tag avatar log messages LL_INFOS(Avatar)Brad Payne (Vir Linden)
2012-03-16CHUI-53 FIXED vertical scroll bar in inventory floater to appear when ↵Seth ProductEngine
horizontal scroll bar hides last item in folder view. Added a scroll container which provides the information about the height of currently displayed folder view contents. It is used for updating vertical scroll bar visibility in inventory panel.
2012-03-15SH-2970 WIP - pretty-print some metrics for more readable logBrad Payne (Vir Linden)
2012-03-15Explicitly clean up all LLLeap instances during viewer shutdown.Nat Goodspeed
This code replaces the previous cleanup of DLLs loaded by APR.
2012-03-15Automated merge with https://bitbucket.org/don_linden/viewer-thx-runway-shared-1Richard Linden
2012-03-15added stats tracking for texture/object cache hit rates and texture cache ↵Richard Linden
read latency
2012-03-14Fix --leap assumption that LeapCommand setting is ALWAYS an array.Nat Goodspeed
Nuance of command-line processing: when there's exactly one --leap switch, the resulting LLSD is a scalar string rather than an array with one entry. Fix processing code to handle either case.
2012-03-14EXP-1841 : Comments clean upMerov Linden
2012-03-14SH-2970 FIX - per-region logging of basic avatar statsBrad Payne (Vir Linden)
2012-03-14CHUI-60 FIX Initial chat bubble from object is incorrectly sized on loginRichard Linden
bad XUI
2012-03-14Add --leap command-line switch to launch one or more LEAP plugins.Nat Goodspeed
You can specify one or more instances of --leap 'command line'. Each such command line is parsed using bash-like conventions, notably honoring double quotes, e.g. --leap '"c:/Program Files/Something/something.exe" arg1 arg2'. (Specifying such an argument in a Windows Command Prompt may be tricky.) Such a program should read its stdin and write to its stdout using LLSD Event API Plugin protocol: length:serialized_LLSD where 'length' is the decimal integer count of bytes in serialized_LLSD, ':' is a literal colon character, and 'serialized_LLSD' is notation-format LLSD. A typical LLSD object is a map containing 'pump' and 'data' keys, where 'pump' is the name of the LLEventPump on which to send 'data' (or on which 'data' was received). In particular, the initial LLSD object on stdin mentions the name of this plugin's reply LLEventPump: the LLEventPump that will send every subsequent received event to the plugin's stdin. Anything written to the plugin's stderr will be logged in the viewer log. In addition to being generally useful, this helps debug problems with particular plugins.
2012-03-13EXP-1915 : Rewrote the fetching mechanism for folders making it truly recursive.Merov Linden
2012-03-13mergeDave Parks
2012-03-13MAINT-708 Reduce amount of video memory consumed by vertex buffer objects.Dave Parks
2012-03-13CHUI-56 FIXED Fixed a crash when deleting multiple inventory folders.Vadim ProductEngine
2012-03-12MergeMerov Linden
2012-03-12EXP-1914 : Fix the evaluation of isClipboardPasteable() when the clipboard ↵merov
is in cut mode.
2012-03-12SH-2970 WIP - scoped phase tweaking, removed auto-phase-stop on metrics sendBrad Payne (Vir Linden)
2012-03-12SH-2970 WIP - send per-appearance-change metrics packet (disabled)Brad Payne (Vir Linden)