summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2012-05-07Mergesimon@Simon-PC.lindenlab.com
2012-05-07MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵simon@Simon-PC.lindenlab.com
pointer checks are good. Reviewed by Kelly
2012-05-07mergeDave Parks
2012-05-07MAINT-583 Fix for broken projectors when shadows set to none.Dave Parks
2012-05-04merge changes for drtvwr-142Oz Linden
2012-05-04Linux build fix.Paul ProductEngine
GCC doesn't allow to init non-constant references with temporary objects
2012-05-04MAINT-462 FIXED ([PUBLIC]Buy Contents Window Misrepresenting Actual Contents)Paul ProductEngine
2012-05-04merge changes for drtvwr-140Oz Linden
2012-05-02MAINT-775 Particle vertex buffer management optimizationsDave Parks
2012-05-01MAINT-847 Disable VBO on ATI cards with old drivers by defaultDave Parks
2012-05-01MAINT-775, MAINT-1022 Regression cleanup.Dave Parks
2012-04-26merge changes for drtvwr-140Oz Linden
2012-04-26Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-04-26MAINT-813 FIXED crash when trying to access the region info after viewer ↵Seth ProductEngine
disconnect. Added checks for LLViewerRegion pointer in LLViewerObject being invalid.
2012-04-24FIX INTL-96 Viewer translation for Set31eli
2012-04-24sync with viewer-developmenteli
2012-04-24OPEN-54: correct JsonCpp include pathBoroondas Gupte
2012-04-23SEC-995 FIX viewer is easily spammed to death by chatRichard Linden
removed unnecessary string copies from chat message handling
2012-04-20MAINT-775 More edge case cleanup -- spinning child prims still break on ↵Dave Parks
deselect until the next LoD update
2012-04-19MAINT-775 Cleanup of some weird corner cases on animated child prims.Dave Parks
2012-04-19MAINT-775 Don't thrash vertex buffers on animated prims (flexis, spinners, etc).Dave Parks
2012-04-18MAINT-775 More aggressive removal of textures from video memory.Dave Parks
2012-04-17mergeDave Parks
2012-04-17MAINT-775 WIP on crash when exploring Insilico -- don't hold onto off-screen ↵Dave Parks
vertex buffers for more than a few seconds.
2012-04-17DRTVWR-139: merge back 3.3.1-beta2 fixesOz Linden
2012-04-17MAINT-966 FIXED ([PUBLIC]typo on viewer Second Life 3.3.2 (253914) Apr 14)Paul ProductEngine
- Fixed typo in word "browser"
2012-04-17Mac build fix.Seth ProductEngine
2012-04-16sync with viewer-developmenteli
2012-04-16MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵callum
request from similator and display a notification Reviewed by Simon
2012-04-14DRTVWR-136: Remove redundant remove_(item|category)() functions.Nat Goodspeed
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions.
2012-04-13fix merge conflict in remove_itemOz Linden
2012-04-13merge changes for drtvwr-136Oz Linden
2012-04-13merge changes for drtvwr-135Oz Linden
2012-04-13MAINT-871 Fix for freeze on shutdown while calculating weights and fees of a ↵Dave Parks
mesh.
2012-04-13mergeDave Parks
2012-04-13MAINT-939 Potential fix for crash when editing objects.Dave Parks
2012-04-13MAINT-926 FIXED ([PUBLIC]IMs from objects appear only as notifications, not ↵Paul ProductEngine
in local chat history, in some circumstances, making the sending prim untraceable (and impossible to mute)) - Improved detection of CHAT_SOURCE_SYSTEM type messages
2012-04-13MAINT-798 FIXED ([PUBLIC]Some part of Build dialog is presented under Object ↵Paul ProductEngine
profile dialog for objects that for sale) - Just increased min height of floater to avoid truncation
2012-04-12CHUI-87 FIXED crash in handling notifications after viewer disconnect.Seth ProductEngine
Notification handlers now use LLHandles to screen channels.
2012-04-12MAINT-891 FIXED Disabled focus return from modal dialog after viewer logoff.Seth ProductEngine
Fixed boost trackable objects usage.
2012-04-12mergeDave Parks
2012-04-12MAINT-779 Better handling of GLSL loading errors -- incrementally disable ↵Dave Parks
features until shaders successfully load
2012-04-12MAINT-940 FIXED (Spelling error in Favorites Bar source)Paul ProductEngine
- Corrected spelling error
2012-04-12MAINT-841 FIXED ([PUBLIC]Folder "Lost and found" isn't cleaned)Paul ProductEngine
- This happens if something was added to the category before it was initialized, so accountForUpdate didn't update descendent count and thus the category thinks it has fewer descendents than it actually has.
2012-04-11merge changes for drtvwr-137Oz Linden
2012-04-11mergeDave Parks
2012-04-11MAINT-870 Fix for crash from out of control lawns.Dave Parks
2012-04-10Merge with headcallum
2012-04-10MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵callum
request from similator and display a notification Reviewed by Simon
2012-04-10MAINT-74 Fix "show cross sections" crashing and not working in general.Dave Parks