Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-30 | merge build floater updates | Oz Linden | |
2013-01-29 | Editing interface for normal and specular maps and other parameters. | Tonya Souther | |
2013-01-28 | rename "Lighting and Shadows" (deferred rendering) to "Advanced Lighting Model" | Oz Linden | |
2013-01-16 | merge changes to remove prototype test code | Oz Linden | |
2013-01-16 | remove prototype access code used for server testing | Oz Linden | |
2013-01-10 | New controls for editing media. | Tonya Souther | |
2012-12-17 | Merge with viewer-materials tip | Kitty Barnett | |
2012-12-11 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-12-05 | merge changes for MAINT-1951 | Nat Goodspeed | |
2012-12-03 | Started LLMaterialMgr to handle viewer<->region materials communication | Kitty Barnett | |
* refactored LLFloaterDebugMaterials::requestPutMaterials() to use LLMaterialMgr instead * replaced "Object editing" results list with information about the active selection instead | |||
2012-12-02 | Changed line editors to spin controls for all material float parameters in ↵ | Kitty Barnett | |
the debug floater | |||
2012-11-29 | merge changes for initial build floater texture controls reorg (no new ↵ | Oz Linden | |
functionality) | |||
2012-11-27 | Minor tweaks to the layout of the materials debug panel to adjust for the ↵ | William Todd Stinson | |
3rd tab. | |||
2012-11-27 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-27 | First pass at re-implementing the POST functionality to query values for ↵ | William Todd Stinson | |
selected visible objects. | |||
2012-11-27 | merge changes for DRTVWR-230 | Oz Linden | |
2012-11-26 | MAINT-1950 Add hashmarks to detail slider and put "Ultra" back in ↵ | Dave Parks | |
setGraphicsLevel Reviewed by Simon | |||
2012-11-21 | Pull and merge https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-15 | Initial texture panel rework: moved controls, new labels, eliminated flip ↵ | Tonya Souther | |
checkboxes and apply button, added selection dropdowns. | |||
2012-11-01 | NORSPEC-8: Adding ability to parse GET data over multiple frames to avoid ↵ | William Todd Stinson | |
viewer timeout and crash on regions with large numbers of materials. | |||
2012-10-16 | MAINT-1737: Removing the visibility check from the rebake navmesh menu ↵ | William Todd Stinson | |
option because it is does work well in the case of the torn-off menu mode. | |||
2012-10-16 | MAINT-1737: Adding a menu option to the Pathfinding menu to allow rebuilding ↵ | William Todd Stinson | |
of the region's navmesh. | |||
2012-10-16 | MAINT-1738: Repositioning the 'Show in linksets' and 'Show in characters' ↵ | William Todd Stinson | |
in-world context menu options. | |||
2012-10-16 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-10-15 | MAINT-1640: Changing the pathfinding sub-menu to be tear-off. | William Todd Stinson | |
2012-10-10 | Adding a setting to allow user to edit the specular color alpha. | William Todd Stinson | |
2012-10-09 | Adding a reset inputs button to the edit tab. | William Todd Stinson | |
2012-10-09 | Adjusting the layout and adding functionality to query the viewerable ↵ | William Todd Stinson | |
objects with non-null material ids. | |||
2012-10-09 | Initial pass at getting a list of viewer objects with non-null material IDs. | William Todd Stinson | |
2012-10-08 | Adding new material fields for the GET method. | William Todd Stinson | |
2012-10-04 | Adding the new material settings to the edit values. And an initial ↵ | William Todd Stinson | |
re-organization of the groups into tabs. Still a WIP, but somewhat usable. | |||
2012-10-03 | Moving the debug materials floater under the Develop menu and renaming. | William Todd Stinson | |
2012-10-03 | Renaming the XUI files for floater_stinson to floater_debug_materials. | William Todd Stinson | |
2012-09-25 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-09-20 | Pull and merge from ↵ | William Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-beta-drtvwr-179. | |||
2012-09-20 | reapply 72c9af4eec84: MAINT-840 VWR-28604 DEV-2548: [PUBLIC]Object by ↵ | simon@Simon-PC.lindenlab.com | |
multiple creators shows creator as "(unknown)" in Inventory. Now shows "(unknown / multiple)". Reviewed by Kelly | |||
2012-09-11 | merge changes for DRTVWR-213 | Oz Linden | |
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-09-06 | Updating the viewer to handle diffuse alpha as mode rather than a boolean. | William Todd Stinson | |
2012-09-06 | DRTVWR-232: MAINT-1440: FIXED Call Tools.TakeCopy instead of ↵ | maxim_productengine | |
InspectObject.TakeFreeCopy | |||
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-05 | STEAM-14: login when user presses Enter at username or password. | Nat Goodspeed | |
The tricky thing about this fix is that the "Log In" button used to be in the same layout_panel as the username and password fields. Now it's not, so the fact that it's the default button for its layout_panel doesn't matter because that layout_panel doesn't have focus. Richard pointed out that we can make the commit action for the username and password fields initiate login -- as long as neither field implicitly runs its commit action when it loses focus! | |||
2012-10-16 | Reference new "[sourceid]" substitution in "create_account_url". | Nat Goodspeed | |
join.secondlife.com needs to know the sourceid as well as the user's language of choice. Ensure that sourceid gets passed with the URL. | |||
2012-08-31 | Adding ability to clear the materials from the selected object faces. | William Todd Stinson | |
2012-08-31 | Implemented functionality to test Post requests. | William Todd Stinson | |
2012-08-31 | Adding a scroll list to report the response from the Put request. | William Todd Stinson | |
2012-08-30 | Adding results from the Get method to a scroll list table. | William Todd Stinson | |
2012-08-29 | First pass at throwing together a test panel for the material capability ↵ | William Todd Stinson | |
service. | |||
2012-08-22 | PATH-864: Altering the minimum linksets floater size to smaller to allow ↵ | Todd Stinson | |
fitting to 1024 width screens. | |||
2012-08-22 | MAINT-1444: Make bottom-right corner of new login panel overlap. | Nat Goodspeed | |
MAINT-1444 complains that with all optional login-panel controls enabled, the login panel is wider than 1024 pixels: at that width, the new "Start now" button is pushed completely off the right edge of the window. Richard told me how to tweak the layout so that the controls can squeeze together in an overlapping way, enabling all controls to be visible even at 1024 width. |