summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2011-08-18mergeBrad Payne (Vir Linden)
2011-08-17SH-2217 Fix for large models not getting properly clampled by importer (odd ↵Dave Parks
that server seems to need 240m limit instead of 256m limit)
2011-08-17mergeDave Parks
2011-08-17SH-2188 Fix for generally bad vertex buffer updates for rigged attachments ↵Dave Parks
and fix for viewer always thinking meshes initially have 8 texture entries.
2011-08-17merge changes for storm-1546Oz Linden
2011-08-17merge changes for storm-1560Oz Linden
2011-08-16FIX INTL-66 translation for set26 and basic set5, for 6 languageseli
2011-08-16merge back late beta fixesOz Linden
2011-08-16sync with viewer-developmenteli
2011-08-16merge missing changesets for storm-1557Oz Linden
2011-08-15SH-2029 FIX - fix for mac build error, hopefullyBrad Payne (Vir Linden)
2011-08-15SH-2029 FIX - persist the model name in SLMBrad Payne (Vir Linden)
2011-08-15merge late 3.0.1 beta candidate fixesOz Linden
2011-08-15correct tabs for coding policy conformanceOz Linden
2011-08-15merge changes for storm-1557Oz Linden
2011-08-15mergeBrad Payne (Vir Linden)
2011-08-15EXP-1081 FIX add search auth token as cookie instead of query paramRichard Nelson
fixed search url
2011-08-15EXP-1081 FIX add search auth token as cookie instead of query paramRichard Nelson
moved all parameters other than search query to base64 encoded llsd
2011-08-11EXP-1080 FIX Console gets spammed with VertexShaderEnable messages making ↵Richard Linden
the viewer unusable converted LL_WARNS to LL_WARNS_ONCE
2011-08-11EXP-1079 FIX User is not logged out immediately inworld when selecting to ↵Richard Linden
change modes and restart while logged in used requestQuit instead of forceQuit
2011-08-11merge back late beta fix for storm-1060Oz Linden
2011-08-11merge changes for storm-1427Oz Linden
2011-08-11merge changes for storm-632Oz Linden
2011-08-11merge changes for STORM-1534Oz Linden
2011-08-11Added support for parsing of collada 1.4.1 location sidsprep linden
2011-08-11Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-08-11Automated merge with file:///e:\code\viewer-experienceRichard Linden
2011-08-11update default value for Lindens listOz Linden
2011-08-10Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Nelson
2011-08-10EXP-1028 FIX Move mode switching to logged in UIRichard Nelson
forgot a file
2011-08-10EXP-1078 FIX Mode selector position does not move with other UI elements and ↵Richard Linden
can overlap UI or not be shown on screen when resizing window
2011-08-10Fix for merge breakagesBrad Payne (Vir Linden)
2011-08-10mergeRichard Nelson
2011-08-10merge viewer-development to mesh-developmentBrad Payne (Vir Linden)
2011-08-10EXP-1028 FIX Move mode switching to logged in UIRichard Nelson
changed down arrows to up arrows for mode changers on login screen
2011-08-10EXP-1028 FIX Move mode switching to logged in UIRichard Nelson
added mode switching button to status bars for advanced and basic mode, changed login combo box to use menu instead
2011-08-10convert linden names list to stringOz Linden
2011-08-10CHOP-757 Ask for the inventory-basic login option and dump its return id to ↵Aaron Stone
llinfo.
2011-08-10Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Nelson
2011-08-10added fast timers to profile inventory LLSD deserializationRichard Nelson
2011-08-10Submitted correction for logic error: if decomp fails for single hull only ↵prep linden
execute fallback code
2011-08-10Joint resolver now constructed from key name (cts-660)prep linden
2011-08-10storm-1060: yet another attempt to fix windows iconsOz Linden
2011-08-09storm-1549Oz Linden
2011-08-09sync with viewer-developmenteli
2011-08-09Reports error of a non compatible dae to the log if not 1.4prep linden
2011-08-09EXP-880 FIX Disable address bar copy menu and open in external browser buttonRichard Linden
when using trusted browser or explicitly disabling address bar
2011-08-09Temporarily disallow the upload of non 1.4 dae filesprep linden
2011-08-09STORM-1546 FIXED Fixed a crash caused by a race condition in LLRefCount.Vadim ProductEngine
Reason: secapiSSLCertVerifyCallback() seems to be called simultaneously by multiple threads, which causes a race condition in LLRefCount::ref/unref() methods. The reference counter in LLSecAPIBasicHandler::mStore goes to zero, and the object gets destroyed. Fix: Derive LLCertificateStore from LLThreadSafeRefCount instead of LLRefCount, which should fix the race condition. Note: The LLThreadSafeRefCount constructor is private, so we have to wrap instances of the class with LLPointer.
2011-08-09merge late beta fixes for storm-1060Oz Linden