Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nyx (Neal Orman) | |
2009-11-09 | EXT-2326 Editing appearance causes too many texture callbacks stalls the viewer | Nyx (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-09 | Fixed EXT-2104 (Chiclets overflow buttons overlap lower tray elements)- | Andrew Dyukov | |
in this changeset and in 4466:3ad0401e16a5. Here I changed height of buuttons. --HG-- branch : product-engine | |||
2009-11-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-11-09 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-09 | DEV-41358: Renamed the title of the search floater to be "Find". | Lynx Linden | |
As requested by the search team. | |||
2009-11-09 | Better fix for DEV-42153. | Monroe Linden | |
2009-11-09 | Fixed normal bug EXT-2327 "Incoming call dialog crashes after logout". | Sergei Litovchuk | |
- Added NULL pointer checks. --HG-- branch : product-engine | |||
2009-11-09 | Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/ | Lynx Linden | |
2009-11-09 | DEV-41317 DEV-41318: Enabled the Call button in the Profile panel. | Lynx Linden | |
I've added a new LLAvatarActions::startCall() method to make it easy to start a new P2P call. The Resident Profile "Call" button is now hooked up to this. I've also put back the "Call" menu in the avatar popup menu and hooked this up too. While I was there I noticed that the "IM" popup menu code could all be removed in favor of a call to LLAvatarActions::startIM(). | |||
2009-11-09 | - Fix for low bug EXT-1965 "Place Profile: Accordions has different alignment". | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2009-11-09 | merge | James Cook | |
2009-11-09 | Fixed crash on hovering over debug rendering menu due to texture atlas. | James Cook | |
2009-11-09 | merge. | Tofu Linden | |
2009-11-09 | remove debug spew. | Tofu Linden | |
2009-11-09 | Smarter mildly-refactored voice-toggle state management. | Tofu Linden | |
2009-11-09 | fixed normal bug EXT-2171 Group list - View Profile icon should only appear ↵ | Andrew Polunin | |
on Group item hover --HG-- branch : product-engine | |||
2009-11-09 | don't have the 'speak' button be, technically, a toggle button | Tofu Linden | |
- we'll be managing its state rather manually, not necessarily conforming to 'toggle' semantics. | |||
2009-11-09 | EXT-1866 : Inventory Side Panel | Loren 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-09 | Fixed Nice to have bug EXT-1907-Context menu for avatar in Friends tab ↵ | Eugene Kondrashev | |
appears only if right mouse click was performed over avatar's icon area. Remove default avatar context menu. --HG-- branch : product-engine | |||
2009-11-09 | Central-source the authoritative state of mic openness. | Tofu Linden | |
2009-11-09 | remove #include no longer needed. | Tofu Linden | |
2009-11-09 | Fixed normal bug EXT-2103 (There are no arrow icons on the Chiclets overflow ↵ | Andrew Dyukov | |
buttons), but Erica will have to set appropriate icon. --HG-- branch : product-engine | |||
2009-11-09 | Don'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-10 | fix xml function param problem and adding missing settings in settings.xml | angela | |
2009-11-09 | - Reverted fix for normal bug EXT-2016 "Place Profile panel isn't resized". ↵ | Sergei Litovchuk | |
The reason is that some unnecessary free space is left in Place Profile panel. - Cleaned up obsolete code from Place Profile panel. --HG-- branch : product-engine | |||
2009-11-09 | No ticket. Removed unused includes. Formatted xml. | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-09 | Implemented Sub-task EXT-1906 All speakers handling functional in old IM ↵ | Eugene Kondrashev | |
Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff --HG-- branch : product-engine | |||
2009-11-09 | check for NULL UUID for friendListFolderID | angela | |
2009-11-09 | partial implementation for the major task (EXT-989) IM chiclets should ↵ | Dmitry Oleshko | |
expand to show active voice indicator --HG-- branch : product-engine | |||
2009-11-09 | fixed normal bug EXT-2148 [BSI] Teleport button clickable although friend is ↵ | Andrew Polunin | |
offline --HG-- branch : product-engine | |||
2009-11-09 | trivial comment fix while I was there. | Tofu Linden | |
2009-11-09 | ... remove unused llrandgauss.h | Tofu Linden | |
- because on second thoughts, there's not much wisdom in carrying probably-not-tested-for-years code around 'just in case'. | |||
2009-11-09 | randgauss.h isn't *really* used by the viewer - remove #include and move it ↵ | Tofu Linden | |
to llmath with ll-header naming convention. | |||
2009-11-09 | Merge | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2009-11-09 | Fixed windows build for M_PI constant. | Mike Antipov | |
Macro definitions for common math constants (e.g. M_PI) are declared under the _USE_MATH_DEFINES in math.h Added "#define _USE_MATH_DEFINES" before including math.h (for Windows build only) --HG-- branch : product-engine | |||
2009-11-09 | Implemented major task EXT-2251 - Implement panels for creating, editing and ↵ | Dmitry Zaporozhan | |
viewing Classifieds. --HG-- branch : product-engine | |||
2009-11-09 | Fixed normal bug EXT-2252 ([BSI] "Set to current location" button on Edit ↵ | Eugene Mutavchi | |
Pick panel has no effect) --HG-- branch : product-engine | |||
2009-11-09 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-09 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-09 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-09 | Implemented low task EXT-1155 (Implement option to sort the nearby people ↵ | Eugene Mutavchi | |
list by distance and most recent speakers) --HG-- branch : product-engine | |||
2009-11-09 | Update for major task EXT-2250 Classifieds list in Picks panel. | Dmitry Zaporozhan | |
Fixed viewing classifieds of other avatars. --HG-- branch : product-engine | |||
2009-11-09 | Fixed low bug EXT-2319 - Unable to save new Pick. | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2009-11-09 | fixed bug EXT-2016 Place Profile panel isn't resized | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-09 | merge | Denis Serdjuk | |
--HG-- branch : product-engine | |||
2009-11-09 | merge | Ramzi Linden | |
2009-11-09 | EXT-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-09 | escape from infinitive loop of fetching inventory folder with NULL uuid | angela | |
2009-11-08 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |