phoenix-firestorm/indra/newview
Nat Goodspeed 4d10172d8b MAINT-5011: Catch unhandled exceptions in LLCoros coroutines.
Wrap coroutine call in try/catch in top-level coroutine wrapper function
LLCoros::toplevel(). Distinguish exception classes derived from
LLContinueError (log and continue) from all others (crash with LL_ERRS).

Enhance CRASH_ON_UNHANDLED_EXCEPTIONS() and LOG_UNHANDLED_EXCEPTIONS() macros
to accept a context string to supplement the log message. This lets us replace
many places that called boost::current_exception_diagnostic_information() with
LOG_UNHANDLED_EXCEPTIONS() instead, since the explicit calls were mostly to
log supplemental information.

Provide supplemental information (coroutine name, function parameters) for
some of the previous LOG_UNHANDLED_EXCEPTIONS() calls. This information
duplicates LL_DEBUGS() information at the top of these functions, but in a
typical log file we wouldn't see the LL_DEBUGS() message.

Eliminate a few catch (std::exception e) clauses: the information we get from
boost::current_exception_diagnostic_information() in a catch (...) clause
makes it unnecessary to distinguish.

In a few cases, add a final 'throw;' to a catch (...) clause: having logged
the local context info, propagate the exception to be caught by higher-level
try/catch.

In a couple places, couldn't resist reconciling indentation within a
particular function: tabs where the rest of the function uses tabs, spaces
where the rest of the function uses spaces.

In LLLogin::Impl::loginCoro(), eliminate some confusing comments about an
array of rewritten URIs that date back to a long-deleted implementation.
2016-08-18 17:33:44 -04:00
..
English.lproj
German.lproj
Japanese.lproj
Korean.lproj
app_settings MAINT-6534 Resetting scripts via the build menu no longer works on many scripted objects 2016-07-11 16:23:18 +03:00
character
cursors_mac
da.lproj
es.lproj
fonts
fr.lproj
hu.lproj
icons
installers Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
it.lproj
linux_tools
nl.lproj
pl.lproj
pt.lproj
res
res-sdl
ru.lproj
skins/default MAINT-6534 Resetting scripts via the build menu no longer works on many scripted objects 2016-07-11 16:23:18 +03:00
tests
tr.lproj
uk.lproj
zh-Hans.lproj
CMakeLists.txt MAINT-6413 Buildfix 2016-05-25 03:47:23 +03:00
Info-SecondLife.plist
Info-SecondLifeVorbis.plist
SecondLife.nib
SecondLife.xib
VIEWER_VERSION.txt increment viewer version to 4.0.8 2016-08-11 15:31:41 -04:00
VertexCache.h
ViewerInstall.cmake
VorbisFramework.h
build_win32_appConfig.py
featuretable.txt MAINT-6432 Fix defaults for RenderAvatarMaxComplexity 2016-05-22 20:32:27 +02:00
featuretable_linux.txt MAINT-6432 Fix defaults for RenderAvatarMaxComplexity 2016-05-22 20:32:27 +02:00
featuretable_mac.txt MAINT-6432 Fix defaults for RenderAvatarMaxComplexity 2016-05-22 20:32:27 +02:00
generate_breakpad_symbols.py
groupchatlistener.cpp
groupchatlistener.h
licenses-linux.txt
licenses-mac.txt
licenses-solaris.txt
licenses-win32.txt
llaccountingcost.h
llaccountingcostmanager.cpp MAINT-5011: Catch unhandled exceptions in LLCoros coroutines. 2016-08-18 17:33:44 -04:00
llaccountingcostmanager.h
llagent.cpp
llagent.h
llagentaccess.cpp
llagentaccess.h
llagentcamera.cpp
llagentcamera.h
llagentdata.cpp
llagentdata.h
llagentlanguage.cpp
llagentlanguage.h
llagentlistener.cpp
llagentlistener.h
llagentpicksinfo.cpp
llagentpicksinfo.h
llagentpilot.cpp
llagentpilot.h
llagentui.cpp
llagentui.h
llagentwearables.cpp
llagentwearables.h
llaisapi.cpp MAINT-6403: Updated a couple comments and dropped a couple warning levels back down to DEBUG. 2016-05-24 13:03:36 -07:00
llaisapi.h
llanimstatelabels.cpp
llanimstatelabels.h
llappcorehttp.cpp MAINT-5011: Catch unhandled exceptions in LLCoros coroutines. 2016-08-18 17:33:44 -04:00
llappcorehttp.h
llappdelegate-objc.mm DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00
llappearance.h
llappearancemgr.cpp MAINT-6403: Updated a couple comments and dropped a couple warning levels back down to DEBUG. 2016-05-24 13:03:36 -07:00
llappearancemgr.h MAINT-6403: Updated a couple comments and dropped a couple warning levels back down to DEBUG. 2016-05-24 13:03:36 -07:00
llappviewer.cpp Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2016-08-17 11:41:12 -04:00
llappviewer.h DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00
llappviewerlinux.cpp DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00
llappviewerlinux.h
llappviewerlinux_api.h
llappviewerlinux_api.xml
llappviewerlinux_api_dbus.cpp
llappviewerlinux_api_dbus.h
llappviewerlinux_api_dbus_syms_raw.inc
llappviewerlistener.cpp
llappviewerlistener.h
llappviewermacosx-objc.h
llappviewermacosx-objc.mm
llappviewermacosx.cpp DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00
llappviewermacosx.h
llappviewerwin32.cpp DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00
llappviewerwin32.h
llattachmentsmgr.cpp
llattachmentsmgr.h
llaudiosourcevo.cpp
llaudiosourcevo.h
llautoreplace.cpp
llautoreplace.h
llavataractions.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llavataractions.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llavatariconctrl.cpp
llavatariconctrl.h
llavatarlist.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llavatarlist.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llavatarlistitem.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llavatarlistitem.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llavatarpropertiesprocessor.cpp
llavatarpropertiesprocessor.h
llavatarrenderinfoaccountant.cpp
llavatarrenderinfoaccountant.h
llavatarrendernotifier.cpp MAINT-6403: Updated a couple comments and dropped a couple warning levels back down to DEBUG. 2016-05-24 13:03:36 -07:00
llavatarrendernotifier.h
llblockedlistitem.cpp
llblockedlistitem.h
llblocklist.cpp
llblocklist.h
llbox.cpp
llbox.h
llbreadcrumbview.cpp
llbreadcrumbview.h
llbreastmotion.cpp
llbreastmotion.h
llbrowsernotification.cpp
llbuycurrencyhtml.cpp
llbuycurrencyhtml.h
llcallbacklist.cpp
llcallingcard.cpp
llcallingcard.h
llcapabilityprovider.h
llchannelmanager.cpp
llchannelmanager.h
llchatbar.cpp
llchatbar.h
llchathistory.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llchathistory.h
llchatitemscontainerctrl.cpp
llchatitemscontainerctrl.h
llchatmsgbox.cpp
llchatmsgbox.h
llchiclet.cpp
llchiclet.h
llchicletbar.cpp
llchicletbar.h
llclassifiedinfo.cpp
llclassifiedinfo.h
llcofwearables.cpp
llcofwearables.h
llcolorswatch.cpp
llcolorswatch.h
llcommanddispatcherlistener.cpp
llcommanddispatcherlistener.h
llcommandhandler.cpp
llcommandhandler.h
llcommandlineparser.cpp MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). 2016-08-17 11:36:24 -04:00
llcommandlineparser.h
llcommunicationchannel.cpp
llcommunicationchannel.h
llcompilequeue.cpp MAINT-6534 Resetting scripts via the build menu no longer works on many scripted objects 2016-07-11 16:23:18 +03:00
llcompilequeue.h MAINT-6534 Resetting scripts via the build menu no longer works on many scripted objects 2016-07-11 16:23:18 +03:00
llconfirmationmanager.cpp
llconfirmationmanager.h
llconversationlog.cpp
llconversationlog.h
llconversationloglist.cpp
llconversationloglist.h
llconversationloglistitem.cpp
llconversationloglistitem.h
llconversationmodel.cpp
llconversationmodel.h
llconversationview.cpp
llconversationview.h
llcurrencyuimanager.cpp
llcurrencyuimanager.h
llcylinder.cpp
llcylinder.h
lldateutil.cpp
lldateutil.h
lldaycyclemanager.cpp
lldaycyclemanager.h
lldebugmessagebox.cpp
lldebugmessagebox.h
lldebugview.cpp
lldebugview.h
lldeferredsounds.cpp
lldeferredsounds.h
lldelayedgestureerror.cpp
lldelayedgestureerror.h
lldirpicker.cpp
lldirpicker.h
lldndbutton.cpp
lldndbutton.h
lldonotdisturbnotificationstorage.cpp
lldonotdisturbnotificationstorage.h
lldrawable.cpp
lldrawable.h
lldrawpool.cpp
lldrawpool.h
lldrawpoolalpha.cpp
lldrawpoolalpha.h
lldrawpoolavatar.cpp
lldrawpoolavatar.h
lldrawpoolbump.cpp
lldrawpoolbump.h
lldrawpoolground.cpp
lldrawpoolground.h
lldrawpoolmaterials.cpp
lldrawpoolmaterials.h
lldrawpoolsimple.cpp
lldrawpoolsimple.h
lldrawpoolsky.cpp
lldrawpoolsky.h
lldrawpoolterrain.cpp Merged in lindenlab/viewer-lynx 2016-05-20 02:06:08 +03:00
lldrawpoolterrain.h
lldrawpooltree.cpp
lldrawpooltree.h
lldrawpoolwater.cpp
lldrawpoolwater.h
lldrawpoolwlsky.cpp
lldrawpoolwlsky.h
lldynamictexture.cpp
lldynamictexture.h
llemote.cpp
llemote.h
llenvmanager.cpp
llenvmanager.h
llestateinfomodel.cpp
llestateinfomodel.h
lleventnotifier.cpp
lleventnotifier.h
lleventpoll.cpp STORM-2132: Remove obsoleted unique_ptr.hpp, use make_shared for pointer allocation. 2016-07-12 11:07:05 -07:00
lleventpoll.h STORM-2132: Remove obsoleted unique_ptr.hpp, use make_shared for pointer allocation. 2016-07-12 11:07:05 -07:00
llexpandabletextbox.cpp
llexpandabletextbox.h
llexperiencelog.cpp
llexperiencelog.h
llexternaleditor.cpp
llexternaleditor.h
llface.cpp
llface.h
llface.inl
llfacebookconnect.cpp
llfacebookconnect.h
llfasttimerview.cpp
llfasttimerview.h
llfavoritesbar.cpp
llfavoritesbar.h
llfeaturemanager.cpp MAINT-6435 Deafult preset should set the same settings as the "Reset to recommended settings" button 2016-05-27 03:34:37 +03:00
llfeaturemanager.h MAINT-6435 Deafult preset should set the same settings as the "Reset to recommended settings" button 2016-05-27 03:34:37 +03:00
llfilepicker.cpp
llfilepicker.h
llfilepicker_mac.h
llfilepicker_mac.mm
llfilteredwearablelist.cpp
llfilteredwearablelist.h
llfirstuse.cpp
llfirstuse.h
llflexibleobject.cpp
llflexibleobject.h
llflickrconnect.cpp
llflickrconnect.h
llfloaterabout.cpp
llfloaterabout.h
llfloaterauction.cpp
llfloaterauction.h
llfloaterautoreplacesettings.cpp
llfloaterautoreplacesettings.h
llfloateravatar.cpp
llfloateravatar.h
llfloateravatarpicker.cpp
llfloateravatarpicker.h
llfloateravatartextures.cpp
llfloateravatartextures.h
llfloaterbeacons.cpp
llfloaterbeacons.h
llfloaterbigpreview.cpp
llfloaterbigpreview.h
llfloaterbuildoptions.cpp
llfloaterbuildoptions.h
llfloaterbulkpermission.cpp
llfloaterbulkpermission.h
llfloaterbump.cpp
llfloaterbump.h
llfloaterbuy.cpp
llfloaterbuy.h
llfloaterbuycontents.cpp
llfloaterbuycontents.h
llfloaterbuycurrency.cpp
llfloaterbuycurrency.h
llfloaterbuycurrencyhtml.cpp
llfloaterbuycurrencyhtml.h
llfloaterbuyland.cpp
llfloaterbuyland.h
llfloaterbvhpreview.cpp
llfloaterbvhpreview.h
llfloatercamera.cpp
llfloatercamera.h
llfloaterchatvoicevolume.cpp
llfloaterchatvoicevolume.h
llfloatercolorpicker.cpp
llfloatercolorpicker.h
llfloaterconversationlog.cpp
llfloaterconversationlog.h
llfloaterconversationpreview.cpp
llfloaterconversationpreview.h
llfloaterdeleteenvpreset.cpp
llfloaterdeleteenvpreset.h
llfloaterdeleteprefpreset.cpp MAINT-6424 Reverted disabling of the "Delete preset" button 2016-05-25 03:29:53 +03:00
llfloaterdeleteprefpreset.h
llfloaterdestinations.cpp
llfloaterdestinations.h
llfloatereditdaycycle.cpp
llfloatereditdaycycle.h
llfloatereditsky.cpp
llfloatereditsky.h
llfloatereditwater.cpp
llfloatereditwater.h
llfloaterenvironmentsettings.cpp
llfloaterenvironmentsettings.h
llfloaterevent.cpp
llfloaterevent.h
llfloaterexperiencepicker.cpp
llfloaterexperiencepicker.h
llfloaterexperienceprofile.cpp
llfloaterexperienceprofile.h
llfloaterexperiences.cpp
llfloaterexperiences.h
llfloaterfacebook.cpp
llfloaterfacebook.h
llfloaterflickr.cpp
llfloaterflickr.h
llfloaterfonttest.cpp
llfloaterfonttest.h
llfloatergesture.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llfloatergesture.h
llfloatergodtools.cpp
llfloatergodtools.h
llfloatergotoline.cpp
llfloatergotoline.h
llfloatergroupbulkban.cpp
llfloatergroupbulkban.h
llfloatergroupinvite.cpp
llfloatergroupinvite.h
llfloatergroups.cpp
llfloatergroups.h
llfloaterhandler.cpp
llfloaterhandler.h
llfloaterhelpbrowser.cpp
llfloaterhelpbrowser.h
llfloaterhoverheight.cpp
llfloaterhoverheight.h
llfloaterhud.cpp
llfloaterhud.h
llfloaterimagepreview.cpp
llfloaterimagepreview.h
llfloaterimcontainer.cpp
llfloaterimcontainer.h
llfloaterimnearbychat.cpp
llfloaterimnearbychat.h
llfloaterimnearbychathandler.cpp Merged in lindenlab/viewer-lynx 2016-05-20 02:06:08 +03:00
llfloaterimnearbychathandler.h
llfloaterimnearbychatlistener.cpp
llfloaterimnearbychatlistener.h
llfloaterimsession.cpp
llfloaterimsession.h
llfloaterimsessiontab.cpp Merged in lindenlab/viewer-lynx 2016-05-20 02:06:08 +03:00
llfloaterimsessiontab.h Merged in lindenlab/viewer-lynx 2016-05-20 02:06:08 +03:00
llfloaterinspect.cpp
llfloaterinspect.h
llfloaterinventory.cpp
llfloaterinventory.h
llfloaterjoystick.cpp
llfloaterjoystick.h
llfloaterlagmeter.cpp
llfloaterlagmeter.h
llfloaterland.cpp
llfloaterland.h
llfloaterlandholdings.cpp
llfloaterlandholdings.h
llfloaterloadprefpreset.cpp
llfloaterloadprefpreset.h
llfloatermap.cpp
llfloatermap.h
llfloatermarketplacelistings.cpp
llfloatermarketplacelistings.h
llfloatermediasettings.cpp
llfloatermediasettings.h
llfloatermemleak.cpp
llfloatermemleak.h
llfloatermodelpreview.cpp
llfloatermodelpreview.h
llfloatermodeluploadbase.cpp
llfloatermodeluploadbase.h
llfloaternamedesc.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llfloaternamedesc.h
llfloaternotificationsconsole.cpp
llfloaternotificationsconsole.h
llfloaternotificationstabbed.cpp
llfloaternotificationstabbed.h
llfloaterobjectweights.cpp
llfloaterobjectweights.h
llfloateropenobject.cpp
llfloateropenobject.h
llfloaterpathfindingcharacters.cpp
llfloaterpathfindingcharacters.h
llfloaterpathfindingconsole.cpp
llfloaterpathfindingconsole.h
llfloaterpathfindinglinksets.cpp
llfloaterpathfindinglinksets.h
llfloaterpathfindingobjects.cpp
llfloaterpathfindingobjects.h
llfloaterpay.cpp
llfloaterpay.h
llfloaterperms.cpp
llfloaterperms.h
llfloaterpostprocess.cpp
llfloaterpostprocess.h
llfloaterpreference.cpp
llfloaterpreference.h
llfloaterproperties.cpp
llfloaterproperties.h
llfloaterregiondebugconsole.cpp
llfloaterregiondebugconsole.h
llfloaterregioninfo.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llfloaterregioninfo.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llfloaterregionrestarting.cpp
llfloaterregionrestarting.h
llfloaterreporter.cpp
llfloaterreporter.h
llfloatersaveprefpreset.cpp
llfloatersaveprefpreset.h
llfloatersceneloadstats.cpp
llfloatersceneloadstats.h
llfloaterscriptdebug.cpp
llfloaterscriptdebug.h
llfloaterscriptedprefs.cpp
llfloaterscriptedprefs.h
llfloaterscriptlimits.cpp
llfloaterscriptlimits.h
llfloatersearch.cpp
llfloatersearch.h
llfloatersellland.cpp
llfloatersellland.h
llfloatersettingsdebug.cpp
llfloatersettingsdebug.h
llfloatersidepanelcontainer.cpp
llfloatersidepanelcontainer.h
llfloatersnapshot.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llfloatersnapshot.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llfloatersounddevices.cpp
llfloatersounddevices.h
llfloaterspellchecksettings.cpp
llfloaterspellchecksettings.h
llfloatertelehub.cpp
llfloatertelehub.h
llfloatertestinspectors.cpp
llfloatertestinspectors.h
llfloatertestlistview.cpp
llfloatertestlistview.h
llfloatertexturefetchdebugger.cpp
llfloatertexturefetchdebugger.h
llfloatertools.cpp
llfloatertools.h
llfloatertopobjects.cpp
llfloatertopobjects.h
llfloatertos.cpp
llfloatertos.h
llfloatertoybox.cpp
llfloatertoybox.h
llfloatertranslationsettings.cpp
llfloatertranslationsettings.h
llfloatertwitter.cpp
llfloatertwitter.h
llfloateruipreview.cpp
llfloateruipreview.h
llfloaterurlentry.cpp
llfloaterurlentry.h
llfloatervoiceeffect.cpp
llfloatervoiceeffect.h
llfloatervoicevolume.cpp
llfloatervoicevolume.h
llfloaterwebcontent.cpp
llfloaterwebcontent.h
llfloaterwebprofile.cpp
llfloaterwebprofile.h
llfloaterwhitelistentry.cpp
llfloaterwhitelistentry.h
llfloaterwindowsize.cpp
llfloaterwindowsize.h
llfloaterworldmap.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llfloaterworldmap.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llfolderviewmodelinventory.cpp
llfolderviewmodelinventory.h
llfollowcam.cpp
llfollowcam.h
llfriendcard.cpp
llfriendcard.h
llgesturelistener.cpp
llgesturelistener.h
llgesturemgr.cpp
llgesturemgr.h
llgiveinventory.cpp
llgiveinventory.h
llglsandbox.cpp
llgroupactions.cpp
llgroupactions.h
llgroupiconctrl.cpp
llgroupiconctrl.h
llgrouplist.cpp
llgrouplist.h
llgroupmgr.cpp
llgroupmgr.h
llhasheduniqueid.cpp
llhasheduniqueid.h
llhints.cpp
llhints.h
llhttpretrypolicy.cpp
llhttpretrypolicy.h
llhudeffect.cpp
llhudeffect.h
llhudeffectbeam.cpp
llhudeffectbeam.h
llhudeffectblob.cpp
llhudeffectblob.h
llhudeffectlookat.cpp
llhudeffectlookat.h
llhudeffectpointat.cpp
llhudeffectpointat.h
llhudeffecttrail.cpp
llhudeffecttrail.h
llhudicon.cpp
llhudicon.h
llhudmanager.cpp
llhudmanager.h
llhudnametag.cpp
llhudnametag.h
llhudobject.cpp
llhudobject.h
llhudrender.cpp
llhudrender.h
llhudtext.cpp
llhudtext.h
llhudview.cpp
llhudview.h
llimagefiltersmanager.cpp
llimagefiltersmanager.h
llimhandler.cpp
llimpanel.cpp
llimpanel.h
llimview.cpp
llimview.h
llinspect.cpp
llinspect.h
llinspectavatar.cpp
llinspectavatar.h
llinspectgroup.cpp
llinspectgroup.h
llinspectobject.cpp
llinspectobject.h
llinspectremoteobject.cpp MAINT-2129 One more Block button 2016-05-31 16:56:45 +03:00
llinspectremoteobject.h
llinspecttoast.cpp
llinspecttoast.h
llinventoryactions.h
llinventorybridge.cpp
llinventorybridge.h
llinventoryclipboard.cpp
llinventoryclipboard.h
llinventoryfilter.cpp
llinventoryfilter.h
llinventoryfunctions.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llinventoryfunctions.h
llinventoryicon.cpp
llinventoryicon.h
llinventoryitemslist.cpp
llinventoryitemslist.h
llinventorylistitem.cpp
llinventorylistitem.h
llinventorymodel.cpp Merged in lindenlab/viewer-release 2016-05-20 00:03:30 +03:00
llinventorymodel.h Merged in lindenlab/viewer-release 2016-05-20 00:03:30 +03:00
llinventorymodelbackgroundfetch.cpp
llinventorymodelbackgroundfetch.h
llinventoryobserver.cpp Merged in lindenlab/viewer-release 2016-05-20 00:03:30 +03:00
llinventoryobserver.h
llinventorypanel.cpp
llinventorypanel.h
lljoystickbutton.cpp
lljoystickbutton.h
lllandmarkactions.cpp
lllandmarkactions.h
lllandmarklist.cpp
lllandmarklist.h
lllightconstants.h
lllistbrowser.cpp
lllistbrowser.h
lllistcontextmenu.cpp
lllistcontextmenu.h
lllistview.cpp
lllistview.h
lllocalbitmaps.cpp
lllocalbitmaps.h
lllocationhistory.cpp
lllocationhistory.h
lllocationinputctrl.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
lllocationinputctrl.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
lllogchat.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
lllogchat.h
llloginhandler.cpp
llloginhandler.h
lllogininstance.cpp
lllogininstance.h
lllookshistorypanel.h
llmachineid.cpp
llmachineid.h
llmainlooprepeater.cpp
llmainlooprepeater.h
llmanip.cpp
llmanip.h
llmaniprotate.cpp
llmaniprotate.h
llmanipscale.cpp
llmanipscale.h
llmaniptranslate.cpp
llmaniptranslate.h
llmarketplacefunctions.cpp
llmarketplacefunctions.h
llmarketplacenotifications.cpp
llmarketplacenotifications.h
llmaterialmgr.cpp
llmaterialmgr.h
llmediactrl.cpp
llmediactrl.h
llmediadataclient.cpp
llmediadataclient.h
llmenuoptionpathfindingrebakenavmesh.cpp
llmenuoptionpathfindingrebakenavmesh.h
llmeshrepository.cpp MAINT-6460 getMeshSize crash 2016-08-01 18:58:41 +03:00
llmeshrepository.h MAINT-6460 Crash calculating mesh complexity 2016-08-01 18:00:54 +03:00
llmimetypes.cpp
llmimetypes.h
llmorphview.cpp
llmorphview.h
llmoveview.cpp
llmoveview.h
llmutelist.cpp
llmutelist.h
llnamebox.cpp
llnamebox.h
llnameeditor.cpp
llnameeditor.h
llnamelistctrl.cpp
llnamelistctrl.h
llnavigationbar.cpp
llnavigationbar.h
llnetmap.cpp
llnetmap.h
llnotificationalerthandler.cpp
llnotificationgrouphandler.cpp
llnotificationhandler.h
llnotificationhandlerutil.cpp
llnotificationhinthandler.cpp
llnotificationlistitem.cpp
llnotificationlistitem.h
llnotificationlistview.cpp
llnotificationlistview.h
llnotificationmanager.cpp
llnotificationmanager.h
llnotificationofferhandler.cpp
llnotificationscripthandler.cpp
llnotificationstorage.cpp
llnotificationstorage.h
llnotificationtiphandler.cpp
lloutfitobserver.cpp
lloutfitobserver.h
lloutfitslist.cpp
lloutfitslist.h
lloutputmonitorctrl.cpp
lloutputmonitorctrl.h
llpanelappearancetab.cpp
llpanelappearancetab.h
llpanelavatar.cpp
llpanelavatar.h
llpanelavatartag.cpp
llpanelavatartag.h
llpanelblockedlist.cpp
llpanelblockedlist.h
llpanelclassified.cpp
llpanelclassified.h
llpanelcontents.cpp
llpanelcontents.h
llpaneleditwearable.cpp
llpaneleditwearable.h
llpanelexperiencelisteditor.cpp
llpanelexperiencelisteditor.h
llpanelexperiencelog.cpp
llpanelexperiencelog.h
llpanelexperiencepicker.cpp
llpanelexperiencepicker.h
llpanelexperiences.cpp
llpanelexperiences.h
llpanelface.cpp
llpanelface.h
llpanelgenerictip.cpp
llpanelgenerictip.h
llpanelgroup.cpp
llpanelgroup.h
llpanelgroupbulk.cpp
llpanelgroupbulk.h
llpanelgroupbulkban.cpp
llpanelgroupbulkban.h
llpanelgroupbulkimpl.h
llpanelgroupexperiences.cpp
llpanelgroupexperiences.h
llpanelgroupgeneral.cpp
llpanelgroupgeneral.h
llpanelgroupinvite.cpp
llpanelgroupinvite.h
llpanelgrouplandmoney.cpp
llpanelgrouplandmoney.h
llpanelgroupnotices.cpp
llpanelgroupnotices.h
llpanelgrouproles.cpp
llpanelgrouproles.h
llpanelhome.cpp
llpanelhome.h
llpanelimcontrolpanel.cpp
llpanelimcontrolpanel.h
llpanelland.cpp
llpanelland.h
llpanellandaudio.cpp
llpanellandaudio.h
llpanellandmarkinfo.cpp
llpanellandmarkinfo.h
llpanellandmarks.cpp
llpanellandmarks.h
llpanellandmedia.cpp
llpanellandmedia.h
llpanellogin.cpp
llpanellogin.h
llpanelloginlistener.cpp
llpanelloginlistener.h
llpanelmaininventory.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpanelmaininventory.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpanelmarketplaceinbox.cpp
llpanelmarketplaceinbox.h
llpanelmarketplaceinboxinventory.cpp
llpanelmarketplaceinboxinventory.h
llpanelme.cpp
llpanelme.h
llpanelmediasettingsgeneral.cpp
llpanelmediasettingsgeneral.h
llpanelmediasettingspermissions.cpp
llpanelmediasettingspermissions.h
llpanelmediasettingssecurity.cpp
llpanelmediasettingssecurity.h
llpanelnearbymedia.cpp
llpanelnearbymedia.h
llpanelobject.cpp
llpanelobject.h
llpanelobjectinventory.cpp
llpanelobjectinventory.h
llpanelonlinestatus.cpp
llpanelonlinestatus.h
llpaneloutfitedit.cpp
llpaneloutfitedit.h
llpaneloutfitsinventory.cpp
llpaneloutfitsinventory.h
llpanelpeople.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpanelpeople.h
llpanelpeoplemenus.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpanelpeoplemenus.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpanelpermissions.cpp
llpanelpermissions.h
llpanelpick.cpp
llpanelpick.h
llpanelpicks.cpp
llpanelpicks.h
llpanelplaceinfo.cpp
llpanelplaceinfo.h
llpanelplaceprofile.cpp
llpanelplaceprofile.h
llpanelplaces.cpp
llpanelplaces.h
llpanelplacestab.cpp
llpanelplacestab.h
llpanelpresetspulldown.cpp
llpanelpresetspulldown.h
llpanelprimmediacontrols.cpp
llpanelprimmediacontrols.h
llpanelprofile.cpp MAINT-2129 "Block" button doesn't become disabled 2016-05-18 19:29:31 +03:00
llpanelprofile.h
llpanelsnapshot.cpp
llpanelsnapshot.h
llpanelsnapshotinventory.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpanelsnapshotlocal.cpp
llpanelsnapshotoptions.cpp
llpanelsnapshotpostcard.cpp
llpanelsnapshotprofile.cpp
llpanelteleporthistory.cpp
llpanelteleporthistory.h
llpaneltiptoast.cpp
llpaneltiptoast.h
llpaneltopinfobar.cpp
llpaneltopinfobar.h
llpanelvoicedevicesettings.cpp
llpanelvoicedevicesettings.h
llpanelvoiceeffect.cpp
llpanelvoiceeffect.h
llpanelvolume.cpp
llpanelvolume.h
llpanelvolumepulldown.cpp
llpanelvolumepulldown.h
llpanelwearing.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpanelwearing.h
llparcelselection.cpp
llparcelselection.h
llparticipantlist.cpp
llparticipantlist.h
llpatchvertexarray.cpp
llpatchvertexarray.h
llpathfindingcharacter.cpp
llpathfindingcharacter.h
llpathfindingcharacterlist.cpp
llpathfindingcharacterlist.h
llpathfindinglinkset.cpp
llpathfindinglinkset.h
llpathfindinglinksetlist.cpp
llpathfindinglinksetlist.h
llpathfindingmanager.cpp
llpathfindingmanager.h
llpathfindingnavmesh.cpp
llpathfindingnavmesh.h
llpathfindingnavmeshstatus.cpp
llpathfindingnavmeshstatus.h
llpathfindingnavmeshzone.cpp
llpathfindingnavmeshzone.h
llpathfindingobject.cpp
llpathfindingobject.h
llpathfindingobjectlist.cpp
llpathfindingobjectlist.h
llpathfindingpathtool.cpp
llpathfindingpathtool.h
llpersistentnotificationstorage.cpp
llpersistentnotificationstorage.h
llphysicsmotion.cpp
llphysicsmotion.h
llphysicsshapebuilderutil.cpp
llphysicsshapebuilderutil.h
llpipelinelistener.cpp
llpipelinelistener.h
llplacesfolderview.cpp
llplacesfolderview.h
llplacesinventorybridge.cpp
llplacesinventorybridge.h
llplacesinventorypanel.cpp
llplacesinventorypanel.h
llpopupview.cpp
llpopupview.h
llpostcard.cpp
llpostcard.h
llpresetsmanager.cpp MAINT-6435 Deafult preset should set the same settings as the "Reset to recommended settings" button 2016-05-27 03:34:37 +03:00
llpresetsmanager.h MAINT-6435 Deafult preset should set the same settings as the "Reset to recommended settings" button 2016-05-27 03:34:37 +03:00
llpreview.cpp
llpreview.h
llpreviewanim.cpp
llpreviewanim.h
llpreviewgesture.cpp
llpreviewgesture.h
llpreviewnotecard.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpreviewnotecard.h
llpreviewscript.cpp
llpreviewscript.h
llpreviewsound.cpp
llpreviewsound.h
llpreviewtexture.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llpreviewtexture.h
llproductinforequest.cpp
llproductinforequest.h
llprogressview.cpp
llprogressview.h
llrecentpeople.cpp
llrecentpeople.h
llregioninfomodel.cpp
llregioninfomodel.h
llregionposition.cpp
llregionposition.h
llremoteparcelrequest.cpp
llremoteparcelrequest.h
llresourcedata.h
llrootview.h
llsavedsettingsglue.cpp
llsavedsettingsglue.h
llsaveoutfitcombobtn.cpp
llsaveoutfitcombobtn.h
llscenemonitor.cpp
llscenemonitor.h
llsceneview.cpp
llsceneview.h
llscreenchannel.cpp
llscreenchannel.h
llscripteditor.cpp
llscripteditor.h
llscriptfloater.cpp
llscriptfloater.h
llscriptruntimeperms.h
llscrollingpanelparam.cpp
llscrollingpanelparam.h
llscrollingpanelparambase.cpp
llscrollingpanelparambase.h
llsearchcombobox.cpp
llsearchcombobox.h
llsearchhistory.cpp
llsearchhistory.h
llsecapi.cpp MAINT-5011: Catch unhandled exceptions in LLCoros coroutines. 2016-08-18 17:33:44 -04:00
llsecapi.h MAINT-5011: Introduce LLException base class for viewer exceptions. 2016-07-19 16:25:25 -04:00
llsechandler_basic.cpp MAINT-5011: Catch unhandled exceptions in LLCoros coroutines. 2016-08-18 17:33:44 -04:00
llsechandler_basic.h
llselectmgr.cpp
llselectmgr.h
llshareavatarhandler.cpp
llsidepanelappearance.cpp
llsidepanelappearance.h
llsidepanelinventory.cpp
llsidepanelinventory.h
llsidepanelinventorysubpanel.cpp
llsidepanelinventorysubpanel.h
llsidepaneliteminfo.cpp
llsidepaneliteminfo.h
llsidepaneltaskinfo.cpp
llsidepaneltaskinfo.h
llsidetraypanelcontainer.cpp
llsidetraypanelcontainer.h
llsky.cpp
llsky.h
llslurl.cpp
llslurl.h
llsnapshotlivepreview.cpp
llsnapshotlivepreview.h
llspatialpartition.cpp
llspatialpartition.h
llspeakers.cpp
llspeakers.h
llspeakingindicatormanager.cpp
llspeakingindicatormanager.h
llsplitbutton.cpp
llsplitbutton.h
llsprite.cpp
llsprite.h
llsrv.cpp
llsrv.h
llstartup.cpp Merged in lindenlab/viewer-lynx 2016-05-20 02:06:08 +03:00
llstartup.h
llstartuplistener.cpp
llstartuplistener.h
llstatusbar.cpp
llstatusbar.h
llstylemap.cpp
llstylemap.h
llsurface.cpp
llsurface.h
llsurfacepatch.cpp
llsurfacepatch.h
llsyntaxid.cpp
llsyntaxid.h
llsyswellitem.cpp
llsyswellitem.h
llsyswellwindow.cpp
llsyswellwindow.h
lltable.h
llteleporthistory.cpp
llteleporthistory.h
llteleporthistorystorage.cpp
llteleporthistorystorage.h
lltextureatlas.cpp
lltextureatlas.h
lltextureatlasmanager.cpp
lltextureatlasmanager.h
lltexturecache.cpp
lltexturecache.h
lltexturectrl.cpp
lltexturectrl.h
lltexturefetch.cpp
lltexturefetch.h
lltextureinfo.cpp
lltextureinfo.h
lltextureinfodetails.cpp
lltextureinfodetails.h
lltexturestats.cpp
lltexturestats.h
lltextureview.cpp
lltextureview.h
lltoast.cpp MAINT-6448 PERMISSION_DEBIT notification should default to Deny 2016-07-08 15:07:52 +03:00
lltoast.h MAINT-6448 PERMISSION_DEBIT notification should default to Deny 2016-07-08 15:07:52 +03:00
lltoastalertpanel.cpp
lltoastalertpanel.h
lltoastgroupnotifypanel.cpp
lltoastgroupnotifypanel.h
lltoastimpanel.cpp
lltoastimpanel.h
lltoastnotifypanel.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
lltoastnotifypanel.h
lltoastpanel.cpp
lltoastpanel.h
lltoastscriptquestion.cpp MAINT-6448 PERMISSION_DEBIT notification should default to Deny 2016-06-02 19:59:35 +03:00
lltoastscriptquestion.h MAINT-6448 PERMISSION_DEBIT notification should default to Deny 2016-06-02 19:59:35 +03:00
lltoastscripttextbox.cpp
lltoastscripttextbox.h
lltool.cpp
lltool.h
lltoolbarview.cpp
lltoolbarview.h
lltoolbrush.cpp
lltoolbrush.h
lltoolcomp.cpp
lltoolcomp.h
lltooldraganddrop.cpp Merged in lindenlab/viewer-release 2016-05-20 00:03:30 +03:00
lltooldraganddrop.h
lltoolface.cpp
lltoolface.h
lltoolfocus.cpp
lltoolfocus.h
lltoolgrab.cpp
lltoolgrab.h
lltoolgun.cpp
lltoolgun.h
lltoolindividual.cpp
lltoolindividual.h
lltoolmgr.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
lltoolmgr.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
lltoolmorph.cpp
lltoolmorph.h
lltoolobjpicker.cpp
lltoolobjpicker.h
lltoolpie.cpp
lltoolpie.h
lltoolpipette.cpp
lltoolpipette.h
lltoolplacer.cpp
lltoolplacer.h
lltoolselect.cpp
lltoolselect.h
lltoolselectland.cpp
lltoolselectland.h
lltoolselectrect.cpp
lltoolselectrect.h
lltoolview.cpp
lltoolview.h
lltracker.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
lltracker.h Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
lltransientdockablefloater.cpp
lltransientdockablefloater.h
lltransientfloatermgr.cpp
lltransientfloatermgr.h
lltranslate.cpp
lltranslate.h
lltwitterconnect.cpp
lltwitterconnect.h
lluiconstants.h
lluilistener.cpp
lluilistener.h
lluploaddialog.cpp
lluploaddialog.h
lluploadfloaterobservers.h
llurl.cpp
llurl.h
llurldispatcher.cpp
llurldispatcher.h
llurldispatcherlistener.cpp
llurldispatcherlistener.h
llurlhistory.cpp
llurlhistory.h
llurllineeditorctrl.cpp
llurllineeditorctrl.h
llurlwhitelist.cpp
llurlwhitelist.h
llvectorperfoptions.cpp
llvectorperfoptions.h
llversioninfo.cpp
llversioninfo.h
llviewchildren.cpp
llviewchildren.h
llviewerassetstats.cpp
llviewerassetstats.h
llviewerassetstorage.cpp
llviewerassetstorage.h
llviewerassettype.cpp
llviewerassettype.h
llviewerassetupload.cpp
llviewerassetupload.h
llviewerattachmenu.cpp
llviewerattachmenu.h
llvieweraudio.cpp
llvieweraudio.h
llviewercamera.cpp
llviewercamera.h
llviewerchat.cpp
llviewerchat.h
llviewercontrol.cpp
llviewercontrol.h
llviewercontrollistener.cpp
llviewercontrollistener.h
llviewerdisplay.cpp
llviewerdisplay.h
llviewerfloaterreg.cpp
llviewerfloaterreg.h
llviewerfoldertype.cpp
llviewerfoldertype.h
llviewergenericmessage.cpp
llviewergenericmessage.h
llviewergesture.cpp
llviewergesture.h
llviewerhelp.cpp
llviewerhelp.h
llviewerhelputil.cpp
llviewerhelputil.h
llviewerhome.cpp
llviewerhome.h
llviewerinventory.cpp Merged in lindenlab/viewer-release 2016-05-20 00:03:30 +03:00
llviewerinventory.h Merged in lindenlab/viewer-release 2016-05-20 00:03:30 +03:00
llviewerjoint.cpp
llviewerjoint.h
llviewerjointattachment.cpp
llviewerjointattachment.h
llviewerjointmesh.cpp
llviewerjointmesh.h
llviewerjoystick.cpp
llviewerjoystick.h
llviewerkeyboard.cpp
llviewerkeyboard.h
llviewerlayer.cpp
llviewerlayer.h
llviewermedia.cpp merge changes for MAINT-6392 2016-05-10 12:05:21 -04:00
llviewermedia.h
llviewermedia_streamingaudio.cpp
llviewermedia_streamingaudio.h
llviewermediafocus.cpp
llviewermediafocus.h
llviewermediaobserver.h
llviewermenu.cpp MAINT-6534 Resetting scripts via the build menu no longer works on many scripted objects 2016-07-11 16:23:18 +03:00
llviewermenu.h
llviewermenufile.cpp
llviewermenufile.h
llviewermessage.cpp
llviewermessage.h
llviewernetwork.cpp
llviewernetwork.h
llviewerobject.cpp
llviewerobject.h
llviewerobjectlist.cpp
llviewerobjectlist.h
llvieweroctree.cpp
llvieweroctree.h
llviewerparcelmedia.cpp
llviewerparcelmedia.h
llviewerparcelmediaautoplay.cpp
llviewerparcelmediaautoplay.h
llviewerparcelmgr.cpp
llviewerparcelmgr.h
llviewerparceloverlay.cpp
llviewerparceloverlay.h
llviewerpartsim.cpp
llviewerpartsim.h
llviewerpartsource.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llviewerpartsource.h
llviewerprecompiledheaders.cpp
llviewerprecompiledheaders.h
llviewerregion.cpp Display correct attempt for requesting region capabilities at startup 2016-05-10 19:35:41 +02:00
llviewerregion.h
llviewershadermgr.cpp
llviewershadermgr.h
llviewerstats.cpp
llviewerstats.h
llviewerstatsrecorder.cpp
llviewerstatsrecorder.h
llviewertexlayer.cpp
llviewertexlayer.h
llviewertexteditor.cpp
llviewertexteditor.h
llviewertexture.cpp Merged in lindenlab/viewer-release 2016-05-19 23:02:37 +03:00
llviewertexture.h
llviewertextureanim.cpp
llviewertextureanim.h
llviewertexturelist.cpp MAINT-6317 Restored the fix after a conflict resolution 2016-05-20 02:12:26 +03:00
llviewertexturelist.h
llviewerthrottle.cpp
llviewerthrottle.h
llviewerwearable.cpp
llviewerwearable.h
llviewerwindow.cpp
llviewerwindow.h
llviewerwindowlistener.cpp
llviewerwindowlistener.h
llvlcomposition.cpp
llvlcomposition.h
llvlmanager.cpp
llvlmanager.h
llvoavatar.cpp MAINT-6403: Updated a couple comments and dropped a couple warning levels back down to DEBUG. 2016-05-24 13:03:36 -07:00
llvoavatar.h
llvoavatarself.cpp
llvoavatarself.h
llvocache.cpp
llvocache.h
llvograss.cpp
llvograss.h
llvoground.cpp
llvoground.h
llvoicecallhandler.cpp
llvoicechannel.cpp
llvoicechannel.h
llvoiceclient.cpp
llvoiceclient.h
llvoicevisualizer.cpp
llvoicevisualizer.h
llvoicevivox.cpp STORM-2133: VOICE-36 prevents proper shutdown of connector 2016-07-14 10:28:54 +02:00
llvoicevivox.h
llvoinventorylistener.cpp
llvoinventorylistener.h
llvopartgroup.cpp
llvopartgroup.h
llvosky.cpp
llvosky.h
llvosurfacepatch.cpp
llvosurfacepatch.h
llvotree.cpp
llvotree.h
llvovolume.cpp MAINT-6460 Crash calculating mesh complexity 2016-08-01 18:00:54 +03:00
llvovolume.h
llvowater.cpp
llvowater.h
llvowlsky.cpp
llvowlsky.h
llwatchdog.cpp
llwatchdog.h
llwaterparammanager.cpp
llwaterparammanager.h
llwaterparamset.cpp
llwaterparamset.h
llwearableitemslist.cpp
llwearableitemslist.h
llwearablelist.cpp
llwearablelist.h
llweb.cpp
llweb.h
llwebprofile.cpp
llwebprofile.h
llwind.cpp
llwind.h
llwindebug.cpp
llwindebug.h
llwindowlistener.cpp
llwindowlistener.h
llwlanimator.cpp
llwlanimator.h
llwldaycycle.cpp
llwldaycycle.h
llwlhandlers.cpp
llwlhandlers.h
llwlparammanager.cpp
llwlparammanager.h
llwlparamset.cpp
llwlparamset.h
llworld.cpp
llworld.h
llworldmap.cpp
llworldmap.h
llworldmapmessage.cpp
llworldmapmessage.h
llworldmapview.cpp
llworldmapview.h
llworldmipmap.cpp
llworldmipmap.h
llxmlrpclistener.cpp
llxmlrpclistener.h
llxmlrpctransaction.cpp
llxmlrpctransaction.h
macmain.h
macutil_Prefix.h
macview.r
macview_Prefix.h
noise.cpp
noise.h
pipeline.cpp
pipeline.h
roles_constants.h
secondlife-i686.supp
secondlife.icns
secondlife_firstlook.icns
viewer_manifest.py MAINT-6413: write summary.json from viewer_manifest.py, remove facility from cmake 2016-05-24 11:43:57 -07:00