Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-21 | SL-751, SL-691 - test lsl scripts update, better syncing between skeleton ↵ | Brad Payne (Vir Linden) | |
and drawable | |||
2017-07-19 | SL-714 - fixes to get wireframes to display consistently when right-clicking ↵ | Brad Payne (Vir Linden) | |
on animated objects. | |||
2017-06-30 | SL-731 - added a hook for debug text specific to control avatars. Also ↵ | Brad Payne (Vir Linden) | |
renamed resetJointsOnDetach to removeAttachmentOverridesForObject to make the connection to addAttachmentOverridesForObject more obvious. | |||
2017-06-28 | SL-722 - work on support for animated object state when linkset-altering ↵ | Brad Payne (Vir Linden) | |
operations take place | |||
2017-06-27 | SL-722 - defer markDead() for LLControlAvatar when unlinking. Fixes asset ↵ | Brad Payne (Vir Linden) | |
crash in pipeline. Also added various checks for mDrawable null in llvoavatar.cpp. | |||
2017-06-27 | SL-722 - in progress on managing animated object state with linksets | Brad Payne (Vir Linden) | |
2017-06-20 | SL-731 - control avatar has pointer back to associated volume. Can use this ↵ | Brad Payne (Vir Linden) | |
link to find associated inventory item name for an animation in debug display. | |||
2017-06-07 | SL-691,SL-694 - viewer can animate objects based on server messaging. First ↵ | Brad Payne (Vir Linden) | |
end-to-end demo for animated objects. | |||
2017-05-25 | SL-694 - Added extra param field for flags related to extended mesh ↵ | Brad Payne (Vir Linden) | |
functionality. Currently this is just one bit to flag an object as able to animate | |||
2017-04-18 | MAINT-1086 FIXED Cannot select a fully transparent object with Beacon Highlight | Mnikolenko Productengine | |
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-11-14 | Merged in lindenlab/viewer-cleanup | AndreyL ProductEngine | |
2016-10-12 | MAINT-6487 Viewer Objects should not queue too many downloads | andreykproductengine | |
2016-10-07 | MAINT-6792 Improvements for HUD warning | andreykproductengine | |
2016-08-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-07-19 | MAINT-6574 object's text was not fading out over distance after lod info ↵ | andreykproductengine | |
debugging | |||
2016-06-24 | MAINT-6487 After editing an object with a large number of contents, contents ↵ | andreykproductengine | |
in any object will not load until relog. | |||
2016-06-22 | MAINT-6515 Viewer doesn't store scripted null string settext updates for ↵ | andreykproductengine | |
Metadata close refreshing. | |||
2016-06-07 | SL-395 - support scale overrides (currently no way to get these into a dae, ↵ | Brad Payne (Vir Linden) | |
so the actual scale values are fabricated at run-time based on the joint name) | |||
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2016-02-19 | Restore cached mute check for improved performance | Ansariel | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2016-01-15 | Merge VR | Rider Linden | |
2015-11-17 | MAINT-5837 FIXED Hovering text is displayed when the avatar is blocked | Mnikolenko ProductEngine | |
2015-11-11 | Backed out changeset: a79540758404 | ruslantproductengine | |
Need backed out this changes because it influence on material update see: MAINT-5818 Also this lead to the following: UserA and UserB logged in same location. UserA edit normal/specular map texture offsets while UserB is not observe this changes. | |||
2016-01-19 | correct merge problems | Oz Linden | |
2016-01-16 | attempted fix for hud text merge | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-11-04 | MAINT-5755 FIXED Activating Show Avatar Complexity disables all llSetText ↵ | Mnikolenko ProductEngine | |
(hovertext) until relog | |||
2015-11-02 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-10-13 | merge changes for 3.8.5-release | Oz Linden | |
2015-09-04 | MAINT-5416 FIXED Cannot right-click a rigged mesh that's worn | AndreyL ProductEngine | |
--HG-- branch : maint-5416 | |||
2015-08-25 | MAINT-5547 FIXED errors when texturing a linkset "Unable to add texture. ↵ | andreykproductengine | |
Please wait a few seconds and try again." | |||
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-08-13 | MAINT-5446 FIXED GUI update problem in Edit floater's content tab | andreykproductengine | |
2015-07-23 | MAINT-5416 Reverted changeset: 9bd24c17d908 | AndreyL ProductEngine | |
2015-07-17 | MAINT-5416 FIXED cannot right-click a rigged mesh that's worn | AndreyL ProductEngine | |
2015-07-15 | Merge from viewer-relese and become version 3.8.2 | andreykproductengine | |
2015-07-14 | merge changes for 3.8.1-release | Oz Linden | |
2015-06-15 | merge changes for 3.7.30-release | Oz Linden | |
2015-05-20 | MAINT-5232: Introduce SUBSYSTEM_CLEANUP() macro | Nat Goodspeed | |
and use it for existing LLSomeClass::cleanupClass() calls. This logs the fact of making the call, as well as making it. | |||
2015-05-19 | MAINT-3548 - FIXED-R2 Horizontal & vertical offset values for normal & ↵ | vyacheslavsproductengine | |
specular maps still randomly revert to previous settings when building. | |||
2015-04-24 | merge with viewer tools update | Brad Payne (Vir Linden) | |
2015-04-13 | merge | Brad Payne (Vir Linden) | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes |