From 215f423cbe18fe9ca14a26caef918d303bad28ff Mon Sep 17 00:00:00 2001
From: Jacek Antonelli
Date: Fri, 15 Aug 2008 23:45:11 -0500
Subject: Second Life viewer sources 1.18.4.0-RC
---
linden/doc/contributions.txt | 88 +-
linden/etc/message.xml | 10 +-
linden/indra/SConstruct | 51 +-
linden/indra/indra_complete/indra_complete.sln | 73 +-
linden/indra/lib/python/indra/__init__.py | 33 +-
linden/indra/lib/python/indra/base/__init__.py | 27 +
linden/indra/lib/python/indra/base/config.py | 74 +
linden/indra/lib/python/indra/base/llsd.py | 870 ++++
linden/indra/lib/python/indra/base/lluuid.py | 290 ++
linden/indra/lib/python/indra/ipc/__init__.py | 40 +-
linden/indra/lib/python/indra/ipc/compatibility.py | 40 +-
linden/indra/lib/python/indra/ipc/httputil.py | 9 +
linden/indra/lib/python/indra/ipc/llmessage.py | 40 +-
linden/indra/lib/python/indra/ipc/llsdhttp.py | 84 +
linden/indra/lib/python/indra/ipc/mysql_pool.py | 103 +
linden/indra/lib/python/indra/ipc/russ.py | 157 +
linden/indra/lib/python/indra/ipc/saranwrap.py | 637 +++
.../indra/lib/python/indra/ipc/servicebuilder.py | 93 +
linden/indra/lib/python/indra/ipc/tokenstream.py | 40 +-
linden/indra/lib/python/indra/ipc/webdav.py | 597 +++
linden/indra/lib/python/indra/ipc/xml_rpc.py | 273 ++
linden/indra/lib/python/indra/util/__init__.py | 40 +-
.../indra/lib/python/indra/util/helpformatter.py | 52 +
linden/indra/lib/python/indra/util/llmanifest.py | 40 +-
linden/indra/lib/python/indra/util/llversion.py | 95 +
linden/indra/lib/python/indra/util/named_query.py | 215 +
.../linux_crash_logger/linux_crash_logger.cpp | 6 +-
linden/indra/llaudio/audioengine.cpp | 14 +-
linden/indra/llaudio/audioengine.h | 3 +
linden/indra/llaudio/audioengine_fmod.cpp | 8 +-
linden/indra/llaudio/audioengine_fmod.h | 3 +
linden/indra/llaudio/listener.cpp | 3 +
linden/indra/llaudio/listener.h | 5 +-
linden/indra/llaudio/listener_ds3d.h | 3 +
linden/indra/llaudio/listener_fmod.cpp | 3 +
linden/indra/llaudio/listener_fmod.h | 3 +
linden/indra/llaudio/listener_openal.h | 3 +
linden/indra/llaudio/llaudiodecodemgr.cpp | 8 +-
linden/indra/llaudio/llaudiodecodemgr.h | 3 +
linden/indra/llaudio/vorbisdecode.cpp | 7 +-
linden/indra/llaudio/vorbisdecode.h | 3 +
linden/indra/llaudio/vorbisencode.cpp | 7 +-
linden/indra/llaudio/vorbisencode.h | 3 +
linden/indra/llcharacter/llanimationstates.cpp | 5 +-
linden/indra/llcharacter/llanimationstates.h | 3 +
linden/indra/llcharacter/llbvhloader.cpp | 11 +-
linden/indra/llcharacter/llbvhloader.h | 8 +-
linden/indra/llcharacter/llcharacter.cpp | 3 +
linden/indra/llcharacter/llcharacter.h | 3 +
linden/indra/llcharacter/lleditingmotion.cpp | 3 +
linden/indra/llcharacter/lleditingmotion.h | 3 +
linden/indra/llcharacter/llgesture.cpp | 3 +
linden/indra/llcharacter/llgesture.h | 3 +
linden/indra/llcharacter/llhandmotion.cpp | 3 +
linden/indra/llcharacter/llhandmotion.h | 3 +
linden/indra/llcharacter/llheadrotmotion.cpp | 3 +
linden/indra/llcharacter/llheadrotmotion.h | 3 +
linden/indra/llcharacter/lljoint.cpp | 3 +
linden/indra/llcharacter/lljoint.h | 3 +
linden/indra/llcharacter/lljointsolverrp3.cpp | 5 +-
linden/indra/llcharacter/lljointsolverrp3.h | 3 +
linden/indra/llcharacter/lljointstate.h | 3 +
linden/indra/llcharacter/llkeyframefallmotion.cpp | 3 +
linden/indra/llcharacter/llkeyframefallmotion.h | 3 +
linden/indra/llcharacter/llkeyframemotion.cpp | 3 +
linden/indra/llcharacter/llkeyframemotion.h | 3 +
linden/indra/llcharacter/llkeyframemotionparam.cpp | 3 +
linden/indra/llcharacter/llkeyframemotionparam.h | 3 +
linden/indra/llcharacter/llkeyframestandmotion.cpp | 3 +
linden/indra/llcharacter/llkeyframestandmotion.h | 3 +
linden/indra/llcharacter/llkeyframewalkmotion.cpp | 3 +
linden/indra/llcharacter/llkeyframewalkmotion.h | 3 +
linden/indra/llcharacter/llmotion.cpp | 3 +
linden/indra/llcharacter/llmotion.h | 3 +
linden/indra/llcharacter/llmotioncontroller.cpp | 7 +
linden/indra/llcharacter/llmotioncontroller.h | 3 +
linden/indra/llcharacter/llmultigesture.cpp | 3 +
linden/indra/llcharacter/llmultigesture.h | 3 +
linden/indra/llcharacter/llpose.cpp | 3 +
linden/indra/llcharacter/llpose.h | 3 +
linden/indra/llcharacter/llstatemachine.cpp | 3 +
linden/indra/llcharacter/llstatemachine.h | 3 +
linden/indra/llcharacter/lltargetingmotion.cpp | 3 +
linden/indra/llcharacter/lltargetingmotion.h | 3 +
linden/indra/llcharacter/llvisualparam.cpp | 3 +
linden/indra/llcharacter/llvisualparam.h | 9 +-
linden/indra/llcommon/bitpack.h | 3 +
linden/indra/llcommon/ctype_workaround.h | 5 +-
linden/indra/llcommon/doublelinkedlist.h | 3 +
linden/indra/llcommon/files.lst | 1 +
linden/indra/llcommon/imageids.h | 3 +
linden/indra/llcommon/indra_constants.h | 3 +
linden/indra/llcommon/linden_common.h | 37 +-
linden/indra/llcommon/linked_lists.h | 3 +
linden/indra/llcommon/llagentconstants.h | 3 +
linden/indra/llcommon/llapp.cpp | 3 +
linden/indra/llcommon/llapp.h | 3 +
linden/indra/llcommon/llapr.cpp | 5 +-
linden/indra/llcommon/llapr.h | 4 +
linden/indra/llcommon/llares.cpp | 776 ++++
linden/indra/llcommon/llares.h | 572 +++
linden/indra/llcommon/llassettype.cpp | 5 +-
linden/indra/llcommon/llassettype.h | 3 +
linden/indra/llcommon/llassoclist.h | 3 +
linden/indra/llcommon/llavatarconstants.h | 3 +
linden/indra/llcommon/llbase32.cpp | 5 +-
linden/indra/llcommon/llbase32.h | 5 +-
linden/indra/llcommon/llbase64.cpp | 5 +-
linden/indra/llcommon/llbase64.h | 5 +-
linden/indra/llcommon/llboost.h | 3 +
linden/indra/llcommon/llchat.h | 3 +
linden/indra/llcommon/llclickaction.h | 3 +
linden/indra/llcommon/llcommon.cpp | 3 +
linden/indra/llcommon/llcommon.h | 3 +
linden/indra/llcommon/llcommon.vcproj | 3 +
linden/indra/llcommon/llcommon_vc8.vcproj | 8 +
linden/indra/llcommon/llcriticaldamp.cpp | 4 +-
linden/indra/llcommon/llcriticaldamp.h | 3 +
linden/indra/llcommon/lldarray.h | 3 +
linden/indra/llcommon/lldarrayptr.h | 3 +
linden/indra/llcommon/lldate.cpp | 7 +-
linden/indra/llcommon/lldate.h | 3 +
linden/indra/llcommon/lldefs.h | 3 +
linden/indra/llcommon/lldepthstack.h | 3 +
linden/indra/llcommon/lldlinked.h | 5 +-
linden/indra/llcommon/lldqueueptr.h | 3 +
linden/indra/llcommon/llendianswizzle.h | 3 +
linden/indra/llcommon/llenum.h | 3 +
linden/indra/llcommon/llerror.cpp | 31 +-
linden/indra/llcommon/llerror.h | 3 +
linden/indra/llcommon/llerrorcontrol.h | 5 +-
linden/indra/llcommon/llerrorlegacy.h | 5 +-
linden/indra/llcommon/llerrorthread.cpp | 3 +
linden/indra/llcommon/llerrorthread.h | 3 +
linden/indra/llcommon/llevent.cpp | 3 +
linden/indra/llcommon/llevent.h | 3 +
linden/indra/llcommon/lleventemitter.h | 3 +
linden/indra/llcommon/llextendedstatus.h | 5 +-
linden/indra/llcommon/llfasttimer.cpp | 14 +-
linden/indra/llcommon/llfasttimer.h | 5 +-
linden/indra/llcommon/llfile.cpp | 3 +
linden/indra/llcommon/llfile.h | 10 +-
linden/indra/llcommon/llfixedbuffer.cpp | 3 +
linden/indra/llcommon/llfixedbuffer.h | 3 +
linden/indra/llcommon/llformat.cpp | 7 +-
linden/indra/llcommon/llformat.h | 7 +-
linden/indra/llcommon/llframetimer.cpp | 3 +
linden/indra/llcommon/llframetimer.h | 3 +
linden/indra/llcommon/llhash.h | 3 +
linden/indra/llcommon/llindexedqueue.h | 3 +
linden/indra/llcommon/lllinkedqueue.h | 3 +
linden/indra/llcommon/llliveappconfig.cpp | 3 +
linden/indra/llcommon/llliveappconfig.h | 3 +
linden/indra/llcommon/lllivefile.cpp | 3 +
linden/indra/llcommon/lllivefile.h | 3 +
linden/indra/llcommon/lllocalidhashmap.h | 3 +
linden/indra/llcommon/lllslconstants.h | 3 +
linden/indra/llcommon/llmap.h | 7 +-
linden/indra/llcommon/llmemory.cpp | 146 +
linden/indra/llcommon/llmemory.h | 8 +-
linden/indra/llcommon/llmemorystream.cpp | 3 +
linden/indra/llcommon/llmemorystream.h | 3 +
linden/indra/llcommon/llmemtype.h | 3 +
linden/indra/llcommon/llmetrics.cpp | 5 +-
linden/indra/llcommon/llmetrics.h | 5 +-
linden/indra/llcommon/llmortician.cpp | 3 +
linden/indra/llcommon/llmortician.h | 3 +
linden/indra/llcommon/llnametable.h | 3 +
linden/indra/llcommon/llpreprocessor.h | 3 +
linden/indra/llcommon/llpriqueuemap.h | 3 +
linden/indra/llcommon/llprocessor.cpp | 7 +-
linden/indra/llcommon/llprocessor.h | 3 +
linden/indra/llcommon/llptrskiplist.h | 3 +
linden/indra/llcommon/llptrskipmap.h | 3 +
linden/indra/llcommon/llqueuedthread.cpp | 3 +
linden/indra/llcommon/llqueuedthread.h | 3 +
linden/indra/llcommon/llrun.cpp | 3 +
linden/indra/llcommon/llrun.h | 3 +
linden/indra/llcommon/llsd.cpp | 6 +-
linden/indra/llcommon/llsd.h | 3 +
linden/indra/llcommon/llsdserialize.cpp | 3 +
linden/indra/llcommon/llsdserialize.h | 3 +
linden/indra/llcommon/llsdserialize_xml.cpp | 3 +
linden/indra/llcommon/llsdserialize_xml.h | 3 +
linden/indra/llcommon/llsdutil.cpp | 3 +
linden/indra/llcommon/llsdutil.h | 3 +
linden/indra/llcommon/llsecondlifeurls.cpp | 3 +
linden/indra/llcommon/llsecondlifeurls.h | 3 +
linden/indra/llcommon/llsimplehash.h | 3 +
linden/indra/llcommon/llskiplist.h | 3 +
linden/indra/llcommon/llskipmap.h | 3 +
linden/indra/llcommon/llstack.h | 3 +
linden/indra/llcommon/llstat.cpp | 3 +
linden/indra/llcommon/llstat.h | 3 +
linden/indra/llcommon/llstatenums.h | 3 +
linden/indra/llcommon/llstl.h | 9 +-
linden/indra/llcommon/llstreamtools.cpp | 3 +
linden/indra/llcommon/llstreamtools.h | 3 +
linden/indra/llcommon/llstrider.h | 3 +
linden/indra/llcommon/llstring.cpp | 23 +
linden/indra/llcommon/llstring.h | 90 +-
linden/indra/llcommon/llstringtable.cpp | 3 +
linden/indra/llcommon/llstringtable.h | 3 +
linden/indra/llcommon/llsys.cpp | 5 +
linden/indra/llcommon/llsys.h | 3 +
linden/indra/llcommon/llthread.cpp | 5 +-
linden/indra/llcommon/llthread.h | 3 +
linden/indra/llcommon/lltimer.cpp | 6 +-
linden/indra/llcommon/lltimer.h | 8 +-
linden/indra/llcommon/lluri.cpp | 3 +
linden/indra/llcommon/lluri.h | 3 +
linden/indra/llcommon/lluuidhashmap.h | 3 +
linden/indra/llcommon/llversionserver.h | 5 +-
linden/indra/llcommon/llversionviewer.h | 7 +-
linden/indra/llcommon/llworkerthread.cpp | 3 +
linden/indra/llcommon/llworkerthread.h | 3 +
linden/indra/llcommon/metaclass.cpp | 3 +
linden/indra/llcommon/metaclass.h | 3 +
linden/indra/llcommon/metaclasst.h | 3 +
linden/indra/llcommon/metaproperty.cpp | 3 +
linden/indra/llcommon/metaproperty.h | 3 +
linden/indra/llcommon/metapropertyt.h | 3 +
linden/indra/llcommon/processor.h | 3 +
linden/indra/llcommon/reflective.cpp | 3 +
linden/indra/llcommon/reflective.h | 3 +
linden/indra/llcommon/reflectivet.h | 3 +
linden/indra/llcommon/roles_constants.h | 3 +
linden/indra/llcommon/stdenums.h | 3 +
linden/indra/llcommon/stdtypes.h | 6 +-
linden/indra/llcommon/string_table.h | 3 +
linden/indra/llcommon/timer.h | 3 +
linden/indra/llcommon/timing.cpp | 3 +
linden/indra/llcommon/timing.h | 6 +-
linden/indra/llcommon/u64.cpp | 3 +
linden/indra/llcommon/u64.h | 3 +
linden/indra/llimage/llimage.cpp | 11 +-
linden/indra/llimage/llimage.h | 6 +-
linden/indra/llimage/llimagebmp.cpp | 3 +
linden/indra/llimage/llimagebmp.h | 3 +
linden/indra/llimage/llimagedxt.cpp | 3 +
linden/indra/llimage/llimagedxt.h | 3 +
linden/indra/llimage/llimagej2c.cpp | 44 +-
linden/indra/llimage/llimagej2c.h | 4 +
linden/indra/llimage/llimagejpeg.cpp | 3 +
linden/indra/llimage/llimagejpeg.h | 3 +
linden/indra/llimage/llimagepng.cpp | 6 +-
linden/indra/llimage/llimagepng.h | 6 +-
linden/indra/llimage/llimagetga.cpp | 50 +
linden/indra/llimage/llimagetga.h | 3 +
linden/indra/llimage/llimageworker.cpp | 8 +-
linden/indra/llimage/llimageworker.h | 3 +
linden/indra/llimage/llmapimagetype.h | 3 +
linden/indra/llimage/llpngwrapper.cpp | 6 +-
linden/indra/llimage/llpngwrapper.h | 6 +-
linden/indra/llimagej2coj/llimagej2coj.cpp | 10 +-
linden/indra/llimagej2coj/llimagej2coj.h | 3 +
linden/indra/llinventory/llcategory.cpp | 3 +
linden/indra/llinventory/llcategory.h | 3 +
linden/indra/llinventory/lleconomy.cpp | 3 +
linden/indra/llinventory/lleconomy.h | 3 +
linden/indra/llinventory/llinventory.cpp | 5 +-
linden/indra/llinventory/llinventory.h | 3 +
linden/indra/llinventory/llinventorytype.cpp | 3 +
linden/indra/llinventory/llinventorytype.h | 3 +
linden/indra/llinventory/lllandmark.cpp | 6 +-
linden/indra/llinventory/lllandmark.h | 3 +
linden/indra/llinventory/llnotecard.cpp | 3 +
linden/indra/llinventory/llnotecard.h | 3 +
linden/indra/llinventory/llparcel.cpp | 46 +-
linden/indra/llinventory/llparcel.h | 33 +-
linden/indra/llinventory/llparcelflags.h | 3 +
linden/indra/llinventory/llpermissions.cpp | 9 +
linden/indra/llinventory/llpermissions.h | 7 +-
linden/indra/llinventory/llpermissionsflags.h | 3 +
linden/indra/llinventory/llsaleinfo.cpp | 3 +
linden/indra/llinventory/llsaleinfo.h | 6 +-
linden/indra/llinventory/lltransactionflags.cpp | 87 +
linden/indra/llinventory/lltransactionflags.h | 21 +
linden/indra/llinventory/lltransactiontypes.h | 3 +
linden/indra/llinventory/lluserrelations.cpp | 3 +
linden/indra/llinventory/lluserrelations.h | 3 +
linden/indra/llmath/camera.h | 3 +
linden/indra/llmath/coordframe.h | 3 +
linden/indra/llmath/llbboxlocal.cpp | 3 +
linden/indra/llmath/llbboxlocal.h | 3 +
linden/indra/llmath/llcamera.cpp | 3 +
linden/indra/llmath/llcamera.h | 3 +
linden/indra/llmath/llcoord.h | 3 +
linden/indra/llmath/llcoordframe.cpp | 84 +-
linden/indra/llmath/llcoordframe.h | 3 +
linden/indra/llmath/llcrc.cpp | 5 +-
linden/indra/llmath/llcrc.h | 3 +
linden/indra/llmath/llinterp.h | 3 +
linden/indra/llmath/llmath.h | 9 +-
linden/indra/llmath/llmd5.cpp | 8 +-
linden/indra/llmath/llmd5.h | 6 +-
linden/indra/llmath/lloctree.h | 3 +
linden/indra/llmath/llperlin.cpp | 3 +
linden/indra/llmath/llperlin.h | 3 +
linden/indra/llmath/llplane.h | 3 +
linden/indra/llmath/llquantize.h | 28 +
linden/indra/llmath/llquaternion.cpp | 23 +-
linden/indra/llmath/llquaternion.h | 3 +
linden/indra/llmath/llrand.cpp | 5 +-
linden/indra/llmath/llrand.h | 3 +
linden/indra/llmath/llrect.cpp | 3 +
linden/indra/llmath/llrect.h | 3 +
linden/indra/llmath/lltreenode.h | 3 +
linden/indra/llmath/lluuid.cpp | 9 +-
linden/indra/llmath/lluuid.h | 3 +
linden/indra/llmath/llv4math.h | 5 +-
linden/indra/llmath/llv4matrix3.h | 5 +-
linden/indra/llmath/llv4matrix4.h | 5 +-
linden/indra/llmath/llv4vector3.h | 5 +-
linden/indra/llmath/llvolume.cpp | 74 +-
linden/indra/llmath/llvolume.h | 3 +
linden/indra/llmath/llvolumemgr.cpp | 3 +
linden/indra/llmath/llvolumemgr.h | 3 +
linden/indra/llmath/m3math.cpp | 3 +
linden/indra/llmath/m3math.h | 3 +
linden/indra/llmath/m4math.cpp | 3 +
linden/indra/llmath/m4math.h | 3 +
linden/indra/llmath/raytrace.cpp | 3 +
linden/indra/llmath/raytrace.h | 3 +
linden/indra/llmath/v2math.cpp | 3 +
linden/indra/llmath/v2math.h | 5 +-
linden/indra/llmath/v3color.cpp | 3 +
linden/indra/llmath/v3color.h | 3 +
linden/indra/llmath/v3dmath.cpp | 3 +
linden/indra/llmath/v3dmath.h | 3 +
linden/indra/llmath/v3math.cpp | 3 +
linden/indra/llmath/v3math.h | 3 +
linden/indra/llmath/v4color.cpp | 3 +
linden/indra/llmath/v4color.h | 3 +
linden/indra/llmath/v4coloru.cpp | 3 +
linden/indra/llmath/v4coloru.h | 3 +
linden/indra/llmath/v4math.cpp | 3 +
linden/indra/llmath/v4math.h | 3 +
linden/indra/llmath/xform.cpp | 3 +
linden/indra/llmath/xform.h | 57 +-
linden/indra/llmedia/llmediabase.cpp | 3 +
linden/indra/llmedia/llmediabase.h | 3 +
linden/indra/llmedia/llmediaemitter.h | 3 +
linden/indra/llmedia/llmediaemitterevents.h | 3 +
linden/indra/llmedia/llmediaengine.cpp | 3 +
linden/indra/llmedia/llmediaengine.h | 3 +
linden/indra/llmedia/llmediaimplgstreamer.cpp | 5 +-
linden/indra/llmedia/llmediaimplgstreamer.h | 5 +-
linden/indra/llmedia/llmediaimplgstreamer_syms.cpp | 5 +-
linden/indra/llmedia/llmediaimplgstreamer_syms.h | 5 +-
.../indra/llmedia/llmediaimplgstreamervidplug.cpp | 7 +-
linden/indra/llmedia/llmediaimplgstreamervidplug.h | 5 +-
linden/indra/llmedia/llmediaimplquicktime.cpp | 3 +
linden/indra/llmedia/llmediaimplquicktime.h | 3 +
linden/indra/llmedia/llmediamoviebase.cpp | 3 +
linden/indra/llmedia/llmediamoviebase.h | 3 +
linden/indra/llmedia/llmediaobservers.h | 3 +
linden/indra/llmessage/llassetstorage.cpp | 6 +-
linden/indra/llmessage/llassetstorage.h | 3 +
linden/indra/llmessage/llblowfishcipher.cpp | 5 +-
linden/indra/llmessage/llblowfishcipher.h | 5 +-
linden/indra/llmessage/llbuffer.cpp | 3 +
linden/indra/llmessage/llbuffer.h | 3 +
linden/indra/llmessage/llbufferstream.cpp | 3 +
linden/indra/llmessage/llbufferstream.h | 3 +
linden/indra/llmessage/llcachename.cpp | 12 +-
linden/indra/llmessage/llcachename.h | 6 +-
linden/indra/llmessage/llcallbacklisth.h | 3 +
linden/indra/llmessage/llchainio.cpp | 3 +
linden/indra/llmessage/llchainio.h | 3 +
linden/indra/llmessage/llcipher.h | 3 +
linden/indra/llmessage/llcircuit.cpp | 3 +
linden/indra/llmessage/llcircuit.h | 3 +
linden/indra/llmessage/llclassifiedflags.cpp | 3 +
linden/indra/llmessage/llclassifiedflags.h | 3 +
linden/indra/llmessage/llcurl.cpp | 3 +
linden/indra/llmessage/llcurl.h | 3 +
linden/indra/llmessage/lldatapacker.cpp | 5 +-
linden/indra/llmessage/lldatapacker.h | 8 +-
linden/indra/llmessage/lldbstrings.h | 3 +
linden/indra/llmessage/lldispatcher.cpp | 3 +
linden/indra/llmessage/lldispatcher.h | 3 +
linden/indra/llmessage/lleventflags.h | 3 +
linden/indra/llmessage/llfiltersd2xmlrpc.cpp | 3 +
linden/indra/llmessage/llfiltersd2xmlrpc.h | 3 +
linden/indra/llmessage/llfollowcamparams.h | 3 +
linden/indra/llmessage/llhost.cpp | 3 +
linden/indra/llmessage/llhost.h | 3 +
linden/indra/llmessage/llhttpassetstorage.cpp | 42 +-
linden/indra/llmessage/llhttpassetstorage.h | 3 +
linden/indra/llmessage/llhttpclient.cpp | 7 +-
linden/indra/llmessage/llhttpclient.h | 11 +
linden/indra/llmessage/llhttpnode.cpp | 3 +
linden/indra/llmessage/llhttpnode.h | 3 +
linden/indra/llmessage/llhttpsender.cpp | 5 +-
linden/indra/llmessage/llhttpsender.h | 5 +-
linden/indra/llmessage/llinstantmessage.cpp | 3 +
linden/indra/llmessage/llinstantmessage.h | 3 +
linden/indra/llmessage/llinvite.h | 3 +
linden/indra/llmessage/lliobuffer.cpp | 3 +
linden/indra/llmessage/lliobuffer.h | 3 +
linden/indra/llmessage/lliohttpserver.cpp | 3 +
linden/indra/llmessage/lliohttpserver.h | 3 +
linden/indra/llmessage/lliopipe.cpp | 3 +
linden/indra/llmessage/lliopipe.h | 3 +
linden/indra/llmessage/lliosocket.cpp | 3 +
linden/indra/llmessage/lliosocket.h | 3 +
linden/indra/llmessage/llioutil.cpp | 3 +
linden/indra/llmessage/llioutil.h | 3 +
linden/indra/llmessage/llloginflags.h | 3 +
linden/indra/llmessage/lllogtextmessage.cpp | 3 +
linden/indra/llmessage/lllogtextmessage.h | 3 +
linden/indra/llmessage/llmail.cpp | 3 +
linden/indra/llmessage/llmail.h | 3 +
linden/indra/llmessage/llmessagebuilder.cpp | 3 +
linden/indra/llmessage/llmessagebuilder.h | 5 +-
linden/indra/llmessage/llmessageconfig.cpp | 12 +-
linden/indra/llmessage/llmessageconfig.h | 3 +
linden/indra/llmessage/llmessagereader.cpp | 5 +-
linden/indra/llmessage/llmessagereader.h | 5 +-
linden/indra/llmessage/llmessagetemplate.cpp | 5 +-
linden/indra/llmessage/llmessagetemplate.h | 5 +-
linden/indra/llmessage/llmessagetemplateparser.cpp | 5 +-
linden/indra/llmessage/llmessagetemplateparser.h | 3 +
linden/indra/llmessage/llmessagethrottle.cpp | 3 +
linden/indra/llmessage/llmessagethrottle.h | 3 +
linden/indra/llmessage/llmime.cpp | 3 +
linden/indra/llmessage/llmime.h | 3 +
linden/indra/llmessage/llmsgvariabletype.h | 5 +-
linden/indra/llmessage/llnamevalue.cpp | 3 +
linden/indra/llmessage/llnamevalue.h | 7 +-
linden/indra/llmessage/llnullcipher.cpp | 3 +
linden/indra/llmessage/llnullcipher.h | 3 +
linden/indra/llmessage/llpacketack.cpp | 5 +-
linden/indra/llmessage/llpacketack.h | 3 +
linden/indra/llmessage/llpacketbuffer.cpp | 3 +
linden/indra/llmessage/llpacketbuffer.h | 3 +
linden/indra/llmessage/llpacketring.cpp | 3 +
linden/indra/llmessage/llpacketring.h | 3 +
linden/indra/llmessage/llpartdata.cpp | 3 +
linden/indra/llmessage/llpartdata.h | 5 +-
linden/indra/llmessage/llpumpio.cpp | 8 +-
linden/indra/llmessage/llpumpio.h | 3 +
linden/indra/llmessage/llqueryflags.h | 3 +
linden/indra/llmessage/llregionflags.h | 6 +
linden/indra/llmessage/llregionhandle.h | 5 +-
linden/indra/llmessage/llsdappservices.cpp | 3 +
linden/indra/llmessage/llsdappservices.h | 3 +
linden/indra/llmessage/llsdhttpserver.cpp | 3 +
linden/indra/llmessage/llsdhttpserver.h | 3 +
linden/indra/llmessage/llsdmessagebuilder.cpp | 5 +-
linden/indra/llmessage/llsdmessagebuilder.h | 5 +-
linden/indra/llmessage/llsdmessagereader.cpp | 5 +-
linden/indra/llmessage/llsdmessagereader.h | 31 +
linden/indra/llmessage/llsdrpcclient.cpp | 3 +
linden/indra/llmessage/llsdrpcclient.h | 3 +
linden/indra/llmessage/llsdrpcserver.cpp | 3 +
linden/indra/llmessage/llsdrpcserver.h | 3 +
linden/indra/llmessage/llservice.cpp | 3 +
linden/indra/llmessage/llservice.h | 3 +
linden/indra/llmessage/llservicebuilder.cpp | 62 +-
linden/indra/llmessage/llservicebuilder.h | 45 +-
linden/indra/llmessage/lltaskname.h | 3 +
linden/indra/llmessage/llteleportflags.h | 3 +
.../indra/llmessage/lltemplatemessagebuilder.cpp | 5 +-
linden/indra/llmessage/lltemplatemessagebuilder.h | 5 +-
linden/indra/llmessage/lltemplatemessagereader.cpp | 5 +-
linden/indra/llmessage/lltemplatemessagereader.h | 5 +-
linden/indra/llmessage/llthrottle.cpp | 3 +
linden/indra/llmessage/llthrottle.h | 3 +
linden/indra/llmessage/lltransfermanager.cpp | 3 +
linden/indra/llmessage/lltransfermanager.h | 3 +
linden/indra/llmessage/lltransfersourceasset.cpp | 3 +
linden/indra/llmessage/lltransfersourceasset.h | 3 +
linden/indra/llmessage/lltransfersourcefile.cpp | 3 +
linden/indra/llmessage/lltransfersourcefile.h | 5 +-
linden/indra/llmessage/lltransfertargetfile.cpp | 3 +
linden/indra/llmessage/lltransfertargetfile.h | 7 +-
linden/indra/llmessage/lltransfertargetvfile.cpp | 3 +
linden/indra/llmessage/lltransfertargetvfile.h | 3 +
linden/indra/llmessage/llurlrequest.cpp | 3 +
linden/indra/llmessage/llurlrequest.h | 3 +
linden/indra/llmessage/lluseroperation.cpp | 3 +
linden/indra/llmessage/lluseroperation.h | 3 +
linden/indra/llmessage/llvehicleparams.h | 3 +
linden/indra/llmessage/llxfer.cpp | 3 +
linden/indra/llmessage/llxfer.h | 3 +
linden/indra/llmessage/llxfer_file.cpp | 3 +
linden/indra/llmessage/llxfer_file.h | 5 +-
linden/indra/llmessage/llxfer_mem.cpp | 3 +
linden/indra/llmessage/llxfer_mem.h | 5 +-
linden/indra/llmessage/llxfer_vfile.cpp | 3 +
linden/indra/llmessage/llxfer_vfile.h | 5 +-
linden/indra/llmessage/llxfermanager.cpp | 3 +
linden/indra/llmessage/llxfermanager.h | 3 +
linden/indra/llmessage/llxorcipher.cpp | 3 +
linden/indra/llmessage/llxorcipher.h | 3 +
linden/indra/llmessage/machine.h | 3 +
linden/indra/llmessage/mean_collision_data.h | 5 +-
linden/indra/llmessage/message.cpp | 27 +-
linden/indra/llmessage/message.h | 5 +-
linden/indra/llmessage/message_prehash.cpp | 3 +
linden/indra/llmessage/message_prehash.h | 3 +
linden/indra/llmessage/message_string_table.cpp | 3 +
linden/indra/llmessage/net.cpp | 4 +-
linden/indra/llmessage/net.h | 3 +
linden/indra/llmessage/network.cpp | 3 +
linden/indra/llmessage/network.h | 3 +
linden/indra/llmessage/partsyspacket.cpp | 3 +
linden/indra/llmessage/partsyspacket.h | 3 +
linden/indra/llmessage/patch_code.cpp | 3 +
linden/indra/llmessage/patch_code.h | 3 +
linden/indra/llmessage/patch_dct.cpp | 3 +
linden/indra/llmessage/patch_dct.h | 3 +
linden/indra/llmessage/patch_idct.cpp | 3 +
linden/indra/llmessage/sound_ids.h | 3 +
linden/indra/llprimitive/legacy_object_types.h | 3 +
linden/indra/llprimitive/llmaterialtable.cpp | 3 +
linden/indra/llprimitive/llmaterialtable.h | 3 +
linden/indra/llprimitive/llprimitive.cpp | 50 +
linden/indra/llprimitive/llprimitive.h | 6 +-
linden/indra/llprimitive/lltextureanim.cpp | 3 +
linden/indra/llprimitive/lltextureanim.h | 3 +
linden/indra/llprimitive/lltextureentry.cpp | 3 +
linden/indra/llprimitive/lltextureentry.h | 7 +
linden/indra/llprimitive/lltree_common.h | 3 +
linden/indra/llprimitive/lltreeparams.cpp | 3 +
linden/indra/llprimitive/lltreeparams.h | 3 +
linden/indra/llprimitive/llvolumemessage.cpp | 3 +
linden/indra/llprimitive/llvolumemessage.h | 3 +
linden/indra/llprimitive/llvolumexml.cpp | 3 +
linden/indra/llprimitive/llvolumexml.h | 3 +
linden/indra/llprimitive/material_codes.h | 3 +
linden/indra/llprimitive/object_flags.h | 6 +-
linden/indra/llrender/llfont.cpp | 3 +
linden/indra/llrender/llfont.h | 3 +
linden/indra/llrender/llfontgl.cpp | 3 +
linden/indra/llrender/llfontgl.h | 3 +
linden/indra/llrender/llgldbg.cpp | 3 +
linden/indra/llrender/llgldbg.h | 3 +
linden/indra/llrender/llimagegl.cpp | 3 +
linden/indra/llrender/llimagegl.h | 3 +
linden/indra/llrender/llvertexbuffer.cpp | 3 +
linden/indra/llrender/llvertexbuffer.h | 3 +
linden/indra/llrender/llvertexprogramgl.cpp | 3 +
linden/indra/llrender/llvertexprogramgl.h | 3 +
linden/indra/llui/llalertdialog.cpp | 94 +-
linden/indra/llui/llalertdialog.h | 5 +-
linden/indra/llui/llbutton.cpp | 15 +-
linden/indra/llui/llbutton.h | 29 +-
linden/indra/llui/llcallbackmap.h | 3 +
linden/indra/llui/llcheckboxctrl.cpp | 7 +-
linden/indra/llui/llcheckboxctrl.h | 7 +-
linden/indra/llui/llclipboard.cpp | 3 +
linden/indra/llui/llclipboard.h | 3 +
linden/indra/llui/llcombobox.cpp | 21 +-
linden/indra/llui/llcombobox.h | 9 +-
linden/indra/llui/llctrlselectioninterface.cpp | 3 +
linden/indra/llui/llctrlselectioninterface.h | 3 +
linden/indra/llui/lldraghandle.cpp | 3 +
linden/indra/llui/lldraghandle.h | 3 +
linden/indra/llui/lleditmenuhandler.cpp | 43 +-
linden/indra/llui/lleditmenuhandler.h | 43 +-
linden/indra/llui/llfloater.cpp | 3 +
linden/indra/llui/llfloater.h | 3 +
linden/indra/llui/llfocusmgr.cpp | 3 +
linden/indra/llui/llfocusmgr.h | 3 +
linden/indra/llui/llhtmlhelp.h | 3 +
linden/indra/llui/lliconctrl.cpp | 3 +
linden/indra/llui/lliconctrl.h | 3 +
linden/indra/llui/llkeywords.cpp | 3 +
linden/indra/llui/llkeywords.h | 3 +
linden/indra/llui/lllineeditor.cpp | 50 +-
linden/indra/llui/lllineeditor.h | 19 +-
linden/indra/llui/llmemberlistener.h | 5 +-
linden/indra/llui/llmenugl.cpp | 15 +-
linden/indra/llui/llmenugl.h | 9 +-
linden/indra/llui/llmodaldialog.cpp | 3 +
linden/indra/llui/llmodaldialog.h | 3 +
linden/indra/llui/llpanel.cpp | 13 +-
linden/indra/llui/llpanel.h | 11 +-
linden/indra/llui/llradiogroup.cpp | 3 +
linden/indra/llui/llradiogroup.h | 3 +
linden/indra/llui/llresizebar.cpp | 3 +
linden/indra/llui/llresizebar.h | 3 +
linden/indra/llui/llresizehandle.cpp | 3 +
linden/indra/llui/llresizehandle.h | 3 +
linden/indra/llui/llresmgr.cpp | 3 +
linden/indra/llui/llresmgr.h | 3 +
linden/indra/llui/llrootview.cpp | 3 +
linden/indra/llui/llrootview.h | 3 +
linden/indra/llui/llscrollbar.cpp | 3 +
linden/indra/llui/llscrollbar.h | 3 +
linden/indra/llui/llscrollcontainer.cpp | 3 +
linden/indra/llui/llscrollcontainer.h | 3 +
linden/indra/llui/llscrollingpanellist.cpp | 3 +
linden/indra/llui/llscrollingpanellist.h | 3 +
linden/indra/llui/llscrolllistctrl.cpp | 46 +-
linden/indra/llui/llscrolllistctrl.h | 13 +-
linden/indra/llui/llslider.cpp | 3 +
linden/indra/llui/llslider.h | 3 +
linden/indra/llui/llsliderctrl.cpp | 9 +-
linden/indra/llui/llsliderctrl.h | 7 +-
linden/indra/llui/llspinctrl.cpp | 5 +-
linden/indra/llui/llspinctrl.h | 5 +-
linden/indra/llui/llstyle.cpp | 3 +
linden/indra/llui/llstyle.h | 3 +
linden/indra/llui/lltabcontainer.cpp | 3 +
linden/indra/llui/lltabcontainer.h | 3 +
linden/indra/llui/lltabcontainervertical.cpp | 3 +
linden/indra/llui/lltabcontainervertical.h | 3 +
linden/indra/llui/lltextbox.cpp | 9 +-
linden/indra/llui/lltextbox.h | 9 +-
linden/indra/llui/lltexteditor.cpp | 25 +-
linden/indra/llui/lltexteditor.h | 17 +-
linden/indra/llui/llui.cpp | 3 +
linden/indra/llui/llui.h | 3 +
linden/indra/llui/lluiconstants.h | 3 +
linden/indra/llui/lluictrl.cpp | 7 +-
linden/indra/llui/lluictrl.h | 7 +-
linden/indra/llui/lluictrlfactory.cpp | 6 +-
linden/indra/llui/lluictrlfactory.h | 3 +
linden/indra/llui/lluistring.cpp | 3 +
linden/indra/llui/lluistring.h | 3 +
linden/indra/llui/lluixmltags.h | 177 +-
linden/indra/llui/llundo.cpp | 3 +
linden/indra/llui/llundo.h | 3 +
linden/indra/llui/llview.cpp | 26 +-
linden/indra/llui/llview.h | 27 +-
linden/indra/llui/llviewborder.cpp | 3 +
linden/indra/llui/llviewborder.h | 3 +
linden/indra/llui/llviewquery.cpp | 3 +
linden/indra/llui/llviewquery.h | 3 +
linden/indra/llvfs/lldir.cpp | 4 +
linden/indra/llvfs/lldir.h | 3 +
linden/indra/llvfs/lldir_linux.cpp | 3 +
linden/indra/llvfs/lldir_linux.h | 4 +-
linden/indra/llvfs/lldir_mac.cpp | 3 +
linden/indra/llvfs/lldir_mac.h | 4 +-
linden/indra/llvfs/lldir_solaris.cpp | 3 +
linden/indra/llvfs/lldir_solaris.h | 4 +-
linden/indra/llvfs/lldir_win32.cpp | 3 +
linden/indra/llvfs/lldir_win32.h | 3 +
linden/indra/llvfs/lllfsthread.cpp | 3 +
linden/indra/llvfs/lllfsthread.h | 3 +
linden/indra/llvfs/llvfile.cpp | 3 +
linden/indra/llvfs/llvfile.h | 3 +
linden/indra/llvfs/llvfs.cpp | 5 +-
linden/indra/llvfs/llvfs.h | 5 +-
linden/indra/llvfs/llvfsthread.cpp | 3 +
linden/indra/llvfs/llvfsthread.h | 3 +
linden/indra/llwindow/lldxhardware.cpp | 4 +-
linden/indra/llwindow/lldxhardware.h | 3 +
linden/indra/llwindow/llgl.cpp | 3 +
linden/indra/llwindow/llgl.h | 3 +
linden/indra/llwindow/llglheaders.h | 3 +
linden/indra/llwindow/llglstates.h | 3 +
linden/indra/llwindow/llglstubs.h | 3 +
linden/indra/llwindow/llgltypes.h | 3 +
linden/indra/llwindow/llkeyboard.cpp | 3 +
linden/indra/llwindow/llkeyboard.h | 3 +
linden/indra/llwindow/llkeyboardmacosx.cpp | 3 +
linden/indra/llwindow/llkeyboardmacosx.h | 3 +
linden/indra/llwindow/llkeyboardsdl.cpp | 3 +
linden/indra/llwindow/llkeyboardsdl.h | 3 +
linden/indra/llwindow/llkeyboardwin32.cpp | 3 +
linden/indra/llwindow/llkeyboardwin32.h | 3 +
linden/indra/llwindow/llmousehandler.h | 3 +
linden/indra/llwindow/llwindow.cpp | 3 +
linden/indra/llwindow/llwindow.h | 5 +-
linden/indra/llwindow/llwindowheadless.cpp | 3 +
linden/indra/llwindow/llwindowheadless.h | 3 +
linden/indra/llwindow/llwindowlinux.cpp | 3 +
linden/indra/llwindow/llwindowlinux.h | 3 +
linden/indra/llwindow/llwindowmacosx-objc.h | 3 +
linden/indra/llwindow/llwindowmacosx-objc.mm | 3 +
linden/indra/llwindow/llwindowmacosx.cpp | 3 +
linden/indra/llwindow/llwindowmacosx.h | 3 +
linden/indra/llwindow/llwindowmesaheadless.cpp | 3 +
linden/indra/llwindow/llwindowmesaheadless.h | 3 +
linden/indra/llwindow/llwindowsdl.cpp | 38 +-
linden/indra/llwindow/llwindowsdl.h | 3 +
linden/indra/llwindow/llwindowsolaris.cpp | 3 +
linden/indra/llwindow/llwindowsolaris.h | 3 +
linden/indra/llwindow/llwindowwin32.cpp | 197 +-
linden/indra/llwindow/llwindowwin32.h | 7 +-
linden/indra/llxml/llcontrol.cpp | 3 +
linden/indra/llxml/llcontrol.h | 3 +
linden/indra/llxml/llxmlnode.cpp | 3 +
linden/indra/llxml/llxmlnode.h | 7 +-
linden/indra/llxml/llxmlparser.cpp | 3 +
linden/indra/llxml/llxmlparser.h | 3 +
linden/indra/llxml/llxmltree.cpp | 3 +
linden/indra/llxml/llxmltree.h | 3 +
linden/indra/lscript/lscript_alloc.h | 6 +-
linden/indra/lscript/lscript_byteconvert.h | 44 +
linden/indra/lscript/lscript_byteformat.h | 3 +
linden/indra/lscript/lscript_compile/indra.l | 8 +-
linden/indra/lscript/lscript_compile/indra.y | 5 +-
.../lscript/lscript_compile/lscript_alloc.cpp | 3 +
.../lscript/lscript_compile/lscript_bytecode.cpp | 3 +
.../lscript/lscript_compile/lscript_bytecode.h | 3 +
.../lscript/lscript_compile/lscript_error.cpp | 3 +
.../indra/lscript/lscript_compile/lscript_error.h | 6 +-
.../indra/lscript/lscript_compile/lscript_heap.cpp | 3 +
.../indra/lscript/lscript_compile/lscript_heap.h | 3 +
.../lscript/lscript_compile/lscript_resource.cpp | 3 +
.../lscript/lscript_compile/lscript_resource.h | 5 +-
.../lscript/lscript_compile/lscript_scope.cpp | 3 +
.../indra/lscript/lscript_compile/lscript_scope.h | 3 +
.../indra/lscript/lscript_compile/lscript_tree.cpp | 3 +
.../indra/lscript/lscript_compile/lscript_tree.h | 5 +-
.../lscript/lscript_compile/lscript_typecheck.cpp | 3 +
.../lscript/lscript_compile/lscript_typecheck.h | 3 +
linden/indra/lscript/lscript_execute.h | 8 +-
.../lscript/lscript_execute/lscript_execute.cpp | 163 +-
.../lscript_execute/lscript_heapruntime.cpp | 3 +
.../lscript/lscript_execute/lscript_heapruntime.h | 3 +
.../lscript/lscript_execute/lscript_readlso.cpp | 3 +
.../lscript/lscript_execute/lscript_readlso.h | 3 +
linden/indra/lscript/lscript_export.h | 3 +
linden/indra/lscript/lscript_http.h | 3 +
linden/indra/lscript/lscript_library.h | 4 +-
.../lscript/lscript_library/lscript_alloc.cpp | 5 +-
.../lscript/lscript_library/lscript_export.cpp | 3 +
.../lscript/lscript_library/lscript_library.cpp | 3 +
linden/indra/lscript/lscript_rt_interface.h | 3 +
linden/indra/mac_crash_logger/mac_crash_logger.cpp | 7 +-
linden/indra/mac_updater/FSCopyObject.h | 3 +
linden/indra/mac_updater/GenLinkedList.h | 3 +
linden/indra/mac_updater/MoreFilesX.h | 3 +
linden/indra/mac_updater/mac_updater.cpp | 7 +-
.../indra/newview/English.lproj/InfoPlist.strings | 4 +-
linden/indra/newview/Info-SecondLife.plist | 2 +-
linden/indra/newview/VertexCache.h | 3 +
linden/indra/newview/VorbisFramework.h | 3 +
linden/indra/newview/audiosettings.h | 3 +
linden/indra/newview/fakevoicesoundsignal.cpp | 3 +
linden/indra/newview/fakevoicesoundsignal.h | 3 +
linden/indra/newview/files.lst | 6 +-
linden/indra/newview/fmodwrapper.cpp | 3 +
linden/indra/newview/head.cpp | 3 +
linden/indra/newview/head.h | 5 +-
linden/indra/newview/linux_tools/client-readme.txt | 2 -
.../indra/newview/linux_tools/exposed-symbols.txt | 1 +
linden/indra/newview/linux_tools/launch_url.sh | 3 +-
linden/indra/newview/linux_tools/wrapper.sh | 38 +-
linden/indra/newview/llagent.cpp | 96 +-
linden/indra/newview/llagent.h | 8 +-
linden/indra/newview/llagentdata.cpp | 3 +
linden/indra/newview/llagentdata.h | 3 +
linden/indra/newview/llagentpilot.cpp | 3 +
linden/indra/newview/llagentpilot.h | 3 +
linden/indra/newview/llanimalcontrols.cpp | 3 +
linden/indra/newview/llanimalcontrols.h | 3 +
linden/indra/newview/llappearance.h | 3 +
linden/indra/newview/llassetuploadresponders.cpp | 28 +-
linden/indra/newview/llassetuploadresponders.h | 5 +-
linden/indra/newview/llasynchostbyname.cpp | 229 -
linden/indra/newview/llasynchostbyname.h | 93 -
linden/indra/newview/llaudiosourcevo.cpp | 21 +-
linden/indra/newview/llaudiosourcevo.h | 3 +
linden/indra/newview/llbbox.cpp | 3 +
linden/indra/newview/llbbox.h | 3 +
linden/indra/newview/llbox.cpp | 3 +
linden/indra/newview/llbox.h | 3 +
linden/indra/newview/llcallbacklist.cpp | 3 +
linden/indra/newview/llcallbacklist.h | 3 +
linden/indra/newview/llcallingcard.cpp | 5 +-
linden/indra/newview/llcallingcard.h | 3 +
linden/indra/newview/llcameraview.cpp | 3 +
linden/indra/newview/llcameraview.h | 3 +
linden/indra/newview/llcape.cpp | 3 +
linden/indra/newview/llcape.h | 3 +
linden/indra/newview/llcaphttpsender.cpp | 5 +-
linden/indra/newview/llcaphttpsender.h | 5 +-
linden/indra/newview/llchatbar.cpp | 7 +-
linden/indra/newview/llchatbar.h | 3 +
linden/indra/newview/llclassifiedinfo.cpp | 3 +
linden/indra/newview/llclassifiedinfo.h | 3 +
linden/indra/newview/llcloud.cpp | 3 +
linden/indra/newview/llcloud.h | 3 +
linden/indra/newview/llcolorscheme.cpp | 5 +
linden/indra/newview/llcolorscheme.h | 4 +
linden/indra/newview/llcolorswatch.cpp | 3 +
linden/indra/newview/llcolorswatch.h | 3 +
linden/indra/newview/llcommandhandler.cpp | 103 +
linden/indra/newview/llcommandhandler.h | 85 +
linden/indra/newview/llcompass.cpp | 3 +
linden/indra/newview/llcompass.h | 3 +
linden/indra/newview/llcompilequeue.cpp | 7 +-
linden/indra/newview/llcompilequeue.h | 3 +
linden/indra/newview/llconfirmationmanager.cpp | 3 +
linden/indra/newview/llconfirmationmanager.h | 3 +
linden/indra/newview/llconsole.cpp | 3 +
linden/indra/newview/llconsole.h | 3 +
linden/indra/newview/llcontainerview.cpp | 3 +
linden/indra/newview/llcontainerview.h | 3 +
linden/indra/newview/llcontroldef.cpp | 23 +-
linden/indra/newview/llcubemap.cpp | 3 +
linden/indra/newview/llcubemap.h | 3 +
linden/indra/newview/llcurrencyuimanager.cpp | 20 +-
linden/indra/newview/llcurrencyuimanager.h | 6 +-
linden/indra/newview/llcylinder.cpp | 3 +
linden/indra/newview/llcylinder.h | 3 +
linden/indra/newview/lldebugmessagebox.cpp | 27 +-
linden/indra/newview/lldebugmessagebox.h | 3 +
linden/indra/newview/lldebugview.cpp | 3 +
linden/indra/newview/lldebugview.h | 3 +
linden/indra/newview/lldirpicker.cpp | 57 +
linden/indra/newview/lldirpicker.h | 10 +
linden/indra/newview/lldrawable.cpp | 3 +
linden/indra/newview/lldrawable.h | 3 +
linden/indra/newview/lldrawpool.cpp | 3 +
linden/indra/newview/lldrawpool.h | 3 +
linden/indra/newview/lldrawpoolalpha.cpp | 3 +
linden/indra/newview/lldrawpoolalpha.h | 3 +
linden/indra/newview/lldrawpoolavatar.cpp | 3 +
linden/indra/newview/lldrawpoolavatar.h | 3 +
linden/indra/newview/lldrawpoolbump.cpp | 3 +
linden/indra/newview/lldrawpoolbump.h | 5 +-
linden/indra/newview/lldrawpoolclouds.cpp | 3 +
linden/indra/newview/lldrawpoolclouds.h | 3 +
linden/indra/newview/lldrawpoolground.cpp | 3 +
linden/indra/newview/lldrawpoolground.h | 3 +
linden/indra/newview/lldrawpoolsimple.cpp | 3 +
linden/indra/newview/lldrawpoolsimple.h | 3 +
linden/indra/newview/lldrawpoolsky.cpp | 3 +
linden/indra/newview/lldrawpoolsky.h | 3 +
linden/indra/newview/lldrawpoolstars.cpp | 3 +
linden/indra/newview/lldrawpoolstars.h | 3 +
linden/indra/newview/lldrawpoolterrain.cpp | 3 +
linden/indra/newview/lldrawpoolterrain.h | 3 +
linden/indra/newview/lldrawpooltree.cpp | 3 +
linden/indra/newview/lldrawpooltree.h | 3 +
linden/indra/newview/lldrawpoolwater.cpp | 3 +
linden/indra/newview/lldrawpoolwater.h | 3 +
linden/indra/newview/lldriverparam.cpp | 3 +
linden/indra/newview/lldriverparam.h | 3 +
linden/indra/newview/lldynamictexture.cpp | 3 +
linden/indra/newview/lldynamictexture.h | 3 +
linden/indra/newview/llemote.cpp | 3 +
linden/indra/newview/llemote.h | 3 +
linden/indra/newview/lleventinfo.cpp | 3 +
linden/indra/newview/lleventinfo.h | 3 +
linden/indra/newview/lleventnotifier.cpp | 3 +
linden/indra/newview/lleventnotifier.h | 3 +
linden/indra/newview/lleventpoll.cpp | 6 +-
linden/indra/newview/lleventpoll.h | 3 +
linden/indra/newview/llface.cpp | 3 +
linden/indra/newview/llface.h | 3 +
linden/indra/newview/llface.inl | 3 +
linden/indra/newview/llfasttimerview.cpp | 3 +
linden/indra/newview/llfasttimerview.h | 3 +
linden/indra/newview/llfeaturemanager.cpp | 3 +
linden/indra/newview/llfeaturemanager.h | 3 +
linden/indra/newview/llfilepicker.cpp | 273 +-
linden/indra/newview/llfilepicker.h | 18 +-
linden/indra/newview/llfirstuse.cpp | 3 +
linden/indra/newview/llfirstuse.h | 3 +
linden/indra/newview/llflexibleobject.cpp | 3 +
linden/indra/newview/llflexibleobject.h | 3 +
linden/indra/newview/llfloaterabout.cpp | 13 +-
linden/indra/newview/llfloaterabout.h | 3 +
linden/indra/newview/llfloateractivespeakers.cpp | 11 +-
linden/indra/newview/llfloateractivespeakers.h | 3 +
linden/indra/newview/llfloateranimpreview.cpp | 23 +-
linden/indra/newview/llfloateranimpreview.h | 3 +
linden/indra/newview/llfloaterauction.cpp | 5 +-
linden/indra/newview/llfloaterauction.h | 3 +
linden/indra/newview/llfloateravatarinfo.cpp | 32 +-
linden/indra/newview/llfloateravatarinfo.h | 5 +-
linden/indra/newview/llfloateravatarpicker.cpp | 3 +
linden/indra/newview/llfloateravatarpicker.h | 3 +
linden/indra/newview/llfloateravatartextures.cpp | 3 +
linden/indra/newview/llfloateravatartextures.h | 3 +
linden/indra/newview/llfloaterbuildoptions.cpp | 3 +
linden/indra/newview/llfloaterbuildoptions.h | 3 +
linden/indra/newview/llfloaterbump.cpp | 3 +
linden/indra/newview/llfloaterbump.h | 3 +
linden/indra/newview/llfloaterbuy.cpp | 27 +-
linden/indra/newview/llfloaterbuy.h | 3 +
linden/indra/newview/llfloaterbuycontents.cpp | 12 +-
linden/indra/newview/llfloaterbuycontents.h | 3 +
linden/indra/newview/llfloaterbuycurrency.cpp | 6 +-
linden/indra/newview/llfloaterbuycurrency.h | 3 +
linden/indra/newview/llfloaterbuyland.cpp | 14 +-
linden/indra/newview/llfloaterbuyland.h | 3 +
linden/indra/newview/llfloaterchat.cpp | 3 +
linden/indra/newview/llfloaterchat.h | 3 +
linden/indra/newview/llfloaterchatterbox.cpp | 5 +-
linden/indra/newview/llfloaterchatterbox.h | 5 +-
linden/indra/newview/llfloaterclothing.cpp | 3 +
linden/indra/newview/llfloaterclothing.h | 3 +
linden/indra/newview/llfloatercolorpicker.cpp | 14 +-
linden/indra/newview/llfloatercolorpicker.h | 3 +
linden/indra/newview/llfloatercustomize.cpp | 16 +-
linden/indra/newview/llfloatercustomize.h | 3 +
linden/indra/newview/llfloaterdirectory.cpp | 3 +
linden/indra/newview/llfloaterdirectory.h | 3 +
linden/indra/newview/llfloatereditui.cpp | 7 +-
linden/indra/newview/llfloatereditui.h | 3 +
linden/indra/newview/llfloaterfriends.cpp | 7 +-
linden/indra/newview/llfloaterfriends.h | 3 +
linden/indra/newview/llfloatergesture.cpp | 3 +
linden/indra/newview/llfloatergesture.h | 3 +
linden/indra/newview/llfloatergodtools.cpp | 7 +-
linden/indra/newview/llfloatergodtools.h | 5 +-
linden/indra/newview/llfloatergroupinfo.cpp | 31 +
linden/indra/newview/llfloatergroupinfo.h | 7 +-
linden/indra/newview/llfloatergroupinvite.cpp | 3 +
linden/indra/newview/llfloatergroupinvite.h | 3 +
linden/indra/newview/llfloatergroups.cpp | 3 +
linden/indra/newview/llfloatergroups.h | 3 +
linden/indra/newview/llfloaterhtml.cpp | 178 +-
linden/indra/newview/llfloaterhtml.h | 23 +-
linden/indra/newview/llfloaterhtmlfind.cpp | 206 -
linden/indra/newview/llfloaterhtmlfind.h | 42 -
linden/indra/newview/llfloaterhtmlhelp.cpp | 6 +
linden/indra/newview/llfloaterhtmlhelp.h | 5 +-
linden/indra/newview/llfloaterimagepreview.cpp | 3 +
linden/indra/newview/llfloaterimagepreview.h | 3 +
linden/indra/newview/llfloaterimport.cpp | 3 +
linden/indra/newview/llfloaterimport.h | 3 +
linden/indra/newview/llfloaterinspect.cpp | 57 +-
linden/indra/newview/llfloaterinspect.h | 43 +-
linden/indra/newview/llfloaterlagmeter.cpp | 365 ++
linden/indra/newview/llfloaterlagmeter.h | 80 +
linden/indra/newview/llfloaterland.cpp | 402 +-
linden/indra/newview/llfloaterland.h | 7 +-
linden/indra/newview/llfloaterlandholdings.cpp | 3 +
linden/indra/newview/llfloaterlandholdings.h | 3 +
linden/indra/newview/llfloatermap.cpp | 47 +-
linden/indra/newview/llfloatermap.h | 5 +-
linden/indra/newview/llfloatermute.cpp | 3 +
linden/indra/newview/llfloatermute.h | 3 +
linden/indra/newview/llfloaternamedesc.cpp | 3 +
linden/indra/newview/llfloaternamedesc.h | 3 +
linden/indra/newview/llfloaternewim.cpp | 3 +
linden/indra/newview/llfloaternewim.h | 3 +
linden/indra/newview/llfloateropenobject.cpp | 5 +-
linden/indra/newview/llfloateropenobject.h | 3 +
linden/indra/newview/llfloaterpermissionsmgr.cpp | 3 +
linden/indra/newview/llfloaterpermissionsmgr.h | 3 +
linden/indra/newview/llfloaterpostcard.cpp | 6 +-
linden/indra/newview/llfloaterpostcard.h | 3 +
linden/indra/newview/llfloaterpreference.cpp | 3 +
linden/indra/newview/llfloaterpreference.h | 3 +
linden/indra/newview/llfloaterproperties.cpp | 73 +-
linden/indra/newview/llfloaterproperties.h | 3 +
linden/indra/newview/llfloaterregioninfo.cpp | 98 +-
linden/indra/newview/llfloaterregioninfo.h | 3 +
linden/indra/newview/llfloaterreleasemsg.cpp | 3 +
linden/indra/newview/llfloaterreleasemsg.h | 3 +
linden/indra/newview/llfloaterreporter.cpp | 13 +-
linden/indra/newview/llfloaterreporter.h | 5 +-
linden/indra/newview/llfloatersaveavatar.cpp | 3 +
linden/indra/newview/llfloatersaveavatar.h | 3 +
linden/indra/newview/llfloaterscriptdebug.cpp | 3 +
linden/indra/newview/llfloaterscriptdebug.h | 3 +
linden/indra/newview/llfloatersellland.cpp | 3 +
linden/indra/newview/llfloatersellland.h | 3 +
linden/indra/newview/llfloatersnapshot.cpp | 26 +-
linden/indra/newview/llfloatersnapshot.h | 3 +
linden/indra/newview/llfloatertelehub.cpp | 10 +-
linden/indra/newview/llfloatertelehub.h | 3 +
linden/indra/newview/llfloatertest.cpp | 6 +-
linden/indra/newview/llfloatertest.h | 3 +
linden/indra/newview/llfloatertools.cpp | 56 +-
linden/indra/newview/llfloatertools.h | 7 +-
linden/indra/newview/llfloatertopobjects.cpp | 3 +
linden/indra/newview/llfloatertopobjects.h | 3 +
linden/indra/newview/llfloatertos.cpp | 3 +
linden/indra/newview/llfloatertos.h | 3 +
linden/indra/newview/llfloatervoicewizard.cpp | 13 +-
linden/indra/newview/llfloatervoicewizard.h | 3 +
linden/indra/newview/llfloaterworldmap.cpp | 22 +-
linden/indra/newview/llfloaterworldmap.h | 3 +
linden/indra/newview/llfolderview.cpp | 19 +-
linden/indra/newview/llfolderview.h | 5 +-
linden/indra/newview/llfollowcam.cpp | 3 +
linden/indra/newview/llfollowcam.h | 3 +
linden/indra/newview/llframestats.cpp | 4 +-
linden/indra/newview/llframestats.h | 3 +
linden/indra/newview/llframestatview.cpp | 3 +
linden/indra/newview/llframestatview.h | 3 +
linden/indra/newview/llgenepool.cpp | 3 +
linden/indra/newview/llgenepool.h | 3 +
linden/indra/newview/llgesturemgr.cpp | 16 +
linden/indra/newview/llgesturemgr.h | 4 +
linden/indra/newview/llgivemoney.cpp | 12 +-
linden/indra/newview/llgivemoney.h | 3 +
linden/indra/newview/llglsandbox.cpp | 23 +-
linden/indra/newview/llglslshader.cpp | 3 +
linden/indra/newview/llglslshader.h | 3 +
linden/indra/newview/llgroupmgr.cpp | 20 +-
linden/indra/newview/llgroupmgr.h | 4 +
linden/indra/newview/llgroupnotify.cpp | 3 +
linden/indra/newview/llgroupnotify.h | 3 +
linden/indra/newview/llhippo.cpp | 3 +
linden/indra/newview/llhippo.h | 3 +
linden/indra/newview/llhoverview.cpp | 3 +
linden/indra/newview/llhoverview.h | 3 +
linden/indra/newview/llhudconnector.cpp | 3 +
linden/indra/newview/llhudconnector.h | 3 +
linden/indra/newview/llhudeffect.cpp | 3 +
linden/indra/newview/llhudeffect.h | 3 +
linden/indra/newview/llhudeffectbeam.cpp | 3 +
linden/indra/newview/llhudeffectbeam.h | 3 +
linden/indra/newview/llhudeffectlookat.cpp | 3 +
linden/indra/newview/llhudeffectlookat.h | 3 +
linden/indra/newview/llhudeffectpointat.cpp | 3 +
linden/indra/newview/llhudeffectpointat.h | 3 +
linden/indra/newview/llhudeffecttrail.cpp | 3 +
linden/indra/newview/llhudeffecttrail.h | 3 +
linden/indra/newview/llhudicon.cpp | 3 +
linden/indra/newview/llhudicon.h | 3 +
linden/indra/newview/llhudmanager.cpp | 3 +
linden/indra/newview/llhudmanager.h | 3 +
linden/indra/newview/llhudobject.cpp | 3 +
linden/indra/newview/llhudobject.h | 3 +
linden/indra/newview/llhudrender.cpp | 3 +
linden/indra/newview/llhudrender.h | 3 +
linden/indra/newview/llhudtext.cpp | 3 +
linden/indra/newview/llhudtext.h | 3 +
linden/indra/newview/llhudview.cpp | 3 +
linden/indra/newview/llhudview.h | 3 +
linden/indra/newview/llimpanel.cpp | 13 +-
linden/indra/newview/llimpanel.h | 3 +
linden/indra/newview/llimview.cpp | 8 +-
linden/indra/newview/llimview.h | 3 +
linden/indra/newview/llinventoryactions.cpp | 7 +
linden/indra/newview/llinventorybridge.cpp | 21 +-
linden/indra/newview/llinventorybridge.h | 3 +
linden/indra/newview/llinventoryclipboard.cpp | 3 +
linden/indra/newview/llinventoryclipboard.h | 3 +
linden/indra/newview/llinventorymodel.cpp | 68 +-
linden/indra/newview/llinventorymodel.h | 12 +
linden/indra/newview/llinventoryview.cpp | 30 +-
linden/indra/newview/llinventoryview.h | 11 +-
linden/indra/newview/lljoystickbutton.cpp | 3 +
linden/indra/newview/lljoystickbutton.h | 3 +
linden/indra/newview/lllandmarklist.cpp | 3 +
linden/indra/newview/lllandmarklist.h | 3 +
linden/indra/newview/lllightconstants.h | 3 +
linden/indra/newview/lllocalanimationobject.cpp | 3 +
linden/indra/newview/lllocalanimationobject.h | 3 +
linden/indra/newview/lllogchat.cpp | 3 +
linden/indra/newview/lllogchat.h | 3 +
linden/indra/newview/llmanip.cpp | 19 +-
linden/indra/newview/llmanip.h | 10 +-
linden/indra/newview/llmaniprotate.cpp | 75 +-
linden/indra/newview/llmaniprotate.h | 9 +-
linden/indra/newview/llmanipscale.cpp | 116 +-
linden/indra/newview/llmanipscale.h | 10 +-
linden/indra/newview/llmaniptranslate.cpp | 74 +-
linden/indra/newview/llmaniptranslate.h | 8 +-
linden/indra/newview/llmapresponders.cpp | 3 +
linden/indra/newview/llmapresponders.h | 3 +
linden/indra/newview/llmediaremotectrl.cpp | 5 +-
linden/indra/newview/llmediaremotectrl.h | 3 +
linden/indra/newview/llmemoryview.cpp | 3 +
linden/indra/newview/llmemoryview.h | 3 +
linden/indra/newview/llmenucommands.cpp | 3 +
linden/indra/newview/llmenucommands.h | 3 +
linden/indra/newview/llmorphview.cpp | 3 +
linden/indra/newview/llmorphview.h | 3 +
linden/indra/newview/llmoveview.cpp | 3 +
linden/indra/newview/llmoveview.h | 3 +
linden/indra/newview/llmutelist.cpp | 7 +-
linden/indra/newview/llmutelist.h | 5 +-
linden/indra/newview/llnamebox.cpp | 5 +-
linden/indra/newview/llnamebox.h | 3 +
linden/indra/newview/llnameeditor.cpp | 3 +
linden/indra/newview/llnameeditor.h | 3 +
linden/indra/newview/llnamelistctrl.cpp | 6 +-
linden/indra/newview/llnamelistctrl.h | 3 +
linden/indra/newview/llnetmap.cpp | 20 +-
linden/indra/newview/llnetmap.h | 3 +
linden/indra/newview/llnotify.cpp | 25 +-
linden/indra/newview/llnotify.h | 5 +-
linden/indra/newview/lloverlaybar.cpp | 8 +-
linden/indra/newview/lloverlaybar.h | 3 +
linden/indra/newview/llpanelaudioprefs.cpp | 3 +
linden/indra/newview/llpanelaudioprefs.h | 3 +
linden/indra/newview/llpanelaudiovolume.cpp | 17 +-
linden/indra/newview/llpanelaudiovolume.h | 3 +
linden/indra/newview/llpanelavatar.cpp | 98 +-
linden/indra/newview/llpanelavatar.h | 3 +
linden/indra/newview/llpanelclassified.cpp | 13 +-
linden/indra/newview/llpanelclassified.h | 3 +
linden/indra/newview/llpanelcontents.cpp | 17 +-
linden/indra/newview/llpanelcontents.h | 3 +
linden/indra/newview/llpaneldebug.cpp | 3 +
linden/indra/newview/llpaneldebug.h | 3 +
linden/indra/newview/llpaneldirbrowser.cpp | 3 +
linden/indra/newview/llpaneldirbrowser.h | 3 +
linden/indra/newview/llpaneldirclassified.cpp | 3 +
linden/indra/newview/llpaneldirclassified.h | 3 +
linden/indra/newview/llpaneldirevents.cpp | 3 +
linden/indra/newview/llpaneldirevents.h | 3 +
linden/indra/newview/llpaneldirfind.cpp | 27 +-
linden/indra/newview/llpaneldirfind.h | 3 +
linden/indra/newview/llpaneldirgroups.cpp | 3 +
linden/indra/newview/llpaneldirgroups.h | 3 +
linden/indra/newview/llpaneldirland.cpp | 3 +
linden/indra/newview/llpaneldirland.h | 3 +
linden/indra/newview/llpaneldirpeople.cpp | 3 +
linden/indra/newview/llpaneldirpeople.h | 3 +
linden/indra/newview/llpaneldirplaces.cpp | 3 +
linden/indra/newview/llpaneldirplaces.h | 3 +
linden/indra/newview/llpaneldirpopular.cpp | 3 +
linden/indra/newview/llpaneldirpopular.h | 3 +
linden/indra/newview/llpaneldisplay.cpp | 9 +-
linden/indra/newview/llpaneldisplay.h | 3 +
linden/indra/newview/llpanelevent.cpp | 39 +-
linden/indra/newview/llpanelevent.h | 4 +-
linden/indra/newview/llpanelface.cpp | 421 +-
linden/indra/newview/llpanelface.h | 19 +-
linden/indra/newview/llpanelgeneral.cpp | 4 +
linden/indra/newview/llpanelgeneral.h | 3 +
linden/indra/newview/llpanelgroup.cpp | 15 +-
linden/indra/newview/llpanelgroup.h | 5 +-
linden/indra/newview/llpanelgroupgeneral.cpp | 179 +-
linden/indra/newview/llpanelgroupgeneral.h | 6 +-
linden/indra/newview/llpanelgroupinvite.cpp | 9 +-
linden/indra/newview/llpanelgroupinvite.h | 3 +
linden/indra/newview/llpanelgrouplandmoney.cpp | 205 +-
linden/indra/newview/llpanelgrouplandmoney.h | 89 +-
linden/indra/newview/llpanelgroupnotices.cpp | 7 +-
linden/indra/newview/llpanelgroupnotices.h | 3 +
linden/indra/newview/llpanelgrouproles.cpp | 3 +
linden/indra/newview/llpanelgrouproles.h | 3 +
linden/indra/newview/llpanelgroupvoting.cpp | 237 +-
linden/indra/newview/llpanelgroupvoting.h | 3 +
linden/indra/newview/llpanelinput.cpp | 3 +
linden/indra/newview/llpanelinput.h | 3 +
linden/indra/newview/llpanelinventory.cpp | 10 +-
linden/indra/newview/llpanelinventory.h | 3 +
linden/indra/newview/llpanelland.cpp | 9 +-
linden/indra/newview/llpanelland.h | 3 +
linden/indra/newview/llpanellandobjects.cpp | 3 +
linden/indra/newview/llpanellandobjects.h | 3 +
linden/indra/newview/llpanellandoptions.cpp | 3 +
linden/indra/newview/llpanellandoptions.h | 3 +
linden/indra/newview/llpanellogin.cpp | 25 +-
linden/indra/newview/llpanellogin.h | 7 +-
linden/indra/newview/llpanelmorph.cpp | 3 +
linden/indra/newview/llpanelmorph.h | 3 +
linden/indra/newview/llpanelmsgs.cpp | 3 +
linden/indra/newview/llpanelmsgs.h | 3 +
linden/indra/newview/llpanelnetwork.cpp | 3 +
linden/indra/newview/llpanelnetwork.h | 3 +
linden/indra/newview/llpanelobject.cpp | 23 +-
linden/indra/newview/llpanelobject.h | 3 +
linden/indra/newview/llpanelpermissions.cpp | 122 +-
linden/indra/newview/llpanelpermissions.h | 7 +-
linden/indra/newview/llpanelpick.cpp | 13 +-
linden/indra/newview/llpanelpick.h | 3 +
linden/indra/newview/llpanelplace.cpp | 38 +-
linden/indra/newview/llpanelplace.h | 3 +
linden/indra/newview/llpanelvolume.cpp | 3 +
linden/indra/newview/llpanelvolume.h | 3 +
linden/indra/newview/llpanelweb.cpp | 5 +-
linden/indra/newview/llpanelweb.h | 3 +
linden/indra/newview/llpatchvertexarray.cpp | 3 +
linden/indra/newview/llpatchvertexarray.h | 3 +
linden/indra/newview/llpolymesh.cpp | 3 +
linden/indra/newview/llpolymesh.h | 3 +
linden/indra/newview/llpolymorph.cpp | 3 +
linden/indra/newview/llpolymorph.h | 3 +
linden/indra/newview/llprefschat.cpp | 3 +
linden/indra/newview/llprefschat.h | 3 +
linden/indra/newview/llprefsim.cpp | 3 +
linden/indra/newview/llprefsim.h | 3 +
linden/indra/newview/llprefsvoice.cpp | 3 +
linden/indra/newview/llprefsvoice.h | 3 +
linden/indra/newview/llpreview.cpp | 3 +
linden/indra/newview/llpreview.h | 3 +
linden/indra/newview/llpreviewanim.cpp | 3 +
linden/indra/newview/llpreviewanim.h | 3 +
linden/indra/newview/llpreviewgesture.cpp | 90 +-
linden/indra/newview/llpreviewgesture.h | 4 +
linden/indra/newview/llpreviewlandmark.cpp | 5 +-
linden/indra/newview/llpreviewlandmark.h | 3 +
linden/indra/newview/llpreviewnotecard.cpp | 13 +-
linden/indra/newview/llpreviewnotecard.h | 3 +
linden/indra/newview/llpreviewscript.cpp | 84 +-
linden/indra/newview/llpreviewscript.h | 6 +
linden/indra/newview/llpreviewsound.cpp | 3 +
linden/indra/newview/llpreviewsound.h | 3 +
linden/indra/newview/llpreviewtexture.cpp | 3 +
linden/indra/newview/llpreviewtexture.h | 3 +
linden/indra/newview/llprogressview.cpp | 3 +
linden/indra/newview/llprogressview.h | 3 +
linden/indra/newview/llregionposition.cpp | 3 +
linden/indra/newview/llregionposition.h | 3 +
linden/indra/newview/llresourcedata.h | 3 +
linden/indra/newview/llroam.cpp | 3 +
linden/indra/newview/llroam.h | 3 +
linden/indra/newview/llsavedsettingsglue.cpp | 3 +
linden/indra/newview/llsavedsettingsglue.h | 3 +
linden/indra/newview/llselectmgr.cpp | 3287 +++++++-------
linden/indra/newview/llselectmgr.h | 390 +-
linden/indra/newview/llsky.cpp | 3 +
linden/indra/newview/llsky.h | 3 +
linden/indra/newview/llspatialpartition.cpp | 3 +
linden/indra/newview/llspatialpartition.h | 3 +
linden/indra/newview/llsphere.cpp | 3 +
linden/indra/newview/llsphere.h | 3 +
linden/indra/newview/llsprite.cpp | 3 +
linden/indra/newview/llsprite.h | 3 +
linden/indra/newview/llsrv.cpp | 353 +-
linden/indra/newview/llsrv.h | 48 +-
linden/indra/newview/llstartup.cpp | 221 +-
linden/indra/newview/llstartup.h | 11 +
linden/indra/newview/llstatbar.cpp | 3 +
linden/indra/newview/llstatbar.h | 3 +
linden/indra/newview/llstatgraph.cpp | 3 +
linden/indra/newview/llstatgraph.h | 3 +
linden/indra/newview/llstatusbar.cpp | 15 +-
linden/indra/newview/llstatusbar.h | 3 +
linden/indra/newview/llstatview.cpp | 3 +
linden/indra/newview/llstatview.h | 3 +
linden/indra/newview/llsurface.cpp | 3 +
linden/indra/newview/llsurface.h | 3 +
linden/indra/newview/llsurfacepatch.cpp | 3 +
linden/indra/newview/llsurfacepatch.h | 3 +
linden/indra/newview/lltable.h | 3 +
linden/indra/newview/lltexlayer.cpp | 3 +
linden/indra/newview/lltexlayer.h | 3 +
linden/indra/newview/lltexturecache.cpp | 3 +
linden/indra/newview/lltexturecache.h | 3 +
linden/indra/newview/lltexturectrl.cpp | 11 +-
linden/indra/newview/lltexturectrl.h | 3 +
linden/indra/newview/lltexturefetch.cpp | 3 +
linden/indra/newview/lltexturefetch.h | 3 +
linden/indra/newview/lltextureview.cpp | 21 +-
linden/indra/newview/lltextureview.h | 3 +
linden/indra/newview/lltool.cpp | 3 +
linden/indra/newview/lltool.h | 3 +
linden/indra/newview/lltoolbar.cpp | 3 +
linden/indra/newview/lltoolbar.h | 3 +
linden/indra/newview/lltoolbrush.cpp | 6 +-
linden/indra/newview/lltoolbrush.h | 3 +
linden/indra/newview/lltoolcomp.cpp | 9 +-
linden/indra/newview/lltoolcomp.h | 3 +
linden/indra/newview/lltooldraganddrop.cpp | 3 +
linden/indra/newview/lltooldraganddrop.h | 3 +
linden/indra/newview/lltoolface.cpp | 3 +
linden/indra/newview/lltoolface.h | 3 +
linden/indra/newview/lltoolfocus.cpp | 17 +-
linden/indra/newview/lltoolfocus.h | 3 +
linden/indra/newview/lltoolgrab.cpp | 6 +-
linden/indra/newview/lltoolgrab.h | 3 +
linden/indra/newview/lltoolgun.cpp | 3 +
linden/indra/newview/lltoolgun.h | 3 +
linden/indra/newview/lltoolindividual.cpp | 10 +-
linden/indra/newview/lltoolindividual.h | 3 +
linden/indra/newview/lltoolmgr.cpp | 14 +-
linden/indra/newview/lltoolmgr.h | 3 +
linden/indra/newview/lltoolmorph.cpp | 3 +
linden/indra/newview/lltoolmorph.h | 3 +
linden/indra/newview/lltoolobjpicker.cpp | 3 +
linden/indra/newview/lltoolobjpicker.h | 3 +
linden/indra/newview/lltoolpie.cpp | 12 +-
linden/indra/newview/lltoolpie.h | 3 +
linden/indra/newview/lltoolpipette.cpp | 3 +
linden/indra/newview/lltoolpipette.h | 3 +
linden/indra/newview/lltoolplacer.cpp | 6 +-
linden/indra/newview/lltoolplacer.h | 3 +
linden/indra/newview/lltoolselect.cpp | 11 +
linden/indra/newview/lltoolselect.h | 3 +
linden/indra/newview/lltoolselectland.cpp | 6 +-
linden/indra/newview/lltoolselectland.h | 3 +
linden/indra/newview/lltoolselectrect.cpp | 3 +
linden/indra/newview/lltoolselectrect.h | 3 +
linden/indra/newview/lltoolview.cpp | 6 +-
linden/indra/newview/lltoolview.h | 3 +
linden/indra/newview/lltracker.cpp | 3 +
linden/indra/newview/lltracker.h | 3 +
linden/indra/newview/lluiconstants.h | 3 +
linden/indra/newview/lluploaddialog.cpp | 3 +
linden/indra/newview/lluploaddialog.h | 3 +
linden/indra/newview/llurl.cpp | 4 +-
linden/indra/newview/llurl.h | 3 +
linden/indra/newview/llurldispatcher.cpp | 326 ++
linden/indra/newview/llurldispatcher.h | 55 +
linden/indra/newview/llurlsimstring.cpp | 171 +
linden/indra/newview/llurlsimstring.h | 81 +
linden/indra/newview/llurlwhitelist.cpp | 3 +
linden/indra/newview/llurlwhitelist.h | 3 +
linden/indra/newview/lluserauth.cpp | 8 +-
linden/indra/newview/lluserauth.h | 3 +
linden/indra/newview/llvelocitybar.cpp | 3 +
linden/indra/newview/llvelocitybar.h | 3 +
linden/indra/newview/llviewchildren.cpp | 3 +
linden/indra/newview/llviewchildren.h | 3 +
linden/indra/newview/llviewerassetstorage.cpp | 3 +
linden/indra/newview/llviewerassetstorage.h | 3 +
linden/indra/newview/llviewerbuild.h | 3 +
linden/indra/newview/llviewercamera.cpp | 5 +-
linden/indra/newview/llviewercamera.h | 4 +-
linden/indra/newview/llviewercontrol.cpp | 37 +-
linden/indra/newview/llviewercontrol.h | 3 +
linden/indra/newview/llviewerdisplay.cpp | 7 +
linden/indra/newview/llviewerdisplay.h | 3 +
linden/indra/newview/llviewergenericmessage.cpp | 5 +-
linden/indra/newview/llviewergenericmessage.h | 5 +-
linden/indra/newview/llviewergesture.cpp | 3 +
linden/indra/newview/llviewergesture.h | 3 +
linden/indra/newview/llviewerimage.cpp | 3 +
linden/indra/newview/llviewerimage.h | 3 +
linden/indra/newview/llviewerimagelist.cpp | 201 +-
linden/indra/newview/llviewerimagelist.h | 3 +
linden/indra/newview/llviewerinventory.cpp | 3 +
linden/indra/newview/llviewerinventory.h | 3 +
linden/indra/newview/llviewerjoint.cpp | 3 +
linden/indra/newview/llviewerjoint.h | 3 +
linden/indra/newview/llviewerjointattachment.cpp | 3 +
linden/indra/newview/llviewerjointattachment.h | 3 +
linden/indra/newview/llviewerjointmesh.cpp | 3 +
linden/indra/newview/llviewerjointmesh.h | 3 +
linden/indra/newview/llviewerjointmesh_sse.cpp | 5 +-
linden/indra/newview/llviewerjointmesh_sse2.cpp | 5 +-
linden/indra/newview/llviewerjointmesh_vec.cpp | 5 +-
linden/indra/newview/llviewerjointshape.cpp | 3 +
linden/indra/newview/llviewerjointshape.h | 3 +
linden/indra/newview/llviewerjoystick.cpp | 3 +
linden/indra/newview/llviewerjoystick.h | 3 +
linden/indra/newview/llviewerkeyboard.cpp | 3 +
linden/indra/newview/llviewerkeyboard.h | 3 +
linden/indra/newview/llviewerlayer.cpp | 3 +
linden/indra/newview/llviewerlayer.h | 3 +
linden/indra/newview/llviewermenu.cpp | 829 +---
linden/indra/newview/llviewermenu.h | 3 +
linden/indra/newview/llviewermenufile.cpp | 5 +-
linden/indra/newview/llviewermenufile.h | 3 +
linden/indra/newview/llviewermessage.cpp | 34 +-
linden/indra/newview/llviewermessage.h | 3 +
linden/indra/newview/llviewernetwork.cpp | 3 +
linden/indra/newview/llviewernetwork.h | 3 +
linden/indra/newview/llviewerobject.cpp | 80 +-
linden/indra/newview/llviewerobject.h | 9 +
linden/indra/newview/llviewerobjectlist.cpp | 22 +-
linden/indra/newview/llviewerobjectlist.h | 3 +
linden/indra/newview/llviewerparcelmgr.cpp | 5 +-
linden/indra/newview/llviewerparcelmgr.h | 5 +-
linden/indra/newview/llviewerparceloverlay.cpp | 3 +
linden/indra/newview/llviewerparceloverlay.h | 3 +
linden/indra/newview/llviewerpartsim.cpp | 43 +-
linden/indra/newview/llviewerpartsim.h | 17 +-
linden/indra/newview/llviewerpartsource.cpp | 13 +-
linden/indra/newview/llviewerpartsource.h | 13 +-
.../indra/newview/llviewerprecompiledheaders.cpp | 3 +
linden/indra/newview/llviewerprecompiledheaders.h | 3 +
linden/indra/newview/llviewerregion.cpp | 90 +
linden/indra/newview/llviewerregion.h | 10 +
linden/indra/newview/llviewerstats.cpp | 14 +-
linden/indra/newview/llviewerstats.h | 5 +-
linden/indra/newview/llviewertexteditor.cpp | 3 +
linden/indra/newview/llviewertexteditor.h | 5 +-
linden/indra/newview/llviewertextureanim.cpp | 3 +
linden/indra/newview/llviewertextureanim.h | 3 +
linden/indra/newview/llviewerthrottle.cpp | 3 +
linden/indra/newview/llviewerthrottle.h | 3 +
linden/indra/newview/llvieweruictrlfactory.cpp | 3 +
linden/indra/newview/llvieweruictrlfactory.h | 3 +
linden/indra/newview/llviewervisualparam.cpp | 3 +
linden/indra/newview/llviewervisualparam.h | 3 +
linden/indra/newview/llviewerwindow.cpp | 98 +-
linden/indra/newview/llviewerwindow.h | 6 +-
linden/indra/newview/llvlcomposition.cpp | 3 +
linden/indra/newview/llvlcomposition.h | 3 +
linden/indra/newview/llvlmanager.cpp | 3 +
linden/indra/newview/llvlmanager.h | 3 +
linden/indra/newview/llvoavatar.cpp | 3 +
linden/indra/newview/llvoavatar.h | 3 +
linden/indra/newview/llvocache.cpp | 3 +
linden/indra/newview/llvocache.h | 3 +
linden/indra/newview/llvoclouds.cpp | 3 +
linden/indra/newview/llvoclouds.h | 3 +
linden/indra/newview/llvograss.cpp | 3 +
linden/indra/newview/llvograss.h | 3 +
linden/indra/newview/llvoground.cpp | 3 +
linden/indra/newview/llvoground.h | 3 +
linden/indra/newview/llvoiceclient.cpp | 7 +-
linden/indra/newview/llvoiceclient.h | 6 +-
linden/indra/newview/llvoiceremotectrl.cpp | 3 +
linden/indra/newview/llvoiceremotectrl.h | 3 +
linden/indra/newview/llvoicevisualizer.cpp | 3 +
linden/indra/newview/llvoicevisualizer.h | 3 +
linden/indra/newview/llvoinventorylistener.cpp | 3 +
linden/indra/newview/llvoinventorylistener.h | 3 +
linden/indra/newview/llvopartgroup.cpp | 3 +
linden/indra/newview/llvopartgroup.h | 3 +
linden/indra/newview/llvosky.cpp | 3 +
linden/indra/newview/llvosky.h | 3 +
linden/indra/newview/llvostars.cpp | 3 +
linden/indra/newview/llvostars.h | 3 +
linden/indra/newview/llvosurfacepatch.cpp | 3 +
linden/indra/newview/llvosurfacepatch.h | 3 +
linden/indra/newview/llvotextbubble.cpp | 3 +
linden/indra/newview/llvotextbubble.h | 3 +
linden/indra/newview/llvotree.cpp | 3 +
linden/indra/newview/llvotree.h | 3 +
linden/indra/newview/llvotreenew.h | 3 +
linden/indra/newview/llvovolume.cpp | 3 +
linden/indra/newview/llvovolume.h | 3 +
linden/indra/newview/llvowater.cpp | 3 +
linden/indra/newview/llvowater.h | 3 +
linden/indra/newview/llwearable.cpp | 3 +
linden/indra/newview/llwearable.h | 11 +-
linden/indra/newview/llwearablelist.cpp | 7 +-
linden/indra/newview/llwearablelist.h | 5 +-
linden/indra/newview/llweb.cpp | 3 +
linden/indra/newview/llweb.h | 3 +
linden/indra/newview/llwebbrowserctrl.cpp | 56 +-
linden/indra/newview/llwebbrowserctrl.h | 6 +-
linden/indra/newview/llwind.cpp | 3 +
linden/indra/newview/llwind.h | 3 +
linden/indra/newview/llwindebug.cpp | 3 +
linden/indra/newview/llwindebug.h | 3 +
linden/indra/newview/llworld.cpp | 3 +
linden/indra/newview/llworld.h | 3 +
linden/indra/newview/llworldmap.cpp | 3 +
linden/indra/newview/llworldmap.h | 3 +
linden/indra/newview/llworldmapview.cpp | 431 +-
linden/indra/newview/llworldmapview.h | 10 +-
linden/indra/newview/llxmlrpctransaction.cpp | 3 +
linden/indra/newview/llxmlrpctransaction.h | 3 +
linden/indra/newview/macmain.h | 3 +
linden/indra/newview/macutil_Prefix.h | 3 +
.../newview/macview.xcodeproj/project.pbxproj | 42 +-
linden/indra/newview/macview_Prefix.h | 3 +
linden/indra/newview/moviemaker.cpp | 7 +-
linden/indra/newview/moviemaker.h | 3 +
linden/indra/newview/newview.vcproj | 47 +-
linden/indra/newview/newview_vc8.vcproj | 35 +-
linden/indra/newview/noise.cpp | 3 +
linden/indra/newview/noise.h | 3 +
linden/indra/newview/pipeline.cpp | 30 +-
linden/indra/newview/pipeline.h | 10 +-
linden/indra/newview/postbuild.bat | 4 +
linden/indra/newview/randgauss.h | 5 +-
linden/indra/newview/releasenotes.txt | 260 +-
linden/indra/newview/res/newViewRes.rc | 8 +-
linden/indra/newview/secondlife-i686.supp | 27 +-
linden/indra/newview/skins/textures/textures.xml | 5 +
linden/indra/newview/skins/xui/de/alerts.xml | 2732 ++++++------
.../indra/newview/skins/xui/de/floater_about.xml | 17 +-
.../newview/skins/xui/de/floater_about_land.xml | 394 +-
.../skins/xui/de/floater_active_speakers.xml | 11 +
.../skins/xui/de/floater_animation_preview.xml | 101 +-
.../indra/newview/skins/xui/de/floater_auction.xml | 14 +-
.../newview/skins/xui/de/floater_audio_volume.xml | 4 +
.../newview/skins/xui/de/floater_avatar_picker.xml | 10 +-
.../skins/xui/de/floater_avatar_textures.xml | 22 +-
.../newview/skins/xui/de/floater_build_options.xml | 7 +-
.../indra/newview/skins/xui/de/floater_bumps.xml | 14 +-
.../newview/skins/xui/de/floater_buy_contents.xml | 15 +-
.../newview/skins/xui/de/floater_buy_currency.xml | 41 +-
.../newview/skins/xui/de/floater_buy_land.xml | 146 +-
.../newview/skins/xui/de/floater_buy_object.xml | 18 +-
.../newview/skins/xui/de/floater_chat_history.xml | 4 +-
.../newview/skins/xui/de/floater_chatterbox.xml | 2 +
.../newview/skins/xui/de/floater_clothing.xml | 4 +-
.../newview/skins/xui/de/floater_color_picker.xml | 3 +-
.../newview/skins/xui/de/floater_critical.xml | 4 +-
.../newview/skins/xui/de/floater_customize.xml | 440 +-
.../skins/xui/de/floater_device_settings.xml | 2 +
.../newview/skins/xui/de/floater_directory.xml | 196 +-
.../indra/newview/skins/xui/de/floater_friends.xml | 41 +-
.../indra/newview/skins/xui/de/floater_gesture.xml | 8 +-
.../newview/skins/xui/de/floater_god_tools.xml | 123 +-
.../newview/skins/xui/de/floater_group_info.xml | 111 +-
.../indra/newview/skins/xui/de/floater_groups.xml | 14 +-
linden/indra/newview/skins/xui/de/floater_html.xml | 22 +-
.../newview/skins/xui/de/floater_html_help.xml | 2 +-
linden/indra/newview/skins/xui/de/floater_im.xml | 21 +
.../newview/skins/xui/de/floater_image_preview.xml | 20 +-
.../indra/newview/skins/xui/de/floater_import.xml | 4 +-
.../skins/xui/de/floater_instant_message.xml | 24 +-
.../xui/de/floater_instant_message_ad_hoc.xml | 43 +
.../skins/xui/de/floater_instant_message_group.xml | 44 +
.../newview/skins/xui/de/floater_inventory.xml | 15 +-
.../xui/de/floater_inventory_item_properties.xml | 30 +-
.../skins/xui/de/floater_inventory_view_finder.xml | 12 +-
.../newview/skins/xui/de/floater_land_holdings.xml | 18 +-
.../skins/xui/de/floater_live_lsleditor.xml | 5 +-
.../newview/skins/xui/de/floater_moveview.xml | 19 +-
linden/indra/newview/skins/xui/de/floater_mute.xml | 10 +-
.../newview/skins/xui/de/floater_my_friends.xml | 7 +
.../skins/xui/de/floater_name_description.xml | 2 +-
.../skins/xui/de/floater_new_outfit_dialog.xml | 16 +-
.../newview/skins/xui/de/floater_openobject.xml | 4 +-
linden/indra/newview/skins/xui/de/floater_pay.xml | 14 +-
.../newview/skins/xui/de/floater_pay_object.xml | 10 +-
.../newview/skins/xui/de/floater_postcard.xml | 26 +-
.../newview/skins/xui/de/floater_preferences.xml | 3 +-
.../skins/xui/de/floater_preview_animation.xml | 10 +-
.../xui/de/floater_preview_embedded_texture.xml | 7 +-
.../xui/de/floater_preview_existing_landmark.xml | 7 +-
.../skins/xui/de/floater_preview_gesture.xml | 17 +-
.../skins/xui/de/floater_preview_new_landmark.xml | 7 +-
.../skins/xui/de/floater_preview_notecard.xml | 8 +-
.../de/floater_preview_notecard_keep_discard.xml | 7 +-
.../newview/skins/xui/de/floater_preview_sound.xml | 12 +-
.../skins/xui/de/floater_preview_texture.xml | 4 +-
.../de/floater_preview_texture_keep_discard.xml | 4 +-
.../skins/xui/de/floater_price_for_listing.xml | 14 +-
linden/indra/newview/skins/xui/de/floater_rate.xml | 16 +-
.../newview/skins/xui/de/floater_report_abuse.xml | 43 +-
.../newview/skins/xui/de/floater_report_bug.xml | 42 +-
.../newview/skins/xui/de/floater_script_debug.xml | 2 +-
.../skins/xui/de/floater_script_ed_panel.xml | 26 +-
.../newview/skins/xui/de/floater_script_queue.xml | 2 +-
.../newview/skins/xui/de/floater_script_search.xml | 2 +-
.../newview/skins/xui/de/floater_select_key.xml | 7 +
.../newview/skins/xui/de/floater_sell_land.xml | 54 +-
.../skins/xui/de/floater_settings_debug.xml | 6 +-
.../skins/xui/de/floater_sim_release_message.xml | 16 +
.../newview/skins/xui/de/floater_snapshot.xml | 31 +-
.../newview/skins/xui/de/floater_sound_preview.xml | 4 +-
.../indra/newview/skins/xui/de/floater_telehub.xml | 16 +-
linden/indra/newview/skins/xui/de/floater_test.xml | 2 +
.../newview/skins/xui/de/floater_texture_ctrl.xml | 8 +-
.../indra/newview/skins/xui/de/floater_tools.xml | 24 +-
.../newview/skins/xui/de/floater_top_objects.xml | 51 +-
linden/indra/newview/skins/xui/de/floater_tos.xml | 10 +-
.../newview/skins/xui/de/floater_voice_wizard.xml | 9 +
.../skins/xui/de/floater_wearable_save_as.xml | 4 +-
.../newview/skins/xui/de/floater_world_map.xml | 46 +-
.../indra/newview/skins/xui/de/menu_inventory.xml | 31 +-
.../newview/skins/xui/de/menu_pie_attachment.xml | 2 +-
.../indra/newview/skins/xui/de/menu_pie_avatar.xml | 8 +-
.../indra/newview/skins/xui/de/menu_pie_land.xml | 4 +-
.../indra/newview/skins/xui/de/menu_pie_object.xml | 13 +-
.../indra/newview/skins/xui/de/menu_pie_self.xml | 10 +-
linden/indra/newview/skins/xui/de/menu_viewer.xml | 99 +-
linden/indra/newview/skins/xui/de/need_to_long.xml | 160 +
.../newview/skins/xui/de/need_to_translate.xml | 2551 ++++++++++-
.../indra/newview/skins/xui/de/need_to_update.xml | 855 ++--
linden/indra/newview/skins/xui/de/notify.xml | 498 ++-
linden/indra/newview/skins/xui/de/panel_audio.xml | 11 +
.../newview/skins/xui/de/panel_audio_device.xml | 19 +
linden/indra/newview/skins/xui/de/panel_avatar.xml | 120 +-
.../skins/xui/de/panel_avatar_classified.xml | 20 +-
.../newview/skins/xui/de/panel_avatar_pick.xml | 6 +-
.../indra/newview/skins/xui/de/panel_chat_bar.xml | 11 +-
.../newview/skins/xui/de/panel_classified.xml | 16 +-
linden/indra/newview/skins/xui/de/panel_event.xml | 43 +-
.../indra/newview/skins/xui/de/panel_friends.xml | 32 +
linden/indra/newview/skins/xui/de/panel_group.xml | 7 +-
.../newview/skins/xui/de/panel_group_finder.xml | 6 +-
.../newview/skins/xui/de/panel_group_general.xml | 62 +-
.../newview/skins/xui/de/panel_group_invite.xml | 21 +-
.../skins/xui/de/panel_group_land_money.xml | 48 +-
.../newview/skins/xui/de/panel_group_notices.xml | 48 +-
.../newview/skins/xui/de/panel_group_roles.xml | 62 +-
.../newview/skins/xui/de/panel_group_voting.xml | 93 +-
linden/indra/newview/skins/xui/de/panel_groups.xml | 15 +
.../newview/skins/xui/de/panel_land_covenant.xml | 12 +-
linden/indra/newview/skins/xui/de/panel_login.xml | 16 +-
.../newview/skins/xui/de/panel_master_volume.xml | 6 +
.../newview/skins/xui/de/panel_media_remote.xml | 17 +-
.../newview/skins/xui/de/panel_music_remote.xml | 17 +-
.../newview/skins/xui/de/panel_overlaybar.xml | 16 +-
linden/indra/newview/skins/xui/de/panel_place.xml | 18 +-
.../newview/skins/xui/de/panel_place_small.xml | 6 +-
.../skins/xui/de/panel_preferences_audio.xml | 35 +-
.../skins/xui/de/panel_preferences_chat.xml | 17 +-
.../skins/xui/de/panel_preferences_general.xml | 75 +-
.../skins/xui/de/panel_preferences_graphics1.xml | 30 +-
.../skins/xui/de/panel_preferences_graphics2.xml | 30 +-
.../skins/xui/de/panel_preferences_graphics3.xml | 28 +-
.../newview/skins/xui/de/panel_preferences_im.xml | 30 +-
.../skins/xui/de/panel_preferences_input.xml | 16 +-
.../skins/xui/de/panel_preferences_network.xml | 30 +-
.../skins/xui/de/panel_preferences_popups.xml | 23 +-
.../skins/xui/de/panel_preferences_voice.xml | 37 +
.../newview/skins/xui/de/panel_region_covenant.xml | 20 +-
.../newview/skins/xui/de/panel_region_debug.xml | 20 +-
.../newview/skins/xui/de/panel_region_estate.xml | 34 +-
.../newview/skins/xui/de/panel_region_general.xml | 25 +-
.../newview/skins/xui/de/panel_region_terrain.xml | 12 +-
.../newview/skins/xui/de/panel_region_texture.xml | 39 +-
.../newview/skins/xui/de/panel_scrolling_param.xml | 4 +-
.../newview/skins/xui/de/panel_settings_chat.xml | 10 +-
.../newview/skins/xui/de/panel_settings_im.xml | 4 +-
.../skins/xui/de/panel_settings_network.xml | 23 +-
.../newview/skins/xui/de/panel_settings_web.xml | 31 +-
.../newview/skins/xui/de/panel_status_bar.xml | 23 +-
.../indra/newview/skins/xui/de/panel_toolbar.xml | 25 +-
.../indra/newview/skins/xui/de/panel_top_pick.xml | 4 +-
.../newview/skins/xui/de/panel_voice_enable.xml | 23 +
.../newview/skins/xui/de/panel_voice_options.xml | 23 +
.../newview/skins/xui/de/panel_voice_remote.xml | 9 +
linden/indra/newview/skins/xui/de/role_actions.xml | 266 +-
linden/indra/newview/skins/xui/de/untranslated.xml | Bin 69 -> 344459 bytes
linden/indra/newview/skins/xui/en-us/alerts.xml | 73 +-
.../newview/skins/xui/en-us/floater_about.xml | 3 +-
.../newview/skins/xui/en-us/floater_about_land.xml | 221 +-
.../skins/xui/en-us/floater_animation_preview.xml | 71 +-
.../skins/xui/en-us/floater_avatar_picker.xml | 18 +-
.../skins/xui/en-us/floater_buy_contents.xml | 3 +
.../skins/xui/en-us/floater_buy_currency.xml | 13 +-
.../newview/skins/xui/en-us/floater_buy_land.xml | 43 +-
.../newview/skins/xui/en-us/floater_buy_object.xml | 4 +
.../skins/xui/en-us/floater_chat_history.xml | 2 +-
.../skins/xui/en-us/floater_color_picker.xml | 24 +-
.../newview/skins/xui/en-us/floater_customize.xml | 27 +-
.../newview/skins/xui/en-us/floater_directory.xml | 120 +-
.../newview/skins/xui/en-us/floater_friends.xml | 1 +
.../newview/skins/xui/en-us/floater_gesture.xml | 15 +-
.../newview/skins/xui/en-us/floater_god_tools.xml | 2 +-
.../indra/newview/skins/xui/en-us/floater_html.xml | 25 +-
.../skins/xui/en-us/floater_image_preview.xml | 16 +-
.../newview/skins/xui/en-us/floater_inventory.xml | 3 +-
.../en-us/floater_inventory_item_properties.xml | 4 +
.../xui/en-us/floater_inventory_view_finder.xml | 8 +-
.../newview/skins/xui/en-us/floater_lagmeter.xml | 426 ++
.../skins/xui/en-us/floater_live_lsleditor.xml | 2 +
.../newview/skins/xui/en-us/floater_moveview.xml | 4 +-
.../indra/newview/skins/xui/en-us/floater_mute.xml | 6 +-
.../indra/newview/skins/xui/en-us/floater_pay.xml | 38 +-
.../newview/skins/xui/en-us/floater_postcard.xml | 10 +-
.../skins/xui/en-us/floater_preferences.xml | 19 +-
.../skins/xui/en-us/floater_preview_gesture.xml | 3 +
.../skins/xui/en-us/floater_preview_notecard.xml | 4 +-
.../floater_preview_notecard_keep_discard.xml | 1 +
.../skins/xui/en-us/floater_preview_sound.xml | 27 +-
.../skins/xui/en-us/floater_price_for_listing.xml | 16 +-
.../skins/xui/en-us/floater_report_abuse.xml | 98 +-
.../newview/skins/xui/en-us/floater_report_bug.xml | 76 +-
.../skins/xui/en-us/floater_script_ed_panel.xml | 8 +-
.../skins/xui/en-us/floater_script_search.xml | 10 +-
.../newview/skins/xui/en-us/floater_sell_land.xml | 24 +-
.../newview/skins/xui/en-us/floater_snapshot.xml | 3 +-
.../skins/xui/en-us/floater_sound_preview.xml | 14 +-
.../indra/newview/skins/xui/en-us/floater_test.xml | 46 +-
.../skins/xui/en-us/floater_texture_ctrl.xml | 5 +-
.../newview/skins/xui/en-us/floater_tools.xml | 345 +-
.../skins/xui/en-us/floater_voice_wizard.xml | 20 +-
.../newview/skins/xui/en-us/floater_world_map.xml | 32 +-
.../indra/newview/skins/xui/en-us/menu_viewer.xml | 65 +-
linden/indra/newview/skins/xui/en-us/notify.xml | 2 +-
.../newview/skins/xui/en-us/panel_audio_device.xml | 3 +-
.../indra/newview/skins/xui/en-us/panel_avatar.xml | 76 +-
.../skins/xui/en-us/panel_avatar_classified.xml | 8 +-
.../newview/skins/xui/en-us/panel_avatar_pick.xml | 6 +-
.../newview/skins/xui/en-us/panel_classified.xml | 2 +
.../indra/newview/skins/xui/en-us/panel_event.xml | 11 +-
.../newview/skins/xui/en-us/panel_friends.xml | 2 +-
.../indra/newview/skins/xui/en-us/panel_group.xml | 12 +-
.../skins/xui/en-us/panel_group_general.xml | 95 +-
.../newview/skins/xui/en-us/panel_group_invite.xml | 42 +-
.../skins/xui/en-us/panel_group_land_money.xml | 4 +-
.../newview/skins/xui/en-us/panel_group_roles.xml | 10 +-
.../newview/skins/xui/en-us/panel_group_voting.xml | 68 +-
.../indra/newview/skins/xui/en-us/panel_place.xml | 8 +-
.../skins/xui/en-us/panel_preferences_chat.xml | 61 +-
.../xui/en-us/panel_preferences_graphics1.xml | 20 +-
.../xui/en-us/panel_preferences_graphics3.xml | 34 +-
.../skins/xui/en-us/panel_preferences_im.xml | 2 +-
.../skins/xui/en-us/panel_preferences_network.xml | 55 +-
.../skins/xui/en-us/panel_preferences_popups.xml | 8 +-
.../skins/xui/en-us/panel_region_covenant.xml | 58 +-
.../newview/skins/xui/en-us/panel_region_debug.xml | 8 +-
.../skins/xui/en-us/panel_region_estate.xml | 261 +-
.../skins/xui/en-us/panel_region_general.xml | 49 +-
.../skins/xui/en-us/panel_region_terrain.xml | 32 +-
.../skins/xui/en-us/panel_region_texture.xml | 12 +-
.../newview/skins/xui/en-us/teleport_strings.xml | 3 +
linden/indra/newview/skins/xui/ja/alerts.xml | 1392 +++---
.../indra/newview/skins/xui/ja/floater_about.xml | 15 +-
.../newview/skins/xui/ja/floater_about_land.xml | 100 +-
.../skins/xui/ja/floater_active_speakers.xml | 11 +
.../skins/xui/ja/floater_animation_preview.xml | 13 +
.../newview/skins/xui/ja/floater_audio_volume.xml | 4 +
.../newview/skins/xui/ja/floater_avatar_picker.xml | 3 +
.../newview/skins/xui/ja/floater_buy_contents.xml | 9 +
.../newview/skins/xui/ja/floater_buy_currency.xml | 3 +
.../newview/skins/xui/ja/floater_buy_land.xml | 6 +
.../newview/skins/xui/ja/floater_buy_object.xml | 12 +
.../newview/skins/xui/ja/floater_chatterbox.xml | 2 +
.../skins/xui/ja/floater_device_settings.xml | 2 +
.../newview/skins/xui/ja/floater_directory.xml | 1 +
.../indra/newview/skins/xui/ja/floater_friends.xml | 9 +-
.../indra/newview/skins/xui/ja/floater_groups.xml | 4 +-
.../newview/skins/xui/ja/floater_image_preview.xml | 10 +-
.../indra/newview/skins/xui/ja/floater_inspect.xml | 14 +
.../skins/xui/ja/floater_instant_message.xml | 7 +
.../xui/ja/floater_instant_message_ad_hoc.xml | 43 +
.../skins/xui/ja/floater_instant_message_group.xml | 44 +
.../newview/skins/xui/ja/floater_inventory.xml | 3 +
.../xui/ja/floater_inventory_item_properties.xml | 12 +
.../newview/skins/xui/ja/floater_joystick.xml | 13 +
.../skins/xui/ja/floater_live_lsleditor.xml | 3 +
.../newview/skins/xui/ja/floater_lsl_guide.xml | 7 +
linden/indra/newview/skins/xui/ja/floater_mute.xml | 5 +-
.../newview/skins/xui/ja/floater_my_friends.xml | 7 +
.../newview/skins/xui/ja/floater_postcard.xml | 10 +
.../newview/skins/xui/ja/floater_preferences.xml | 6 +-
.../skins/xui/ja/floater_preview_notecard.xml | 8 +-
.../ja/floater_preview_notecard_keep_discard.xml | 3 +
.../skins/xui/ja/floater_script_ed_panel.xml | 15 +-
.../newview/skins/xui/ja/floater_select_key.xml | 7 +
.../skins/xui/ja/floater_sim_release_message.xml | 16 +
.../newview/skins/xui/ja/floater_snapshot.xml | 14 +-
linden/indra/newview/skins/xui/ja/floater_test.xml | 2 +
.../newview/skins/xui/ja/floater_texture_ctrl.xml | 6 +-
.../indra/newview/skins/xui/ja/floater_tools.xml | 30 +-
.../newview/skins/xui/ja/floater_voice_wizard.xml | 9 +
.../indra/newview/skins/xui/ja/menu_pie_avatar.xml | 1 +
linden/indra/newview/skins/xui/ja/menu_viewer.xml | 13 +-
linden/indra/newview/skins/xui/ja/need_to_long.xml | 928 ++++
.../newview/skins/xui/ja/need_to_translate.xml | 3700 +++++++++++++++-
.../indra/newview/skins/xui/ja/need_to_update.xml | 2713 ++++++++++--
linden/indra/newview/skins/xui/ja/notify.xml | 157 +-
linden/indra/newview/skins/xui/ja/panel_audio.xml | 11 +
.../newview/skins/xui/ja/panel_audio_device.xml | 20 +
linden/indra/newview/skins/xui/ja/panel_avatar.xml | 12 +-
.../newview/skins/xui/ja/panel_classified.xml | 6 +
linden/indra/newview/skins/xui/ja/panel_event.xml | 15 +
.../indra/newview/skins/xui/ja/panel_friends.xml | 34 +
linden/indra/newview/skins/xui/ja/panel_group.xml | 2 +-
.../newview/skins/xui/ja/panel_group_general.xml | 10 +-
.../newview/skins/xui/ja/panel_group_invite.xml | 3 +
.../skins/xui/ja/panel_group_land_money.xml | 9 +-
.../newview/skins/xui/ja/panel_group_voting.xml | 34 +-
linden/indra/newview/skins/xui/ja/panel_groups.xml | 16 +
linden/indra/newview/skins/xui/ja/panel_login.xml | 3 +
.../newview/skins/xui/ja/panel_master_volume.xml | 7 +
.../newview/skins/xui/ja/panel_media_remote.xml | 5 +
.../newview/skins/xui/ja/panel_music_remote.xml | 5 +
linden/indra/newview/skins/xui/ja/panel_place.xml | 12 +
.../skins/xui/ja/panel_preferences_audio.xml | 8 +-
.../skins/xui/ja/panel_preferences_chat.xml | 4 +-
.../skins/xui/ja/panel_preferences_graphics2.xml | 2 +
.../skins/xui/ja/panel_preferences_graphics3.xml | 5 +
.../newview/skins/xui/ja/panel_preferences_im.xml | 8 +-
.../skins/xui/ja/panel_preferences_popups.xml | 14 +-
.../skins/xui/ja/panel_preferences_voice.xml | 39 +
.../newview/skins/xui/ja/panel_preferences_web.xml | 12 +
.../newview/skins/xui/ja/panel_region_debug.xml | 7 +-
.../newview/skins/xui/ja/panel_region_estate.xml | 5 +-
.../newview/skins/xui/ja/panel_region_general.xml | 5 +-
.../newview/skins/xui/ja/panel_status_bar.xml | 9 +-
.../indra/newview/skins/xui/ja/panel_toolbar.xml | 2 +
.../newview/skins/xui/ja/panel_voice_enable.xml | 23 +
.../newview/skins/xui/ja/panel_voice_options.xml | 23 +
.../newview/skins/xui/ja/panel_voice_remote.xml | 8 +
.../newview/skins/xui/ja/teleport_strings.xml | 87 +
linden/indra/newview/skins/xui/ko/alerts.xml | 270 +-
.../indra/newview/skins/xui/ko/floater_about.xml | 13 +-
.../newview/skins/xui/ko/floater_about_land.xml | 117 +-
.../skins/xui/ko/floater_active_speakers.xml | 11 +
.../skins/xui/ko/floater_animation_preview.xml | 21 +-
.../newview/skins/xui/ko/floater_audio_volume.xml | 4 +
.../skins/xui/ko/floater_avatar_textures.xml | 6 +-
.../newview/skins/xui/ko/floater_buy_contents.xml | 9 +
.../newview/skins/xui/ko/floater_buy_currency.xml | 3 +
.../newview/skins/xui/ko/floater_buy_land.xml | 6 +
.../newview/skins/xui/ko/floater_buy_object.xml | 12 +
.../newview/skins/xui/ko/floater_chatterbox.xml | 2 +
.../newview/skins/xui/ko/floater_customize.xml | 2 +-
.../skins/xui/ko/floater_device_settings.xml | 2 +
.../newview/skins/xui/ko/floater_directory.xml | 9 +-
.../indra/newview/skins/xui/ko/floater_friends.xml | 19 +-
.../newview/skins/xui/ko/floater_group_info.xml | 4 +-
.../indra/newview/skins/xui/ko/floater_groups.xml | 1 +
.../newview/skins/xui/ko/floater_image_preview.xml | 7 +-
.../skins/xui/ko/floater_instant_message.xml | 7 +
.../xui/ko/floater_instant_message_ad_hoc.xml | 44 +
.../skins/xui/ko/floater_instant_message_group.xml | 45 +
.../newview/skins/xui/ko/floater_inventory.xml | 4 +-
.../xui/ko/floater_inventory_item_properties.xml | 12 +
.../skins/xui/ko/floater_live_lsleditor.xml | 3 +
.../newview/skins/xui/ko/floater_my_friends.xml | 7 +
.../skins/xui/ko/floater_new_outfit_dialog.xml | 2 +-
.../newview/skins/xui/ko/floater_postcard.xml | 10 +
.../skins/xui/ko/floater_preview_gesture.xml | 4 +-
.../skins/xui/ko/floater_preview_notecard.xml | 8 +-
.../ko/floater_preview_notecard_keep_discard.xml | 3 +
.../newview/skins/xui/ko/floater_report_abuse.xml | 2 +-
.../newview/skins/xui/ko/floater_report_bug.xml | 3 +-
.../skins/xui/ko/floater_script_ed_panel.xml | 15 +-
.../newview/skins/xui/ko/floater_select_key.xml | 7 +
.../skins/xui/ko/floater_sim_release_message.xml | 16 +
.../newview/skins/xui/ko/floater_snapshot.xml | 5 +-
.../indra/newview/skins/xui/ko/floater_telehub.xml | 6 +-
linden/indra/newview/skins/xui/ko/floater_test.xml | 2 +
.../newview/skins/xui/ko/floater_texture_ctrl.xml | 6 +-
.../indra/newview/skins/xui/ko/floater_tools.xml | 22 +
.../newview/skins/xui/ko/floater_voice_wizard.xml | 9 +
.../newview/skins/xui/ko/floater_world_map.xml | 2 +-
.../indra/newview/skins/xui/ko/menu_inventory.xml | 2 +-
.../indra/newview/skins/xui/ko/menu_pie_avatar.xml | 1 +
linden/indra/newview/skins/xui/ko/menu_viewer.xml | 17 +-
linden/indra/newview/skins/xui/ko/need_to_long.xml | 344 ++
.../newview/skins/xui/ko/need_to_translate.xml | 2916 +++++++++++--
.../indra/newview/skins/xui/ko/need_to_update.xml | 4482 ++------------------
linden/indra/newview/skins/xui/ko/notify.xml | 151 +-
linden/indra/newview/skins/xui/ko/panel_audio.xml | 11 +
.../newview/skins/xui/ko/panel_audio_device.xml | 20 +
linden/indra/newview/skins/xui/ko/panel_avatar.xml | 13 +-
.../newview/skins/xui/ko/panel_classified.xml | 6 +
linden/indra/newview/skins/xui/ko/panel_event.xml | 15 +
.../indra/newview/skins/xui/ko/panel_friends.xml | 33 +
.../newview/skins/xui/ko/panel_group_general.xml | 10 +-
.../newview/skins/xui/ko/panel_group_invite.xml | 3 +
.../skins/xui/ko/panel_group_land_money.xml | 9 +-
.../newview/skins/xui/ko/panel_group_roles.xml | 2 +-
.../newview/skins/xui/ko/panel_group_voting.xml | 40 +-
linden/indra/newview/skins/xui/ko/panel_groups.xml | 15 +
.../newview/skins/xui/ko/panel_land_covenant.xml | 4 +-
linden/indra/newview/skins/xui/ko/panel_login.xml | 9 +-
.../newview/skins/xui/ko/panel_master_volume.xml | 7 +
.../newview/skins/xui/ko/panel_media_remote.xml | 3 +
.../newview/skins/xui/ko/panel_music_remote.xml | 3 +
linden/indra/newview/skins/xui/ko/panel_place.xml | 12 +
.../skins/xui/ko/panel_preferences_audio.xml | 12 +-
.../skins/xui/ko/panel_preferences_chat.xml | 18 +-
.../skins/xui/ko/panel_preferences_general.xml | 8 +-
.../skins/xui/ko/panel_preferences_graphics2.xml | 14 +-
.../skins/xui/ko/panel_preferences_graphics3.xml | 6 +-
.../newview/skins/xui/ko/panel_preferences_im.xml | 11 +-
.../skins/xui/ko/panel_preferences_input.xml | 4 +-
.../skins/xui/ko/panel_preferences_network.xml | 2 +-
.../skins/xui/ko/panel_preferences_popups.xml | 16 +-
.../skins/xui/ko/panel_preferences_voice.xml | 35 +
.../newview/skins/xui/ko/panel_preferences_web.xml | 12 +
.../newview/skins/xui/ko/panel_region_debug.xml | 9 +-
.../newview/skins/xui/ko/panel_region_estate.xml | 2 +
.../newview/skins/xui/ko/panel_region_general.xml | 7 +-
.../newview/skins/xui/ko/panel_region_terrain.xml | 2 +-
.../newview/skins/xui/ko/panel_status_bar.xml | 7 +
.../indra/newview/skins/xui/ko/panel_toolbar.xml | 2 +
.../newview/skins/xui/ko/panel_voice_enable.xml | 23 +
.../newview/skins/xui/ko/panel_voice_options.xml | 21 +
.../newview/skins/xui/ko/panel_voice_remote.xml | 9 +
.../newview/skins/xui/ko/teleport_strings.xml | 86 +
linden/indra/newview/viewer.cpp | 488 +--
linden/indra/newview/viewer.h | 40 +-
linden/indra/newview/viewer_manifest.py | 21 +-
linden/indra/test/common.cpp | 3 +
linden/indra/test/inventory.cpp | 3 +
linden/indra/test/io.cpp | 3 +
linden/indra/test/llapp_tut.cpp | 3 +
linden/indra/test/llbase64_tut.cpp | 5 +-
linden/indra/test/llbitpack_tut.cpp | 5 +-
linden/indra/test/llblowfish_tut.cpp | 7 +-
linden/indra/test/llbuffer_tut.cpp | 6 +-
linden/indra/test/lldatapacker_tut.cpp | 5 +-
linden/indra/test/lldate_tut.cpp | 10 +-
linden/indra/test/llerror_tut.cpp | 5 +
linden/indra/test/llhost_tut.cpp | 7 +-
linden/indra/test/llhttpclient_tut.cpp | 3 +
linden/indra/test/llhttpdate_tut.cpp | 8 +-
linden/indra/test/llhttpnode_tut.cpp | 6 +-
linden/indra/test/llinventoryparcel_tut.cpp | 5 +-
linden/indra/test/lliohttpserver_tut.cpp | 6 +-
linden/indra/test/lljoint_tut.cpp | 5 +-
linden/indra/test/llmessageconfig_tut.cpp | 42 +-
linden/indra/test/llmessagetemplateparser_tut.cpp | 6 +-
linden/indra/test/llmime_tut.cpp | 3 +
linden/indra/test/llnamevalue_tut.cpp | 7 +-
linden/indra/test/llpartdata_tut.cpp | 5 +-
linden/indra/test/llpermissions_tut.cpp | 5 +-
linden/indra/test/llpipeutil.cpp | 3 +
linden/indra/test/llpipeutil.h | 3 +
linden/indra/test/llquaternion_tut.cpp | 22 +-
linden/indra/test/llrandom_tut.cpp | 5 +-
linden/indra/test/llsaleinfo_tut.cpp | 7 +-
linden/indra/test/llsd_new_tut.cpp | 4 +-
linden/indra/test/llsdmessagebuilder_tut.cpp | 6 +-
linden/indra/test/llsdmessagereader_tut.cpp | 3 +
linden/indra/test/llsdserialize_tut.cpp | 6 +-
linden/indra/test/llsdtraits.h | 5 +-
linden/indra/test/llsdutil_tut.cpp | 5 +-
linden/indra/test/llservicebuilder_tut.cpp | 46 +-
linden/indra/test/llstreamtools_tut.cpp | 8 +-
linden/indra/test/llstring_tut.cpp | 5 +-
linden/indra/test/lltemplatemessagebuilder_tut.cpp | 5 +-
linden/indra/test/lltiming_tut.cpp | 3 +
linden/indra/test/lltut.cpp | 3 +
linden/indra/test/lltut.h | 3 +
linden/indra/test/lluri_tut.cpp | 6 +-
linden/indra/test/lluserrelations_tut.cpp | 3 +
linden/indra/test/lluuidhashmap_tut.cpp | 5 +-
linden/indra/test/llxfer_tut.cpp | 5 +-
linden/indra/test/llxorcipher_tut.cpp | 7 +-
linden/indra/test/m3math_tut.cpp | 5 +-
linden/indra/test/math.cpp | 3 +
linden/indra/test/message_tut.cpp | 5 +-
linden/indra/test/reflection_tut.cpp | 4 +
linden/indra/test/test.cpp | 3 +
linden/indra/test/test.vcproj | 6 +-
linden/indra/test/test_llmanifest.py | 57 +-
linden/indra/test/v2math_tut.cpp | 19 +-
linden/indra/test/v3color_tut.cpp | 12 +-
linden/indra/test/v3dmath_tut.cpp | 14 +-
linden/indra/test/v3math_tut.cpp | 23 +-
linden/indra/test/v4color_tut.cpp | 12 +-
linden/indra/test/v4coloru_tut.cpp | 7 +-
linden/indra/test/v4math_tut.cpp | 7 +-
linden/indra/test/xform_tut.cpp | 7 +-
linden/indra/win_crash_logger/StdAfx.cpp | 3 +
linden/indra/win_crash_logger/StdAfx.h | 3 +
linden/indra/win_crash_logger/win_crash_logger.cpp | 6 +-
linden/indra/win_crash_logger/win_crash_logger.h | 3 +
.../indra/win_crash_logger/win_crash_logger.vcproj | 6 +-
.../win_crash_logger/win_crash_logger_vc8.vcproj | 6 +-
linden/indra/win_updater/updater.cpp | 10 +-
linden/libraries/include/llmozlib.h | 3 +
linden/scripts/messages/message_template.msg | 27 +-
linden/scripts/setup-path.py | 57 +-
linden/scripts/template_verifier.py | 55 +-
1919 files changed, 40918 insertions(+), 18816 deletions(-)
create mode 100644 linden/indra/lib/python/indra/base/__init__.py
create mode 100644 linden/indra/lib/python/indra/base/config.py
create mode 100644 linden/indra/lib/python/indra/base/llsd.py
create mode 100644 linden/indra/lib/python/indra/base/lluuid.py
create mode 100644 linden/indra/lib/python/indra/ipc/httputil.py
create mode 100644 linden/indra/lib/python/indra/ipc/llsdhttp.py
create mode 100644 linden/indra/lib/python/indra/ipc/mysql_pool.py
create mode 100644 linden/indra/lib/python/indra/ipc/russ.py
create mode 100644 linden/indra/lib/python/indra/ipc/saranwrap.py
create mode 100644 linden/indra/lib/python/indra/ipc/servicebuilder.py
create mode 100644 linden/indra/lib/python/indra/ipc/webdav.py
create mode 100644 linden/indra/lib/python/indra/ipc/xml_rpc.py
create mode 100644 linden/indra/lib/python/indra/util/helpformatter.py
create mode 100644 linden/indra/lib/python/indra/util/llversion.py
create mode 100644 linden/indra/lib/python/indra/util/named_query.py
create mode 100644 linden/indra/llcommon/llares.cpp
create mode 100644 linden/indra/llcommon/llares.h
delete mode 100644 linden/indra/newview/llasynchostbyname.cpp
delete mode 100644 linden/indra/newview/llasynchostbyname.h
create mode 100644 linden/indra/newview/llcommandhandler.cpp
create mode 100644 linden/indra/newview/llcommandhandler.h
delete mode 100644 linden/indra/newview/llfloaterhtmlfind.cpp
delete mode 100644 linden/indra/newview/llfloaterhtmlfind.h
create mode 100644 linden/indra/newview/llfloaterlagmeter.cpp
create mode 100644 linden/indra/newview/llfloaterlagmeter.h
create mode 100644 linden/indra/newview/llurldispatcher.cpp
create mode 100644 linden/indra/newview/llurldispatcher.h
create mode 100644 linden/indra/newview/llurlsimstring.cpp
create mode 100644 linden/indra/newview/llurlsimstring.h
create mode 100644 linden/indra/newview/skins/xui/de/floater_active_speakers.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_audio_volume.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_chatterbox.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_device_settings.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_instant_message_ad_hoc.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_instant_message_group.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_my_friends.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_select_key.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_sim_release_message.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_test.xml
create mode 100644 linden/indra/newview/skins/xui/de/floater_voice_wizard.xml
create mode 100644 linden/indra/newview/skins/xui/de/need_to_long.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_audio.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_audio_device.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_friends.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_groups.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_master_volume.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_preferences_voice.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_voice_enable.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_voice_options.xml
create mode 100644 linden/indra/newview/skins/xui/de/panel_voice_remote.xml
create mode 100644 linden/indra/newview/skins/xui/en-us/floater_lagmeter.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_active_speakers.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_audio_volume.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_chatterbox.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_device_settings.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_inspect.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_instant_message_ad_hoc.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_instant_message_group.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_joystick.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_lsl_guide.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_my_friends.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_select_key.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_sim_release_message.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_test.xml
create mode 100644 linden/indra/newview/skins/xui/ja/floater_voice_wizard.xml
create mode 100644 linden/indra/newview/skins/xui/ja/need_to_long.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_audio.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_audio_device.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_friends.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_groups.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_master_volume.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_preferences_voice.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_preferences_web.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_voice_enable.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_voice_options.xml
create mode 100644 linden/indra/newview/skins/xui/ja/panel_voice_remote.xml
create mode 100644 linden/indra/newview/skins/xui/ja/teleport_strings.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_active_speakers.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_audio_volume.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_chatterbox.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_device_settings.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_instant_message_ad_hoc.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_instant_message_group.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_my_friends.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_select_key.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_sim_release_message.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_test.xml
create mode 100644 linden/indra/newview/skins/xui/ko/floater_voice_wizard.xml
create mode 100644 linden/indra/newview/skins/xui/ko/need_to_long.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_audio.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_audio_device.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_friends.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_groups.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_master_volume.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_preferences_voice.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_preferences_web.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_voice_enable.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_voice_options.xml
create mode 100644 linden/indra/newview/skins/xui/ko/panel_voice_remote.xml
create mode 100644 linden/indra/newview/skins/xui/ko/teleport_strings.xml
(limited to 'linden')
diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt
index 723a603..2d3fa99 100644
--- a/linden/doc/contributions.txt
+++ b/linden/doc/contributions.txt
@@ -1,32 +1,49 @@
Linden Lab would like to acknowledge source code contributions from the
following residents. The Second Life resident name is given below,
along with the issue identifier corresponding to the patches we've
-received from them. To see more about these contributions, visit
-http://jira.secondlife.com/ and enter the issue identifier.
+received from them. To see more about these contributions, visit the
+browsable version: http://wiki.secondlife.com/wiki/Source_contributions
Able Whitman
VWR-650
VWR-1460
+ VWR-1691
+Alejandro Rosenthal
+ VWR-1184
Alissa Sabre
VWR-81
VWR-83
+ VWR-109
+ VWR-157
VWR-171
+ VWR-177
+ VWR-213
VWR-251
+ VWR-286
VWR-414
VWR-415
VWR-459
VWR-606
VWR-652
+ VWR-738
+ VWR-1109
VWR-1351
+ VWR-1353
VWR-1410
+ VWR-2116
Argent Stonecutter
VWR-68
Benja Kepler
VWR-746
Blakar Ogre
VWR-881
+ VWR-1612
+ VWR-1613
blino Nakamura
VWR-17
+Boroondas Gupte
+ VWR-233
+ WEB-262
bushing Spatula
VWR-119
VWR-424
@@ -35,16 +52,25 @@ Catherine Pfeffer
Dale Glass
VWR-120
VWR-560
+ VWR-1358
+ VWR-2041
Drewan Keats
VWR-28
VWR-248
VWR-412
+ VWR-638
+ VWR-660
Dylan Haskell
VWR-72
Dzonatas Sol
+ VWR-187
VWR-198
+ VWR-777
VWR-878
+ VWR-962
VWR-975
+ VWR-1061
+ VWR-1062
VWR-1704
VWR-1705
VWR-1729
@@ -53,28 +79,45 @@ Eddy Stryker
VWR-23
VWR-1468
EponymousDylan Ra
+ VWR-1289
VWR-1465
+Farallon Greyskin
+ VWR-2036
Feep Larsson
+ VWR-447
VWR-1314
Fremont Cunningham
VWR-1147
Gigs Taggart
+ SVC-493
+ VWR-38
VWR-71
+ VWR-101
+ VWR-166
+ VWR-234
+ VWR-315
VWR-326
VWR-493
+ VWR-1203
VWR-1217
VWR-1434
VWR-1987
+ VWR-2065
Ginko Bayliss
VWR-4
Grazer Kline
VWR-1092
Gudmund Shepherd
VWR-1594
+Hamncheese Omlet
+ VWR-333
+Henri Beauchamp
+ VWR-1406
Hikkoshi Sakai
VWR-429
Hiro Sommambulist
VWR-66
+ VWR-67
VWR-97
VWR-100
VWR-105
@@ -83,6 +126,8 @@ Hiro Sommambulist
VWR-132
VWR-136
VWR-143
+Hoze Menges
+ VWR-255
Iskar Ariantho
VWR-1223
Jacek Antonelli
@@ -96,9 +141,11 @@ Kage Pixel
VWR-11
Kunnis Basiat
VWR-82
+ VWR-102
Matthew Dowd
VWR-1344
VWR-1736
+ VWR-1737
VWR-1761
McCabe Maxsted
VWR-1318
@@ -107,38 +154,51 @@ Mr Greggan
Nicholaz Beresford
VWR-132
VWR-176
+ VWR-193
+ VWR-349
+ VWR-353
VWR-364
VWR-546
VWR-691
+ VWR-727
VWR-793
VWR-794
VWR-802
VWR-803
VWR-804
VWR-805
+ VWR-807
VWR-808
VWR-809
VWR-810
VWR-823
+ VWR-849
VWR-856
+ VWR-865
VWR-869
VWR-870
VWR-871
VWR-873
VWR-908
VWR-966
+ VWR-1105
VWR-1221
VWR-1230
VWR-1270
+ VWR-1294
VWR-1296
+ VWR-1354
VWR-1410
VWR-1418
+ VWR-1436
VWR-1453
VWR-1455
VWR-1470
+ VWR-1471
VWR-1566
VWR-1578
VWR-1626
+ VWR-1646
VWR-1655
VWR-1698
VWR-1706
@@ -151,6 +211,8 @@ Nicholaz Beresford
VWR-1872
VWR-1968
VWR-2152
+Nounouch Hapmouche
+ VWR-238
Paul Churchill
VWR-20
VWR-493
@@ -160,7 +222,9 @@ Paul Churchill
VWR-1880
Paula Innis
VWR-30
+ VWR-293
VWR-1049
+ VWR-1562
Peekay Semyorka
VWR-7
VWR-19
@@ -170,27 +234,42 @@ Renault Clio
VWR-1976
Ryozu Kojima
VWR-287
+Seg Baphomet
+ VWR-1525
+ VWR-1585
+ VWR-1586
SignpostMarv Martin
+ VWR-153
VWR-154
VWR-155
+ VWR-218
+ VWR-373
Simon Nolan
VWR-409
SpacedOut Frye
+ VWR-34
+ VWR-45
VWR-57
VWR-94
+ VWR-113
VWR-121
VWR-123
+ VWR-130
VWR-1823
Stevex Janus
VWR-1182
Still Defiant
VWR-207
+ VWR-227
VWR-446
Strife Onizuka
SVC-9
+ VWR-14
VWR-74
VWR-85
VWR-148
+ WEB-164
+ VWR-183
VWR-2265
tenebrous pau
VWR-247
@@ -200,6 +279,7 @@ TBBle Kurosawa
VWR-942
VWR-944
VWR-945
+ VWR-1891
VWR-1892
Tharax Ferraris
VWR-605
@@ -207,10 +287,14 @@ Thraxis Epsilon
SVC-371
VWR-383
Whoops Babii
+ VWR-631
VWR-1640
+Zarkonnen Decosta
+ VWR-253
Zi Ree
VWR-671
VWR-682
+ VWR-684
VWR-1140
Zipherius Turas
VWR-76
diff --git a/linden/etc/message.xml b/linden/etc/message.xml
index 304ba32..614d2b0 100644
--- a/linden/etc/message.xml
+++ b/linden/etc/message.xml
@@ -255,7 +255,7 @@
CoarseLocationUpdate
@@ -276,6 +276,14 @@
true
+ AgentGroupDataUpdate
+
+
ChatterBoxSessionStartReply