Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-01 | STORM-665 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-1024 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-977 : pull into viewer-development | Merov Linden | |
2011-02-28 | STORM-980 Fix additional issue with Wear button found by QA | Jonathan Yap | |
2011-02-28 | merge | prep linden | |
2011-02-28 | sh-517 Content authors can specify a pivot node (Assetpivot). | prep linden | |
2011-02-28 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-26 | STORM-494 FIXED Message Well window is undocked while opening Side bar | Paul ProductEngine | |
- To calculate properly whether the dockable floater visible or not, it's needed to get root view as dockable floater's parent | |||
2011-02-25 | STORM-990 merge with current v-d & fixed merge conflict | Jonathan Yap | |
2011-02-25 | STORM-980 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-974 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-680 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-979 : pull into viewer-development | Merov Linden | |
2011-02-25 | Fix llhost integration test: replaced linux.org by lindenlab.com in the DNS ↵ | Merov Linden | |
lookup test as linux.org was not being resolved as expected | |||
2011-02-25 | STORM-1015 FIXED the ability to select an item from combo list if its name ↵ | Seth ProductEngine | |
is not unique. Updating combo box label upon list item selection does not search the item by label but takes the label of currently selected item instead. | |||
2011-02-24 | Automated merge with http://hg.secondlife.com/mesh-development | Xiaohong Bao | |
2011-02-24 | Merge | Xiaohong Bao | |
2011-02-24 | SH-1040 Make both model preview drop downs functional | leyla_linden | |
2011-02-24 | SH-1045 | leyla_linden | |
Mesh Viewer temporarily allows object scaling larger than 10m, then moves the object | |||
2011-02-24 | STOMR-665 FIXED User is not able to view full name of Group's founder in the ↵ | Paul ProductEngine | |
Group Profile - Made text box and its panel follow right | |||
2011-02-23 | Merge | leyla_linden | |
2011-02-23 | SH-1035 Model preview background color should match spec | leyla_linden | |
2011-02-23 | STORM-1020 Use tabs instead of spaces in fix. | Jonathan Yap | |
2011-02-23 | STORM-1020 It is sometimes necessary to press ALT+CTRL+D twice to get the ↵ | Jonathan Yap | |
Debug menu on the login screen | |||
2011-02-23 | SH-301 Cleanup -- accidentally removed a multiply by sDistanceFactor | Dave Parks | |
2011-02-23 | SH-301 Use avatar distance and radius when calculating LoD for rigged ↵ | Dave Parks | |
attachments. | |||
2011-02-23 | SH-473/CTS-248 Enable mirror and invert check boxes for meshes. | Dave Parks | |
2011-02-23 | Merge: Backed out changes for STORM-336 for merge due to complexity, will ↵ | Loren Shih | |
need to apply these manually. | |||
2011-02-23 | separate vertex buffer and index buffer when map/unmap VBO. can be treated ↵ | Xiaohong Bao | |
as part of STORM-1011. reviewed by davep. | |||
2011-02-23 | Fixes from merge of viewer-development -> mesh-development. | Loren Shih | |
2011-02-23 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-22 | merge | Dave Parks | |
2011-02-22 | SH-874 Better VBO usage hints, most notably don't use VBOs for occlusion ↵ | Dave Parks | |
queries if GL is set to not use VBOs for stream draw. | |||
2011-02-22 | merge | Dave Parks | |
2011-02-22 | SH-438 Use node name instead of mesh name for object names when importing ↵ | Dave Parks | |
meshes. | |||
2011-02-22 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-22 | set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking. | Xiaohong Bao | |
2011-02-22 | more fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-22 | STORM-28 FIXED Added the ability to send agent's own calling card to others. | Seth ProductEngine | |
- Added creating own calling card for the user to be able to share it with other residents. - Moved calling cards synchronization with friends list to the viewer start up. Previously synchronized upon opening the Friends tab in People side panel. - Calling cards for non-friends are not removed upon calling cards synchronization with friends list. - Enabled "Share" menu item for calling cards in inventory. | |||
2011-02-22 | STORM-889 FIXED Put Link/Unlink in Edit Panel | Paul ProductEngine | |
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind | |||
2011-02-18 | Code cleanup and removed hacky code support for some old legacy rig types | prep linden | |
2011-02-18 | merge | Dave Parks | |
2011-02-18 | SH-948 don't occlusion cull everything when deferred rendering is enabled | Dave Parks | |
2011-02-18 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-18 | BUG STORM-1004 FIXED Unblocking/blocking name sometimes deletes identically ↵ | paul_productengine | |
named entry, but of different TYPE LLMuteList stores muted objects in two sets: set of names and set of ids. Avatar objects are stored by ids (set of ids), other objects can be stored both by name(set of names) or ids - Delete items from corresponding set (from set of names or ids), not form both sets at time. - Improved isMuted method's logic. Now if avatar is tested whether it's muted or not, don't search its name in the set of names. | |||
2011-02-17 | VWR-24917 Use mIsDisplayNameDefault to reduce name redundancy in nearby chat ↵ | Ardy Lay | |
history * Clean up changes based upon feedback from reviewers. * Improve comment based upon feedback from reviewers. | |||
2011-02-17 | merge | Dave Parks | |
2011-02-17 | SH-1006 Quick pass at cutting down the number of redundant GL calls based on ↵ | Dave Parks | |
data from gDEBugger. Reviewed by Nyx. | |||
2011-02-17 | merge | Dave Parks | |
2011-02-17 | SH-547 Use appropriate texture channel for rendering avatars into their ↵ | Dave Parks | |
impostor map. |