summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2013-04-22MAINT-2612: Remove no-longer-valid unused-var warning suppressions.Nat Goodspeed
Somehow viewer-cat acquired a lot of source lines (in several different files) of the form: (void)somevar; where ?somevar? was not declared. Apparently someone introduced an unused declaration of ?somevar?, encountered unused-variable warnings, introduced the (void) casts to suppress those warnings, then deleted the declarations -- without deleting the (void) casts. It seems worth noting that the resulting code should not have compiled successfully on any platform.
2013-04-18MAINT-2605 : Eliminate LLControlGroup::set warning in log when starting the ↵Simon Linden
viewer
2013-04-17Some minor cleanups while hunting crashes. Reviewed by Kellysimon
2013-04-15Mergesimon
2013-04-15MAINT-2548 : Add debug viewer render info for AV metrics. Reviewed by Kellysimon
2013-04-15Fix crash introduced by LLInstanceTrackerBase optimization. Reviewed by Kellysimon
2013-04-15MAINT-2598 : Viewer logs warning about VoiceServiceConnectionStateChangedEventsimon
2013-04-15MAINT-2595 - Viewer spams log at startup with caps issue. Reviewed by Kellysimon
2013-04-15Merge downstream codesimon
2013-04-15Merge in viewer-development once more, 'cause it feels goodsimon
2013-04-12increment version to 3.5.2Oz Linden
2013-04-12Fix merge odditiessimon
2013-04-11Forgot to commit @#! mergesimon
2013-04-11Merge in downstream code (chui fixes, materials)simon
2013-04-11Mergesimon
2013-04-11Mergesimon
2013-04-11Clean up transfer manager code and log messages. Reviewed by Kellysimon
2013-04-09merge with headcallum_linden
2013-04-09MAINT-2417 FIX Update Graphics tab layoutcallum_linden
2013-04-04merge with latest viewer-developmentNyx Linden
2013-04-04SH-4059 FIX other's hover parameters affects your avatar's settingNyx Linden
Added an additional sanity check to make sure that other avatars don't affect your wearables.
2013-04-03MAINT-2558 - Add viewer debug setting for more logging on avatar render info.simon
Reviewed by Kelly
2013-04-03SH-4051 REVERT teen accounts unable to remove underclothes even when ↵Nyx Linden
switching outfits Reverting fix as additional problems were found that could lead to even accidental nudity. This fix is not required for the current release as it is not a regression. Will review options for fixing for the next release.
2013-04-03mergeNyx Linden
2013-04-03SH-4050 FIX camera goes below ground when avatar offset set to 0Nyx Linden
Added a constraint to ensure that the avatar's height (with offset) does not go below 0.1 meters. Camera was getting confused since the avatar's effective height was negative. Note the avatar is mostly underground/contorted even at 0.1 meters, but most users setting values this low will be making ultra-tinies and would be hiding the avatar mesh. Camera stays above ground when height is at 0.1.
2013-04-03SH-4058 - log spam reduction initiative.Brad Payne (Vir Linden)
2013-04-03SH-3058 WIP - disable debug-level logging for avatar by defaultBrad Payne (Vir Linden)
2013-04-02mergeBrad Payne (Vir Linden)
2013-04-02SH-4057 FIX - cleaned up old canUseHTTP logic, now lives in llviewertexture.cppBrad Payne (Vir Linden)
2013-04-02mergeNyx Linden
2013-04-02BUILDFIX commit policy fixesNyx Linden
2013-04-02mergeprep@lindenlab.com
2013-04-02Merged in chui beta code.prep@lindenlab.com
2013-04-02Removed setCanUseHTTP override in llvoavatarBrad Payne (Vir Linden)
2013-04-02mergeBrad Payne (Vir Linden)
2013-04-02SH-4057 FIX - host bake textures should start with UDP fetching now, instead ↵Brad Payne (Vir Linden)
of waiting to fail down
2013-04-02SH-4051 FIX problem with teen account and undershirt layersNyx Linden
Updated logic for teen accounts, to ensure that during any transition that they are wearing at least one undershirt wearable and one underpants wearable.
2013-04-02SH-4044 FIX voice dot is offset vertically if using avatar height offsetNyx Linden
Added the height offset in one too many places. fixing.
2013-04-02CHUI-811 FIXED [CHUIBUG]Too much spacing around the new chat UI elementsAlexanderP ProductEngine
2013-04-01MAINT-2511 : Mesh requests not handling time outs. Reviewed by Kellysimon
2013-04-01CHUI-896 : ADD FIX : Line flashing and FUI button flashing not working ↵AlexanderP ProductEngine
correctly for CHUI notifications backed out 902caf2 and (partly) d498514; case "NOT_ON_TOP" was fixed
2013-04-01mergeGilbert Gonzales
2013-04-01CHUI-796 (User doesn't get all messages in 'do not disturb' mode): Now when ↵Gilbert Gonzales
a conversation is focused by clicking on it's line item, selecting a torn off floater or unminimized a torn off floater the stored notifications for that conversation will be removed.
2013-04-01CHUI-907 : Fixed! Suppress inexistant menu item and duplicated registrar ↵Merov Linden
entry to avoid warning
2013-04-01CHUI-907 : Prevent warning when parsing menus adding name to menu_item_checkMerov Linden
2013-04-01CHUI-904 FIXED Set the focus on the Nearby chat floater after setting ↵Mnikolenko ProductEngine
visibility.
2013-04-01mergemberezhnoy
2013-04-01merge changes for 3.5.0-beta7Oz Linden
2013-04-01CHUI-886 (Time in front of the name is not displayed when the Conversations ↵mberezhnoy
size is reduced to a minimum.)
2013-03-29CHUI-807 : Trace add and remove sessionsMerov Linden