summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-17Mac build fix.Seth ProductEngine
2012-04-16PATH-550: Updating to the latest llphysicextensions pre-built package.Todd Stinson
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-14gratuitous change to force new codeticket numberOz Linden
2012-04-13fix merge conflict in remove_itemOz Linden
2012-04-13merge changes for drtvwr-136Oz Linden
2012-04-13Final pull from viewer-thx1138Merov Linden
2012-04-13Updating to the latest llphysicextensions pre-built package.Todd Stinson
2012-04-13SH-3060 : Always use old byte range on low res (faster), reserve new byte ↵Merov Linden
range for high res.
2012-04-14Touched a file to fix the TC build.Seth ProductEngine
2012-04-13yet another path for the dictionaries package...Oz Linden
2012-04-13merge changes for drtvwr-135Oz Linden
2012-04-13fix for linux build failureBrad Payne (Vir Linden)
2012-04-13MAINT-861 Fix for crash on exit due to bad matrix modeDave Parks
2012-04-13try a different path for the dictionaries package?Oz Linden
2012-04-13MAINT-871 Fix for freeze on shutdown while calculating weights and fees of a ↵Dave Parks
mesh.
2012-04-13add cmake configuration for hunspell to llui integration testOz Linden
2012-04-13SH-3080 : Fix wrong settings reading code (will crash on some machine)Merov Linden
2012-04-13mergeDave Parks
2012-04-13Pull from viewer-thx1138Merov Linden
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-12SH-3081 : Implement TextureCameraMotion settings as well as faster loading ↵Merov Linden
when the camera is still
2012-04-12SH-3080 : Implement the TextureReverseByteRange setting so we can play with ↵Merov Linden
that parameter
2012-04-12for SH-3074: clear ghost and stale texture fetching requests in timeXiaohong Bao
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-12mergeBrad Payne (Vir Linden)
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-12SH-3065 FIX Investigate fixes for out-of-order operations on startupcallum
Reviewed by Simon
2012-04-12Removed blending artifacts on path bookend shapes.prep linden
2012-04-12Path bookends are now vb's. Which means they are now lit and transparent in ↵prep linden
the viewer.
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-12Fix misleading comments, per Richard's code review.Nat Goodspeed
2012-04-11Automated merge with https://hg.lindenlab.com/merov/viewer-thx1138Xiaohong Bao
2012-04-11MAINT-516 Potential fix for crash on startup in LLWindowWin32::switchContextDave Parks
2012-04-11Removing debug messaging that was accidentally committed.Todd Stinson
2012-04-11Should not be recomputing the temporary path when settin gthe width and type.Todd Stinson
2012-04-11Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-04-11merge changes for drtvwr-137Oz Linden
2012-04-11Refining the behavior of the pathing test tool behavior with regards to ↵Todd Stinson
mouse clicks.
2012-04-11Updated to latest llphysics Extensions libraryprep
2012-04-11mergeDave Parks
2012-04-11MAINT-870 Fix for crash from out of control lawns.Dave Parks
2012-04-11Automated merge with file:///home/nat/linden/viewer-leap-tempNat Goodspeed