Difference between revisions of "Local data storage methods used in the viewer"

From Second Life Wiki
Jump to navigation Jump to search
(moving unlisted audio up to audio section, as per my source files page change)
(New section for "Filesystem Access and Storage" matching Viewer Source Files)
Line 146: Line 146:
|}
|}


== General - Utility and Misc ==
== General - Filesystem Access and Storage ==
 
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 157: Line 158:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llbbox.cpp
|lllfsthread.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-
|llbox.cpp
|lllfsthread.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-
|llcallbacklist.cpp
|llvfile.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 184: Line 185:
|apr_file::no
|apr_file::no
|-
|-
|llcontroldef.cpp
|llvfile.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 193: Line 194:
|apr_file::no
|apr_file::no
|-
|-
|lleventnotifier.cpp
|llvfs.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 202: Line 203:
|apr_file::no
|apr_file::no
|-
|-
|lleventpoll.cpp
|llvfs.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 211: Line 212:
|apr_file::no
|apr_file::no
|-
|-
|llhippo.cpp
|llvfsthread.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 220: Line 221:
|apr_file::no
|apr_file::no
|-
|-
|llregionposition.cpp
|llvfsthread.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 229: Line 230:
|apr_file::no
|apr_file::no
|-
|-
|moviemaker.cpp
|llxfer_vfile.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 238: Line 239:
|apr_file::no
|apr_file::no
|-
|-
|noise.cpp
|llxfer_vfile.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 248: Line 249:
|}
|}


== Rendering - Asset Management ==
== General - Utility and Misc ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 259: Line 260:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llassetuploadresponders.cpp
|llbbox.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 268: Line 269:
|apr_file::no
|apr_file::no
|-
|-
|lltexturecache.cpp
|llbox.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-
|lltexturefetch.cpp
|llcallbacklist.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 286: Line 287:
|apr_file::no
|apr_file::no
|-
|-
|llviewerassetstorage.cpp
|llcontroldef.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 295: Line 296:
|apr_file::no
|apr_file::no
|-
|-
|llviewerassetstorage.h
|lleventnotifier.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 304: Line 305:
|apr_file::no
|apr_file::no
|-
|-
|llwearable.cpp
|lleventpoll.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 313: Line 314:
|apr_file::no
|apr_file::no
|-
|-
|llwearablelist.cpp
|llhippo.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 321: Line 322:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Rendering - Character and Animation ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|lldriverparam.cpp
|llregionposition.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 343: Line 332:
|apr_file::no
|apr_file::no
|-
|-
|llemote.cpp
|moviemaker.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 352: Line 341:
|apr_file::no
|apr_file::no
|-
|-
|llviewergesture.cpp
|noise.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 360: Line 349:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|llvoavatar.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llcharacter(???)
|}
|}


== Rendering - Camera ==
== Rendering - Asset Management ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 384: Line 362:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llcameraview.cpp
|llassetuploadresponders.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 393: Line 371:
|apr_file::no
|apr_file::no
|-
|-
|llfollowcam.cpp
|lltexturecache.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-
|llmorphview.cpp
|lltexturefetch.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 411: Line 389:
|apr_file::no
|apr_file::no
|-
|-
|llviewercamera.cpp
|llviewerassetstorage.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 419: Line 397:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
|-
 
|llviewerassetstorage.h
== Rendering - Effects ==
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llhudconnector.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 441: Line 407:
|apr_file::no
|apr_file::no
|-
|-
|llhudeffect.cpp
|llwearable.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 450: Line 416:
|apr_file::no
|apr_file::no
|-
|-
|llhudeffectbeam.cpp
|llwearablelist.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 458: Line 424:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Rendering - Character and Animation ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llhudeffectlookat.cpp
|lldriverparam.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 468: Line 446:
|apr_file::no
|apr_file::no
|-
|-
|llhudeffectpointat.cpp
|llemote.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 477: Line 455:
|apr_file::no
|apr_file::no
|-
|-
|llhudeffecttrail.cpp
|llviewergesture.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 486: Line 464:
|apr_file::no
|apr_file::no
|-
|-
|llhudicon.cpp
|llvoavatar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFS::no
Line 495: Line 473:
|apr_file::no
|apr_file::no
|-
|-
|llhudmanager.cpp
|llcharacter(???)
|<!-- VFS::no --> &nbsp;
|}
|<!-- gVFS::no --> &nbsp;
 
|<!-- gStaticVFS::no --> &nbsp;
== Rendering - Camera ==
|<!-- LLLFS::no --> &nbsp;
{| cellborder="3" border="2" width="80%"
|LLVFS::no
! width="30%" | file
|LLVFile::no
!width="10%" |VFS
|apr_file::no
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llhudobject.cpp
|llcameraview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 513: Line 496:
|apr_file::no
|apr_file::no
|-
|-
|llhudrender.cpp
|llfollowcam.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 522: Line 505:
|apr_file::no
|apr_file::no
|-
|-
|llhudtext.cpp
|llmorphview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 531: Line 514:
|apr_file::no
|apr_file::no
|-
|-
|llhudview.cpp
|llviewercamera.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 539: Line 522:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|}
|lltracker.cpp
 
== Rendering - Effects ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llhudconnector.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 549: Line 544:
|apr_file::no
|apr_file::no
|-
|-
|llvelocitybar.cpp
|llhudeffect.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 558: Line 553:
|apr_file::no
|apr_file::no
|-
|-
|llvotextbubble.cpp
|llhudeffectbeam.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 566: Line 561:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Rendering - Environment ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llvlmanager.cpp
|llhudeffectlookat.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 588: Line 571:
|apr_file::no
|apr_file::no
|-
|-
|llvlcomposition.cpp
|llhudeffectpointat.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 597: Line 580:
|apr_file::no
|apr_file::no
|-
|-
|llvoclouds.cpp
|llhudeffecttrail.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 606: Line 589:
|apr_file::no
|apr_file::no
|-
|-
|llvosurfacepatch.cpp
|llhudicon.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 615: Line 598:
|apr_file::no
|apr_file::no
|-
|-
|llvoground.cpp
|llhudmanager.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 624: Line 607:
|apr_file::no
|apr_file::no
|-
|-
|llvosky.cpp
|llhudobject.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 633: Line 616:
|apr_file::no
|apr_file::no
|-
|-
|llvostars.cpp
|llhudrender.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 642: Line 625:
|apr_file::no
|apr_file::no
|-
|-
|llvowater.cpp
|llhudtext.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 651: Line 634:
|apr_file::no
|apr_file::no
|-
|-
|llwind.cpp
|llhudview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 659: Line 642:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Rendering - Viewer Objects: Volumes, Particles, and Trees ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llvocache.cpp
|lltracker.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 681: Line 652:
|apr_file::no
|apr_file::no
|-
|-
|llvograss.cpp
|llvelocitybar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 690: Line 661:
|apr_file::no
|apr_file::no
|-
|-
|llvoinventorylistener.cpp
|llvotextbubble.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 698: Line 669:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Rendering - Environment ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llvopartgroup.cpp
|llvlmanager.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 708: Line 691:
|apr_file::no
|apr_file::no
|-
|-
|llvotree.cpp
|llvlcomposition.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 717: Line 700:
|apr_file::no
|apr_file::no
|-
|-
|llvovolume.cpp
|llvoclouds.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 725: Line 708:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Rendering - Render Pipeline ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llcloud.cpp
|llvosurfacepatch.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 747: Line 718:
|apr_file::no
|apr_file::no
|-
|-
|llcubemap.cpp
|llvoground.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 756: Line 727:
|apr_file::no
|apr_file::no
|-
|-
|llcylinder.cpp
|llvosky.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 765: Line 736:
|apr_file::no
|apr_file::no
|-
|-
|lldrawable.cpp
|llvostars.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 774: Line 745:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpool.cpp
|llvowater.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 783: Line 754:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpoolalpha.cpp
|llwind.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 791: Line 762:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Rendering - Viewer Objects: Volumes, Particles, and Trees ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|lldrawpoolavatar.cpp
|llvocache.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 801: Line 784:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpoolbump.cpp
|llvograss.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 810: Line 793:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpoolclouds.cpp
|llvoinventorylistener.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 819: Line 802:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpoolground.cpp
|llvopartgroup.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 828: Line 811:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpoolsimple.cpp
|llvotree.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 837: Line 820:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpoolsky.cpp
|llvovolume.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 845: Line 828:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Rendering - Render Pipeline ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|lldrawpoolstars.cpp
|llcloud.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 855: Line 850:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpoolterrain.cpp
|llcubemap.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 864: Line 859:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpooltree.cpp
|llcylinder.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 873: Line 868:
|apr_file::no
|apr_file::no
|-
|-
|lldrawpoolwater.cpp
|lldrawable.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 882: Line 877:
|apr_file::no
|apr_file::no
|-
|-
|lldynamictexture.cpp
|lldrawpool.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 891: Line 886:
|apr_file::no
|apr_file::no
|-
|-
|llface.cpp
|lldrawpoolalpha.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 900: Line 895:
|apr_file::no
|apr_file::no
|-
|-
|llfeaturemanager.cpp
|lldrawpoolavatar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 909: Line 904:
|apr_file::no
|apr_file::no
|-
|-
|llflexibleobject.cpp
|lldrawpoolbump.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 918: Line 913:
|apr_file::no
|apr_file::no
|-
|-
|llglsandbox.cpp
|lldrawpoolclouds.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 927: Line 922:
|apr_file::no
|apr_file::no
|-
|-
|llglslshader.cpp
|lldrawpoolground.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 936: Line 931:
|apr_file::no
|apr_file::no
|-
|-
|llpatchvertexarray.cpp
|lldrawpoolsimple.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 945: Line 940:
|apr_file::no
|apr_file::no
|-
|-
|llpolymesh.cpp
|lldrawpoolsky.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 954: Line 949:
|apr_file::no
|apr_file::no
|-
|-
|llpolymorph.cpp
|lldrawpoolstars.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 963: Line 958:
|apr_file::no
|apr_file::no
|-
|-
|llsky.cpp
|lldrawpoolterrain.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 972: Line 967:
|apr_file::no
|apr_file::no
|-
|-
|llspatialpartition.cpp
|lldrawpooltree.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 981: Line 976:
|apr_file::no
|apr_file::no
|-
|-
|llsphere.cpp
|lldrawpoolwater.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 990: Line 985:
|apr_file::no
|apr_file::no
|-
|-
|llsprite.cpp
|lldynamictexture.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 999: Line 994:
|apr_file::no
|apr_file::no
|-
|-
|llsurface.cpp
|llface.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,008: Line 1,003:
|apr_file::no
|apr_file::no
|-
|-
|llsurfacepatch.cpp
|llfeaturemanager.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,017: Line 1,012:
|apr_file::no
|apr_file::no
|-
|-
|lltexlayer.cpp
|llflexibleobject.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,026: Line 1,021:
|apr_file::no
|apr_file::no
|-
|-
|llviewerimage.cpp
|llglsandbox.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,035: Line 1,030:
|apr_file::no
|apr_file::no
|-
|-
|llviewerimagelist.cpp
|llglslshader.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,044: Line 1,039:
|apr_file::no
|apr_file::no
|-
|-
|llviewerjoint.cpp
|llpatchvertexarray.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,053: Line 1,048:
|apr_file::no
|apr_file::no
|-
|-
|llviewerjointattachment.cpp
|llpolymesh.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,062: Line 1,057:
|apr_file::no
|apr_file::no
|-
|-
|llviewerjointmesh.cpp
|llpolymorph.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,071: Line 1,066:
|apr_file::no
|apr_file::no
|-
|-
|llviewerjointshape.cpp
|llsky.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,080: Line 1,075:
|apr_file::no
|apr_file::no
|-
|-
|llviewerlayer.cpp
|llspatialpartition.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,089: Line 1,084:
|apr_file::no
|apr_file::no
|-
|-
|llviewerobject.cpp
|llsphere.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,098: Line 1,093:
|apr_file::no
|apr_file::no
|-
|-
|llviewerobjectlist.cpp
|llsprite.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,107: Line 1,102:
|apr_file::no
|apr_file::no
|-
|-
|llviewerpartsim.cpp
|llsurface.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,116: Line 1,111:
|apr_file::no
|apr_file::no
|-
|-
|llviewerpartsource.cpp
|llsurfacepatch.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,125: Line 1,120:
|apr_file::no
|apr_file::no
|-
|-
|llviewertextureanim.cpp
|lltexlayer.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,134: Line 1,129:
|apr_file::no
|apr_file::no
|-
|-
|llviewervisualparam.cpp
|llviewerimage.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,142: Line 1,137:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Input and Output - Audio ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|fmodwrapper.cpp
|llviewerimagelist.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,164: Line 1,147:
|apr_file::no
|apr_file::no
|-
|-
|audioengine.cpp
|llviewerjoint.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,173: Line 1,156:
|apr_file::no
|apr_file::no
|-
|-
|audioengine.h
|llviewerjointattachment.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,182: Line 1,165:
|apr_file::no
|apr_file::no
|-
|-
|llaudiodecodemgr.cpp
|llviewerjointmesh.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-
|llaudiodecodemgr.h
|llviewerjointshape.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,200: Line 1,183:
|apr_file::no
|apr_file::no
|-
|-
|llaudiosourcevo.cpp
|llviewerlayer.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,209: Line 1,192:
|apr_file::no
|apr_file::no
|-
|-
|llaudiostatus.cpp
|llviewerobject.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,218: Line 1,201:
|apr_file::no
|apr_file::no
|-
|-
|vorbisdecode.cpp
|llviewerobjectlist.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,227: Line 1,210:
|apr_file::no
|apr_file::no
|-
|-
|vorbisdecode.h
|llviewerpartsim.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llviewerpartsource.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,235: Line 1,227:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Input and Output - Input ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llviewerjoystick.cpp
|llviewertextureanim.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,257: Line 1,237:
|apr_file::no
|apr_file::no
|-
|-
|llviewerkeyboard.cpp
|llviewervisualparam.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,267: Line 1,247:
|}
|}


== Data and Communication - Agents ==
== Input and Output - Audio ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 1,278: Line 1,258:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llagent.cpp
|fmodwrapper.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,287: Line 1,267:
|apr_file::no
|apr_file::no
|-
|-
|llagentdata.cpp
|audioengine.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,296: Line 1,276:
|apr_file::no
|apr_file::no
|-
|-
|llagentpilot.cpp
|audioengine.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,304: Line 1,284:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Data and Communication - Region and World ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llviewerregion.cpp
|llaudiodecodemgr.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llaudiodecodemgr.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,326: Line 1,303:
|apr_file::no
|apr_file::no
|-
|-
|llworld.cpp
|llaudiosourcevo.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,334: Line 1,311:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Data and Communication - Network ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llasynchostbyname.cpp
|llaudiostatus.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,356: Line 1,321:
|apr_file::no
|apr_file::no
|-
|-
|llcaphttpsender.cpp
|vorbisdecode.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,365: Line 1,330:
|apr_file::no
|apr_file::no
|-
|-
|llurl.cpp
|vorbisdecode.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,373: Line 1,338:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Input and Output - Input ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llurlwhitelist.cpp
|llviewerjoystick.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,383: Line 1,360:
|apr_file::no
|apr_file::no
|-
|-
|lluserauth.cpp
|llviewerkeyboard.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,391: Line 1,368:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Data and Communication - Agents ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llviewergenericmessage.cpp
|llagent.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,401: Line 1,390:
|apr_file::no
|apr_file::no
|-
|-
|llviewermessage.cpp
|llagentdata.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,410: Line 1,399:
|apr_file::no
|apr_file::no
|-
|-
|llviewermessage.h
|llagentpilot.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llviewernetwork.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,427: Line 1,407:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Data and Communication - Region and World ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llviewerthrottle.cpp
|llviewerregion.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,437: Line 1,429:
|apr_file::no
|apr_file::no
|-
|-
|llweb.cpp
|llworld.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llxmlrpctransaction.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,456: Line 1,439:
|}
|}


== User Interface - Alerts ==
== Data and Communication - Network ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 1,467: Line 1,450:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llconfirmationmanager.cpp
|llasynchostbyname.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,476: Line 1,459:
|apr_file::no
|apr_file::no
|-
|-
|llfirstuse.cpp
|llcaphttpsender.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,485: Line 1,468:
|apr_file::no
|apr_file::no
|-
|-
|llnotify.cpp
|llurl.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,493: Line 1,476:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Assets ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llcompilequeue.cpp
|llurlwhitelist.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,515: Line 1,486:
|apr_file::no
|apr_file::no
|-
|-
|llcompilequeue.h
|lluserauth.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,524: Line 1,495:
|apr_file::no
|apr_file::no
|-
|-
|llfloateranimpreview.cpp
|llviewergenericmessage.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,533: Line 1,504:
|apr_file::no
|apr_file::no
|-
|-
|llfloatergesture.cpp
|llviewermessage.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,542: Line 1,513:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterimagepreview.cpp
|llviewermessage.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,551: Line 1,522:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterinspect.cpp
|llviewernetwork.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,560: Line 1,531:
|apr_file::no
|apr_file::no
|-
|-
|llfloateropenobject.cpp
|llviewerthrottle.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,569: Line 1,540:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterproperties.cpp
|llweb.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,578: Line 1,549:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterscriptdebug.cpp
|llxmlrpctransaction.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,586: Line 1,557:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Alerts ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llpreview.cpp
|llconfirmationmanager.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,596: Line 1,579:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewanim.cpp
|llfirstuse.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,605: Line 1,588:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewgesture.cpp
|llnotify.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,613: Line 1,596:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Assets ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llpreviewgesture.h
|llcompilequeue.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,623: Line 1,618:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewlandmark.cpp
|llcompilequeue.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,632: Line 1,627:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewnotecard.cpp
|llfloateranimpreview.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
Line 1,641: Line 1,636:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewnotecard.h
|llfloatergesture.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,650: Line 1,645:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewscript.cpp
|llfloaterimagepreview.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,659: Line 1,654:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewscript.h
|llfloaterinspect.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,668: Line 1,663:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewsound.cpp
|llfloateropenobject.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,677: Line 1,672:
|apr_file::no
|apr_file::no
|-
|-
|llpreviewtexture.cpp
|llfloaterproperties.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,685: Line 1,680:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Avatar Appearance ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llfloaterclothing.cpp
|llfloaterscriptdebug.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,707: Line 1,690:
|apr_file::no
|apr_file::no
|-
|-
|llfloatercustomize.cpp
|llpreview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,716: Line 1,699:
|apr_file::no
|apr_file::no
|-
|-
|llgenepool.cpp
|llpreviewanim.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,725: Line 1,708:
|apr_file::no
|apr_file::no
|-
|-
|llgesturemgr.cpp
|llpreviewgesture.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,734: Line 1,717:
|apr_file::no
|apr_file::no
|-
|-
|llgesturemgr.h
|llpreviewgesture.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,743: Line 1,726:
|apr_file::no
|apr_file::no
|-
|-
|llpanelmorph.cpp
|llpreviewlandmark.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,751: Line 1,734:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Chat, Instant Messaging, Notices, Reports ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llchatbar.cpp
|llpreviewnotecard.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,773: Line 1,744:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterchat.cpp
|llpreviewnotecard.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,782: Line 1,753:
|apr_file::no
|apr_file::no
|-
|-
|llfloatermute.cpp
|llpreviewscript.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,791: Line 1,762:
|apr_file::no
|apr_file::no
|-
|-
|llfloaternewim.cpp
|llpreviewscript.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,800: Line 1,771:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterpostcard.cpp
|llpreviewsound.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,809: Line 1,780:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterreporter.cpp
|llpreviewtexture.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,817: Line 1,788:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Avatar Appearance ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llgroupmgr.cpp
|llfloaterclothing.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,827: Line 1,810:
|apr_file::no
|apr_file::no
|-
|-
|llgroupnotify.cpp
|llfloatercustomize.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,836: Line 1,819:
|apr_file::no
|apr_file::no
|-
|-
|llimpanel.cpp
|llgenepool.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,845: Line 1,828:
|apr_file::no
|apr_file::no
|-
|-
|llimview.cpp
|llgesturemgr.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,854: Line 1,837:
|apr_file::no
|apr_file::no
|-
|-
|lllogchat.cpp
|llgesturemgr.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,863: Line 1,846:
|apr_file::no
|apr_file::no
|-
|-
|llmutelist.cpp
|llpanelmorph.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,873: Line 1,856:
|}
|}


== User Interface - Data ==
== User Interface - Chat, Instant Messaging, Notices, Reports ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 1,884: Line 1,867:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llclassifiedinfo.cpp
|llchatbar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,893: Line 1,876:
|apr_file::no
|apr_file::no
|-
|-
|lleventinfo.cpp
|llfloaterchat.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,902: Line 1,885:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterabout.cpp
|llfloatermute.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,911: Line 1,894:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterauction.cpp
|llfloaternewim.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,920: Line 1,903:
|apr_file::no
|apr_file::no
|-
|-
|llfloateravatarinfo.cpp
|llfloaterpostcard.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,929: Line 1,912:
|apr_file::no
|apr_file::no
|-
|-
|llfloatergroupinfo.cpp
|llfloaterreporter.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 1,938: Line 1,921:
|apr_file::no
|apr_file::no
|-
|-
|llfloatergroupinvite.cpp
|llgroupmgr.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,947: Line 1,930:
|apr_file::no
|apr_file::no
|-
|-
|llfloatergroups.cpp
|llgroupnotify.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,956: Line 1,939:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterland.cpp
|llimpanel.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,965: Line 1,948:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterlandholdings.cpp
|llimview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 1,974: Line 1,957:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterregioninfo.cpp
|lllogchat.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,983: Line 1,966:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterregioninfo.h
|llmutelist.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 1,991: Line 1,974:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|}
|llfloatertelehub.cpp
 
== User Interface - Data ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llclassifiedinfo.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,001: Line 1,996:
|apr_file::no
|apr_file::no
|-
|-
|llfloatertos.cpp
|lleventinfo.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,010: Line 2,005:
|apr_file::no
|apr_file::no
|-
|-
|llfloatertos.h
|llfloaterabout.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 2,019: Line 2,014:
|apr_file::no
|apr_file::no
|-
|-
|llpanelavatar.cpp
|llfloaterauction.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 2,028: Line 2,023:
|apr_file::no
|apr_file::no
|-
|-
|llpanelclassified.cpp
|llfloateravatarinfo.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,037: Line 2,032:
|apr_file::no
|apr_file::no
|-
|-
|llpanelevent.cpp
|llfloatergroupinfo.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,046: Line 2,041:
|apr_file::no
|apr_file::no
|-
|-
|llpanelgroup.cpp
|llfloatergroupinvite.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,055: Line 2,050:
|apr_file::no
|apr_file::no
|-
|-
|llpanelgroupgeneral.cpp
|llfloatergroups.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,064: Line 2,059:
|apr_file::no
|apr_file::no
|-
|-
|llpanelgroupinvite.cpp
|llfloaterland.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,073: Line 2,068:
|apr_file::no
|apr_file::no
|-
|-
|llpanelgrouplandmoney.cpp
|llfloaterlandholdings.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,082: Line 2,077:
|apr_file::no
|apr_file::no
|-
|-
|llpanelgroupnotices.cpp
|llfloaterregioninfo.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 2,091: Line 2,086:
|apr_file::no
|apr_file::no
|-
|-
|llpanelgrouproles.cpp
|llfloaterregioninfo.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 2,100: Line 2,095:
|apr_file::no
|apr_file::no
|-
|-
|llpanelgroupvoting.cpp
|llfloatertelehub.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,109: Line 2,104:
|apr_file::no
|apr_file::no
|-
|-
|llpanelland.cpp
|llfloatertos.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,118: Line 2,113:
|apr_file::no
|apr_file::no
|-
|-
|llpanellandobjects.cpp
|llfloatertos.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 2,127: Line 2,122:
|apr_file::no
|apr_file::no
|-
|-
|llpanellandoptions.cpp
|llpanelavatar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,135: Line 2,130:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Data:Inventory ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llcallingcard.cpp
|llpanelclassified.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,157: Line 2,140:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterfriends.cpp
|llpanelevent.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,166: Line 2,149:
|apr_file::no
|apr_file::no
|-
|-
|llinventoryactions.cpp
|llpanelgroup.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,175: Line 2,158:
|apr_file::no
|apr_file::no
|-
|-
|llinventorybridge.cpp
|llpanelgroupgeneral.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,184: Line 2,167:
|apr_file::no
|apr_file::no
|-
|-
|llinventoryclipboard.cpp
|llpanelgroupinvite.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,193: Line 2,176:
|apr_file::no
|apr_file::no
|-
|-
|llinventorymodel.cpp
|llpanelgrouplandmoney.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,202: Line 2,185:
|apr_file::no
|apr_file::no
|-
|-
|llinventoryview.cpp
|llpanelgroupnotices.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llpanelgrouproles.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llpanelgroupvoting.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,211: Line 2,212:
|apr_file::no
|apr_file::no
|-
|-
|lllandmarklist.cpp
|llpanelland.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 2,220: Line 2,221:
|apr_file::no
|apr_file::no
|-
|-
|lllandmarklist.h
|llpanellandobjects.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 2,229: Line 2,230:
|apr_file::no
|apr_file::no
|-
|-
|llviewerinventory.cpp
|llpanellandoptions.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,239: Line 2,240:
|}
|}


== User Interface - Data:Money and Land ==
== User Interface - Data:Inventory ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 2,250: Line 2,251:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llcurrencyuimanager.cpp
|llcallingcard.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,259: Line 2,260:
|apr_file::no
|apr_file::no
|-
|-
|llgivemoney.cpp
|llfloaterfriends.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,268: Line 2,269:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterbuy.cpp
|llinventoryactions.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,277: Line 2,278:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterbuycontents.cpp
|llinventorybridge.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,286: Line 2,287:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterbuycurrency.cpp
|llinventoryclipboard.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llinventorymodel.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,295: Line 2,305:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterbuyland.cpp
|llinventoryview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,304: Line 2,314:
|apr_file::no
|apr_file::no
|-
|-
|llfloatersellland.cpp
|lllandmarklist.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|lllandmarklist.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llviewerinventory.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,314: Line 2,342:
|}
|}


== User Interface - Data:Search ==
== User Interface - Data:Money and Land ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 2,325: Line 2,353:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llfloaterdirectory.cpp
|llcurrencyuimanager.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,334: Line 2,362:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldirbrowser.cpp
|llgivemoney.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,343: Line 2,371:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldirclassified.cpp
|llfloaterbuy.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,352: Line 2,380:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldirevents.cpp
|llfloaterbuycontents.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,361: Line 2,389:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldirfind.cpp
|llfloaterbuycurrency.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,370: Line 2,398:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldirgroups.cpp
|llfloaterbuyland.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,379: Line 2,407:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldirland.cpp
|llfloatersellland.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,387: Line 2,415:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Data:Search ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llpaneldirpeople.cpp
|llfloaterdirectory.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,397: Line 2,437:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldirplaces.cpp
|llpaneldirbrowser.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,406: Line 2,446:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldirpopular.cpp
|llpaneldirclassified.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,415: Line 2,455:
|apr_file::no
|apr_file::no
|-
|-
|llpanelpick.cpp
|llpaneldirevents.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,424: Line 2,464:
|apr_file::no
|apr_file::no
|-
|-
|llpanelplace.cpp
|llpaneldirfind.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,432: Line 2,472:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
|-
 
|llpaneldirgroups.cpp
== User Interface - Data:Map ==
|<!-- VFS::no --> &nbsp;
{| cellborder="3" border="2" width="80%"
|<!-- gVFS::no --> &nbsp;
! width="30%" | file
|<!-- gStaticVFS::no --> &nbsp;
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llcompass.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFS::no
Line 2,454: Line 2,482:
|apr_file::no
|apr_file::no
|-
|-
|llfloatermap.cpp
|llpaneldirland.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,463: Line 2,491:
|apr_file::no
|apr_file::no
|-
|-
|llfloaterworldmap.cpp
|llpaneldirpeople.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,472: Line 2,500:
|apr_file::no
|apr_file::no
|-
|-
|llmapresponders.cpp
|llpaneldirplaces.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,481: Line 2,509:
|apr_file::no
|apr_file::no
|-
|-
|llnetmap.cpp
|llpaneldirpopular.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,490: Line 2,518:
|apr_file::no
|apr_file::no
|-
|-
|llworldmap.cpp
|llpanelpick.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,499: Line 2,527:
|apr_file::no
|apr_file::no
|-
|-
|llworldmapview.cpp
|llpanelplace.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,509: Line 2,537:
|}
|}


== User Interface - Objects and Edit Tools ==
== User Interface - Data:Map ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 2,520: Line 2,548:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llhoverview.cpp
|llcompass.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,528: Line 2,556:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-  
|-
|llmanip.cpp
|llfloatermap.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,537: Line 2,565:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-  
|-
|llmaniprotate.cpp
|llfloaterworldmap.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,546: Line 2,574:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-  
|-
|llmanipscale.cpp
|llmapresponders.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,555: Line 2,583:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-  
|-
|llmaniptranslate.cpp
|llnetmap.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,564: Line 2,592:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-  
|-
|llfloaterbuildoptions.cpp
|llworldmap.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,573: Line 2,601:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-  
|-
|llfloaterbump.cpp
|llworldmapview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,582: Line 2,610:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-  
|}
|llfloatercolorpicker.cpp
 
== User Interface - Objects and Edit Tools ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llhoverview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,592: Line 2,632:
|apr_file::no
|apr_file::no
|-  
|-  
|llfloaterpermissionsmgr.cpp
|llmanip.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,601: Line 2,641:
|apr_file::no
|apr_file::no
|-  
|-  
|llfloatertools.cpp
|llmaniprotate.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,610: Line 2,650:
|apr_file::no
|apr_file::no
|-  
|-  
|llpanelcontents.cpp
|llmanipscale.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,619: Line 2,659:
|apr_file::no
|apr_file::no
|-  
|-  
|llpanelface.cpp
|llmaniptranslate.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,628: Line 2,668:
|apr_file::no
|apr_file::no
|-  
|-  
|llpanelgeneral.cpp
|llfloaterbuildoptions.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,637: Line 2,677:
|apr_file::no
|apr_file::no
|-  
|-  
|llpanelinventory.cpp
|llfloaterbump.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,646: Line 2,686:
|apr_file::no
|apr_file::no
|-  
|-  
|llpanelobject.cpp
|llfloatercolorpicker.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,655: Line 2,695:
|apr_file::no
|apr_file::no
|-  
|-  
|llpanelpermissions.cpp
|llfloaterpermissionsmgr.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,664: Line 2,704:
|apr_file::no
|apr_file::no
|-  
|-  
|llselectmgr.cpp
|llfloatertools.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,673: Line 2,713:
|apr_file::no
|apr_file::no
|-  
|-  
|lltool.cpp
|llpanelcontents.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,682: Line 2,722:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolbar.cpp
|llpanelface.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,691: Line 2,731:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolbrush.cpp
|llpanelgeneral.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,700: Line 2,740:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolcomp.cpp
|llpanelinventory.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,709: Line 2,749:
|apr_file::no
|apr_file::no
|-  
|-  
|lltooldraganddrop.cpp
|llpanelobject.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,718: Line 2,758:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolface.cpp
|llpanelpermissions.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,727: Line 2,767:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolfocus.cpp
|llselectmgr.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,736: Line 2,776:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolgrab.cpp
|lltool.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,745: Line 2,785:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolgun.cpp
|lltoolbar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,754: Line 2,794:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolindividual.cpp
|lltoolbrush.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,763: Line 2,803:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolmgr.cpp
|lltoolcomp.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,772: Line 2,812:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolmorph.cpp
|lltooldraganddrop.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,781: Line 2,821:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolobjpicker.cpp
|lltoolface.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,790: Line 2,830:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolpie.cpp
|lltoolfocus.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,799: Line 2,839:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolpipette.cpp
|lltoolgrab.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,808: Line 2,848:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolplacer.cpp
|lltoolgun.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,817: Line 2,857:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolselect.cpp
|lltoolindividual.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,826: Line 2,866:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolselectland.cpp
|lltoolmgr.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,835: Line 2,875:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolselectrect.cpp
|lltoolmorph.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,844: Line 2,884:
|apr_file::no
|apr_file::no
|-  
|-  
|lltoolview.cpp
|lltoolobjpicker.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,853: Line 2,893:
|apr_file::no
|apr_file::no
|-  
|-  
|llviewerparcelmgr.cpp
|lltoolpie.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,862: Line 2,902:
|apr_file::no
|apr_file::no
|-  
|-  
|llviewerparceloverlay.cpp
|lltoolpipette.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,870: Line 2,910:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
|-  
 
|lltoolplacer.cpp
== User Interface - HTML ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llfloaterhtml.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,891: Line 2,919:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-  
|llfloaterhtmlfind.cpp
|lltoolselect.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,900: Line 2,928:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-  
|llfloaterhtmlhelp.cpp
|lltoolselectland.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,909: Line 2,937:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
|-  
 
|lltoolselectrect.cpp
== User Interface - Import, Export, Upload ==
|<!-- VFS::no --> &nbsp;
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llfloaterimport.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 2,930: Line 2,946:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-  
|llfloatersaveavatar.cpp
|lltoolview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,939: Line 2,955:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-  
|llfloatersnapshot.cpp
|llviewerparcelmgr.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 2,948: Line 2,964:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-  
|lluploaddialog.cpp
|llviewerparceloverlay.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,959: Line 2,975:
|}
|}


== User Interface - Menus, Overlays, Login ==
== User Interface - HTML ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 2,970: Line 2,986:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llmediaremotectrl.cpp
|llfloaterhtml.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,979: Line 2,995:
|apr_file::no
|apr_file::no
|-
|-
|llmenucommands.cpp
|llfloaterhtmlfind.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 2,988: Line 3,004:
|apr_file::no
|apr_file::no
|-
|-
|llmoveview.cpp
|llfloaterhtmlhelp.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|lloverlaybar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,005: Line 3,012:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== User Interface - Import, Export, Upload ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llpanellogin.cpp
|llfloaterimport.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,015: Line 3,034:
|apr_file::no
|apr_file::no
|-
|-
|llprogressview.cpp
|llfloatersaveavatar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,024: Line 3,043:
|apr_file::no
|apr_file::no
|-
|-
|llviewermenu.cpp
|llfloatersnapshot.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 3,033: Line 3,052:
|apr_file::no
|apr_file::no
|-
|-
|llviewermenu.h
|lluploaddialog.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llviewermenufile.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 3,052: Line 3,062:
|}
|}


== User Interface - Preferences ==
== User Interface - Menus, Overlays, Login ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 3,063: Line 3,073:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llfloaterpreference.cpp
|llmediaremotectrl.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,072: Line 3,082:
|apr_file::no
|apr_file::no
|-
|-
|llpanelaudioprefs.cpp
|llmenucommands.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,081: Line 3,091:
|apr_file::no
|apr_file::no
|-
|-
|llprefschat.cpp
|llmoveview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,090: Line 3,100:
|apr_file::no
|apr_file::no
|-
|-
|llprefsim.cpp
|lloverlaybar.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,099: Line 3,109:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldisplay.cpp
|llpanellogin.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,108: Line 3,118:
|apr_file::no
|apr_file::no
|-
|-
|llpanelmsgs.cpp
|llprogressview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,117: Line 3,127:
|apr_file::no
|apr_file::no
|-
|-
|llpanelnetwork.cpp
|llviewermenu.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,126: Line 3,136:
|apr_file::no
|apr_file::no
|-
|-
|llpanelvolume.cpp
|llviewermenu.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,135: Line 3,145:
|apr_file::no
|apr_file::no
|-
|-
|llpanelweb.cpp
|llviewermenufile.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 3,145: Line 3,155:
|}
|}


== User Interface - Utility ==
== User Interface - Preferences ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 3,156: Line 3,166:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llcolorscheme.cpp
|llfloaterpreference.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,165: Line 3,175:
|apr_file::no
|apr_file::no
|-
|-
|lldirpicker.cpp
|llpanelaudioprefs.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,174: Line 3,184:
|apr_file::no
|apr_file::no
|-
|-
|llfilepicker.cpp
|llprefschat.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,183: Line 3,193:
|apr_file::no
|apr_file::no
|-
|-
|llfloateravatarpicker.cpp
|llprefsim.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,192: Line 3,202:
|apr_file::no
|apr_file::no
|-
|-
|llfloaternamedesc.cpp
|llpaneldisplay.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,201: Line 3,211:
|apr_file::no
|apr_file::no
|-
|-
|llsavedsettingsglue.cpp
|llpanelmsgs.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,210: Line 3,220:
|apr_file::no
|apr_file::no
|-
|-
|llviewchildren.cpp
|llpanelnetwork.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llpanelvolume.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llpanelweb.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,220: Line 3,248:
|}
|}


== User Interface - Widgets ==
== User Interface - Utility ==
{| cellborder="3" border="2" width="80%"
{| cellborder="3" border="2" width="80%"
! width="30%" | file
! width="30%" | file
Line 3,231: Line 3,259:
!width="10%" |apr_file
!width="10%" |apr_file
|-
|-
|llcolorswatch.cpp
|llcolorscheme.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,240: Line 3,268:
|apr_file::no
|apr_file::no
|-
|-
|llcontainerview.cpp
|lldirpicker.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,249: Line 3,277:
|apr_file::no
|apr_file::no
|-
|-
|llfolderview.cpp
|llfilepicker.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,258: Line 3,286:
|apr_file::no
|apr_file::no
|-
|-
|llnamebox.cpp
|llfloateravatarpicker.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,267: Line 3,295:
|apr_file::no
|apr_file::no
|-
|-
|llnameeditor.cpp
|llfloaternamedesc.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,276: Line 3,304:
|apr_file::no
|apr_file::no
|-
|-
|llnamelistctrl.cpp
|llsavedsettingsglue.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,285: Line 3,313:
|apr_file::no
|apr_file::no
|-
|-
|lltexturectrl.cpp
|llviewchildren.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,293: Line 3,321:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|}
|lljoystickbutton.cpp
 
|<!-- VFS::no --> &nbsp;
== User Interface - Widgets ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llcolorswatch.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,303: Line 3,343:
|apr_file::no
|apr_file::no
|-
|-
|llviewertexteditor.cpp
|llcontainerview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,312: Line 3,352:
|apr_file::no
|apr_file::no
|-
|-
|llvieweruictrlfactory.cpp
|llfolderview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,321: Line 3,361:
|apr_file::no
|apr_file::no
|-
|-
|llwebbrowserctrl.cpp
|llnamebox.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,330: Line 3,370:
|apr_file::no
|apr_file::no
|-
|-
|}
|llnameeditor.cpp
 
== User Interface - Debug ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llconsole.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,352: Line 3,379:
|apr_file::no
|apr_file::no
|-
|-
|lldebugmessagebox.cpp
|llnamelistctrl.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,361: Line 3,388:
|apr_file::no
|apr_file::no
|-
|-
|lldebugview.cpp
|lltexturectrl.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,370: Line 3,397:
|apr_file::no
|apr_file::no
|-
|-
|llfasttimerview.cpp
|lljoystickbutton.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,379: Line 3,406:
|apr_file::no
|apr_file::no
|-
|-
|llframestats.cpp
|llviewertexteditor.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,388: Line 3,415:
|apr_file::no
|apr_file::no
|-
|-
|llframestatview.cpp
|llvieweruictrlfactory.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,397: Line 3,424:
|apr_file::no
|apr_file::no
|-
|-
|llmemoryview.cpp
|llwebbrowserctrl.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,406: Line 3,433:
|apr_file::no
|apr_file::no
|-
|-
|llfloateravatartextures.cpp
|}
 
== User Interface - Debug ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|llconsole.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,415: Line 3,455:
|apr_file::no
|apr_file::no
|-
|-
|llfloatereditui.cpp
|lldebugmessagebox.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,424: Line 3,464:
|apr_file::no
|apr_file::no
|-
|-
|llfloatergodtools.cpp
|lldebugview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,433: Line 3,473:
|apr_file::no
|apr_file::no
|-
|-
|llfloatertest.cpp
|llfasttimerview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,442: Line 3,482:
|apr_file::no
|apr_file::no
|-
|-
|llfloatertopobjects.cpp
|llframestats.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,451: Line 3,491:
|apr_file::no
|apr_file::no
|-
|-
|llpaneldebug.cpp
|llframestatview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,460: Line 3,500:
|apr_file::no
|apr_file::no
|-
|-
|llstatbar.cpp
|llmemoryview.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,469: Line 3,509:
|apr_file::no
|apr_file::no
|-
|-
|llstatgraph.cpp
|llfloateravatartextures.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,478: Line 3,518:
|apr_file::no
|apr_file::no
|-
|-
|llstatusbar.cpp
|llfloatereditui.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,487: Line 3,527:
|apr_file::no
|apr_file::no
|-
|-
|llstatview.cpp
|llfloatergodtools.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,496: Line 3,536:
|apr_file::no
|apr_file::no
|-
|-
|lltextureview.cpp
|llfloatertest.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-
|llvelocitybar.cpp
|llfloatertopobjects.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,514: Line 3,554:
|apr_file::no
|apr_file::no
|-
|-
|llviewercontrol.cpp
|llpaneldebug.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,523: Line 3,563:
|apr_file::no
|apr_file::no
|-
|-
|llviewerstats.cpp
|llstatbar.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,532: Line 3,572:
|apr_file::no
|apr_file::no
|-
|-
|llviewerstats.h
|llstatgraph.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,540: Line 3,580:
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Unlisted in Viewer Source Files page ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|llassetstorage.cpp
|llstatusbar.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,563: Line 3,590:
|apr_file::no
|apr_file::no
|-
|-
|llassetstorage.h
|llstatview.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,572: Line 3,599:
|apr_file::no
|apr_file::no
|-
|-
|llextendedstatus.h
|lltextureview.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-
|llhttpassetstorage.cpp
|llvelocitybar.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,590: Line 3,617:
|apr_file::no
|apr_file::no
|-
|-
|llhttpassetstorage.h
|llviewercontrol.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,599: Line 3,626:
|apr_file::no
|apr_file::no
|-
|-
|llhttpclient.cpp
|llviewerstats.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,608: Line 3,635:
|apr_file::no
|apr_file::no
|-
|-
|lllfsthread.cpp
|llviewerstats.h
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|}
== Unlisted in Viewer Source Files page ==
{| cellborder="3" border="2" width="80%"
! width="30%" | file
!width="10%" |VFS
!width="10%" |gVFS
!width="10%" |gStaticVFS
!width="10%" |LLLFS
!width="10%" |LLVFS
!width="10%" |LLVFile
!width="10%" |apr_file
|-
|-
|lllfsthread.h
|llassetstorage.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFS::no
|LLVFile::no
|LLVFile::no
|apr_file::no
|apr_file::no
|-
|-
|llhttpclient.cpp
|llassetstorage.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 3,635: Line 3,675:
|apr_file::no
|apr_file::no
|-
|-
|llimage.cpp
|llextendedstatus.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,644: Line 3,684:
|apr_file::no
|apr_file::no
|-
|-
|llimage.h
|llhttpassetstorage.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,653: Line 3,693:
|apr_file::no
|apr_file::no
|-
|-
|llkeyframemotion.cpp
|llhttpassetstorage.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,662: Line 3,702:
|apr_file::no
|apr_file::no
|-
|-
|llkeyframemotion.h
|llhttpclient.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,671: Line 3,711:
|apr_file::no
|apr_file::no
|-
|-
|llprocessor.cpp
|llhttpclient.cpp
|<!-- VFS::no --> &nbsp;
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
Line 3,680: Line 3,720:
|apr_file::no
|apr_file::no
|-
|-
|llprocessor.h
|llimage.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llstatemachine.cpp
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|llstatemachine.h
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- LLLFS::no --> &nbsp;
|LLVFS::no
|LLVFile::no
|apr_file::no
|-
|lltransfersourceasset.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,716: Line 3,729:
|apr_file::no
|apr_file::no
|-
|-
|lltransfersourceasset.h
|llimage.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,725: Line 3,738:
|apr_file::no
|apr_file::no
|-
|-
|lltransfertargetvfile.cpp
|llkeyframemotion.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,734: Line 3,747:
|apr_file::no
|apr_file::no
|-
|-
|lltransfertargetvfile.h
|llkeyframemotion.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,743: Line 3,756:
|apr_file::no
|apr_file::no
|-
|-
|llvfile.cpp
|llprocessor.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,752: Line 3,765:
|apr_file::no
|apr_file::no
|-
|-
|llvfile.h
|llprocessor.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,761: Line 3,774:
|apr_file::no
|apr_file::no
|-
|-
|llvfs.cpp
|llstatemachine.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,770: Line 3,783:
|apr_file::no
|apr_file::no
|-
|-
|llvfs.h
|llstatemachine.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
|<!-- gStaticVFS::no --> &nbsp;
Line 3,779: Line 3,792:
|apr_file::no
|apr_file::no
|-
|-
|llvfsthread.cpp
|lltransfersourceasset.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,788: Line 3,801:
|apr_file::no
|apr_file::no
|-
|-
|llvfsthread.h
|lltransfersourceasset.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,797: Line 3,810:
|apr_file::no
|apr_file::no
|-
|-
|llxfer_vfile.cpp
|lltransfertargetvfile.cpp
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;
Line 3,806: Line 3,819:
|apr_file::no
|apr_file::no
|-
|-
|llxfer_vfile.h
|lltransfertargetvfile.h
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- VFS::YES --> <center><font size="+2">'''X'''</font></center>
|<!-- gVFS::no --> &nbsp;
|<!-- gVFS::no --> &nbsp;

Revision as of 17:39, 17 June 2008

This article is a work in progress.

Please do not edit.



This article is a work in progress.

Please do not edit.

Evolving article purpose

From Scalar Tardis / Dale Mahalko: This started out as a list of references in the client source to the keyword VFS, which then became more useful in table format when I noticed the gVFS and gStaticVFS. As I explored the code further I noted the related file access procedures of the LFS and then discovered the use of the Apache Portable Runtime used to replace the LFS.

There is no official stated policy anywhere, but it would appear there is an effort to replace the LFS calls with APR calls, and perhaps eventually, also replacing VFS calls with APR calls. Local file storage based purely on the APR may be faster and more stable than previous methods created in-house by Linden Lab, and would make the client much easier to port to more widely varying OS platforms since the APR is already widely deployed across many platforms. And as the Wikipedia article for the APR states, if an OS doesn't directly support some needed feature, the APR will directly implement that feature itself, making it very useful to replace as many legacy calls with APR calls.

Notes on the source code references

The following list of source references is based on viewer source released 1.19.1.4 in the SVN repository, and will need future updating as the viewer source continues to evolve:

This listing duplicates the layout and format of the Viewer Source Files page, providing a direct 1-to-1 correspondence with each section and source file. Although the source list only includes .cpp files, if a matching .h file is found it is listed here below the .cpp for that name.

Table column headings

Each column of these tables refer to:

  • VFS - any reference to this keyward. "VFS" is not used in the code alone, and so is usually referring to comments in the source, or debugging/logging notes.
  • gVFS - the "general VFS" which is used for temporary storage for assets, in a private RAM-disk held in memory at all times. It is the primary limitation for allowing unlimited local asset caching in the viewer as currently designed. This needs to be removed and replaced with direct filesystem calls to folder-based storage.
  • gStaticVFS - a read-only VFS in "static_data.db2" and "static_index.db2". This contains the graphical elements and sounds of the Second Life user interface. It's only about 8 megabytes, but why does it have to be fully loaded in a virtual RAM-disk all the time using limited system memory? May be worthwhile to replace this with direct on-disk storage, perhaps in a ZIP file.
  • LLVFile - the purpose of this code is still unclear (to Scalar Tardis / Dale Mahalko) but this appears to be how the two different VFS are accessed. The LLVFile is a general procedure for accessing both of them.
  • LLLFS - the "Local File System" procedures, used to directly read and write to the local OS storage. The audio manager for example uses LLLFS calls to write decoded OGG sounds as WAV files in the cache directory.
  • apr_file - it appears that the Apache Portable Runtime is being used to replace calls to the LFS in the client source. The LFS can probably be regarded as legacy code which should not be used if possible, and by association, the VFS may also eventually be retired, replaced with direct filesystem APR calls.

VFS removal/replacement

As has been discussed in the sl-dev mailing list and in the JIRA, the VFS does not scale up very well at all since it functions as a private RAM-disk for non-texture assets downloaded by the viewer. The on-disk VFS files are used only for storage when the viewer is not running. At startup, the files are parsed for errors and loaded into memory, and continue to occupy memory until the viewer exits and the contents are written back to the disk files. As a RAM disk, increasing the cache size to larger than the available free memory causes the computer to run out of physical RAM and require the use of virtual memory and disk swapping. This is counterproductive when the intent of increasing the VFS size is to cache more of the frequently-used data to speed up the client and reduce network traffic. In order to permit the cache of assets currently stored in the VFS to grow to gigabytes of storage without requiring gigabytes of physical memory to store it, the existing VFS will have to be removed from the viewer and replaced with a traditional file/directory-based disk cache.

Need for lightweight asset obfuscation

In the interests of copyright protection, a directory-based non-texture asset cache should include some form of low-impact data obfuscation, to make it slightly difficult for the copyrighted works of other SL users held in the cache to be casually copied and examined. As has been discussed in SL-Dev, heavy and slow cache encryption would serve no purpose since a decryption tool can be easily built using the client source that would do the cache decrypting. So it's better to just use a simple and fast obfuscation technique which discourages casual asset theft.

General - Main and Startup

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llstartup.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llappviewer.cpp
X
X
X
X
LLVFS::no LLVFile::no apr_file::no
llappviewer.h
X
X
X
  LLVFS::no LLVFile::no apr_file::no

General - Window Management and Render Pipeline

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
pipeline.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerdisplay.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerprecompiledheaders.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerprecompiledheaders.h
X
      LLVFS::no LLVFile::no apr_file::no
llviewerwindow.cpp         LLVFS::no LLVFile::no apr_file::no
llwindebug.cpp         LLVFS::no LLVFile::no apr_file::no

General - Filesystem Access and Storage

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
lllfsthread.cpp      
X
LLVFS::no LLVFile::no apr_file::no
lllfsthread.h      
X
LLVFS::no LLVFile::no apr_file::no
llvfile.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llvfile.h
X
      LLVFS::no LLVFile::no apr_file::no
llvfs.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llvfs.h
X
      LLVFS::no LLVFile::no apr_file::no
llvfsthread.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llvfsthread.h
X
      LLVFS::no LLVFile::no apr_file::no
llxfer_vfile.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llxfer_vfile.h
X
      LLVFS::no LLVFile::no apr_file::no

General - Utility and Misc

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llbbox.cpp         LLVFS::no LLVFile::no apr_file::no
llbox.cpp         LLVFS::no LLVFile::no apr_file::no
llcallbacklist.cpp         LLVFS::no LLVFile::no apr_file::no
llcontroldef.cpp
X
      LLVFS::no LLVFile::no apr_file::no
lleventnotifier.cpp         LLVFS::no LLVFile::no apr_file::no
lleventpoll.cpp         LLVFS::no LLVFile::no apr_file::no
llhippo.cpp         LLVFS::no LLVFile::no apr_file::no
llregionposition.cpp         LLVFS::no LLVFile::no apr_file::no
moviemaker.cpp         LLVFS::no LLVFile::no apr_file::no
noise.cpp         LLVFS::no LLVFile::no apr_file::no

Rendering - Asset Management

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llassetuploadresponders.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
lltexturecache.cpp      
X
LLVFS::no LLVFile::no apr_file::no
lltexturefetch.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerassetstorage.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llviewerassetstorage.h
X
      LLVFS::no LLVFile::no apr_file::no
llwearable.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llwearablelist.cpp         LLVFS::no LLVFile::no apr_file::no

Rendering - Character and Animation

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
lldriverparam.cpp         LLVFS::no LLVFile::no apr_file::no
llemote.cpp         LLVFS::no LLVFile::no apr_file::no
llviewergesture.cpp         LLVFS::no LLVFile::no apr_file::no
llvoavatar.cpp
X
 
X
  LLVFS::no LLVFile::no apr_file::no
llcharacter(???)

Rendering - Camera

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llcameraview.cpp         LLVFS::no LLVFile::no apr_file::no
llfollowcam.cpp         LLVFS::no LLVFile::no apr_file::no
llmorphview.cpp         LLVFS::no LLVFile::no apr_file::no
llviewercamera.cpp         LLVFS::no LLVFile::no apr_file::no

Rendering - Effects

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llhudconnector.cpp         LLVFS::no LLVFile::no apr_file::no
llhudeffect.cpp         LLVFS::no LLVFile::no apr_file::no
llhudeffectbeam.cpp         LLVFS::no LLVFile::no apr_file::no
llhudeffectlookat.cpp         LLVFS::no LLVFile::no apr_file::no
llhudeffectpointat.cpp         LLVFS::no LLVFile::no apr_file::no
llhudeffecttrail.cpp         LLVFS::no LLVFile::no apr_file::no
llhudicon.cpp         LLVFS::no LLVFile::no apr_file::no
llhudmanager.cpp         LLVFS::no LLVFile::no apr_file::no
llhudobject.cpp         LLVFS::no LLVFile::no apr_file::no
llhudrender.cpp         LLVFS::no LLVFile::no apr_file::no
llhudtext.cpp         LLVFS::no LLVFile::no apr_file::no
llhudview.cpp         LLVFS::no LLVFile::no apr_file::no
lltracker.cpp         LLVFS::no LLVFile::no apr_file::no
llvelocitybar.cpp         LLVFS::no LLVFile::no apr_file::no
llvotextbubble.cpp         LLVFS::no LLVFile::no apr_file::no

Rendering - Environment

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llvlmanager.cpp         LLVFS::no LLVFile::no apr_file::no
llvlcomposition.cpp         LLVFS::no LLVFile::no apr_file::no
llvoclouds.cpp         LLVFS::no LLVFile::no apr_file::no
llvosurfacepatch.cpp         LLVFS::no LLVFile::no apr_file::no
llvoground.cpp         LLVFS::no LLVFile::no apr_file::no
llvosky.cpp         LLVFS::no LLVFile::no apr_file::no
llvostars.cpp         LLVFS::no LLVFile::no apr_file::no
llvowater.cpp         LLVFS::no LLVFile::no apr_file::no
llwind.cpp         LLVFS::no LLVFile::no apr_file::no

Rendering - Viewer Objects: Volumes, Particles, and Trees

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llvocache.cpp         LLVFS::no LLVFile::no apr_file::no
llvograss.cpp         LLVFS::no LLVFile::no apr_file::no
llvoinventorylistener.cpp         LLVFS::no LLVFile::no apr_file::no
llvopartgroup.cpp         LLVFS::no LLVFile::no apr_file::no
llvotree.cpp         LLVFS::no LLVFile::no apr_file::no
llvovolume.cpp         LLVFS::no LLVFile::no apr_file::no

Rendering - Render Pipeline

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llcloud.cpp         LLVFS::no LLVFile::no apr_file::no
llcubemap.cpp         LLVFS::no LLVFile::no apr_file::no
llcylinder.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawable.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpool.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolalpha.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolavatar.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolbump.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolclouds.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolground.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolsimple.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolsky.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolstars.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolterrain.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpooltree.cpp         LLVFS::no LLVFile::no apr_file::no
lldrawpoolwater.cpp         LLVFS::no LLVFile::no apr_file::no
lldynamictexture.cpp         LLVFS::no LLVFile::no apr_file::no
llface.cpp         LLVFS::no LLVFile::no apr_file::no
llfeaturemanager.cpp         LLVFS::no LLVFile::no apr_file::no
llflexibleobject.cpp         LLVFS::no LLVFile::no apr_file::no
llglsandbox.cpp         LLVFS::no LLVFile::no apr_file::no
llglslshader.cpp         LLVFS::no LLVFile::no apr_file::no
llpatchvertexarray.cpp         LLVFS::no LLVFile::no apr_file::no
llpolymesh.cpp         LLVFS::no LLVFile::no apr_file::no
llpolymorph.cpp         LLVFS::no LLVFile::no apr_file::no
llsky.cpp         LLVFS::no LLVFile::no apr_file::no
llspatialpartition.cpp         LLVFS::no LLVFile::no apr_file::no
llsphere.cpp         LLVFS::no LLVFile::no apr_file::no
llsprite.cpp         LLVFS::no LLVFile::no apr_file::no
llsurface.cpp         LLVFS::no LLVFile::no apr_file::no
llsurfacepatch.cpp         LLVFS::no LLVFile::no apr_file::no
lltexlayer.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llviewerimage.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llviewerimagelist.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llviewerjoint.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerjointattachment.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerjointmesh.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerjointshape.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerlayer.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerobject.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerobjectlist.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerpartsim.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerpartsource.cpp         LLVFS::no LLVFile::no apr_file::no
llviewertextureanim.cpp         LLVFS::no LLVFile::no apr_file::no
llviewervisualparam.cpp         LLVFS::no LLVFile::no apr_file::no

Input and Output - Audio

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
fmodwrapper.cpp         LLVFS::no LLVFile::no apr_file::no
audioengine.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
audioengine.h
X
      LLVFS::no LLVFile::no apr_file::no
llaudiodecodemgr.cpp
X
X
X
X
LLVFS::no LLVFile::no apr_file::no
llaudiodecodemgr.h
X
      LLVFS::no LLVFile::no apr_file::no
llaudiosourcevo.cpp         LLVFS::no LLVFile::no apr_file::no
llaudiostatus.cpp         LLVFS::no LLVFile::no apr_file::no
vorbisdecode.cpp
X
      LLVFS::no LLVFile::no apr_file::no
vorbisdecode.h
X
      LLVFS::no LLVFile::no apr_file::no

Input and Output - Input

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llviewerjoystick.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerkeyboard.cpp         LLVFS::no LLVFile::no apr_file::no

Data and Communication - Agents

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llagent.cpp         LLVFS::no LLVFile::no apr_file::no
llagentdata.cpp         LLVFS::no LLVFile::no apr_file::no
llagentpilot.cpp         LLVFS::no LLVFile::no apr_file::no

Data and Communication - Region and World

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llviewerregion.cpp         LLVFS::no LLVFile::no apr_file::no
llworld.cpp         LLVFS::no LLVFile::no apr_file::no

Data and Communication - Network

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llasynchostbyname.cpp         LLVFS::no LLVFile::no apr_file::no
llcaphttpsender.cpp         LLVFS::no LLVFile::no apr_file::no
llurl.cpp         LLVFS::no LLVFile::no apr_file::no
llurlwhitelist.cpp         LLVFS::no LLVFile::no apr_file::no
lluserauth.cpp         LLVFS::no LLVFile::no apr_file::no
llviewergenericmessage.cpp         LLVFS::no LLVFile::no apr_file::no
llviewermessage.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llviewermessage.h
X
      LLVFS::no LLVFile::no apr_file::no
llviewernetwork.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerthrottle.cpp         LLVFS::no LLVFile::no apr_file::no
llweb.cpp         LLVFS::no LLVFile::no apr_file::no
llxmlrpctransaction.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Alerts

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llconfirmationmanager.cpp         LLVFS::no LLVFile::no apr_file::no
llfirstuse.cpp         LLVFS::no LLVFile::no apr_file::no
llnotify.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Assets

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llcompilequeue.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llcompilequeue.h
X
      LLVFS::no LLVFile::no apr_file::no
llfloateranimpreview.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llfloatergesture.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterimagepreview.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterinspect.cpp         LLVFS::no LLVFile::no apr_file::no
llfloateropenobject.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterproperties.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterscriptdebug.cpp         LLVFS::no LLVFile::no apr_file::no
llpreview.cpp         LLVFS::no LLVFile::no apr_file::no
llpreviewanim.cpp         LLVFS::no LLVFile::no apr_file::no
llpreviewgesture.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llpreviewgesture.h
X
      LLVFS::no LLVFile::no apr_file::no
llpreviewlandmark.cpp         LLVFS::no LLVFile::no apr_file::no
llpreviewnotecard.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llpreviewnotecard.h
X
      LLVFS::no LLVFile::no apr_file::no
llpreviewscript.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llpreviewscript.h
X
      LLVFS::no LLVFile::no apr_file::no
llpreviewsound.cpp         LLVFS::no LLVFile::no apr_file::no
llpreviewtexture.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Avatar Appearance

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llfloaterclothing.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatercustomize.cpp         LLVFS::no LLVFile::no apr_file::no
llgenepool.cpp         LLVFS::no LLVFile::no apr_file::no
llgesturemgr.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llgesturemgr.h
X
      LLVFS::no LLVFile::no apr_file::no
llpanelmorph.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Chat, Instant Messaging, Notices, Reports

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llchatbar.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterchat.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatermute.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaternewim.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterpostcard.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llfloaterreporter.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llgroupmgr.cpp         LLVFS::no LLVFile::no apr_file::no
llgroupnotify.cpp         LLVFS::no LLVFile::no apr_file::no
llimpanel.cpp         LLVFS::no LLVFile::no apr_file::no
llimview.cpp         LLVFS::no LLVFile::no apr_file::no
lllogchat.cpp         LLVFS::no LLVFile::no apr_file::no
llmutelist.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Data

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llclassifiedinfo.cpp         LLVFS::no LLVFile::no apr_file::no
lleventinfo.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterabout.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterauction.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llfloateravatarinfo.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatergroupinfo.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatergroupinvite.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatergroups.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterland.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterlandholdings.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterregioninfo.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llfloaterregioninfo.h
X
      LLVFS::no LLVFile::no apr_file::no
llfloatertelehub.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatertos.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatertos.h
X
      LLVFS::no LLVFile::no apr_file::no
llpanelavatar.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelclassified.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelevent.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelgroup.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelgroupgeneral.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelgroupinvite.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelgrouplandmoney.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelgroupnotices.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelgrouproles.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelgroupvoting.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelland.cpp         LLVFS::no LLVFile::no apr_file::no
llpanellandobjects.cpp         LLVFS::no LLVFile::no apr_file::no
llpanellandoptions.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Data:Inventory

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llcallingcard.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterfriends.cpp         LLVFS::no LLVFile::no apr_file::no
llinventoryactions.cpp         LLVFS::no LLVFile::no apr_file::no
llinventorybridge.cpp         LLVFS::no LLVFile::no apr_file::no
llinventoryclipboard.cpp         LLVFS::no LLVFile::no apr_file::no
llinventorymodel.cpp         LLVFS::no LLVFile::no apr_file::no
llinventoryview.cpp         LLVFS::no LLVFile::no apr_file::no
lllandmarklist.cpp
X
      LLVFS::no LLVFile::no apr_file::no
lllandmarklist.h
X
      LLVFS::no LLVFile::no apr_file::no
llviewerinventory.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Data:Money and Land

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llcurrencyuimanager.cpp         LLVFS::no LLVFile::no apr_file::no
llgivemoney.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterbuy.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterbuycontents.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterbuycurrency.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterbuyland.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatersellland.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Data:Search

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llfloaterdirectory.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirbrowser.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirclassified.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirevents.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirfind.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirgroups.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirland.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirpeople.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirplaces.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldirpopular.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelpick.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelplace.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Data:Map

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llcompass.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatermap.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterworldmap.cpp         LLVFS::no LLVFile::no apr_file::no
llmapresponders.cpp         LLVFS::no LLVFile::no apr_file::no
llnetmap.cpp         LLVFS::no LLVFile::no apr_file::no
llworldmap.cpp         LLVFS::no LLVFile::no apr_file::no
llworldmapview.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Objects and Edit Tools

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llhoverview.cpp         LLVFS::no LLVFile::no apr_file::no
llmanip.cpp         LLVFS::no LLVFile::no apr_file::no
llmaniprotate.cpp         LLVFS::no LLVFile::no apr_file::no
llmanipscale.cpp         LLVFS::no LLVFile::no apr_file::no
llmaniptranslate.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterbuildoptions.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterbump.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatercolorpicker.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterpermissionsmgr.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatertools.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelcontents.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelface.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelgeneral.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelinventory.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelobject.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelpermissions.cpp         LLVFS::no LLVFile::no apr_file::no
llselectmgr.cpp         LLVFS::no LLVFile::no apr_file::no
lltool.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolbar.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolbrush.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolcomp.cpp         LLVFS::no LLVFile::no apr_file::no
lltooldraganddrop.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolface.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolfocus.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolgrab.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolgun.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolindividual.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolmgr.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolmorph.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolobjpicker.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolpie.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolpipette.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolplacer.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolselect.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolselectland.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolselectrect.cpp         LLVFS::no LLVFile::no apr_file::no
lltoolview.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerparcelmgr.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerparceloverlay.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - HTML

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llfloaterhtml.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterhtmlfind.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaterhtmlhelp.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Import, Export, Upload

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llfloaterimport.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatersaveavatar.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatersnapshot.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
lluploaddialog.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Menus, Overlays, Login

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llmediaremotectrl.cpp         LLVFS::no LLVFile::no apr_file::no
llmenucommands.cpp         LLVFS::no LLVFile::no apr_file::no
llmoveview.cpp         LLVFS::no LLVFile::no apr_file::no
lloverlaybar.cpp         LLVFS::no LLVFile::no apr_file::no
llpanellogin.cpp         LLVFS::no LLVFile::no apr_file::no
llprogressview.cpp         LLVFS::no LLVFile::no apr_file::no
llviewermenu.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llviewermenu.h         LLVFS::no LLVFile::no apr_file::no
llviewermenufile.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no

User Interface - Preferences

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llfloaterpreference.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelaudioprefs.cpp         LLVFS::no LLVFile::no apr_file::no
llprefschat.cpp         LLVFS::no LLVFile::no apr_file::no
llprefsim.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldisplay.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelmsgs.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelnetwork.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelvolume.cpp         LLVFS::no LLVFile::no apr_file::no
llpanelweb.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Utility

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llcolorscheme.cpp         LLVFS::no LLVFile::no apr_file::no
lldirpicker.cpp         LLVFS::no LLVFile::no apr_file::no
llfilepicker.cpp         LLVFS::no LLVFile::no apr_file::no
llfloateravatarpicker.cpp         LLVFS::no LLVFile::no apr_file::no
llfloaternamedesc.cpp         LLVFS::no LLVFile::no apr_file::no
llsavedsettingsglue.cpp         LLVFS::no LLVFile::no apr_file::no
llviewchildren.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Widgets

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llcolorswatch.cpp         LLVFS::no LLVFile::no apr_file::no
llcontainerview.cpp         LLVFS::no LLVFile::no apr_file::no
llfolderview.cpp         LLVFS::no LLVFile::no apr_file::no
llnamebox.cpp         LLVFS::no LLVFile::no apr_file::no
llnameeditor.cpp         LLVFS::no LLVFile::no apr_file::no
llnamelistctrl.cpp         LLVFS::no LLVFile::no apr_file::no
lltexturectrl.cpp         LLVFS::no LLVFile::no apr_file::no
lljoystickbutton.cpp         LLVFS::no LLVFile::no apr_file::no
llviewertexteditor.cpp         LLVFS::no LLVFile::no apr_file::no
llvieweruictrlfactory.cpp         LLVFS::no LLVFile::no apr_file::no
llwebbrowserctrl.cpp         LLVFS::no LLVFile::no apr_file::no

User Interface - Debug

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llconsole.cpp         LLVFS::no LLVFile::no apr_file::no
lldebugmessagebox.cpp         LLVFS::no LLVFile::no apr_file::no
lldebugview.cpp         LLVFS::no LLVFile::no apr_file::no
llfasttimerview.cpp         LLVFS::no LLVFile::no apr_file::no
llframestats.cpp         LLVFS::no LLVFile::no apr_file::no
llframestatview.cpp         LLVFS::no LLVFile::no apr_file::no
llmemoryview.cpp         LLVFS::no LLVFile::no apr_file::no
llfloateravatartextures.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatereditui.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatergodtools.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatertest.cpp         LLVFS::no LLVFile::no apr_file::no
llfloatertopobjects.cpp         LLVFS::no LLVFile::no apr_file::no
llpaneldebug.cpp         LLVFS::no LLVFile::no apr_file::no
llstatbar.cpp         LLVFS::no LLVFile::no apr_file::no
llstatgraph.cpp         LLVFS::no LLVFile::no apr_file::no
llstatusbar.cpp         LLVFS::no LLVFile::no apr_file::no
llstatview.cpp         LLVFS::no LLVFile::no apr_file::no
lltextureview.cpp      
X
LLVFS::no LLVFile::no apr_file::no
llvelocitybar.cpp         LLVFS::no LLVFile::no apr_file::no
llviewercontrol.cpp         LLVFS::no LLVFile::no apr_file::no
llviewerstats.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llviewerstats.h
X
      LLVFS::no LLVFile::no apr_file::no

Unlisted in Viewer Source Files page

file VFS gVFS gStaticVFS LLLFS LLVFS LLVFile apr_file
llassetstorage.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llassetstorage.h
X
      LLVFS::no LLVFile::no apr_file::no
llextendedstatus.h
X
      LLVFS::no LLVFile::no apr_file::no
llhttpassetstorage.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llhttpassetstorage.h
X
      LLVFS::no LLVFile::no apr_file::no
llhttpclient.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llhttpclient.cpp
X
X
    LLVFS::no LLVFile::no apr_file::no
llimage.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llimage.h
X
      LLVFS::no LLVFile::no apr_file::no
llkeyframemotion.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llkeyframemotion.h
X
      LLVFS::no LLVFile::no apr_file::no
llprocessor.cpp         LLVFS::no LLVFile::no apr_file::no
llprocessor.h         LLVFS::no LLVFile::no apr_file::no
llstatemachine.cpp         LLVFS::no LLVFile::no apr_file::no
llstatemachine.h         LLVFS::no LLVFile::no apr_file::no
lltransfersourceasset.cpp
X
      LLVFS::no LLVFile::no apr_file::no
lltransfersourceasset.h
X
      LLVFS::no LLVFile::no apr_file::no
lltransfertargetvfile.cpp
X
      LLVFS::no LLVFile::no apr_file::no
lltransfertargetvfile.h
X
      LLVFS::no LLVFile::no apr_file::no
llxfermanager.cpp
X
      LLVFS::no LLVFile::no apr_file::no
llxfermanager.h
X
      LLVFS::no LLVFile::no apr_file::no