Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-13 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-07 | INTL-46 massive Chinese translation update for set28--set34, including new files | eli | |
2012-11-07 | sync with viewer-development (for 1 DE file) | eli | |
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-16 | sync with viewer-development | eli | |
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 | FIX INTL-104 Translation of Set34 in 8 languages, including Steam content | eli | |
2012-09-10 | FIX INTL-106 French linguistic fixes | eli | |
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-14 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-13 | DRTVWR-210: sanitize ampersand embedded in strings.xml messages | Nat Goodspeed | |
2012-11-13 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
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-10-16 | Steam skin no longer needed: we can now embed "[sourceid]" in URLs. | Nat Goodspeed | |
The whole point of --skin steam was to override (specifically) "create_account_url" in strings.xml, adding to each URL value a sourceid= URL parameter. Now we can do that more simply with '--set sourceid blah'. Less overhead, less maintenance, scales better to potential future sourceid values. Remove the steam skin. |