Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-06 | MAINT-7831: Include secondlife.ico file in the Windows installer. | Nat Goodspeed | |
2017-10-05 | MAINT-7684: Don't try to package or sign deleted Windows VMP .exes. | Nat Goodspeed | |
2017-10-05 | MAINT-7684: Update viewer-manager to codeticket version 509386. | Nat Goodspeed | |
2017-10-05 | Skys settings object active. | Rider Linden | |
2017-10-04 | Rename uniform "sunlight_color_copy" to sunlight_color in shader. | Rider Linden | |
2017-10-04 | MAINT-7831: Update to viewer-manager build 509308 | Nat Goodspeed | |
2017-10-04 | SL-811 - make reset skeleton logic smarter. Should fix this bug and also ↵ | Brad Payne (Vir Linden) | |
allow animesh skeletons to be reset, although there's no way currently to exercise the latter capability. | |||
2017-10-04 | MAINT-7468: Show tooltip on disabled IM to Email if unverified email. | Rider Linden | |
2017-10-04 | MAINT-7867 - changed simulator feature query so we're only looking in the ↵ | Brad Payne (Vir Linden) | |
agent's region. This assumes that all regions will have the same settings, which is normally a safe assumption. | |||
2017-10-04 | SL-808 - direct area calculation matches indirect accumulation approach | Brad Payne (Vir Linden) | |
2017-10-03 | SL-808 - more work on arc display. area calculations still have some issues, ↵ | Brad Payne (Vir Linden) | |
especially for animated objects. | |||
2017-10-02 | SL-808 - updated ARC display to largely work with animated objects. Gives ↵ | Brad Payne (Vir Linden) | |
some triangle information that we may or may not ultimately keep. Surface area calcs still not working | |||
2017-10-02 | MAINT-7081: Update to curl build 509254 | Nat Goodspeed | |
2017-10-02 | MAINT-7081: Update to nghttp2 build 509246 | Nat Goodspeed | |
2017-09-30 | MAINT-7081: Eliminate unused variable errors after new refactoring. | Nat Goodspeed | |
The new helper functions check_curl_easy_setopt() and check_curl_multi_setopt() encapsulate the pervasive idiom: code = curl_{easy,multi}_setopt(handle, option, arg); check_curl_{easy,multi}_code(code, option); But since each of these helper functions contains its own local CURL{,M}code variable 'code', having a caller-scope variable reused for every such call is no longer necessary -- in fact is no longer used at all. That produces a fatal warning with MSVC. Get rid of those now-unused variables. | |||
2017-09-29 | Moon is showing, sun still not working. | Rider Linden | |
2017-09-29 | MAINT-7081: Try requesting HTTP/2 when a request wants pipelining. | Nat Goodspeed | |
2017-09-29 | SL-794 - use largest LOD for est tri count, instead of trusting that it's ↵ | Brad Payne (Vir Linden) | |
always the high LOD | |||
2017-09-29 | MAINT-7081: Mention nghttp2.dll where it must be mentioned. | Nat Goodspeed | |
2017-09-29 | MAINT-2081: Remove ancient snapshot of CMake GetPrerequisites. | Nat Goodspeed | |
Mani captured that snapshot back when CMake version 2.8 was newer than what was running on our build systems. Now we have to assume that the bundled GetPrerequisites.cmake is better than our old snapshot. Use the bunded one. | |||
2017-09-28 | MAINT-7081: Package all libnghttp2.*.dylibs. | Nat Goodspeed | |
To support that, enhance path_optional() to accept wildcards and return the expanded filenames. | |||
2017-09-28 | MAINT-7860 - made enablement rules same for rotation and translation, when ↵ | Brad Payne (Vir Linden) | |
editing an attached object via text widgets | |||
2017-09-28 | SL-761, SL-718 - transform matrix munging for skeletons of animated object ↵ | Brad Payne (Vir Linden) | |
attachments, to allow editing to work correctly | |||
2017-09-28 | force new build | Oz Linden | |
2017-09-28 | upgrade to Vivox SDK 4.9.002 | Oz Linden | |
2017-09-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | Nat Goodspeed | |
2017-09-27 | MAINT-7081: Update nghttp2 to build 508969. | Nat Goodspeed | |
2017-09-27 | MAINT-7081: Make packages-formatter.py handle multi-line copyrights. | Nat Goodspeed | |
The nghttp2 autobuild package has copyright information that embeds a newline. autobuild install --copyrights correctly produces that information onto two lines. But that means packages-formatter.py must process any lines that do not match its expected 'packagename: copyright' pattern as the continuation of the preceding package's copyright information. Since the processing for autobuild install --versions is so very similar, fold both into the same outer loop. Also report all duplicates for any package, instead of stopping at the first. | |||
2017-09-27 | Fix a conversion. | Rider Linden | |
2017-09-27 | No longer 'goth windlight only', sky parameters passed from settings object. | Rider Linden | |
2017-09-26 | Clouds still funky but better. | Rider Linden | |
2017-09-26 | MAINT-7081: Update to curl build 508978 | Nat Goodspeed | |
2017-09-26 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-09-26 | SL-800 - also need to add attachment overrides in the complementary case | Brad Payne (Vir Linden) | |
2017-09-26 | SL-800 - remove attachment pos overrides from avatar when an attached rigged ↵ | Brad Payne (Vir Linden) | |
mesh becomes an animated object | |||
2017-09-25 | MAINT-7819 - fix for gratuitous extra extended mesh flag setting | Brad Payne (Vir Linden) | |
2017-09-23 | update VMP to 1.0.508931 | Oz Linden | |
2017-09-22 | SL-797 - boost ARC by 20K for each attached animated object. Placeholder ↵ | Brad Payne (Vir Linden) | |
value to be revised after testing. | |||
2017-09-22 | MAINT-7827: suppress doubled notices on various login problems | Oz Linden | |
2017-09-22 | re-add support for a voice connection failure message used by damballah | Oz Linden | |
2017-09-22 | integrate VMP fixes | Oz Linden | |
2017-09-22 | SL-794, SL-790 - viewer-side enforcement in UI for various animated object ↵ | Brad Payne (Vir Linden) | |
limits that are also enforced on the server. | |||
2017-09-22 | Merge | Rider Linden | |
2017-09-21 | remove redundant exception constructor code, and | Oz Linden | |
generalize exception catching for platform specific code | |||
2017-09-21 | Still not working. Black Sky. | Rider Linden | |
2017-09-21 | Clean up running commands under viewer_manifest (at least a little) | Oz Linden | |
* do not redirect stderr to stdout * catch errors generated in platform specific code and display them more nicely * run_command no longer captures output (only used in one place; replaced that with direct use of subprocess) | |||
2017-09-21 | Automated merge with head of viewer64 | callum_linden | |
2017-09-21 | Fix for MAINT-7787: [Alex Ivy] RC Viewers in 5.1.0 range show black ↵ | callum_linden | |
background for CONTENT_TYPE_HTML. (The color we pass to CEF has 4 compontents red, blue, green and alpha. We were only passing 3 and setting the color and not the alpha. At somepoint in CEF's history the default value must have changed. Passing 0xFF for alpha too - i.e. fully opaque - fixes this) | |||
2017-09-20 | Cleanup inside GLSLShader for uniform mapping. | Rider Linden | |
2017-09-20 | DRTVWR-418: Disable more needlessly fragile memory consumption tests. | Nat Goodspeed | |