summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-10-26Fixed convex hull size incompatibility in mesh assets.JonathanLinden
2010-10-21SH-175 Better handling of failure to load rigged attachment shaders.Dave Parks
2010-10-21mergeDave Parks
2010-10-21Fix for crash when toggling anisotropic filtering.Dave Parks
2010-10-21Fix for crash when toggling anisotropic filtering.Dave Parks
2010-10-21Automated merge up from viewer-developmentLoren Shih
2010-10-20STORM-402 : merge with viewer-developmentMerov Linden
2010-10-20STORM-390 : merge with viewer-developmentMerov Linden
2010-10-20STORM-263 : merge to viewer-developmentMerov Linden
2010-10-20STORM-281 : merge to viewer-development + fix indentationMerov Linden
2010-10-20STORM-417 : merge with viewer-developmentMerov Linden
2010-10-20STORM-419 : merge with viewer-developmentMerov Linden
2010-10-20STORM-424 : merge Boroondas changeset to viewer-developmentMerov Linden
2010-10-20SH-329 WIP get branch ready for opensourceNyx (Neal Orman)
rolling back broken strip command on mac to unfreeze the build.
2010-10-20Set proper limits for physics parameters.Dave Parks
2010-10-20SH-157 Add "RenderLocalLights" to preferences and featuretable to replace ↵Dave Parks
old local lights on/off radio group.
2010-10-20mergeDave Parks
2010-10-20Add terrain to physics shape display.Dave Parks
2010-10-20Fix for broken shadows on rigged attachments when attachment penetrates ↵Dave Parks
shadow frustum near clip plane.
2010-10-20STORM-417 FIXED Port of SNOW-140 to SG 2.0 : Forced updates not working on MacVadim ProductEngine
The point of this patch is to make the Mac updater code a bit more flexible and reliable than it is right now. The issue is double: * reliability: the string comparison code on the bundle identifier is not UTF8 compliant * flexibility: the bundle identifier is hard coded to match the bundle identifier of LL viewer (i.e. com.secondlife.indra.viewer) so it can't work for another viewer (in particular, it didn't work for Snowglobe). The "bundle identifier" is one of those Mac only thing stored in the Info.plist of a "bundle" (the ".app" folder that's bundling an executable and all its resources and is seen as an application when browsing with the Mac OS X Finder). The patch fixes both issues: * compare correctly UTF8 encoded strings * allow the bundle ID to be passed as a parameter to the updater The patch has really no consequence on LL viewer. It's more a matter of having cleaner, better code. Author: Cypren Christenson Ported and reviewed by: Merov Linden
2010-10-20STORM-419 FIXED <anonymous>' is used uninitialized in this function in ↵Vadim ProductEngine
lldarray.h Author: Robin Cornelius Ported by: Techwolf Lupindo Reviewed by: Merov Linden
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-20Fix for automated merge comiple errors.Loren Shih
2010-10-20bump Development version to 2.4Oz Linden
2010-10-20pull changes back from 2.3 betaOz Linden
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-19First stab at using GetObjectPhysicsDataDave Parks
2010-10-19Don't call getCapability from a background thread.Dave Parks
2010-10-19Aggressive error checking in curl.Dave Parks
2010-10-19STORM-281 : Fix Map FOV frustum when UI size not equal to 1Merov Linden
2010-10-19Bumped viewer version to 2.3.0Dessie Linden
2010-10-19mergeDave Parks
2010-10-19CTS-283 Fix for objects being locked when imported.Dave Parks
2010-10-19Make preview render match what will be uploaded (exposes transform changes ↵Dave Parks
between LODs)
2010-10-19Moved retry logic for certain mesh header fetches to help with SH-323 'Some ↵Jonathan Wolk
mesh objects fail to load data for valid meshes'. Renamed some variables to be more clear.
2010-10-19STORM-402 FIXED Fixed adding of people whom you sent IM to Recent list.Andrew Productengine
This regression was caused by fix of STORM-126 in changeset 09f13edf6aa8 where adding of people from mInitialTargetIDs was removed. And it was used to add people whom you P2P im'ed. - Used mInitialTargetIDs to add people whom you P2P im'ed.
2010-10-19STORM-390 FIXED "Place Profile" appeared instead of "Resident Profile" after ↵Vadim ProductEngine
clicking on user name in a nearby chat toast. Now clicking an avatar name opens avatar profile; clicking an object name opens object inspector. This change rolls back the fix of STORM-358.
2010-10-18automated mergeRoxie Linden
2010-10-18Turn assertion around cache loading into an early out.Dave Parks
2010-10-18Improved locking around command queues.Dave Parks
2010-10-18Point the events profiles and other components to the new eventsRoxie Linden
web pages
2010-10-16merged VWR-23459 (fixed crash for certain command line options when compiled ↵Boroondas Gupte
against Boost-1.42)
2010-10-16VWR-23459 FIXED Viewer compiled against Boost-1.42 crashes when certain ↵Boroondas Gupte (original fix by Aleric Inglewood)
command line options are given used Aleric's SG2 changeset from http://svn.secondlife.com/trac/linden/changeset/3600 patching file doc/contributions.txt Hunk #1 succeeded at 73 with fuzz 2. patching file indra/newview/llcommandlineparser.cpp Hunk #1 succeeded at 268 with fuzz 1 (offset -8 lines). Edited doc/contributions.txt to create an entry for Aleric and moved the issue ID there (patch wasn't able to place it at the right position, lacking any context).
2010-10-16Better physics shape display.Dave Parks
2010-10-15Automated merge with file:///Users/oz/Work/viewer-developmentOz Linden
2010-10-15mergeDave Parks
2010-10-15SH-329 WIP get branch ready for open source releaseNyx (Neal Orman)
updated build config to strip havok debug symbols also added mac convex decomp stub lib.
2010-10-15automated mergeRoxie Linden
2010-10-15Fix for various crashes on exit and leaks when using convex decomposition.Dave Parks
Make rendering of convex hullified prims work in physics shape display. Reviewed by Falcon.
2010-10-15pull fix for STORM-211Oz Linden