Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-06 | Tell the renderer to use the updated material immediately on editing it. | Tonya Souther | |
2013-01-31 | Merging in main repository. | Tonya Souther | |
2013-01-31 | Control reorganization and bugfixes. | Tonya Souther | |
2013-01-30 | Merge with latest viewer-dev-materials. | Geenz | |
2013-01-29 | Editing interface for normal and specular maps and other parameters. | Tonya Souther | |
2013-01-25 | Trying to set materials up for rendering! Yay! | Geenz | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2012-10-25 | MAINT-1743 "Use Selection for Grid" does not change the grid ruler to ↵ | Kelly Washington | |
"Reference" in the tools floater Reviewed with Simon. | |||
2012-10-17 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling | |||
2012-10-15 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
converted all remaining LLViewerStats to lltrace | |||
2012-10-15 | MAINT-1598 Edit Linked Parts isn't returning creator/owner | Kelly Washington | |
* Show creator, owner and group information when only selecting a single prim in a linkset. reviewed with Simon | |||
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-10-02 | MAINT-1526 : Save Back to Inventory has been disabled on server side but | simon@Simon-PC.lindenlab.com | |
stays in UI. Removed it. Reviewed by Kelly | |||
2012-09-04 | Split gl-specific LLViewerTexture implementation into llrender/LLGLViewerTexture | Don Kjer | |
2012-07-31 | Merge in viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-12 | PATH-807: Ensuring that the "Show in linksets..." and "Show in ↵ | Todd Stinson | |
characters..." right-click menu option does not show for objects outside the current region. | |||
2012-07-12 | PATH-807: Adding an additional check for if the object is marked as ↵ | Todd Stinson | |
volume-detect. Note that this will require Andrew's corresponding server-side change to take effect. However, the viewer change alone should have no neative effect prior to the server being updated. | |||
2012-07-10 | PATH-807: BUGFIX Filtering which objects will contain the right-click ↵ | Todd Stinson | |
context-sensitive menu option of "Show in linksets...". | |||
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-22 | PATH-760: Adding another pathfinding test method to the selection manager. | Todd Stinson | |
2012-06-21 | PATH-760: Ensuring that the pathfinding attribute field works correctly with ↵ | Todd Stinson | |
multiple objects selected. | |||
2012-06-21 | PATH-760: Renaming some methods of LLSelectMgr. | Todd Stinson | |
2012-06-19 | MAINT-794 Factor out a lot of CPU overhead around updating objects. | Dave Parks | |
2012-05-22 | MAINT-119 FIXED (PUBLIC]no-transfer textures not searchable via texture picker) | Paul ProductEngine | |
- Implemented Richard's and Leo's spec - Also fixed an issue when applying no-transfer texture for an object using texture picker, creates redundant copies of the texture in the object's content | |||
2012-03-30 | PATH-450: Disabling the movement and shape manipulation widgets when editing ↵ | Todd Stinson | |
an item in a linked set. | |||
2012-03-29 | PATH-450: BUGFIX Ensuring that permanent objects cannot be linked in frozen ↵ | Todd Stinson | |
mode. Displaying a modal notification if user attempts. | |||
2012-03-27 | MAINT-853: Audit sendListToRegions() function calls and fix memory leaks. | simon_linden | |
Reviewed by Kelly | |||
2012-03-26 | MAINT-852 / VWR-8761 : Cannot delete object description. Now you can. ↵ | simon@Simon-PC.lindenlab.com | |
Reviewed by Kelly. | |||
2012-03-23 | PATH-199: Disabling the Take and Delete right-click context menu options ↵ | Todd Stinson | |
when object is enforced permanent. | |||
2012-03-21 | PATH-199: Disabling more functionality of the build tool floater when ↵ | Todd Stinson | |
permanancy is enforced. | |||
2012-03-16 | Removing unreachable code from the viewer. Corresponding changes made on ↵ | Todd Stinson | |
the server to remove the message handling. | |||
2012-03-13 | PATH-199: Enforcing permanent objects in frozen state to not move. | Todd Stinson | |
2012-02-28 | PATH-199: Cleaning up code related to object flags so that I can better use ↵ | Todd Stinson | |
the flags to managed pathfinding flags such as permanent and character. | |||
2012-04-13 | MAINT-939 Potential fix for crash when editing objects. | Dave Parks | |
2012-01-18 | SH-2598 Fix for crash when rendering mesh silhouette (workaround driver bug ↵ | Dave Parks | |
by rendering from client memory instead of using face VBO). | |||
2011-11-16 | SH-2690 Add comments per Vir's review feedback | Dave Parks | |
2011-11-16 | SH-2690 Fix for spammy triangle death on GeForce 7800 Go when selecting ↵ | Dave Parks | |
flexi attachments. | |||
2011-11-10 | SH-2644 Fix debug display that shows selection triangle count and streaming cost | Dave Parks | |
2011-10-07 | SH-2031 Profile guided optimization of matrix ops | Dave Parks | |
- don't use F64 except where needed (should really factor out calls to gluProject) - get rid of sorting by texture in favor of sorting by matrix (no sort needed, geometry is already matrix sorted as a result of frustum cull tree traversal order) - unroll matrix sync inner loop and cache MVP and normal matrices | |||
2011-09-26 | merge | Dave Parks | |
2011-09-14 | SH-2243 work in progress -- application side matrix stack management | Dave Parks | |
2011-08-27 | SH-2242 Physics shape display works again, added asserts to flush out areas ↵ | Dave Parks | |
where state being consumed by a shader does not match state being provided by vertex buffers. | |||
2011-08-22 | merge | Brad Payne (Vir Linden) | |
2011-08-19 | merging in latest mesh-development | Nyx (Neal Orman) | |
2011-08-18 | BUILDFIX SH-1246 fixed a bug in the ARC computations, and texture cost ↵ | Nyx (Neal Orman) | |
computations in build tools Minor bug in ARC display computations, where wrong numbers were being used for child prims Feature enhancement to not double-count textures reused within a linkset. | |||
2011-08-17 | SH-2171 FIXED New prim weights added to weights detail floater. | Seth ProductEngine | |
- Fixed detecting cross-parcel objects selection. - Various fixes in LLAccountingCostManager. - getSelectedObjectRenderCost() moved from LLFloaterTools to LLObjectSelection where it used to reside. Previous commented out implementation of this method removed. | |||
2011-08-10 | SH-2238, SH-2223, SH-SH-2242 glVertexAttrib throughout main render pipeline ↵ | Dave Parks | |
complete, preview renders and debug displays still pending. Also fixed a render glitch and a crash (JIRAs listed). | |||
2011-08-08 | SH-2242 Work in progress migrating to glVertexAttrib everywhere | Dave Parks | |
2011-07-29 | SH-2181 Fix for alpha flickering when basic shaders enabled (don't use ↵ | Dave Parks | |
glAlphaFunc when shaders are available). Reviewed by Leslie |