summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-10-06STORM-299 : mergeMerov Linden
2010-10-06STORM-306 : Fix black flickering of water on Mac when atm shading offMerov Linden
2010-10-06mergeDave Parks
2010-10-06Fix for double uploads of non modelsjwolk
2010-10-06mergeDave Parks
2010-10-06MergeDave Parks
2010-10-06ATI compatibility passDave Parks
2010-10-06STORM-187 ADDITIONAL FIX Fixed buttons autohiding in bottomtray on resize.Andrew Productengine
The bug was caused by moving nearby chat bar into panel inside layout panel instead of being layout panel itself in changeset 741eb25e921c without modifying get_panel_min_width() call which used that layout panel. This broke behaviour of LLBottomTray::processWidthDecreased(). - Fixed it by using this new nearby chat container layout panel in this call.
2010-10-06merged VWR-20893: "class Linux_x86_64Manifest" missing from ↵Boroondas Gupte
viewer_manifest.py Breaking linux 64-bit build. (transplanted https://bitbucket.org/Techwolf/viewer-development/changeset/111a293c0e1c to create an isolated daggy fix)
2010-10-06STORM-299 FIXED World map floater opening instead Mini-map if double-click ↵Andrew Productengine
on minimized Mini-map. - What map floater is shown on Mini-map doublecklick now differs depending on whether it is minimized.
2010-10-06Added mandatory single hull simplification to mesh upload.Dave Parks
2010-10-05DN-130 As a resident I want to show usernames in local chat if username ↵Leyla Farazha
preference is set so that I can follow the conversation when people are changing their display name
2010-10-05DN-135 adding highlight color to the username for consistency in person ↵Leyla Farazha
inspector
2010-10-05mergeDave Parks
2010-10-05Post review cleanup.Dave Parks
2010-10-05Rewrite LLPhysicsDecomp to have a more generic callback system.Dave Parks
Reviewed by prep.
2010-10-05Reset joint positions after detaching a rigged modelprep linden
2010-10-04Pull fixes from viewer-betaMerov Linden
2010-10-04MergeEli Linden
2010-10-04CT-575 WIP ignore. testing access to beta branch.Eli Linden
2010-10-05merged SNOW-654: Added missing "if (LL_TESTS)" in indra/CMakeLists.txtBoroondas Gupte
2010-10-05SNOW-654 (follow up): adjusted comment line length after indentation has changedBoroondas Gupte
2010-10-04Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-10-04SH-79 FIX upload window shows status "loading" if file selection canceledNyx (Neal Orman)
Extended the current filename checking to handle the case where we have a user cancel a selection of an LOD file beyond the first. mLoading is made false in either case, but the dialog is closed if a file has not been chosen for the highest LOD.
2010-10-04SNOW-654: Added missing "if (LL_TESTS)" in indra/CMakeLists.txtBoroondas Gupte (original fix by Techwolf Lupindo)
Daggified version of http://svn.secondlife.com/trac/linden/changeset/3431 (or of the SNOW-654 part of https://bitbucket.org/Techwolf/viewer-development/changeset/5697874b390b )
2010-10-04merged SNOW-651: Added missing "if (LL_TESTS)" in ↵Boroondas Gupte
indra/llplugin/slplugin/CMakeLists.txt
2010-10-04SNOW-651: Added missing "if (LL_TESTS)"Boroondas Gupte (original fix by Techwolf Lupindo)
Daggified version of http://svn.secondlife.com/trac/linden/changeset/3523 (or of the SNOW-651 part of https://bitbucket.org/Techwolf/viewer-development/changeset/5697874b390b )
2010-10-04Interface/state for rendering convex hull physics shapes. Still need to ↵Dave Parks
implement gMeshRepo.buildHull
2010-10-03Correct rendering of prims as user meshes/analytical shapes when not set to ↵Dave Parks
convex hull or no physics.
2010-10-02STORM-137 : Build script modif so that Windows build does not rely on ↵Merov Linden
fmod.dll being dropped in the source tree + addition to allow fmod to be found in standalone. Caution: wait an upcoming install.xml commit before pulling if building internaly.
2010-10-02Remove unused variables.Dave Parks
2010-10-01remove lod requirements check from model importer.Dave Parks
2010-10-01Rough draft of physics display better matching what's on the sim.Dave Parks
2010-10-01always send crash reportsDave Parks
2010-10-01Add llhysicsshapebuilderutilDave Parks
2010-10-01disable incremental linking by default as per vir's request.Dave Parks
2010-10-01STORM-307 FIXED Disabled highlighting of URLs in outfit names.Vadim ProductEngine
Affected: My Outfits and Edit Outfit panels.
2010-10-01STORM-213 FIXED Disabled highlighting URLs in object names in group ↵Vadim ProductEngine
notification toasts.
2010-09-30STORM-256 Corrupted lines above mini location bar when navigation and ↵Wolfpup Lowenhar
favorites bar hidden
2010-09-30STORM-256 Corrupted lines above mini location bar when navigation and ↵Wolfpup Lowenhar
favorites bar hidden
2010-09-30fixing [NAME] issue for friend notifications with no messageLeyla Farazha
2010-09-30changing punctuation only display name error messageLeyla Farazha
2010-09-30mergeDave Parks
2010-09-30Put some errant tests under if (LL_TESTS) conditional.Dave Parks
2010-09-30MergeMatthew Breindel (Falcon)
2010-09-30STORM-215 FIXED Disabled URL highlighting in name_box'es.Vadim ProductEngine
By the way, fixed invalid SLURLs that LLNameBox generated for groups.
2010-09-30Added fix for viewing convex decomps in Render Physics Shapes mode when hull ↵Matthew Breindel (Falcon)
has exactly 256 verts.
2010-09-30Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-30SH-84 CTS-217 FIX crash when trying to upload an animationNyx (Neal Orman)
we were calling markVisible when we shouldn't have, resulting in a segfault from dereferencing a null pointer. Removed the offending line and the animation upload works now. Reviewed by davep
2010-09-30STORM-214 FIXED Disabled URL highlighting in pick names.Vadim ProductEngine