Difference between revisions of "Viewer Roadmap"
Jump to navigation
Jump to search
Steve Linden (talk | contribs) |
Steve Linden (talk | contribs) |
||
Line 4: | Line 4: | ||
* [[Render Roadmap]] | * [[Render Roadmap]] | ||
= Projects = | = Projects = | ||
== Stability == | |||
* [[Viewer Metrics]] | |||
** Better measure and report viewer framerate, bandwidth, etc | |||
* [[Viewer Crash Reporting]] | |||
** Improve reporting of viewer crashes | |||
* [[LLViewerApp]] | |||
** Convert Viewer to use LLApp | |||
** Add watchdog thread to detect infinite loops | |||
** Improved exception handling | |||
* [[Viewer Frame Sync]] | |||
** Allow users to sync/limit the viewer framerate and/or sleep a certain amount per frame | |||
* [[Memory Allocator]] | |||
** Switch to a platform independent optimized memory allocator | |||
** Ensure allocator supports profiling | |||
** Change memory viewer to use profiler | |||
* [[VC8 Migration]] | |||
** Convert Windows projects to VC8 | |||
* [[Windows Libraries To DLL]] | |||
** Convert Windows project to use DLL CRT libraries instead of static libs |
Revision as of 08:56, 3 August 2007
Under Construction
See Also
Projects
Stability
- Viewer Metrics
- Better measure and report viewer framerate, bandwidth, etc
- Viewer Crash Reporting
- Improve reporting of viewer crashes
- LLViewerApp
- Convert Viewer to use LLApp
- Add watchdog thread to detect infinite loops
- Improved exception handling
- Viewer Frame Sync
- Allow users to sync/limit the viewer framerate and/or sleep a certain amount per frame
- Memory Allocator
- Switch to a platform independent optimized memory allocator
- Ensure allocator supports profiling
- Change memory viewer to use profiler
- VC8 Migration
- Convert Windows projects to VC8
- Windows Libraries To DLL
- Convert Windows project to use DLL CRT libraries instead of static libs