summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-26Fix line endings on appearancemgr and added LLCore::Http to llAgent.Rider Linden
2015-03-26MAINT-3818 FIXED Certain dae files that used to display skin weights ↵ruslantproductengine
successfully now crash when ticking skin weights in model preview on ALL viewers
2015-03-30MAINT-5037 FIXED Viewer is operable under the leaving call confirmation dialogandreykproductengine
2015-03-26merge changes for tools update tipOz Linden
2015-03-26point to new cef tpl with right headers, update cmaake and viewer_manifest ↵callum_linden
logic to copy files to right place
2015-03-25Make VS2013 look inside include/cef folder for headerscallum_linden
2015-03-25Point to initial pass at a CEF package in autobuild and make sure autobuild ↵callum_linden
configure picks it up
2015-03-25Some slight reorganization and removal of some dead code.Rider Linden
2015-03-25gcc remove extra qualification on decrementInFlightCounter static.Rider Linden
2015-03-25Replace appearance responder with new LLCore Appearance Handler.Rider Linden
Prep for some slight cleanup of the code. Add AP_AVATAR Policy
2015-03-25MAINT-4983 Mesh upload of large model ryoma 3d loads indefinitelyandreykproductengine
2015-03-25Add logic to attempt to look up large Windows negative return codes.Nat Goodspeed
A large negative return code doesn't do a human reader any good, even for lookup purposes, because Microsoft's lookup tables list the hex representation of that integer. So at least format the return code as hex. Going further, we've captured the content of the web page https://msdn.microsoft.com/en-us/library/cc704588.aspx as windows-rcs.html. If we can parse that file, and if we understand the structure of its table entries, and if the hex form of the actual return code is in fact listed there, we can display the symbol name and description as well as the hex return code. All those maybes are to support refreshing the file from the URL above (or wherever it might get moved) from time to time. Later versions of that file might change in unexpected ways. If we can't look up the hex rc, oh well, just display that to the user instead of crumping.
2015-03-25MAINT-5016 FIXED Skip messages from muted objects.Mnikolenko ProductEngine
2015-03-25Add Cinder Roxley as contributor for BUG-8835Cinder Biscuits
2015-03-24Add new media plugin (currently renders squares as example) in preparation ↵callum_linden
for new CEF code
2015-03-24Merged lindenlab/viewer-tools-update into defaultCinder Biscuits
2015-03-24Merged lindenlab/viewer-tools-update into defaultCinder Biscuits
2015-03-24Attempt to restore copying newly-built SLPlugin et al. - UNTESTEDNat Goodspeed
2015-03-24Fix viewer-release merge snaffu. Note that mInitialBakesLoaded (new in ↵Merov Linden
viewer-release) is not used and generates a compile error when using the new build tools
2015-03-24merge hover height label in PolishOz Linden
2015-03-24Updated Polish translation up to version 3.7.27Northspring
2015-03-24MergeNorthspring
2015-03-24BUG-8786 - Turn off fast math opts enforcing IEEE 754 floating point complianceCinder
2015-03-24Merge with viewer-release and become 3.7.27andreykproductengine
2015-03-24Merge with viewer-release and become 3.7.27andreykproductengine
2015-03-24Boost unique_ptr into xmlrpcRider Linden
2015-03-24MAINT-5023 URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQueryMnikolenko ProductEngine
2015-03-24merge changes for 3.7.26-releaseOz Linden
2015-03-24MAINT-5024 crash in LLInspectToastandreykproductengine
2015-03-23re-enable polish and danishOz Linden
2015-03-23merge changes for BUG-7387Oz Linden
2015-03-23merge changes for 3.7.26-releaseOz Linden
2015-03-23MAX_ACTIVE_REQUEST_COUNT no longer usedRider Linden
2015-03-23No explicit NULL in shared constructorRider Linden
2015-03-24Refer to new QuickTime third party package with fixes for VS2013 & re-add ↵callum_linden
QuickTime media plugin
2015-03-23Client adapter is removed. Its tests should be too.Rider Linden
2015-03-23Fix the tests to not directly access HttpsStatus' internals.Rider Linden
2015-03-23Microsoft is not nearly picky enough. Headder issues caught by gcc MS likes ↵Rider Linden
fine.
2015-03-23Fix headers for gcc buildRider Linden
2015-03-23Scratch the unique_ptr for the moment.Rider Linden
2015-03-23Slightly cleaner than this-> ing everythnig.Rider Linden
2015-03-23Continue with gcc issues.Rider Linden
2015-03-23Pull merge from lindenlab/viewer-releaseMerov Linden
2015-03-23Reogranized some headers for GCC added <memory> to the linden_common.h for ↵Rider Linden
shared_ptr
2015-03-23increment viewer version to 3.7.27Oz Linden
2015-03-23Added tag 3.7.26-release for changeset 000e9dda4162Oz Linden
2015-03-23Start work on appearancemgrRider Linden
2015-03-23MAINT-4983 Mesh upload of large model ryoma 3d loads indefinitelyandreykproductengine
2015-03-23MAINT-4998 FIXED Ignore loadedCallback if Modelpreview floater is already ↵Mnikolenko ProductEngine
closed.
2015-03-22Merged lindenlab/viewer-tools-update into defaultCinder Biscuits