Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-11 | SH-4061 WIP - moved retry policy to llmessage, added integration test | Brad Payne (Vir Linden) | |
2013-04-10 | SH-4035:Added ignore message to notification | prep@lindenlab.com | |
2013-04-10 | SH-4061 WIP - less log spamming for (expected and normal) map tile failures. | Brad Payne (Vir Linden) | |
2013-04-10 | SH-4061 WIP - capture http status codes from requests, restrict SB fetch ↵ | Brad Payne (Vir Linden) | |
retries to 5xx errors | |||
2013-04-09 | SH-4035: Removed unneeded functional call | prep@lindenlab.com | |
2013-04-09 | SH-4035: Bug fix to handle closing the panel when editing a specific wearable | prep@lindenlab.com | |
2013-04-08 | merge | Brad Payne (Vir Linden) | |
2013-04-08 | SH-4061 FIX - texture fetch failures added retry logic and fault injection ↵ | Brad Payne (Vir Linden) | |
for testing | |||
2013-04-08 | merge | prep | |
2013-04-08 | WIP SH-4035: confirmation when closing appearance window when changes present | prep | |
2013-04-08 | merge. pulled in sunshine-stable. | Nyx Linden | |
2013-04-08 | SH-4061 WIP - added ability to un-set missing asset, do this in the case of ↵ | Brad Payne (Vir Linden) | |
FTT_SERVER_BAKE images. This is needed because 'missing' is not necessarily permanent for such images. | |||
2013-04-05 | merge | Nyx Linden | |
2013-04-05 | SH-4061 WIP - spelling fix, allow un-set of missing asset flag for textures | Brad Payne (Vir Linden) | |
2013-04-04 | Renaming HTTP_HEADER_* into HTTP_IN_HEADER_* and HTTP_OUT_HEADER_* to make ↵ | Don Kjer | |
it more clear which header strings should be used for incoming vs outgoing situations. Using constants for commonly used llhttpnode context strings. | |||
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 | FIX INTL-114 translation for 9 languages of major update from CHUI and other ↵ | eli | |
projects | |||
2013-04-03 | sync with viewer-development | eli | |
2013-04-03 | SH-4058 - log spam reduction initiative. | Brad Payne (Vir Linden) | |
2013-04-03 | merge | 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 | pulling in sunshine-stable to sunshine-internal. | Nyx Linden | |
2013-04-02 | Renamed logCapabilites static function to log_capabilities in ↵ | Logan Dethrow | |
llviewerregion.cpp to better match coding standard. | |||
2013-04-02 | change initLogging virtual functions to void (returns were ignored anyway) | Oz Linden | |
2013-04-02 | Add reporting of last_exec_duration | Oz Linden | |
(and clean up logic around multiple instances) | |||
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 | If we get more caps from a subsequent grant for a region, go ahead and use ↵ | Logan Dethrow | |
them. This is a hack that should be safe to remove after SH-3895 is fixed everywhere on the sim side. | |||
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 | Backed out accidentally committed change to logcontrol.xml. | Logan Dethrow | |