Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-18 | Timers to track time spent waiting on message system. | Dave Parks | |
2009-12-16 | Tracking down stalls in llpumpio and agent updates. | Dave Parks | |
2009-12-16 | Convert ll_face_list_t in llviewertexture to a std::set to improve ↵ | Dave Parks | |
performance on face deletion. | |||
2009-12-16 | Quick 'n dirty prioritization scheme for mesh loading. | Dave Parks | |
Sprinkling of fast timers in areas that are likely to stall. | |||
2009-12-15 | merge | Dave Parks | |
2009-12-15 | HTTP Mesh transfer relatively blocking-free. | Dave Parks | |
2009-12-14 | Merging in latest viewer 2 | Palmer Truelson | |
2009-12-14 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-14 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-14 | EXT-3426: Update Place buttons based on state. | Lynx Linden | |
We now disable the teleport/map buttons when they cannot be used (when we don't have a global 3D position for the parcel). We also update this button enable state at the right times. | |||
2009-12-14 | EXT-3426: Enable Teleport/Map buttons for all Places. | Lynx Linden | |
When we open the Places side tray for a parcel, given a UUID, we now look up the parcel's global 3D position so that the teleport and map functions work correctly. | |||
2009-12-14 | automated merge avp->viewer2.0 | Loren Shih | |
2009-12-14 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2009-12-14 | For EXT-3264: Missing separators in inventory context menus - restore | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-14 | Resolved timeout issues in mesh HTTP transfer. | Dave Parks | |
2009-12-13 | EXT-2764 EXT-2766 add and remove help ids to reflect reality | Kent Quirk | |
2009-12-12 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Xiaohong Bao | |
2009-12-11 | replace some magic numbers of http status, and fix for DEV-40952/SNOW-208: ↵ | Xiaohong Bao | |
HTTP GET requests for textures check for http status 203, but should check for 206. | |||
2009-12-11 | EXT-3278: copy & wear in object inventory is now only enabled if we can wear ↵ | Eric M. Tulla (BigPapi) | |
contents | |||
2009-12-11 | For EXT-3264: Missing separators in inventory context menus - restore | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | Merge | skolb | |
2009-12-11 | EXT-3277 "<X> Items Fetched" info on InventoryFloater lost. | Loren Shih | |
Background fetches track whether they're being done on MyInventory, Library, or both. Also did some cosmetic header file cleanup. | |||
2009-12-11 | DEV-40452 (followup) Correct a few more inconsistencies in the 3 new LSL ↵ | Ramzi Linden | |
editor tooltips | |||
2009-12-11 | fix multiple heads in repo | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | resolving sidepanel conflict | Erica | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | automated merge avp->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | EXT-3373 : Favorites folder disappears after canceling filter | Loren Shih | |
Doing a more robust check to see if folders need to be refreshed. --HG-- branch : avatar-pipeline | |||
2009-12-11 | merge | Dave Parks | |
2009-12-11 | HTTP Mesh fetch FTW.. still busted | Dave Parks | |
2009-12-11 | Merge | skolb | |
2009-12-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-11 | EXT-3408: Added support for secondlife:///app/classified SLurls | Lynx Linden | |
I added a handler for this SLurl type that displays the classifieds details in the side tray. In order to do this, you have to open the profile of the classified's creator first. Which means that I have to ask the server for the classified's description in order to get the creator id. This is done with an LLAvatarPropertiesObserver observer. One complication here is that this observer takes the avatar id as a parameter, but we don't know that (that's what we're trying to find out) - so I made it possible to pass in a null avatar id - it's only used to filter out non-interested observers in the notifyObserver() call. | |||
2009-12-11 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-12-11 | Fix linux build | Rick Pasetto | |
2009-12-11 | EXT-906 Update inventory properties floater with new permissions layout | Erica | |
2009-12-11 | Minor gcc compile fix | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | Merge of viewer2 into avp branch | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | EXT-3317 missing string in appearance editor | Nyx (Neal Orman) | |
name string wasn't capitalized so couldn't find the actual label to apply. capitalizing "Wrinkles" makes the string be found. yay. Reviewed by Vir | |||
2009-12-11 | Automated merge with ssh://nyx@hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | Merge media back into viewer 2-0 | skolb | |
2009-12-11 | EXT-2718 avatar render cost higher in 2.0 than in 1.23 | Nyx (Neal Orman) | |
previous fix fixed the double-counting of texture costs. resulting ARC was ~99 points higher for most avatars. This patch makes the cost shoot up again, as ARC was improperly computed in 1.23 and before. This makes the cost for an avatar increase 10 points per prim instead of per-attachment, which is how we have documented it. Also used constants to eliminate magic numbers and increased ARC limit from 1024 to 2048. Will request feedback on change from BSI:STU Code reviewed by Bigpapi --HG-- branch : avatar-pipeline | |||
2009-12-11 | Merge viewer 2-0 into media | skolb | |
2009-12-11 | EXT-3394: Remove manual voice gain controls. | Lynx Linden | |
The new Vivox SDK supports Automatic Gain Control (AGC), so we shouldn't need to change the local gain level from the default of 50%. This change sets the initial gain level to 50 (instead of 62) and removes the local gain sliders from the Sound Preferences floater and the Voice Controls floater. The latter was not hooked up yet anyway. | |||
2009-12-11 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-11 | EXT-3119 DEV-43503 DEV-43497: Fix secondlife://app/parcel crash. | Lynx Linden | |
The handler for secondlife:///app/parcel/{UUID}/about SLurls now opens the Place side tray and displays the parcel information there. | |||
2009-12-11 | EXT-332: Added Buy L$ link for Exchange Rate. | Lynx Linden | |
As per the international billing team. Just waiting for the "payment method and currency" URL now. | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-12-10 | Add LL(URLDispatcher,CommandDispatcher,PanelLogin)Listener | Nat Goodspeed | |
LLURLDispatcherListener accepts requests for LLURLDispatcher. LLCommandDispatcherListener accepts requests for LLCommandDispatcher. LLPanelLoginListener accepts requests specifically for LLPanelLogin. Initially it supports a simulated click to the "Log In" button. |