summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2011-04-13Aesthetic increase of range for breast up/down and in/out bounce. Not a bug ↵Loren Shih
or aberrant behavior, but this just looks better if we allow higher range of motion.
2011-04-13Fix for bad default setting and libpng using /GLDave Parks
2011-04-13STORM-1136 FIXED LLDateUtil class defines March having 21 days, causing ↵Paul ProductEngine
wrong avatar age calculation - Applied patch which fixes typo in enum.
2011-04-12merge changes for storm-1098Oz Linden
2011-04-12merge changes for storm-1110Oz Linden
2011-04-12merge changes for storm-1101Oz Linden
2011-04-12Fix for bad merge causing crash in llpolymorph.cppDave Parks
2011-04-12Fix gcc 4.2 warning about incomplete case coverage in switchMonty Brandenberg
statement for plugin events. This becomes an error in the build so I'm adding a default: case to cover the enumeration.
2011-04-12SH-1205 Lock out ability to change sculpt stitching type or sculpt map when ↵Leyla Farazha
sculpt stitching type
2011-04-12Define __tcmalloc to actually use tcmalloc (fixes memory alignment issues).Dave Parks
2011-04-12Backed out changeset: c5a0cc9abf49Dave Parks
2011-04-12New tcmalloc.Dave Parks
2011-04-12We're using libcollada14dom22 now.Dave Parks
2011-04-12STORM-1042 FIXED Fixed the inventory observers of newly added items.Seth ProductEngine
The problem was caused by an outdated message name stored in LLInventoryObserver::mMessageName and not updated properly in LLInventoryModel::notifyObservers(). The message name used in LLInventoryAddedObserver::changed() was the name of the message most recently passed by LLInventoryModel::notifyObservers(), instead of the name of the latest actually received message. Using the most recent message name in this case fixed the problem.
2011-04-12STORM-1145 ADDITIONAL FIX Fixed removing the record of user favorites ↵Seth ProductEngine
available at login location menu when user switches off this feature. User favorite locations record is removed from the settings file each time when user exits the viewer with "ShowFavoritesOnLogin" setting off and his name is found on the record.
2011-04-11Fix for bad merge in viewer_manifest.pyDave Parks
2011-04-11Fix for bad merge concerning incremental linking options.Dave Parks
2011-04-11Attempt at making tcmalloc work.Dave Parks
2011-04-11SH-1328 FIXED Crash on LLWearableType::getAllowMultiwearLoren Shih
Crash was because we weren't checking for null wearable lookups.
2011-04-11Automated merge with http://hg.secondlife.com/mesh-developmentXiaohong Bao
2011-04-11fix for SH-1235: [PUBLIC] Select a HUD attachment and moving a child prim or ↵Xiaohong Bao
entire linkset crashes viewer
2011-04-11STORM-1145 FIXED displaying favorites list at login screen when user name is ↵Seth ProductEngine
typed like "firstname.lastname" or "firstname_lastname" or user name consists of a single word. Restoring the fix for STORM-842 (changeset ccfd9a2e3b3c) lost during merging (changeset 5618715b7b2d).
2011-04-11STORM-413 FIXED The presentation of IM sessions in message well depends on ↵Paul ProductEngine
method that was used for opening IM window - Replaced setRect method with setShape so that reshape and translate method be called
2011-04-11increment viewer version to 2.6.5Oz Linden
2011-04-10merge changes for storm-1118Oz Linden
2011-04-10merge changes for storm-1117Oz Linden
2011-04-10merge changes for storm-1057Oz Linden
2011-04-10merge changes for storm-954Oz Linden
2011-04-10merge changes for storm-610Oz Linden
2011-04-10merge changes for storm-250Oz Linden
2011-04-09fix dos line endingsOz Linden
2011-04-09fix incorrect license headersOz Linden
2011-04-10STORM-721 FIXED Fix for text clipping in a textbox without a scroller.Seth ProductEngine
Committed on behalf of Richard Linden: This patch makes clipping work consistently with text and embedded widgets. The widgets will only be displayed if the corresponding text they are embedded in is displayed. There is also a new param "clip" for text widgets that can be used to disable clipping entirely. I introduced this as a potential work around due to the fact that we *used* to assume that text was never clipped in the vertical direction unless we had scrolling turned on. This hasn't been the case for over a year, but now we can selectively turn off vertical text clipping with (clip="false") if we have to.
2011-04-09STORM-1147: fix skin-tight clothingThickbrick Sleaford
2011-04-08no longer using tcmalloc-minimal, replacing cmake config to refer toNyx (Neal Orman)
full build version.
2011-04-08merge changes for viewer-social-2Oz Linden
2011-04-08merge changes for storm-1108Oz Linden
2011-04-08changes for newer collada buildBrad Payne (Vir Linden)
2011-04-08STORM-1083 FIXED Using -login client parameter always results in a last ↵Paul ProductEngine
location unavailable error message - In case of using "login" or "autologin" command-line parameters, URL of the start location should be set during configuration initialization of application. This is because there won't be ability to set it before login state (panel login won't be shown).
2011-04-08pull tags and late fixes back from viewer-pre-betaOz Linden
2011-04-08attempted fix for linux buildDave Parks
2011-04-08Minor DoF tweak to keep focus point from behaving eratically when flying around.Dave Parks
2011-04-08SH-1320 Fix for flickering objects in water distortion/reflection maps.Dave Parks
2011-04-07SH-1292 Add streaming and physics cost to stats console.Dave Parks
2011-04-08STORM-1118 FIXED STORM-1118 Viewer crashes when user tries to upload image ↵Vadim ProductEngine
without JFIF header. * Added checks for image file contents not matching the file extension (e.g. a bitmap named file.jpg). * Added checks for abnormally short files to avoid crashes when parsing them.
2011-04-07Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-2Richard Linden
2011-04-07incorrect tooltipRichard Linden
2011-04-07Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-2/Leslie Linden
2011-04-07SOCIAL-688 FIX Multiple SLurls error given in minimal skin when clicking ↵Richard Linden
links in web profile reverted throttling of untrusted slapps to 1 every 5 seconds don't treat slapps originating from external browsers as clicks and thus bypassing throttling
2011-04-07SOCIAL-872 FIX -- User can toggle Show Me in Search before logging in which ↵Leslie Linden
updates local settings file but not the actual value in the database WEB-3750 Attempted FIX -- Gone Profile * Check box for "show me in search" privacy setting no longer enabled until login. * Avatar server update message only sent on status change. Reviewed by Richard