Difference between revisions of "Viewer Roadmap"

From Second Life Wiki
Jump to navigation Jump to search
Line 17: Line 17:
* [[Viewer Statistics]]
* [[Viewer Statistics]]
** Better, scalable internal viewer statistics
** Better, scalable internal viewer statistics
* [[Viewer Metrics]]
** Better measure and report viewer framerate, bandwidth, etc
** Better measure and report viewer framerate, bandwidth, etc
* [[Viewer Frame Sync]]
* [[Viewer Frame Sync]]

Revision as of 10:09, 3 August 2007

Under Construction

See Also

Projects

Stability

  • LLViewerApp
    • Clean up initialization and argument parsing
    • Create an error handling thread for watchdog and crash handling
    • Clean up warnings
  • Viewer Crash Reporting
    • Make it completely automated, scalable, and easy to use
  • Viewer Memory Manager
    • Replace Smartheap with *anything* cross-platform that allows us to track memory allocations
    • Performance must remain comparable to Smartheap on Windows
    • Change client memory viewer to use profiler
  • Viewer Statistics
    • Better, scalable internal viewer statistics
    • Better measure and report viewer framerate, bandwidth, etc
  • Viewer Frame Sync
    • Allow users to sync/limit the viewer framerate and/or sleep a certain amount per frame
  • VC8 Migration
    • Convert Windows projects to VC8
  • Windows Libraries To DLL
    • Convert Windows project to use DLL CRT libraries instead of static libs