summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-09mergeLoren Shih
2009-11-09Fix signed/unsigned build breakage in llvovolume.cppJames Cook
2009-11-09For EXT-2335 Diagnose warning spam: "LLInventoryPanel::buildNewViews called ↵Loren Shih
with invalid objectp->mType" Trivial fix to just ignore reading in items that have unknown/none asset type.
2009-11-09Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-11-09EXT-2326 Editing appearance causes too many texture callbacks stalls the viewerNyx (Neal Orman)
problem was caused by triggering updateMeshTextures() every time visual params or textures were changed on your base avatar object. The latest structure makes the parameters and textures in the wearables authoritative, causing them to be copied to the avatar on a regular basis. This resulted in way too many callbacks to be registered while waiting for baked textures to be uploaded. Fixed by removing many calls to updateMeshTextures() and ensuring that it gets called every time an appropriate param or texture actually changes, or a wearable gets added/removed. This appears to cut the number of callbacks to a reasonable level. Code reviewed by Bigpapi.
2009-11-09Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-09DEV-41358: Renamed the title of the search floater to be "Find".Lynx Linden
As requested by the search team.
2009-11-09Better fix for DEV-42153.Monroe Linden
2009-11-09mergeJames Cook
2009-11-09Fixed crash on hovering over debug rendering menu due to texture atlas.James Cook
2009-11-09merge.Tofu Linden
2009-11-09remove debug spew.Tofu Linden
2009-11-09Smarter mildly-refactored voice-toggle state management.Tofu Linden
2009-11-09don't have the 'speak' button be, technically, a toggle buttonTofu Linden
- we'll be managing its state rather manually, not necessarily conforming to 'toggle' semantics.
2009-11-09EXT-1866 : Inventory Side PanelLoren Shih
Various trivial UI behavioral changes for disabling/enabling old/new floaters when bringing up properties of objects/items. This is to make the UI behavior compliant with the Inventory Panel MVP. Also added missing sidepanel_task_info.xml (although this is not actually enabled for viewer2.0).
2009-11-09Central-source the authoritative state of mic openness.Tofu Linden
2009-11-09remove #include no longer needed.Tofu Linden
2009-11-09Don't have LLVoiceClient manually poke the nearbychatbar's 'speak' button's ↵Tofu Linden
visual state as a special case - all speak buttons will soon know how to poll (sigh) the ptt state, with more reliability.
2009-11-09trivial comment fix while I was there.Tofu Linden
2009-11-09... remove unused llrandgauss.hTofu Linden
- because on second thoughts, there's not much wisdom in carrying probably-not-tested-for-years code around 'just in case'.
2009-11-09randgauss.h isn't *really* used by the viewer - remove #include and move it ↵Tofu Linden
to llmath with ll-header naming convention.
2009-11-09mergeRamzi Linden
2009-11-09EXT-2106 I18N Nav bar: a node in panel_navigation_bar.xml cant be localized ↵Ramzi Linden
because it has no name= I18N: 2 nodes in panel_preferences_privacy.xml cant be localized because it has no name= I18N: 2 EN files menu_inspect_object_gear.xml, panel_group.xml use duplicate name= parameters from a copy/paste error L10N: rephrase for localizability in panel_preferences_advanced.xml and panel_preferences_sound.xml
2009-11-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-08DEV-38840: Fix the Pay Resident floater.Lynx Linden
It was failing to open due to an unknown string and the L$5 button was labelled incorrectly (it said L$1).
2009-11-08EXT-332: Added support for local currency estimates to the Buy L$Lynx Linden
and Buy Land floaters. We now check for a new estimatedLocalCost key from the XML-RPC server, which provides the estimated cost in the user's local currency, e.g., "US$ 10.00" or "10.00 Euros". Note: the server is not currently sending this information. The previous codepath still exists and should be unaffected. That is, we will continue to check for an estimatedCost key from the server with a value specified in US cents. We give precedence to estimatedLocalCost though and may want to remove this code once the international billing server changes go live. <lynx@lindenlab.com> HG: branch 'default' HG: changed indra/newview/llcurrencyuimanager.cpp HG: changed indra/newview/llcurrencyuimanager.h HG: changed indra/newview/llfloaterbuyland.cpp HG: changed indra/newview/skins/default/xui/en/floater_buy_land.xml
2009-11-07DEV-42215: Don't zap valid g(First|Last)name with empty strings.Nat Goodspeed
In the --autologin case, gFirstname, gLastname were validly set from gSavedSettings, but at the last minute were overwritten with empty strings from gLoginHandler. Only perform those assignments if gLoginHandler has non-empty strings to contribute.
2009-11-07mergeSteve Bennetts
2009-11-06Partial fix for DEV-42153.Monroe Linden
This code seems to work on some objects and not on others. I suspect I'm not doing something quite right in LLVOVolume::getApproximateFaceNormal().
2009-11-06Added camera preset art and attached to camera controlsErica
2009-11-06merge changes from product-engineSteve Bennetts
2009-11-06Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Erica
2009-11-06New inventory iconErica
2009-11-06Temp fix to prevent crash while missing sidepanel_task_info.xml.Steve Bennetts
2009-11-06Fixed textrue prioritization so that boosted textures are always highest ↵Steve Bennetts
priority.
2009-11-06EXT-2031 Admin Menu Missing Without Advanced Menu EnabledSteve Bennetts
2009-11-06Adding new option definition - forgot.CG Linden
2009-11-06Add support for externally specified revision number (codeticket)CG Linden
2009-11-06Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-06Merge of avatar-pipeline changes into viewer2Eric M. Tulla (BigPapi)
2009-11-06mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-06mergeLeyla Farazha
2009-11-06EXT-1576 "Zoom In" menu option should be disabled when the person is not ↵Leyla Farazha
in range EXT-2306 Default voice input/output pref panel to closed
2009-11-06Reverting OSX changes to expat from texture-pipeline mergeSteve Bennetts
2009-11-06DEV-42272 - viewer crash on startup in LLCurlRequest::processSteve Bennetts
2009-11-06EXT-2278 : "Save Texture As" for bottom panelLoren Shih
EXT-2310 : "Save Texture As" for inventory right-click menu "Save Texture As" now works properly and brings up the texture preview while saving. Also added "Save Texture As" to the right-click inventory context menu. --HG-- branch : avatar-pipeline
2009-11-06mergeJames Cook
2009-11-06EXT-1501 Menu fonts now configurable in XUI, set size to SansSerifSmallJames Cook
2009-11-06Don't hg ignore the newview/skins directory, we add files there regularly.James Cook
2009-11-06Changed llwarns on spurious InventoryPanel::buildNewViews debug mesage to ↵Loren Shih
lldebugs. --HG-- branch : avatar-pipeline