summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-02merged .hgtagsDebi King (Dessie)
2011-08-02Fix build of llimage_libtestMerov Linden
2011-08-02SH-2183 Thread local storage initialization is unreliable.Dave Parks
2011-08-02STORM-1534: Derive Credits in About Second Life from doc/ sourcesOz Linden
2011-08-02SH-2183 Only apply multi-threaded curl on the main thread.Dave Parks
2011-08-02STORM-1291 FOLLOWUP Localized common (unisex) gestures.Vadim ProductEngine
2011-08-02Proxy: Improved mutex usage in LLProxy. Introduced an LLAtomic member to ↵Logan Dethrow
track the status of the http proxy that can be checked without locking a mutex.
2011-08-01SH-2183 Add a debug setting to control whether or not to use multiple ↵Dave Parks
threads in LLCurl
2011-08-01merge changes for storm-1535Oz Linden
2011-08-01remove accidentally checked-in patch fileOz Linden
2011-08-01STORM-1186 FIXED Removed the "no mCurrentRMessageTemplate" warning message.Vadim ProductEngine
The mCurrentRMessageTemplate member seems to only be non-NULL for a short while after an incoming message was validated and parsed, thus there is no guarantee that we can obtain name of the last received message at any given time. So if we can't we'll simply return an empty string without spamming the log with warnings.
2011-08-01Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-08-01increment viewer version to 2.8.4Oz Linden
2011-08-01Added tag 2.8.3-start for changeset ac0f1a132d35Oz Linden
2011-07-29Include some certs that were missed in the latest cert update. Specifically,Roxie Linden
paypal had a verisign -2 CA cert, and the new trust list only includes -3. Also, disable use of the system cert store. Just use our list.
2011-07-29EXP-1057 FIX Cursor doesn't go to the input field on the Find Floater due to ↵Richard Linden
lack of window focus also allow right clip to copy url from disabled address bar
2011-07-29mergeDave Parks
2011-07-29SH-2200 Fix for BSOD on 7800 Go on Vista when setting graphics detail to "High"Dave Parks
2011-07-29STORM-1512 Fix for crash when rendering impostors.Dave Parks
2011-07-29EXP-1056 FIX Web popup issues with Web Content BrowserRichard Linden
changed browser id back to a string so it accepts malformed uuid strings coming from webkit - "{uuid}" instead of "uuid"
2011-07-29mergeDave Parks
2011-07-29SH-2181 Fix for alpha flickering when basic shaders enabled (don't use ↵Dave Parks
glAlphaFunc when shaders are available). Reviewed by Leslie
2011-07-29STORM-1112 Input sanitization of proxy options.Logan Dethrow
2011-07-29merge changes for storm-1510Oz Linden
2011-07-29merge changes for late release fixesOz Linden
2011-07-29late fix to set watchdog on at 60 secondsOz Linden
2011-07-29late fix to disable VBO on Macs for performanceOz Linden
2011-07-29sync with viewer-developmenteli
2011-07-29reconciled .hgtagsDebi King (Dessie)
2011-07-29mergeback from viewer-releaseDebi King (Dessie)
2011-07-29Added tag DRTVWR-70_2.8.0-release, 2.8.0-release for changeset 493d9127ee50Debi King (Dessie)
2011-07-29merge changes for storm-1451Oz Linden
2011-07-29merge changes for storm-1408Oz Linden
2011-07-29merge changes for storm-1405Oz Linden
2011-07-29merge changes for storm-1529Oz Linden
2011-07-29merge changes for storm-1404Oz Linden
2011-07-29merge changes for storm-1291Oz Linden
2011-07-29merge changes for storm-1233Oz Linden
2011-07-29merge changes for storm-1220Oz Linden
2011-07-29merge changes for storm-1311Oz Linden
2011-07-29merge changes for storm-1234Oz Linden
2011-07-29STORM-632 FIXED Disallow showing URL-like avatar display names as Web links ↵Vadim ProductEngine
in various places. Fixed in: * People panel -> friend list * IM toast * Friend online/offline notification toasts * IM well * Avatar inspector
2011-07-29STORM-1194 FIXED Object Contents floater: disabled links in the object name ↵Vadim ProductEngine
text box.
2011-07-29STORM-1473 FIXED Localized voice morph names.Vadim ProductEngine
2011-07-29Add geotrust CAs for some internal linden machines like teamcity, and moveRoxie Linden
the trust chain around a bit.
2011-07-29STORM-1436 FIXED Broken localization of "Contents" and "New Script" items in ↵Vadim ProductEngine
the Contents tab of Build Tools. The bug happened when the translations contained non-ASCII characters. Reason: Names of inventory items are limited to ASCII characters. Fix: Leave names in English, localize them when displaying (on the fly). The fix only affects object's inventory (i.e. not agent inventory).
2011-07-28EXP-1054 FIX Entering search term in search box in Viewer UI does not ↵Richard Linden
produce search results if search window is already open use new parameters when opening existing floater
2011-07-28update CA's to most current set (taken from the osx lion cert store)Roxie Linden
2011-07-28EXP-1055 FIX Profile button not toggled on when Profile open in Basic modeRichard Linden
2011-07-28fix for SH-2023: Brightness Bump maps don't load when shadows are enabledXiaohong Bao