Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | Merge latest from viewer trunk | simon@lindenlab.com | |
2011-06-21 | fix for SH-369: [PUBLIC-JIRA-USERS] [crashhunters] ↵ | Xiaohong Bao | |
LLVOAvatar::updateImpostors crash | |||
2011-06-21 | Merge with latest lindenlab/viewer-development | simon@lindenlab.com | |
2011-06-07 | SH-1595 Make rigged attachment selection more reliable (never selectable ↵ | Dave Parks | |
when not in edit mode, always accurately selectable while in edit mode). | |||
2011-06-01 | SH-812 Fix for rigged meshes not showing up as rigged until LoD switch. | Dave Parks | |
2011-05-24 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2011-05-23 | Fix for sh-788 | prep | |
2011-05-16 | merge | Dave Parks | |
2011-05-13 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2011-05-03 | Fix minor indentation issue | Dave SIMmONs | |
2011-04-05 | merge changes for STORM-1051 | Oz Linden | |
2011-03-17 | Work in progress. Big code cleanup ported from TheShining/avatar-physics ↵ | Loren Shih | |
(defunct branch). Added butt and belly. | |||
2011-04-19 | merge | Dave Parks | |
2011-04-04 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-03-28 | Fix for issue caused by uploading the TurboSquid book collection (that ↵ | prep | |
avatar was having it's joints reet) | |||
2011-03-24 | Crash fix for SH-1176 and WIP for pelvis z offset | prep | |
2011-03-16 | WIP:Manual pelvis offset | prep linden | |
2011-03-09 | SH-1063 Fix for some rigged attachments preventing avatars from impostoring ↵ | Dave Parks | |
(don't let rigged attachments stretch avatar bounding box beyond avatar skeleton). | |||
2011-03-03 | SH-1085 Fix for crash when unchecking "mirror." Basically got LLFace to be ↵ | Dave Parks | |
paranoid about who gets to touch its LLVertexBuffer members. Reviewed by Nyx. | |||
2011-02-19 | Automated merge with file:///Users/oz/Work/V-D | Oz Linden | |
2011-02-19 | Merge of ssh://hg.lindenlab.com/nat/viewer-eventapi2/ | Don Kjer | |
2011-02-18 | Cleanup of headless client (was: DisableRendering mode) | Don Kjer | |
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes. | |||
2011-02-18 | Code cleanup and removed hacky code support for some old legacy rig types | prep linden | |
2011-02-17 | Another part of the pelvis fix. Sh-634 | prep | |
2011-02-16 | Fix for problem with pelvis offset | prep | |
2011-02-16 | Fix for SH-816 | prep | |
2011-02-11 | SH-912 Fix for avatar impostors glitching out at weird angles. | Dave Parks | |
2011-02-10 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-07 | SH-930 FIX revert ARC algorithm for merge to viewer-development | Nyx (Neal Orman) | |
Reverting incomplete changes to ARC so that we don't change RC when we merge down. | |||
2011-01-28 | SH-808 making sure the 10m vs. 64m scale limit switch happens for both the ↵ | leyla_linden | |
spinner and the manipulation tools etc. | |||
2011-01-27 | Renamed function | prep linden | |
2011-01-27 | Renamed function | prep linden | |
2011-01-27 | Optimization so that updateRiggedAttachments is not called every frame - ↵ | prep linden | |
still a WIP. | |||
2011-01-27 | Rebuild attached rigs during attachObject | prep linden | |
2011-01-14 | merge | prep linden | |
2011-01-14 | voice dot is positioned consistently | prep linden | |
2011-01-13 | merge up to latest viewer-development | Oz Linden | |
2011-01-13 | Automated merge up from viewer-development | Loren Shih | |
2011-01-12 | Fix for Sh-780 and tweak for nametag height (Sh-638). | prep linden | |
2011-01-10 | Fix for SH-638 | prep | |
2011-01-05 | Fix for SH-579 | prep | |
2010-12-30 | STORM-955: VWR-24312: Massively duplicated objects | Aleric Inglewood | |
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me). However, not everything was used and some more cleaning up was possible. After this patch, and when compiling with optimization, there are no duplicates left anymore that shouldn't be there in the first place. Apart from the debug stream iostream guard variable, there are several static variables with the same name (r, r1, r2, etc) but that indeed actually different symbol objects. Then there are a few constant POD arrays that are duplicated a hand full of times because they are accessed with a variable index (so optimizing them away is not possible). I left them like that (although defining those as extern as well would have been more consistent and not slower; in fact it would be faster theoretically because those arrays could share the same cache page then). | |||
2010-12-22 | removing some very old debug spam | Andrew Meadows | |
2010-12-15 | correct merge error in llvoavatar | Oz Linden | |
2010-12-14 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-12-07 | Automated merge up from viewer-development | Loren Shih | |
2010-12-07 | Bug fix. Joint ids were not being reset. The issue was noticeable when you ↵ | prep linden | |
attached and then reattached a rigged mesh with offsets. The reattached mesh would not be offset correctly. |