Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-11 | Merge. Refresh from viewer-release after 3.7.0 release | Monty Brandenberg | |
2014-01-07 | merge changes for storm-1980 | Oz Linden | |
2013-12-18 | STORM-1980: set new region restart sound uuid | Oz Linden | |
2013-11-19 | STORM-1980 Merge changes Oz made (new way of detecting an agent has changed ↵ | Jonathan Yap | |
regions) Modify code to make use of the changed callback | |||
2013-11-12 | Merge. Refresh from viewer-release after 3.6.10 release | Monty Brandenberg | |
2013-11-11 | merge changes for 3.6.10-release | Oz Linden | |
2013-11-07 | DRTVWR-338 Make an inocuous change to get a new build number out of TeamCity | Dave Parks | |
2013-11-06 | STORM-1980/1983 Add debug setting UISndRestart and value. This UUID will ↵ | Jonathan Yap | |
need to be replaced with an official UUID once one has been established. | |||
2013-11-05 | STORM-=1982 Remove duplicate entry in settings.xml | Jonathan Yap | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-10-04 | Merge. Pull in viewer-release after 3.6.7 release. | Monty Brandenberg | |
2013-10-04 | Pull merge of lindenlab/viewer-release | Merov Linden | |
2013-09-19 | Pull from lindenlab/viewer-release | Merov Linden | |
2013-09-19 | Merge. Pull in viewer-release after materials viewer release. | Monty Brandenberg | |
2013-09-18 | The unbearable lightness of being norspec | Graham Linden | |
2013-09-17 | MAINT-3161 : Clean up avatar muting code and prototype feature | simon | |
2013-09-12 | SH-4489 New debug/dev settings for control over new mesh behavior | Monty Brandenberg | |
While giving myself a full project code review, found a bug in the MeshUseGetMesh1 setting. Mostly defaulted to old configuration but used the GetMesh2 caps which would have been a huge DoS resource sink. Did some documentation maintenance as well while I was in there. More for the to-do list, etc. | |||
2013-09-11 | SH-4489 New debug/dev settings for control over new mesh behavior | Monty Brandenberg | |
Added 'MeshUseGetMesh1' and 'MeshUseHttpRetryAfter' debug settings to control mesh transport behavior. First forces the use of the legacy mesh fetch style with high concurrency and connection churn. The second, on by default, honors Retry-After values if they are reasonable. If off or unreasonable, internal delay times are used. | |||
2013-09-03 | ACME-789: Remove SLShareHost setting from settings.xml | Gilbert Gonzales | |
2013-08-28 | merging viewer release | Gilbert Gonzales | |
2013-08-26 | Merge. Pull in viewer-release after SSA merge. | Monty Brandenberg | |
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-08-26 | Merge the CHUIstorm 3.6.5 | Graham Linden | |
2013-08-26 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-22 | merging viewer release | Gilbert Gonzales | |
2013-08-20 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | merge changes for DRTVWR-285 | Oz Linden | |
2013-08-19 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | Merge in viewer-release | Graham Linden | |
2013-10-23 | Merge latest viewer-release with FBC | simon | |
2013-09-19 | Merge downstream code | simon_linden | |
2013-08-26 | Merge downstream code for CHUIStorm | simon | |
2013-08-20 | MAINT-3005 FIXED Set max persistent notifications to reduce log-in time | maxim@mnikolenko | |
2013-08-13 | added read_from_master parameter for ACME-829 | Cho | |
2013-08-09 | Removing rogue debug | Aura Linden | |
2013-08-07 | merge changes for DRTVWR-333 | Oz Linden | |
2013-08-05 | Change the setting for GetMesh2 meshes to Mesh2MaxConcurrentRequests. | Monty Brandenberg | |
While linking GetMesh2 to the old setting was simpler from a user point-of-view, they really shouldn't be linked and the old one will go away. This one may be renamed to AssetMaxConcurrentRequests or something similar if we get to the mesh/texture unification step. | |||
2013-08-02 | Switching SLShareHost to pdp location | Gilbert Gonzales | |
2013-08-01 | ACME: add SLShareHost variable to settings.xml, which allows changing the fb ↵ | Gilbert Gonzales | |
service host location as needed. | |||
2013-07-25 | VITA test framework - record events support | Jeff (Gioffredo Linden) | |
2013-07-22 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2013-07-21 | NORSPEC-311 NORSPEC-312 remove unused shader and correct default for display ↵ | Graham Linden | |
gamma exposed in settings | |||
2013-07-21 | NORSPEC-311 fix alpha / opaque lighting diffs | Graham Linden | |
2013-07-15 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-07-15 | merge changes for CHOP-963 | Oz Linden | |
2013-07-15 | NORSPEC-291 WIP clean-up and make materials rendering underwater a runtime ↵ | Graham Linden | |
setting | |||
2013-07-13 | CHOP-963: Add a new --update-service command line argument for QA use | Oz Linden | |
2013-07-11 | MAINT-2879 : Viewer should revoke animation permissions with "Stop Animating Me" | simon | |
Reviewed by Kelly | |||
2013-07-02 | CHOP-959: Introduce CmdLineChannel settings var, map --channel to it. | Nat Goodspeed | |
2013-07-02 | CHOP-959: Introduce CmdLineLoginLocation var for --url and --slurl. | Nat Goodspeed | |
Route --url and --slurl command-line switches through a common settings variable. Treat them uniformly now. (Previously, passing --url would notice a grid-specific SLURL and preselect that grid; --slurl wouldn't. Now both do.) |