summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
AgeCommit message (Collapse)Author
2016-04-04merge with 4.0.3-releaseOz Linden
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2016-02-19Restore cached mute check for improved performanceAnsariel
2016-01-15merge changes for 4.0.1-releaseOz Linden
2016-01-15Merge VRRider Linden
2015-11-17MAINT-5837 FIXED Hovering text is displayed when the avatar is blockedMnikolenko ProductEngine
2015-11-11Backed out changeset: a79540758404ruslantproductengine
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-19correct merge problemsOz Linden
2016-01-16attempted fix for hud text mergeOz Linden
2016-01-15merge changes for 4.0.1-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-11-04MAINT-5755 FIXED Activating Show Avatar Complexity disables all llSetText ↵Mnikolenko ProductEngine
(hovertext) until relog
2015-10-19Merge from viewer release.Rider Linden
2015-10-13merge changes for 3.8.5-releaseOz Linden
2015-09-04MAINT-5416 FIXED Cannot right-click a rigged mesh that's wornAndreyL ProductEngine
--HG-- branch : maint-5416
2015-08-25MAINT-5547 FIXED errors when texturing a linkset "Unable to add texture. ↵andreykproductengine
Please wait a few seconds and try again."
2015-08-18MAINT-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-13MAINT-5446 FIXED GUI update problem in Edit floater's content tabandreykproductengine
2015-07-23MAINT-5416 Reverted changeset: 9bd24c17d908AndreyL ProductEngine
2015-07-17MAINT-5416 FIXED cannot right-click a rigged mesh that's wornAndreyL ProductEngine
2015-07-15Merge from viewer-relese and become version 3.8.2andreykproductengine
2015-07-14merge changes for 3.8.1-releaseOz Linden
2015-06-15merge changes for 3.7.30-releaseOz Linden
2015-05-19MAINT-3548 - FIXED-R2 Horizontal & vertical offset values for normal & ↵vyacheslavsproductengine
specular maps still randomly revert to previous settings when building.
2015-04-24merge with viewer tools updateBrad Payne (Vir Linden)
2015-04-13mergeBrad Payne (Vir Linden)
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-04-10restore 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
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-04-02DRTVWR-397 WIP - more loggingBrad Payne (Vir Linden)
2015-02-27merge up to 3.7.25-releaseOz Linden
2015-02-04merge storm-2082 changesOz Linden
2014-12-02Merge downstream code and become 3.7.22simon
2014-12-02mergeBrad Payne (Vir Linden)
2014-12-01mergeBrad Payne (Vir Linden)
2014-12-01Improve display of avatar rendering info, remove last use of ↵Oz Linden
RenderAutoMuteFunctions
2014-10-29MAINT-4606 WIP - handle removing attachments that contain multiple mesh objectsBrad Payne (Vir Linden)
2014-10-10MAINT-4096 FIXED Object's new land impact is not shown in build tool until ↵andreykproductengine
new face or prim in linkset is selected, after adding or removing only material to/from child prim
2014-10-02MAINT-4501 FIXED Viewer spams error message if it can't find an audio deviceandreykproductengine
2014-08-27WIP on attachment offset management in jointsBrad Payne (Vir Linden)
2014-08-18MAINT-3511 FIXED When one surface of mesh object is set transparent all ↵ruslantproductengine
object is invisible : compare rotation quaternions with predefined epsilon
2014-09-05mergeBrad Payne (Vir Linden)
2014-08-27WIP on attachment offset management in jointsBrad Payne (Vir Linden)
2014-07-07Merge downstream code and become 3.7.12simon
2014-06-18Merge downstream codesimon
2014-06-16merge changes for 3.7.9-releaseOz Linden
2014-06-05MergeRicky Curtice
2014-05-19mergeBrad Payne (Vir Linden)
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)