summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-14Clean up indentationsimon_linden
2013-10-14MAINT-3308 : Crash in viewer with removeMissingBakedTextures() / ↵simon_linden
updateMeshTextures() loop Reviewed by Kelly
2013-10-11MAINT-3289 (User is not able to open mini inspector by one click on 'i' icon)MaximB ProductEngine
2013-10-08Fix for random bad colors in UI on Intel HD 4000Dave Parks
2013-09-10MAINT-3131 Add a GPU memory bandwidth benchmark.Dave Parks
2013-10-10MAINT-535 Wiki-style link markup hides potentially malicious secondlife: app ↵dmitry
URLs Partial fix: disabled URLs in the 'label' part of Wiki-style link
2013-10-09MAINT-3285 : RenderDepthOfField debug setting needs description tweaksimon_linden
2013-10-01MAINT-3174 (When resident is sharing some item with you, there is no context ↵MaximB ProductEngine
menu in IM conversation.)
2013-10-01MAINT-3231 FIXED Don't show first run dialog.Mnikolenko ProductEngine
2013-09-30MAINT-3150 FIXED Show folder links that were always hidden by inventory filter.Mnikolenko ProductEngine
2013-09-26MAINT-3163 FIXED Since CHUI, floaters can be moved totally underneath bottom ↵maksymsproductengine
toolbar buttons and "lost".
2013-09-25MAINT-3169 FIXEDdmitrykproductengine
[Improvement] Prevent latest Voice service from connecting or error popup from occurring when Voice Chat setting is disabled in the viewer.
2013-08-13MAINT-2861 FIXED llAdjustSoundVolume causes animated textures on same object ↵maksymsproductengine
to reset to first frame
2013-08-12Pull merge from viewer-fbcMerov Linden
2013-08-12ACME-820 : Use the LL hosted default image for the default map tile in checkinMerov Linden
2013-08-13added read_from_master parameter for ACME-829Cho
2013-08-12NORSPEC-342 tweak shader to work on mac og glslGraham Linden
2013-08-12NORSPEC-342 fix blocky hair in ALM from writing depth for transparent pixels ↵Graham Linden
in impostor rendering
2013-08-12NORSPEC-342 WIP MATBUG-347 make impostor rendering not contribute to depth ↵Graham Linden
for mostly-transparent buffer pixels, aka hair in ALM only
2013-08-12Save SL NVAPI profile only when changes have been made.dolphin
2013-08-12NORSPEC-346 fix knock-on causing alpha mask edits to cause materials to get ↵Graham Linden
removed and revert to alpha blend
2013-08-12MAINT-2883 FIXED World Map - Land For Sale is missing L$ / sqmmaksymsproductengine
2013-08-12MAINT-2175 FIXED 'Pay Resident' floater is not opened after clicking on ↵dmitrykproductengine
'Pay' button in Object profile
2013-08-11Merge vwr-dev-matGraham Linden
2013-08-11NORSPEC-341 fix issues with water reflection coloring and abnormalsGraham Linden
2013-08-09ACME 824: Suggested Friends do not repopulate if you disconnect and ↵Gilbert Gonzales
reconnect to Facebook API in same viewer session
2013-08-09Removing rogue debugAura Linden
2013-08-09mergeGilbert Gonzales
2013-08-09ACME-800: Posted to Facebook notifications persist in the ↵Gilbert Gonzales
open_notifications.xml file per user
2013-08-08ACME-821 : Use 128x128 png for the default tile icon instead of 300x300 jpgMerov Linden
2013-08-08Pull in fix for MAINT-2302simon
2013-08-08MAINT-2847 (Updater notification - message shows as ↵MaximB ProductEngine
"[[RELEASE_NOTES_FULL_URL] information about this update]")
2013-08-07ACME-820 : Let checkin checkbox be available and swap tile map / default ↵Merov Linden
tile when toggling
2013-08-07Create separate high/low water level limits for GetMesh andMonty Brandenberg
GetMesh2 capabilities. They should be independent now.
2013-08-07NORSPEC-343 fix oversight and actually apply override to new material when ↵Graham Linden
no alpha is present
2013-08-07NORSPEC-342 fix alpha objects appearing black in impostor imagesGraham Madarasz (Graham Linden)
2013-08-07ACME-814 : Disable Post in Photo panel while the preview is processingMerov Linden
2013-08-07Mergesimon
2013-08-07MAINT-2257 : Create ability to limit region/estate and parcel access bysimon
either Piof or Group membership (viewer changes). Using Mnikolenko's patch
2013-08-07Merged lindenlab/viewer-release into defaultCinder Roxley
2013-08-07NORSPEC-343 protect against edits that would set non-alpha faces to diffuse ↵Graham Linden
alpha mode blend
2013-08-07truncate gpu id strings to 100 characters (avoids diff problems)Oz Linden
2013-08-07add line number of recognizer to diff reportOz Linden
2013-08-07NORSPEC-329 fix mangling of diffuse alpha mode by material edits when only ↵Graham Linden
one face really has alpha
2013-08-07merge changes for DRTVWR-333Oz Linden
2013-08-07NORSPEC-342 WIP fix issues with skimpy clothes getting too skimpy in impostorsGraham Linden
2013-08-06NORSPEC-322 NORSPEC-342 WIP fix black deferred impostors, lighting bugs remainGraham Madarasz (Graham Linden)
2013-08-06ACME-801: Adding a suggested friend as a friend does not remove them from ↵Gilbert Gonzales
the suggested friend list
2013-08-06SH-4411 Thread/mutex rework between main and worker threadMonty Brandenberg
Have the ::notifyLoadedMeshes() method doing correct locking and stall avoidance at the same time. This method now does lazy mutex lock acquisition (trylock()) and if it fails on either, it gives up and comes back later. Capture the maximum number of sequential failures and report this at the end of the run in the log. (So far, with big mesh regions, I've only seen 1s and 2s.) Locking/mutex requirements sorted in other locations as well. LLMutex gets trylock() method as well as new LLMutexTrylock scoped locking class. Clean up some documentation, more to do.
2013-08-06NORSPEC-322 NORSPEC-342 fix issues with black impostors and missing alpha ↵Graham Linden
attachments on impostors