Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-17 | MAINT-7592 Fixed the checkbox/label behavior | AndreyL ProductEngine | |
2017-10-13 | MAINT-7902 Fixed Opening Marketplace Listing before inventory has fetched ↵ | andreykproductengine | |
unlists listings | |||
2017-10-16 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2017-10-16 | Backed out MAINT-989, changeset: 0a9a1e276e57 | andreykproductengine | |
2017-10-13 | MAINT-7890 Floater position drifts across logins after snapping to another ↵ | Mnikolenko Productengine | |
floater | |||
2017-10-13 | MAINT-7899 FIXED Apparent broken material texture selection | Mnikolenko Productengine | |
2017-10-12 | [FIXED] Access (write) violation / buffer overrun in ↵ | Kitty Barnett | |
LLTextureFetchWorker::doWork() The trouble lines are: U8 * buffer = (U8 *) ALLOCATE_MEM(LLImageBase::getPrivatePool(), total_size); if (cur_size > 0) { memcpy(buffer, mFormattedImage->getData(), cur_size); } If 'cur_size > mHttpReplyOffset + append_size' then 'total_size -= src_offset' will cause total_size to be smaller than cur_size causing a write access violation on the memcpy. Since the response is invalid it seemed best to make it follow the other failed partial condition. (transplanted from 737e28ec6b4d74f3ff915a4effc13d7b615a6a9b) | |||
2017-10-12 | DRTVWR-418: Remove redundant assignment per Ansariel Hiller. | Nat Goodspeed | |
2017-10-11 | DRTVWR-418: Fix glitch from merging from today's viewer-release | Nat Goodspeed | |
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-10-11 | remove code duplicated in merge | Oz Linden | |
2017-10-11 | MAINT-7895 Fix for setHeaderCacheEntry infinite loop | andreykproductengine | |
2017-10-11 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2017-10-11 | merge | Brad Payne (Vir Linden) | |
2017-10-11 | merge changes for 5.0.8-release | Oz Linden | |
2017-10-11 | increment viewer version to 5.0.9 | Oz Linden | |
2017-10-10 | MAINT-7081: Hack to allow overriding asset capability URL. | Nat Goodspeed | |
2017-10-10 | SL-704 - comment and dead code cleanup | Brad Payne (Vir Linden) | |
2017-10-10 | Sl-761 - removed the 90-degree fixup, so objects can be moved in a ↵ | Brad Payne (Vir Linden) | |
predictable and standard X-forward way in scripts. | |||
2017-10-09 | MAINT-7831: Merge from tip of https://bitbucket.org/lindenlab/viewer64. | Nat Goodspeed | |
2017-10-09 | MAINT-7809: Add secondlife.ico to viewer's vmp_icons install dir. | Nat Goodspeed | |
2017-10-09 | MAINT-7831: Update viewer_manifest.py to use 'with self.prefix(...):' | Nat Goodspeed | |
Now that LLManifest.prefix() supports use as a context manager: with self.prefix(...): ... convert existing calls to that form. This was an interesting exercise because it surfaced at least two places where the indentation did not match the self.prefix() nesting, plus another place where existing code was undented without a self.end_prefix() call. (That last was an uncaught logic bug.) This underscores the value of using a SINGLE consistent, idiomatic mechanism to limit the scope of each self.prefix() call. | |||
2017-10-09 | MAINT-7831: Allow LLManifest.prefix() to be a context manager. | Nat Goodspeed | |
LLManifest.prefix() dates back to before Python had a 'with' statement or the notion of a context manager. That's why every prefix() call requires a corresponding end_prefix() call. Existing usage is of the form: if self.prefix(...some args...): self.path(...) ... self.end_prefix() The use of an 'if' statement is solely to allow the coder to indent the statements between the self.prefix() call and the corresponding call to self.end_prefix() -- there is no intention to make that code conditional. self.prefix() unconditionally returned True to facilitate that usage. But now that we have the 'with' statement, this all feels a little silly. Make prefix() return an instance of a context-manager class so that it's reasonable to say instead: with self.prefix(...some args...): self.path(...) ... and have the Right Things happen simply by leaving the 'with' block. The only tricky part is code to preserve compatibility with old-style usage: * The context manager has a __nonzero__() method so that if it's tested in an 'if' statement, it can unconditionally return True. * On leaving the 'with' block, rather than simply popping the top of each prefix stack, the context manager restores its length to the same length it had before that prefix() call. This allows for (erroneous but hardly unlikely) usage of the form: with self.prefix(...some args...): self.path(...) ... self.end_prefix() Restoring the previous length makes the context manager insensitive to whether or not end_prefix() has popped the most recent prefix() entries. | |||
2017-10-09 | MAINT-7870 - propagate new animated mesh flags even if they're being zeroed. ↵ | Brad Payne (Vir Linden) | |
handle notification of same to update control avatars on notification from elsewhere. | |||
2017-10-05 | MAINT-7684: Don't try to package or sign deleted Windows VMP .exes. | 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-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 | 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-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | 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-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 | 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-21 | remove redundant exception constructor code, and | Oz Linden | |
generalize exception catching for platform specific code | |||
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) |