summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-09-21STORM-166 FIXED Memory leak in LLSelectNode constructor.Vadim Savchuk
Submitting on behalf of Thickbrick Sleaford. One of the LLSelectNode constructors has a leak where it does "new LLPermisions()" twice, thus leaking the address of the first object created. This constructor is called every time you interact (click, hover, select, possibly other) with an object, once for each prim in the object. Since sizeof(LLPermissions) is 92 bytes, this can be a significant amount after a while. I think this might explain VWR-18528 (leaking LLpemissions instances), at least partially. This was fixed in snowglobe 1.x as part of SNOW-267.
2010-09-20merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583Tofu Linden
2010-09-17merge.Tofu Linden
2010-09-16[STORM-175] Fix Ping Interpolate Object PositionOz Linden
2010-09-15STORM-130 : version agnostic libPNG : pulling Boroondas changeMerov Linden
2010-09-15[STORM-176] Clean up handling of the maximum length of chat messagesOz Linden
2010-09-15merged STORM-130 (a.k.a. VWR-22769, SNOW-737 Version agnostic libPNG linking)Boroondas Gupte
2010-09-15STORM-86 MERGE Double-click TeleportAimee Linden
2010-09-09Pull from lindenlab/viewer-developmentMerov Linden
2010-09-07MergeAimee Linden
2010-09-05re-merged VWR-20583Boroondas Gupte
2010-09-03contrib file update for vwr-19505Tofu Linden
2010-09-02merged VWR-20583Boroondas Gupte
2010-09-02VWR-20583 FIXED submenu indicators (▶ a.k.a. U+25B6) shouldn't be hard-codedBoroondas Gupte
in context menu sub menu names Use the same mechanism for adding the triangle in LLContextMenuBranch as is already used in LLMenuItemBranchGL. As a bonus, the triangles will be nicely right-aligned, just as in the main menu. Remaining hard-coded triangles all are in indra/newview/skins/default/xui/*/panel_voice_effect.xml.
2010-09-02merge for VWR-1852 VWR-8726 VWR-4232 VWR-22752Tofu Linden
2010-09-01VWR-22759 : port of SNOW-667, Automatic language translation of chat messagesMerov Linden
2010-09-01MergeAimee Linden
2010-09-01VWR-17801 Wrong submenu character when you right click on yourselfTofu Linden
Patch by jonathan yap.
2010-09-01VWR-13221 (SNOW-188) FIXED Allow panning of the minimapAimee Linden
Imported from Snowglobe.
2010-08-31SNOW-681 VWR-1852 : Local ruler mode aligned incorrectly for linked objectsMerov Linden
2010-08-31SNOW-684 VWR-4232 : Some particles don't disappear when UI is hiddenMerov Linden
2010-08-31SNOW-683 VWR-8726 : Turn off swirling lights for scripted objectsMerov Linden
2010-08-31SNOW-680 VWR-10854 : Honour share with group and allow anyone to copy for ↵Merov Linden
snapshots
2010-08-30[mq]: VWR-19499-AppUriChatLimitArdy Lay
2010-08-30Automated merge with ↵Oz Linden
http://bitbucket.org/aleric/viewer-development-aleric-export
2010-08-29SNOW-737 FIXED Version agnostic libPNG linkingBoroondas Gupte
Patch from http://jira.secondlife.com/secure/attachment/41125/version_agnostic_libpng__1.diff applied with fuzz 3: patching file indra/cmake/PNG.cmake Hunk #1 succeeded at 6 with fuzz 3 (offset -2 lines). patching file indra/llimage/llpngwrapper.cpp Hunk #1 succeeded at 215 (offset -2 lines). Hunk #2 succeeded at 363 (offset -2 lines). patching file indra/llimage/llpngwrapper.h Hunk #1 succeeded at 31 (offset -2 lines). Added entry in doc/contributions.txt. No further changes other than that.
2010-08-28MergeAimee Linden
2010-08-27SNOW-766: Add a 'printbuilddirs' command to develop.pyAleric Inglewood
2010-08-26Sync with viewer-developmentMerov Linden
2010-08-26VWR-20715 Double-click teleportAimee Linden
SNOW-352/SNOW-421/SNOW-462 Imported from Snowglobe 2 By Twisted Laws and Thickbrick Sleaford
2010-08-25VWR-20710 : Sit anywhere, port of SG2.x SNOW-610 patchMerov Linden
2010-08-21VWR-20752 (SNOW-586) Align planar-mapped textures across different faces.Thickbrick Sleaford
Port of svn changset 3458 from Snowglobe, with minor tweaks.
2010-08-20VWR-20855 (SNOW-510) FIXED Cannot find tut/tut.hpp in Standalone buildsAimee Linden
2010-08-20VWR-20847 (SNOW-543/SNOW-517) FIXED Linux packaging fixes.Aimee Linden
2010-08-19VWR-20815 (SNOW-511) Allow standalone builds to correctly find a system ↵Aimee Linden
version of llqtwebkit
2010-08-19VWR-20810 (SNOW-503) Oops ... forgot the doc/contributions.txt entry (No ↵Aimee Linden
functional change)
2010-08-19VWR-20809 (SNOW-504) Do not depend on stage_thirds_party_libs for a ↵Aimee Linden
standalone build.
2010-08-18VWR-20770 (SNOW-649) FIXED Missing LL_TESTS condition around llplugin unit testAimee Linden
2010-08-18VWR-20768 (SNOW-507) FIXED Missing LL_TEST conditions in cmake filesAimee Linden
2010-08-18VWR-20749 (SNOW-624) FIXED Fix compiling the viewer with Boost 1.42Aimee Linden
2010-08-18VWR-20748 (SNOW-520) FIXED Make develop.py play nicely with express editions ↵Aimee Linden
of Visual Studio
2010-08-18VWR-20747 (SNOW-527) FIXED Don't import deprecated python module setsAimee Linden
2010-08-17SNOW-585 (VWR-20679) FIXED Build failure when the FMOD lib is not present.Aimee Linden
Also added Mac version of the same fix, and corrected the warning message in the Linux version that was already there.
2010-08-16VWR-20673 (SNOW-743) FIXED Compiler warning: 'region_access' may be used ↵Aimee Linden
uninitialized in this function
2010-08-16VWR-20671 (SNOW-514) FIXED Protection on LLInstanceTracker base in ↵Aimee Linden
LLNameListCtrl needs to be public for gcc >4.1
2010-08-16VWR-20670 (SNOW-506) FIXED Protection on LLInstanceTracker base in ↵Aimee Linden
LLEventTimer needs to be public for gcc >4.1
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-27Backed out changeset: 58571b4e704bRichard Linden
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-12SNOW-484/DEV-51808 FIXED Recursive animations can crash viewerAimee Linden