Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-16 | Removed debugging. | Aura Linden | |
2013-05-15 | Thanks mercurial. | Aura Linden | |
2013-04-22 | SUN-72 SH-4132 FIX viewer builds cannot write to paths containing special ↵ | Nyx Linden | |
characters. Integrated Nicky Dasmijn's patch to handle the unicode file paths properly. Code reviewed, patch was clean. Tested locally, correctly allows wearables to load where they would fail before. Should be ready for automated build & QA. | |||
2013-04-17 | BUG-2326 MAINT-2596 FIX crash when selecting non-existant user in resident ↵ | Nyx Linden | |
picker Added checks to validate that the selection list is non-empty | |||
2013-04-17 | SUN-70 MAINT-2597 FIX Crash when trying to edit no-modify objects | Nyx Linden | |
Added protection for invalid / empty inventory contents | |||
2013-04-17 | SH-4125 FIX - problem was unpredictable ordering of avatar and ↵ | Brad Payne (Vir Linden) | |
llviewerregion deletion. Avoid trying to send metrics when we're shutting down and it's too late anyway. Reviewed by Nyx | |||
2013-04-04 | merge with latest viewer-development | Nyx Linden | |
2013-04-04 | SH-4059 FIX other's hover parameters affects your avatar's setting | Nyx Linden | |
Added an additional sanity check to make sure that other avatars don't affect your wearables. | |||
2013-04-03 | SH-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-03 | merge | Nyx Linden | |
2013-04-03 | SH-4050 FIX camera goes below ground when avatar offset set to 0 | Nyx 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-03 | SH-4058 - log spam reduction initiative. | Brad Payne (Vir Linden) | |
2013-04-03 | SH-3058 WIP - disable debug-level logging for avatar by default | Brad Payne (Vir Linden) | |
2013-04-02 | merge | Brad Payne (Vir Linden) | |
2013-04-02 | SH-4057 FIX - cleaned up old canUseHTTP logic, now lives in llviewertexture.cpp | Brad Payne (Vir Linden) | |
2013-04-02 | merge | Nyx Linden | |
2013-04-02 | BUILDFIX commit policy fixes | Nyx Linden | |
2013-04-02 | merge | prep@lindenlab.com | |
2013-04-02 | Merged in chui beta code. | prep@lindenlab.com | |
2013-04-02 | Removed setCanUseHTTP override in llvoavatar | Brad Payne (Vir Linden) | |
2013-04-02 | merge | Brad Payne (Vir Linden) | |
2013-04-02 | SH-4057 FIX - host bake textures should start with UDP fetching now, instead ↵ | Brad Payne (Vir Linden) | |
of waiting to fail down | |||
2013-04-02 | SH-4051 FIX problem with teen account and undershirt layers | Nyx 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-02 | SH-4044 FIX voice dot is offset vertically if using avatar height offset | Nyx Linden | |
Added the height offset in one too many places. fixing. | |||
2013-04-02 | CHUI-811 FIXED [CHUIBUG]Too much spacing around the new chat UI elements | AlexanderP ProductEngine | |
2013-04-01 | CHUI-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-01 | merge | Gilbert Gonzales | |
2013-04-01 | CHUI-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-01 | CHUI-907 : Fixed! Suppress inexistant menu item and duplicated registrar ↵ | Merov Linden | |
entry to avoid warning | |||
2013-04-01 | CHUI-907 : Prevent warning when parsing menus adding name to menu_item_check | Merov Linden | |
2013-04-01 | CHUI-904 FIXED Set the focus on the Nearby chat floater after setting ↵ | Mnikolenko ProductEngine | |
visibility. | |||
2013-04-01 | merge | mberezhnoy | |
2013-04-01 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-04-01 | CHUI-886 (Time in front of the name is not displayed when the Conversations ↵ | mberezhnoy | |
size is reduced to a minimum.) | |||
2013-03-29 | CHUI-807 : Trace add and remove sessions | Merov Linden | |
2013-03-29 | CHUI-807 : Add more defensive coding. Also trace in log the sessions created ↵ | Merov Linden | |
so we'll have a better idea of what people do with conversations if we see that crash again. | |||
2013-03-29 | merge | Nyx Linden | |
2013-03-29 | SUN-57 SH-4039 FIX bake fail on non-ssb regions | Nyx Linden | |
We were getting the texture ID from the type,index couple, but were not passing in index, which defaulted to 0. texture ID is available from the texture object itself, so using that and removing the index parameter to prevent future confusion. | |||
2013-03-29 | Another Chui beta6+ merge to deal with build issues | prep@lindenlab.com | |
2013-03-29 | Additional fix for CHUI-903 | Mnikolenko ProductEngine | |
2013-03-29 | Merged in Chui beta6+ fixes | prep@lindenlab.com | |
2013-03-29 | CHUI-903 FIXED Don't show toasts if Session floater is torn-off and in focus. | Mnikolenko ProductEngine | |
2013-03-28 | CHUI-799 FIXED Notification is not given to user when they select only ↵ | AlexanderP ProductEngine | |
friends and groups can IM me preference | |||
2013-03-28 | sh-4014: Don't send appearance updates while editing. | prep | |
2013-03-28 | merge changes for 3.5.0-beta6 | Oz Linden | |
2013-03-28 | CHUI-896 FIXED Line flashing and FUI button flashing not working correctly ↵ | AlexanderP ProductEngine | |
for CHUI notifications: added flashing of the line item after conv. floater opens | |||
2013-03-28 | CHUI-905 (Viewer crashes while using Insert keyboard key in chat): Problem ↵ | Gilbert Gonzales | |
was because when insert was used at the end of a string of text, this would attempt to delete something past the bounds of the string...as a side effect the size of the segment was increasing even though the string length never changed. The segment size would be greater than the string size and would eventually cause an invalid read outside the bounds of the string. | |||
2013-03-28 | CHUI-855 FIXED Text entry bar auto expand does not resize | maksymsproductengine | |
2013-03-27 | CHUI-486 ADD FIX Update Preferences -> Chat XUI | AlexanderP ProductEngine | |
1) when preference is "Pop up" - added toast according to Kurt's comment from 22/Dec/12; 2) fixed line item flashing and "Chat" button flashing in other cases according to original matrix. | |||
2013-03-27 | merge | Gilbert Gonzales | |